Pull request #41682 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 rather than 941fea1c58966531ef56fc020a3901158a01a473 Obtained Jenkinsfile from 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 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-17T19:10:38.608Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-11-17T19:10:38.611Z] Trying to pass milestone 3 [Pipeline] milestone [2020-11-17T19:10:38.658Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-11-17T19:10:38.796Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09d89ea401cc6b348) in /home/ubuntu/workspace/moby_PR-41682 [Pipeline] { [Pipeline] checkout [2020-11-17T19:10:38.856Z] using credential docker-jenkins-github-credentials [2020-11-17T19:10:38.886Z] Fetching changes from the remote Git repository [2020-11-17T19:10:38.914Z] Fetching without tags [2020-11-17T19:10:39.724Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:10:38.856Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-11-17T19:10:38.886Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:10:38.909Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:10:38.909Z] > git --version # timeout=10 [2020-11-17T19:10:38.940Z] > git --version # 'git version 2.17.1' [2020-11-17T19:10:38.940Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:10:38.941Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:10:39.719Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:10:39.735Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:10:39.810Z] > git remote # timeout=10 [2020-11-17T19:10:39.816Z] > git config --get remote.origin.url # timeout=10 [2020-11-17T19:10:39.822Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:10:39.823Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-17T19:10:39.834Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-17T19:10:39.852Z] Merge succeeded, producing 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:10:39.853Z] Checking out Revision 941fea1c58966531ef56fc020a3901158a01a473 (PR-41682) [2020-11-17T19:10:39.949Z] Commit message: "Added blank line after build comment" [2020-11-17T19:10:39.847Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:10:39.855Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:10:39.944Z] > git rev-list --no-walk 622c911d4126c7b7548830aec07c41d3ab7ac7d7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-17T19:10:40.677Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41682:/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-17T19:10:43.228Z] 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-17T19:10:43.472Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09d89ea401cc6b348) in /home/ubuntu/workspace/moby_PR-41682 [Pipeline] node [Pipeline] node [Pipeline] node [2020-11-17T19:10:43.476Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-41682 [Pipeline] node [2020-11-17T19:10:43.479Z] Running on ppc64le-ubuntu-28 in /home/docker/workspace/moby_PR-41682 [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] checkout [Pipeline] checkout [Pipeline] checkout [2020-11-17T19:10:43.570Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-11-17T19:10:43.584Z] Fetching changes from the remote Git repository [Pipeline] // stage [2020-11-17T19:10:43.608Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-11-17T19:10:43.623Z] Cloning the remote Git repository [2020-11-17T19:10:43.624Z] Cloning with configured refspecs honoured and without tags [2020-11-17T19:10:43.624Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [2020-11-17T19:10:43.632Z] Fetching without tags [Pipeline] { (Build dev image) [2020-11-17T19:10:43.640Z] Cloning the remote Git repository [2020-11-17T19:10:43.640Z] 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-17T19:10:43.944Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:10:44.078Z] Merge succeeded, producing 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:10:44.078Z] Checking out Revision 941fea1c58966531ef56fc020a3901158a01a473 (PR-41682) [2020-11-17T19:10:44.156Z] Commit message: "Added blank line after build comment" [2020-11-17T19:10:43.569Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-11-17T19:10:43.579Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:10:43.626Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:10:43.627Z] > git --version # timeout=10 [2020-11-17T19:10:43.637Z] > git --version # 'git version 2.17.1' [2020-11-17T19:10:43.637Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:10:43.638Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:10:43.939Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:10:43.954Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:10:44.022Z] > git remote # timeout=10 [2020-11-17T19:10:44.033Z] > git config --get remote.origin.url # timeout=10 [2020-11-17T19:10:44.043Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:10:44.044Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-17T19:10:44.055Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-17T19:10:44.072Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:10:44.081Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:10:43.622Z] Cloning repository https://github.com/moby/moby.git [2020-11-17T19:10:43.622Z] > git init /home/jenkins/workspace/moby_PR-41682 # timeout=10 [2020-11-17T19:10:43.628Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:10:43.628Z] > git --version # timeout=10 [2020-11-17T19:10:43.630Z] > git --version # 'git version 2.17.1' [2020-11-17T19:10:43.630Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:10:43.630Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:10:43.638Z] Cloning repository https://github.com/moby/moby.git [2020-11-17T19:10:43.638Z] > git init /home/docker/workspace/moby_PR-41682 # timeout=10 [2020-11-17T19:10:43.650Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:10:43.651Z] > git --version # timeout=10 [2020-11-17T19:10:43.654Z] > git --version # 'git version 2.7.4' [2020-11-17T19:10:43.654Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:10:43.655Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-17T19:10:44.975Z] + [ PR != PR ] [2020-11-17T19:10:44.975Z] + [ master != master ] [2020-11-17T19:10:44.975Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-17T19:10:45.326Z] + docker version [2020-11-17T19:10:45.326Z] Client: Docker Engine - Community [2020-11-17T19:10:45.326Z] Version: 19.03.13 [2020-11-17T19:10:45.326Z] API version: 1.40 [2020-11-17T19:10:45.326Z] Go version: go1.13.15 [2020-11-17T19:10:45.326Z] Git commit: 4484c46d9d [2020-11-17T19:10:45.326Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-17T19:10:45.326Z] OS/Arch: linux/amd64 [2020-11-17T19:10:45.326Z] Experimental: false [2020-11-17T19:10:45.326Z] [2020-11-17T19:10:45.326Z] Server: Docker Engine - Community [2020-11-17T19:10:45.326Z] Engine: [2020-11-17T19:10:45.326Z] Version: 19.03.13 [2020-11-17T19:10:45.326Z] API version: 1.40 (minimum version 1.12) [2020-11-17T19:10:45.326Z] Go version: go1.13.15 [2020-11-17T19:10:45.326Z] Git commit: 4484c46d9d [2020-11-17T19:10:45.326Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-17T19:10:45.326Z] OS/Arch: linux/amd64 [2020-11-17T19:10:45.326Z] Experimental: true [2020-11-17T19:10:45.326Z] containerd: [2020-11-17T19:10:45.326Z] Version: 1.3.7 [2020-11-17T19:10:45.326Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-17T19:10:45.326Z] runc: [2020-11-17T19:10:45.326Z] Version: 1.0.0-rc10 [2020-11-17T19:10:45.326Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-17T19:10:45.326Z] docker-init: [2020-11-17T19:10:45.326Z] Version: 0.18.0 [2020-11-17T19:10:45.326Z] GitCommit: fec3683 [Pipeline] sh [2020-11-17T19:10:45.627Z] + docker info [2020-11-17T19:10:52.812Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:10:52.813Z] > git config --add remote.origin.fetch +refs/pull/41682/head:refs/remotes/origin/PR-41682 # timeout=10 [2020-11-17T19:10:52.814Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:10:52.844Z] Fetching without tags [2020-11-17T19:10:52.827Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:10:52.842Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:10:52.842Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:10:52.842Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:10:53.148Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:10:53.754Z] Merge succeeded, producing 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:10:53.755Z] Checking out Revision 941fea1c58966531ef56fc020a3901158a01a473 (PR-41682) [2020-11-17T19:10:53.789Z] Client: [2020-11-17T19:10:53.789Z] Debug Mode: false [2020-11-17T19:10:53.789Z] [2020-11-17T19:10:53.789Z] Server: [2020-11-17T19:10:53.789Z] Containers: 0 [2020-11-17T19:10:53.789Z] Running: 0 [2020-11-17T19:10:53.789Z] Paused: 0 [2020-11-17T19:10:53.789Z] Stopped: 0 [2020-11-17T19:10:53.789Z] Images: 1 [2020-11-17T19:10:53.789Z] Server Version: 19.03.13 [2020-11-17T19:10:53.789Z] Storage Driver: overlay2 [2020-11-17T19:10:53.789Z] Backing Filesystem: extfs [2020-11-17T19:10:53.789Z] Supports d_type: true [2020-11-17T19:10:53.789Z] Native Overlay Diff: true [2020-11-17T19:10:53.789Z] Logging Driver: json-file [2020-11-17T19:10:53.789Z] Cgroup Driver: cgroupfs [2020-11-17T19:10:53.789Z] Plugins: [2020-11-17T19:10:53.789Z] Volume: local [2020-11-17T19:10:53.789Z] Network: bridge host ipvlan macvlan null overlay [2020-11-17T19:10:53.789Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-17T19:10:53.789Z] Swarm: inactive [2020-11-17T19:10:53.789Z] Runtimes: runc [2020-11-17T19:10:53.789Z] Default Runtime: runc [2020-11-17T19:10:53.789Z] Init Binary: docker-init [2020-11-17T19:10:53.789Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-17T19:10:53.789Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-17T19:10:53.789Z] init version: fec3683 [2020-11-17T19:10:53.789Z] Security Options: [2020-11-17T19:10:53.789Z] apparmor [2020-11-17T19:10:53.789Z] seccomp [2020-11-17T19:10:53.789Z] Profile: default [2020-11-17T19:10:53.789Z] Kernel Version: 5.4.0-1025-aws [2020-11-17T19:10:53.789Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-17T19:10:53.789Z] OSType: linux [2020-11-17T19:10:53.789Z] Architecture: x86_64 [2020-11-17T19:10:53.789Z] CPUs: 2 [2020-11-17T19:10:53.789Z] Total Memory: 7.569GiB [2020-11-17T19:10:53.789Z] Name: ip-10-100-60-129 [2020-11-17T19:10:53.789Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-17T19:10:53.789Z] Docker Root Dir: /var/lib/docker [2020-11-17T19:10:53.789Z] Debug Mode: false [2020-11-17T19:10:53.789Z] Registry: https://index.docker.io/v1/ [2020-11-17T19:10:53.789Z] Labels: [2020-11-17T19:10:53.789Z] Experimental: true [2020-11-17T19:10:53.789Z] Insecure Registries: [2020-11-17T19:10:53.789Z] 127.0.0.0/8 [2020-11-17T19:10:53.789Z] Live Restore Enabled: true [2020-11-17T19:10:53.789Z] [2020-11-17T19:10:53.789Z] WARNING: No swap limit support [Pipeline] sh [2020-11-17T19:10:54.097Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:10:54.097Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:10:54.097Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41682/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-17T19:10:54.097Z] + bash /home/ubuntu/workspace/moby_PR-41682/check-config.sh [2020-11-17T19:10:54.097Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-17T19:10:54.097Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-17T19:10:54.097Z] [2020-11-17T19:10:54.097Z] Generally Necessary: [2020-11-17T19:10:54.274Z] Commit message: "Added blank line after build comment" [2020-11-17T19:10:54.358Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-17T19:10:54.358Z] - apparmor: enabled and tools installed [2020-11-17T19:10:54.358Z] - CONFIG_NAMESPACES: enabled [2020-11-17T19:10:54.358Z] - CONFIG_NET_NS: enabled [2020-11-17T19:10:54.358Z] - CONFIG_PID_NS: enabled [2020-11-17T19:10:54.358Z] - CONFIG_IPC_NS: enabled [2020-11-17T19:10:54.358Z] - CONFIG_UTS_NS: enabled [2020-11-17T19:10:54.358Z] - CONFIG_CGROUPS: enabled [2020-11-17T19:10:54.358Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-17T19:10:54.358Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-17T19:10:54.358Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-17T19:10:54.358Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-17T19:10:54.358Z] - CONFIG_CPUSETS: enabled [2020-11-17T19:10:54.358Z] - CONFIG_MEMCG: enabled [2020-11-17T19:10:54.358Z] - CONFIG_KEYS: enabled [2020-11-17T19:10:54.358Z] - CONFIG_VETH: enabled (as module) [2020-11-17T19:10:54.358Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-17T19:10:54.358Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-17T19:10:54.358Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-17T19:10:54.358Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-17T19:10:54.358Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-17T19:10:54.358Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-17T19:10:54.358Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-17T19:10:54.358Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-17T19:10:54.358Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-17T19:10:54.358Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-17T19:10:54.358Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-17T19:10:54.358Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-17T19:10:54.358Z] [2020-11-17T19:10:54.358Z] Optional Features: [2020-11-17T19:10:54.358Z] - CONFIG_USER_NS: enabled [2020-11-17T19:10:54.359Z] - CONFIG_SECCOMP: enabled [2020-11-17T19:10:54.359Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-17T19:10:54.359Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-17T19:10:54.359Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-17T19:10:54.359Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-17T19:10:54.359Z] - CONFIG_BLK_CGROUP: enabled [2020-11-17T19:10:54.359Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-17T19:10:54.359Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-17T19:10:53.152Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:10:53.159Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:10:53.710Z] > git remote # timeout=10 [2020-11-17T19:10:53.713Z] > git config --get remote.origin.url # timeout=10 [2020-11-17T19:10:53.718Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:10:53.718Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-17T19:10:53.740Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-17T19:10:53.761Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:10:53.762Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:10:54.638Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-17T19:10:54.638Z] - CONFIG_CGROUP_PERF: enabled [2020-11-17T19:10:54.638Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-17T19:10:54.638Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-17T19:10:54.638Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-17T19:10:54.638Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-17T19:10:54.638Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-17T19:10:54.638Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-17T19:10:54.638Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-17T19:10:54.638Z] - CONFIG_IP_VS: enabled (as module) [2020-11-17T19:10:54.638Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-17T19:10:54.638Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-17T19:10:54.638Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-17T19:10:54.638Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-17T19:10:54.638Z] - CONFIG_EXT4_FS: enabled [2020-11-17T19:10:54.638Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-17T19:10:54.638Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-17T19:10:54.638Z] - Network Drivers: [2020-11-17T19:10:54.638Z] - "overlay": [2020-11-17T19:10:54.638Z] - CONFIG_VXLAN: enabled (as module) [2020-11-17T19:10:54.638Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-17T19:10:54.638Z] Optional (for encrypted networks): [2020-11-17T19:10:54.638Z] - CONFIG_CRYPTO: enabled [2020-11-17T19:10:54.638Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-17T19:10:54.638Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-17T19:10:54.638Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-17T19:10:54.638Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-17T19:10:54.638Z] - CONFIG_XFRM: enabled [2020-11-17T19:10:54.638Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-17T19:10:54.638Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-17T19:10:54.638Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-17T19:10:54.638Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-17T19:10:54.638Z] - "ipvlan": [2020-11-17T19:10:54.638Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-17T19:10:54.638Z] - "macvlan": [2020-11-17T19:10:54.638Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-17T19:10:54.638Z] - CONFIG_DUMMY: enabled (as module) [2020-11-17T19:10:54.638Z] - "ftp,tftp client in container": [2020-11-17T19:10:54.638Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-17T19:10:54.638Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-17T19:10:54.638Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-17T19:10:54.638Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-17T19:10:54.638Z] - Storage Drivers: [2020-11-17T19:10:54.638Z] - "aufs": [2020-11-17T19:10:54.638Z] - CONFIG_AUFS_FS: enabled (as module) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-17T19:10:54.908Z] - "btrfs": [2020-11-17T19:10:54.908Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-17T19:10:54.908Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-17T19:10:54.908Z] - "devicemapper": [2020-11-17T19:10:54.908Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-17T19:10:54.908Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-17T19:10:54.908Z] - "overlay": [2020-11-17T19:10:54.908Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-17T19:10:54.908Z] - "zfs": [2020-11-17T19:10:54.908Z] - /dev/zfs: present [2020-11-17T19:10:54.908Z] - zfs command: missing [2020-11-17T19:10:54.908Z] - zpool command: missing [2020-11-17T19:10:54.908Z] [2020-11-17T19:10:54.908Z] Limits: [2020-11-17T19:10:54.908Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-17T19:10:54.908Z] [2020-11-17T19:10:54.908Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-17T19:10:55.152Z] + docker version [2020-11-17T19:10:55.152Z] Client: Docker Engine - Community [2020-11-17T19:10:55.152Z] Version: 19.03.7 [2020-11-17T19:10:55.152Z] API version: 1.40 [2020-11-17T19:10:55.152Z] Go version: go1.12.17 [2020-11-17T19:10:55.152Z] Git commit: 7141c199a2 [2020-11-17T19:10:55.152Z] Built: Sat Mar 7 16:48:47 2020 [2020-11-17T19:10:55.152Z] OS/Arch: linux/s390x [2020-11-17T19:10:55.152Z] Experimental: false [2020-11-17T19:10:55.152Z] [2020-11-17T19:10:55.152Z] Server: Docker Engine - Community [2020-11-17T19:10:55.152Z] Engine: [2020-11-17T19:10:55.152Z] Version: 19.03.7 [2020-11-17T19:10:55.152Z] API version: 1.40 (minimum version 1.12) [2020-11-17T19:10:55.152Z] Go version: go1.12.17 [2020-11-17T19:10:55.152Z] Git commit: 7141c199a2 [2020-11-17T19:10:55.152Z] Built: Sat Mar 7 16:47:46 2020 [2020-11-17T19:10:55.152Z] OS/Arch: linux/s390x [2020-11-17T19:10:55.152Z] Experimental: true [2020-11-17T19:10:55.152Z] containerd: [2020-11-17T19:10:55.152Z] Version: 1.2.13 [2020-11-17T19:10:55.152Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-11-17T19:10:55.152Z] runc: [2020-11-17T19:10:55.152Z] Version: 1.0.0-rc10 [2020-11-17T19:10:55.152Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-17T19:10:55.152Z] docker-init: [2020-11-17T19:10:55.152Z] Version: 0.18.0 [2020-11-17T19:10:55.152Z] GitCommit: fec3683 [Pipeline] sh [2020-11-17T19:10:55.261Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:941fea1c58966531ef56fc020a3901158a01a473 . [2020-11-17T19:10:55.261Z] #2 [internal] load .dockerignore [2020-11-17T19:10:55.261Z] #2 transferring context: 87B done [2020-11-17T19:10:55.261Z] #2 DONE 0.1s [2020-11-17T19:10:55.261Z] [2020-11-17T19:10:55.261Z] #1 [internal] load build definition from Dockerfile [2020-11-17T19:10:55.261Z] #1 transferring dockerfile: 16.58kB done [2020-11-17T19:10:55.261Z] #1 DONE 0.1s [2020-11-17T19:10:55.261Z] [2020-11-17T19:10:55.261Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-17T19:10:55.532Z] + docker info [2020-11-17T19:10:55.532Z] Client: [2020-11-17T19:10:55.532Z] Debug Mode: false [2020-11-17T19:10:55.532Z] [2020-11-17T19:10:55.532Z] Server: [2020-11-17T19:10:55.532Z] Containers: 0 [2020-11-17T19:10:55.532Z] Running: 0 [2020-11-17T19:10:55.532Z] Paused: 0 [2020-11-17T19:10:55.532Z] Stopped: 0 [2020-11-17T19:10:55.532Z] Images: 0 [2020-11-17T19:10:55.532Z] Server Version: 19.03.7 [2020-11-17T19:10:55.532Z] Storage Driver: overlay2 [2020-11-17T19:10:55.532Z] Backing Filesystem: [2020-11-17T19:10:55.532Z] Supports d_type: true [2020-11-17T19:10:55.532Z] Native Overlay Diff: true [2020-11-17T19:10:55.532Z] Logging Driver: json-file [2020-11-17T19:10:55.532Z] Cgroup Driver: cgroupfs [2020-11-17T19:10:55.532Z] Plugins: [2020-11-17T19:10:55.532Z] Volume: local [2020-11-17T19:10:55.532Z] Network: bridge host ipvlan macvlan null overlay [2020-11-17T19:10:55.532Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-17T19:10:55.532Z] Swarm: inactive [2020-11-17T19:10:55.532Z] Runtimes: runc [2020-11-17T19:10:55.532Z] Default Runtime: runc [2020-11-17T19:10:55.532Z] Init Binary: docker-init [2020-11-17T19:10:55.533Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-11-17T19:10:55.533Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-17T19:10:55.533Z] init version: fec3683 [2020-11-17T19:10:55.533Z] Security Options: [2020-11-17T19:10:55.533Z] apparmor [2020-11-17T19:10:55.533Z] seccomp [2020-11-17T19:10:55.533Z] Profile: default [2020-11-17T19:10:55.533Z] Kernel Version: 4.15.0-91-generic [2020-11-17T19:10:55.533Z] Operating System: Ubuntu 18.04.4 LTS [2020-11-17T19:10:55.533Z] OSType: linux [2020-11-17T19:10:55.533Z] Architecture: s390x [2020-11-17T19:10:55.533Z] CPUs: 2 [2020-11-17T19:10:55.533Z] Total Memory: 7.861GiB [2020-11-17T19:10:55.533Z] Name: s390x-ubuntu-16 [2020-11-17T19:10:55.533Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-11-17T19:10:55.533Z] Docker Root Dir: /var/lib/docker [2020-11-17T19:10:55.533Z] Debug Mode: false [2020-11-17T19:10:55.533Z] Username: dockerbuildbot [2020-11-17T19:10:55.533Z] Registry: https://index.docker.io/v1/ [2020-11-17T19:10:55.533Z] Labels: [2020-11-17T19:10:55.533Z] Experimental: true [2020-11-17T19:10:55.533Z] Insecure Registries: [2020-11-17T19:10:55.533Z] 127.0.0.0/8 [2020-11-17T19:10:55.533Z] Live Restore Enabled: false [2020-11-17T19:10:55.533Z] [2020-11-17T19:10:55.533Z] WARNING: No swap limit support [Pipeline] sh [2020-11-17T19:10:55.913Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:10:55.913Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:10:55.914Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41682/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-17T19:10:55.914Z] + bash /home/jenkins/workspace/moby_PR-41682/check-config.sh [2020-11-17T19:10:55.914Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-17T19:10:55.914Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2020-11-17T19:10:55.914Z] [2020-11-17T19:10:55.914Z] Generally Necessary: [2020-11-17T19:10:55.914Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-17T19:10:55.914Z] - apparmor: enabled and tools installed [2020-11-17T19:10:55.914Z] - CONFIG_NAMESPACES: enabled [2020-11-17T19:10:55.914Z] - CONFIG_NET_NS: enabled [2020-11-17T19:10:55.914Z] - CONFIG_PID_NS: enabled [2020-11-17T19:10:55.914Z] - CONFIG_IPC_NS: enabled [2020-11-17T19:10:55.914Z] - CONFIG_UTS_NS: enabled [2020-11-17T19:10:56.204Z] #3 DONE 0.7s [2020-11-17T19:10:56.204Z] [2020-11-17T19:10:56.204Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-17T19:10:56.204Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-17T19:10:56.204Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-11-17T19:10:56.204Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-11-17T19:10:56.204Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.0s [2020-11-17T19:10:56.204Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-17T19:10:56.204Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.1s [2020-11-17T19:10:56.204Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2020-11-17T19:10:56.204Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s [2020-11-17T19:10:56.206Z] - CONFIG_CGROUPS: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CPUSETS: enabled [2020-11-17T19:10:56.206Z] - CONFIG_MEMCG: enabled [2020-11-17T19:10:56.206Z] - CONFIG_KEYS: enabled [2020-11-17T19:10:56.206Z] - CONFIG_VETH: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-17T19:10:56.206Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-17T19:10:56.206Z] [2020-11-17T19:10:56.206Z] Optional Features: [2020-11-17T19:10:56.206Z] - CONFIG_USER_NS: enabled [2020-11-17T19:10:56.206Z] - CONFIG_SECCOMP: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-17T19:10:56.206Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-17T19:10:56.206Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-17T19:10:56.206Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-17T19:10:56.206Z] - CONFIG_BLK_CGROUP: enabled [2020-11-17T19:10:56.206Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-17T19:10:56.206Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CGROUP_PERF: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-17T19:10:56.206Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-17T19:10:56.206Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-17T19:10:56.206Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-17T19:10:56.206Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_IP_VS: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-17T19:10:56.206Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-17T19:10:56.206Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-17T19:10:56.206Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_EXT4_FS: enabled [2020-11-17T19:10:56.206Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-17T19:10:56.206Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-17T19:10:56.206Z] - Network Drivers: [2020-11-17T19:10:56.206Z] - "overlay": [2020-11-17T19:10:56.206Z] - CONFIG_VXLAN: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-17T19:10:56.206Z] Optional (for encrypted networks): [2020-11-17T19:10:56.206Z] - CONFIG_CRYPTO: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-17T19:10:56.206Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-17T19:10:56.206Z] - CONFIG_XFRM: enabled [2020-11-17T19:10:56.206Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-17T19:10:56.206Z] - "ipvlan": [2020-11-17T19:10:56.206Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-17T19:10:56.206Z] - "macvlan": [2020-11-17T19:10:56.206Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_DUMMY: enabled (as module) [2020-11-17T19:10:56.206Z] - "ftp,tftp client in container": [2020-11-17T19:10:56.206Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-17T19:10:56.206Z] - Storage Drivers: [2020-11-17T19:10:56.206Z] - "aufs": [2020-11-17T19:10:56.206Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-17T19:10:56.206Z] - "btrfs": [2020-11-17T19:10:56.206Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-17T19:10:56.206Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-17T19:10:56.206Z] - "devicemapper": [2020-11-17T19:10:56.206Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-17T19:10:56.206Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-17T19:10:56.206Z] - "overlay": [2020-11-17T19:10:56.206Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-17T19:10:56.206Z] - "zfs": [2020-11-17T19:10:56.206Z] - /dev/zfs: missing [2020-11-17T19:10:56.206Z] - zfs command: missing [2020-11-17T19:10:56.206Z] - zpool command: missing [2020-11-17T19:10:56.206Z] [2020-11-17T19:10:56.206Z] Limits: [2020-11-17T19:10:56.206Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-17T19:10:56.206Z] [2020-11-17T19:10:56.206Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-17T19:10:56.641Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:941fea1c58966531ef56fc020a3901158a01a473 . [2020-11-17T19:10:56.641Z] #2 [internal] load build definition from Dockerfile [2020-11-17T19:10:56.641Z] #2 transferring dockerfile: 16.58kB done [2020-11-17T19:10:56.641Z] #2 DONE 0.0s [2020-11-17T19:10:56.641Z] [2020-11-17T19:10:56.641Z] #1 [internal] load .dockerignore [2020-11-17T19:10:56.641Z] #1 transferring context: 87B done [2020-11-17T19:10:56.641Z] #1 DONE 0.0s [2020-11-17T19:10:56.641Z] [2020-11-17T19:10:56.641Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-17T19:10:56.777Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-11-17T19:10:56.777Z] #4 DONE 0.8s [2020-11-17T19:10:57.041Z] [2020-11-17T19:10:57.041Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-17T19:10:57.276Z] #3 DONE 0.4s [2020-11-17T19:10:57.276Z] [2020-11-17T19:10:57.276Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-17T19:10:57.276Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-17T19:10:57.276Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-17T19:10:57.276Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-11-17T19:10:57.276Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-11-17T19:10:57.276Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.0s [2020-11-17T19:10:57.276Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 4.70MB / 8.88MB 0.1s [2020-11-17T19:10:57.305Z] #7 ... [2020-11-17T19:10:57.305Z] [2020-11-17T19:10:57.305Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-17T19:10:57.305Z] #6 DONE 0.4s [2020-11-17T19:10:57.305Z] [2020-11-17T19:10:57.305Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-17T19:10:57.305Z] #5 DONE 0.4s [2020-11-17T19:10:57.305Z] [2020-11-17T19:10:57.305Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-17T19:10:57.305Z] #7 DONE 0.5s [2020-11-17T19:10:57.567Z] [2020-11-17T19:10:57.567Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:10:57.567Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-17T19:10:57.567Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-11-17T19:10:57.567Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-11-17T19:10:57.567Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-17T19:10:57.567Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s [2020-11-17T19:10:57.569Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2020-11-17T19:10:57.569Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.1s [2020-11-17T19:10:57.569Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-11-17T19:10:57.569Z] #4 DONE 0.6s [2020-11-17T19:10:57.834Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.33MB / 50.40MB 0.2s [2020-11-17T19:10:57.834Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.57MB / 50.40MB 0.3s [2020-11-17T19:10:58.108Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 11.24MB / 50.40MB 0.5s [2020-11-17T19:10:58.108Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 14.75MB / 50.40MB 0.6s [2020-11-17T19:10:58.203Z] [2020-11-17T19:10:58.203Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-17T19:10:58.203Z] #7 DONE 0.2s [2020-11-17T19:10:58.203Z] [2020-11-17T19:10:58.203Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-17T19:10:58.203Z] #6 DONE 0.2s [2020-11-17T19:10:58.203Z] [2020-11-17T19:10:58.203Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-17T19:10:58.372Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 22.00MB / 50.40MB 1.0s [2020-11-17T19:10:58.372Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.0s [2020-11-17T19:10:58.472Z] Still waiting to schedule task [2020-11-17T19:10:58.473Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09d89ea401cc6b348)’ [2020-11-17T19:10:58.473Z] Still waiting to schedule task [2020-11-17T19:10:58.473Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09d89ea401cc6b348)’ [2020-11-17T19:10:58.478Z] Still waiting to schedule task [2020-11-17T19:10:58.478Z] All nodes of label ‘arm64&&linux’ are offline [2020-11-17T19:10:58.480Z] Still waiting to schedule task [2020-11-17T19:10:58.480Z] All nodes of label ‘windows-2019’ are offline [2020-11-17T19:10:58.498Z] #5 DONE 0.6s [2020-11-17T19:10:58.636Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 27.20MB / 50.40MB 1.1s [2020-11-17T19:10:58.636Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.0s done [2020-11-17T19:10:58.636Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 1.1s [2020-11-17T19:10:58.827Z] [2020-11-17T19:10:58.827Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:10:58.827Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-17T19:10:58.827Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-17T19:10:58.827Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2020-11-17T19:10:58.827Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 2.80MB / 7.39MB 0.1s [2020-11-17T19:10:58.827Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0B / 9.88MB 0.1s [2020-11-17T19:10:58.827Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2020-11-17T19:10:58.827Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 64.45kB / 48.97MB 0.1s [2020-11-17T19:10:58.827Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 6.67MB / 7.39MB 0.2s [2020-11-17T19:10:58.827Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 2.65MB / 9.88MB 0.2s [2020-11-17T19:10:58.900Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 30.99MB / 50.40MB 1.2s [2020-11-17T19:10:58.900Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 4.47MB / 10.00MB 1.2s [2020-11-17T19:10:58.900Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 37.37MB / 50.40MB 1.4s [2020-11-17T19:10:58.900Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.4s [2020-11-17T19:10:59.162Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 40.15MB / 50.40MB 1.6s [2020-11-17T19:10:59.162Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.6s done [2020-11-17T19:10:59.162Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 1.6s [2020-11-17T19:10:59.166Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.2s done [2020-11-17T19:10:59.166Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 5.85MB / 9.88MB 0.3s [2020-11-17T19:10:59.166Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 7.15MB / 48.97MB 0.3s [2020-11-17T19:10:59.166Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 0B / 51.38MB 0.3s [2020-11-17T19:10:59.166Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.4s done [2020-11-17T19:10:59.166Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 14.91MB / 48.97MB 0.5s [2020-11-17T19:10:59.166Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 4.54MB / 51.38MB 0.5s [2020-11-17T19:10:59.166Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 187.33kB / 56.74MB 0.5s [2020-11-17T19:10:59.166Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 18.63MB / 48.97MB 0.6s [2020-11-17T19:10:59.166Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 7.18MB / 51.38MB 0.6s [2020-11-17T19:10:59.166Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 3.34MB / 56.74MB 0.6s [2020-11-17T19:10:59.424Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 44.78MB / 50.40MB 1.7s [2020-11-17T19:10:59.424Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.62MB / 51.83MB 1.7s [2020-11-17T19:10:59.424Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.9s [2020-11-17T19:10:59.424Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 12.30MB / 51.83MB 1.9s [2020-11-17T19:10:59.518Z] #8 ... [2020-11-17T19:10:59.518Z] [2020-11-17T19:10:59.518Z] #21 [internal] load build context [2020-11-17T19:10:59.518Z] #21 transferring context: 52.35MB 0.7s done [2020-11-17T19:10:59.518Z] #21 DONE 0.8s [2020-11-17T19:10:59.518Z] [2020-11-17T19:10:59.518Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:10:59.518Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 7.09MB / 56.74MB 0.7s [2020-11-17T19:10:59.518Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 25.59MB / 48.97MB 0.9s [2020-11-17T19:10:59.518Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 14.66MB / 51.38MB 0.9s [2020-11-17T19:10:59.518Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 12.25MB / 56.74MB 0.9s [2020-11-17T19:10:59.689Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 15.20MB / 51.83MB 2.0s [2020-11-17T19:10:59.689Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 18.24MB / 51.83MB 2.1s [2020-11-17T19:10:59.865Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 28.09MB / 48.97MB 1.0s [2020-11-17T19:10:59.865Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 15.42MB / 56.74MB 1.0s [2020-11-17T19:10:59.865Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 31.93MB / 48.97MB 1.2s [2020-11-17T19:10:59.865Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 20.05MB / 51.38MB 1.2s [2020-11-17T19:10:59.865Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 20.43MB / 56.74MB 1.2s [2020-11-17T19:10:59.865Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 22.79MB / 51.38MB 1.3s [2020-11-17T19:10:59.988Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 26.80MB / 51.83MB 2.4s [2020-11-17T19:11:00.209Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 37.30MB / 48.97MB 1.4s [2020-11-17T19:11:00.209Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 25.64MB / 51.38MB 1.4s [2020-11-17T19:11:00.209Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 25.86MB / 56.74MB 1.4s [2020-11-17T19:11:00.209Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 42.43MB / 48.97MB 1.6s [2020-11-17T19:11:00.209Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 31.81MB / 51.38MB 1.6s [2020-11-17T19:11:00.209Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 31.13MB / 56.74MB 1.6s [2020-11-17T19:11:00.209Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 46.09MB / 48.97MB 1.7s [2020-11-17T19:11:00.209Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 34.56MB / 51.38MB 1.7s [2020-11-17T19:11:00.255Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 33.51MB / 51.83MB 2.5s [2020-11-17T19:11:00.255Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 44.47MB / 51.83MB 2.7s [2020-11-17T19:11:00.255Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.8s [2020-11-17T19:11:00.573Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.8s [2020-11-17T19:11:00.573Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 37.69MB / 51.38MB 1.8s [2020-11-17T19:11:00.573Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 35.26MB / 56.74MB 1.8s [2020-11-17T19:11:00.573Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.8s done [2020-11-17T19:11:00.573Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 40.50MB / 51.38MB 1.9s [2020-11-17T19:11:00.573Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 39.74MB / 56.74MB 1.9s [2020-11-17T19:11:00.573Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0B / 102.23MB 1.9s [2020-11-17T19:11:00.573Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 43.17MB / 56.74MB 2.0s [2020-11-17T19:11:00.573Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 [2020-11-17T19:11:00.828Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-11-17T19:11:00.935Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 46.76MB / 51.38MB 2.2s [2020-11-17T19:11:00.935Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 48.85MB / 56.74MB 2.2s [2020-11-17T19:11:00.935Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 6.72MB / 102.23MB 2.2s [2020-11-17T19:11:00.935Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 51.98MB / 56.74MB 2.3s [2020-11-17T19:11:00.935Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 2.4s [2020-11-17T19:11:01.091Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.9s done [2020-11-17T19:11:01.091Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.3s done [2020-11-17T19:11:01.091Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 794.62kB / 68.67MB 3.4s [2020-11-17T19:11:01.091Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.71MB / 120.17MB 3.4s [2020-11-17T19:11:01.091Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 3.4s [2020-11-17T19:11:01.091Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.4s done [2020-11-17T19:11:01.291Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.5s [2020-11-17T19:11:01.291Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 15.05MB / 102.23MB 2.5s [2020-11-17T19:11:01.291Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 2.6s done [2020-11-17T19:11:01.291Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.6s done [2020-11-17T19:11:01.291Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 24.11MB / 102.23MB 2.7s [2020-11-17T19:11:01.291Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 2.7s [2020-11-17T19:11:01.354Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.27MB / 68.67MB 3.6s [2020-11-17T19:11:01.354Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 13.73MB / 120.17MB 3.8s [2020-11-17T19:11:01.605Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 2.7s done [2020-11-17T19:11:01.605Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 29.33MB / 102.23MB 2.9s [2020-11-17T19:11:01.617Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 9.37MB / 68.67MB 3.9s [2020-11-17T19:11:01.617Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 16.46MB / 68.67MB 4.2s [2020-11-17T19:11:01.617Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 21.27MB / 120.17MB 4.2s [2020-11-17T19:11:01.880Z] #8 ... [2020-11-17T19:11:01.880Z] [2020-11-17T19:11:01.880Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-17T19:11:01.880Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-17T19:11:01.880Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-17T19:11:01.880Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-17T19:11:01.880Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.7s done [2020-11-17T19:11:01.880Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.5s done [2020-11-17T19:11:01.880Z] #60 DONE 4.4s [2020-11-17T19:11:01.880Z] [2020-11-17T19:11:01.880Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:11:01.920Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 37.46MB / 102.23MB 3.1s [2020-11-17T19:11:01.920Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 46.02MB / 102.23MB 3.2s [2020-11-17T19:11:02.142Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 26.59MB / 68.67MB 4.7s [2020-11-17T19:11:02.142Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 30.02MB / 120.17MB 4.7s [2020-11-17T19:11:02.264Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 57.12MB / 102.23MB 3.4s [2020-11-17T19:11:02.264Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 67.16MB / 102.23MB 3.6s [2020-11-17T19:11:02.264Z] #8 ... [2020-11-17T19:11:02.264Z] [2020-11-17T19:11:02.264Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-17T19:11:02.264Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-17T19:11:02.265Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-17T19:11:02.265Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-17T19:11:02.265Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 3.0s done [2020-11-17T19:11:02.265Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.4s done [2020-11-17T19:11:02.265Z] #60 DONE 3.7s [2020-11-17T19:11:02.265Z] [2020-11-17T19:11:02.265Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:11:02.265Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 74.73MB / 102.23MB 3.7s [2020-11-17T19:11:02.265Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.7s done [2020-11-17T19:11:02.407Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 30.20MB / 68.67MB 4.8s [2020-11-17T19:11:02.577Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 81.49MB / 102.23MB 3.8s [2020-11-17T19:11:02.577Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 89.05MB / 102.23MB 3.9s [2020-11-17T19:11:02.577Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.1s [2020-11-17T19:11:02.678Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 34.78MB / 68.67MB 5.0s [2020-11-17T19:11:02.678Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 38.06MB / 120.17MB 5.0s [2020-11-17T19:11:02.678Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 39.13MB / 68.67MB 5.2s [2020-11-17T19:11:02.883Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 98.17MB / 102.23MB 4.1s [2020-11-17T19:11:02.883Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 4.3s done [2020-11-17T19:11:02.883Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.3s done [2020-11-17T19:11:02.940Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 47.55MB / 120.17MB 5.2s [2020-11-17T19:11:02.940Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 48.50MB / 68.67MB 5.4s [2020-11-17T19:11:02.940Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 53.81MB / 120.17MB 5.4s [2020-11-17T19:11:03.175Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.1s [2020-11-17T19:11:03.202Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 54.01MB / 68.67MB 5.7s [2020-11-17T19:11:03.464Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 61.10MB / 68.67MB 5.9s [2020-11-17T19:11:03.464Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 66.19MB / 120.17MB 5.9s [2020-11-17T19:11:03.468Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.3s done [2020-11-17T19:11:03.725Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 64.58MB / 68.67MB 6.1s [2020-11-17T19:11:03.725Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.12MB / 68.67MB 6.3s [2020-11-17T19:11:03.725Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 72.93MB / 120.17MB 6.3s [2020-11-17T19:11:03.760Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d [2020-11-17T19:11:04.016Z] Fetching without tags [2020-11-17T19:11:04.299Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 79.32MB / 120.17MB 6.7s [2020-11-17T19:11:04.418Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:11:04.562Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 89.79MB / 120.17MB 7.1s [2020-11-17T19:11:04.796Z] #8 ... [2020-11-17T19:11:04.796Z] [2020-11-17T19:11:04.796Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-17T19:11:04.796Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-17T19:11:04.796Z] #24 sha256:85991a508dae9b547fed5d7702ba645164a47b8d92598304c4b465bbad0bc7b2 1.50kB / 1.50kB done [2020-11-17T19:11:04.796Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-17T19:11:04.796Z] #24 sha256:f4f8457fd057d0744bbd01d994e9ad1229f0bee5d063f1ab7a8568ef18c8ddf8 529B / 529B done [2020-11-17T19:11:04.796Z] #24 sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 48.97MB / 48.97MB 3.9s done [2020-11-17T19:11:04.796Z] #24 extracting sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 1.6s done [2020-11-17T19:11:04.796Z] #24 DONE 6.1s [2020-11-17T19:11:04.796Z] [2020-11-17T19:11:04.796Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:11:04.824Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 97.44MB / 120.17MB 7.3s [2020-11-17T19:11:05.086Z] #8 ... [2020-11-17T19:11:05.086Z] [2020-11-17T19:11:05.086Z] #21 [internal] load build context [2020-11-17T19:11:05.086Z] #21 transferring context: 52.35MB 7.1s done [2020-11-17T19:11:05.086Z] #21 DONE 7.7s [2020-11-17T19:11:05.086Z] [2020-11-17T19:11:05.086Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:11:05.086Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 108.96MB / 120.17MB 7.6s [2020-11-17T19:11:03.978Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:11:03.981Z] > git config --add remote.origin.fetch +refs/pull/41682/head:refs/remotes/origin/PR-41682 # timeout=10 [2020-11-17T19:11:03.984Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:11:03.999Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:11:04.014Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:11:04.014Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:11:04.015Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:11:04.416Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:11:04.419Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:11:05.275Z] Merge succeeded, producing 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:11:05.275Z] Checking out Revision 941fea1c58966531ef56fc020a3901158a01a473 (PR-41682) [2020-11-17T19:11:05.348Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.8s [2020-11-17T19:11:05.606Z] Commit message: "Added blank line after build comment" [2020-11-17T19:11:05.693Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 8.0s done [2020-11-17T19:11:05.853Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 2.1s done [2020-11-17T19:11:05.955Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.2s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-11-17T19:11:06.145Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-17T19:11:06.215Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.6s done [2020-11-17T19:11:06.532Z] + docker version [2020-11-17T19:11:06.532Z] Client: [2020-11-17T19:11:06.532Z] Version: 18.06.1-ce [2020-11-17T19:11:06.532Z] API version: 1.38 [2020-11-17T19:11:06.532Z] Go version: go1.10.3 [2020-11-17T19:11:06.532Z] Git commit: e68fc7a [2020-11-17T19:11:06.532Z] Built: Tue Aug 21 17:26:10 2018 [2020-11-17T19:11:06.532Z] OS/Arch: linux/ppc64le [2020-11-17T19:11:06.532Z] Experimental: false [2020-11-17T19:11:06.532Z] [2020-11-17T19:11:06.532Z] Server: [2020-11-17T19:11:06.532Z] Engine: [2020-11-17T19:11:06.532Z] Version: 18.06.1-ce [2020-11-17T19:11:06.532Z] API version: 1.38 (minimum version 1.12) [2020-11-17T19:11:06.532Z] Go version: go1.10.3 [2020-11-17T19:11:06.532Z] Git commit: e68fc7a [2020-11-17T19:11:06.532Z] Built: Tue Aug 21 17:24:20 2018 [2020-11-17T19:11:06.532Z] OS/Arch: linux/ppc64le [2020-11-17T19:11:06.532Z] Experimental: true [Pipeline] sh [2020-11-17T19:11:06.917Z] + docker info [2020-11-17T19:11:06.917Z] Containers: 0 [2020-11-17T19:11:06.917Z] Running: 0 [2020-11-17T19:11:06.917Z] Paused: 0 [2020-11-17T19:11:06.917Z] Stopped: 0 [2020-11-17T19:11:06.917Z] Images: 0 [2020-11-17T19:11:06.917Z] Server Version: 18.06.1-ce [2020-11-17T19:11:06.917Z] Storage Driver: overlay2 [2020-11-17T19:11:06.917Z] Backing Filesystem: extfs [2020-11-17T19:11:06.917Z] Supports d_type: true [2020-11-17T19:11:06.917Z] Native Overlay Diff: true [2020-11-17T19:11:06.917Z] Logging Driver: json-file [2020-11-17T19:11:06.917Z] Cgroup Driver: cgroupfs [2020-11-17T19:11:06.917Z] Plugins: [2020-11-17T19:11:06.917Z] Volume: local [2020-11-17T19:11:06.917Z] Network: bridge host ipvlan macvlan null overlay [2020-11-17T19:11:06.917Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-11-17T19:11:06.917Z] Swarm: inactive [2020-11-17T19:11:06.917Z] Runtimes: runc [2020-11-17T19:11:06.917Z] Default Runtime: runc [2020-11-17T19:11:06.917Z] Init Binary: docker-init [2020-11-17T19:11:06.917Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-11-17T19:11:06.917Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-11-17T19:11:06.917Z] init version: fec3683 [2020-11-17T19:11:06.917Z] Security Options: [2020-11-17T19:11:06.917Z] apparmor [2020-11-17T19:11:06.917Z] seccomp [2020-11-17T19:11:06.917Z] Profile: default [2020-11-17T19:11:06.917Z] Kernel Version: 4.4.0-139-generic [2020-11-17T19:11:06.917Z] Operating System: Ubuntu 16.04.3 LTS [2020-11-17T19:11:06.917Z] OSType: linux [2020-11-17T19:11:06.917Z] Architecture: ppc64le [2020-11-17T19:11:06.917Z] CPUs: 4 [2020-11-17T19:11:06.917Z] Total Memory: 7.972GiB [2020-11-17T19:11:06.917Z] Name: ppc64le-ubuntu-28 [2020-11-17T19:11:06.917Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-11-17T19:11:06.917Z] Docker Root Dir: /var/lib/docker [2020-11-17T19:11:06.917Z] Debug Mode (client): false [2020-11-17T19:11:06.917Z] Debug Mode (server): false [2020-11-17T19:11:06.917Z] Username: dockerbuildbot [2020-11-17T19:11:06.917Z] Registry: https://index.docker.io/v1/ [2020-11-17T19:11:06.917Z] Labels: [2020-11-17T19:11:06.917Z] Experimental: true [2020-11-17T19:11:06.917Z] Insecure Registries: [2020-11-17T19:11:06.917Z] 127.0.0.0/8 [2020-11-17T19:11:06.917Z] Live Restore Enabled: false [2020-11-17T19:11:06.917Z] [Pipeline] sh [2020-11-17T19:11:05.228Z] > git remote # timeout=10 [2020-11-17T19:11:05.232Z] > git config --get remote.origin.url # timeout=10 [2020-11-17T19:11:05.235Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:11:05.235Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-17T19:11:05.258Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-17T19:11:05.273Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:11:05.276Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:11:07.312Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:11:07.312Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:11:07.312Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41682/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-17T19:11:07.312Z] + bash /home/docker/workspace/moby_PR-41682/check-config.sh [2020-11-17T19:11:07.312Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-17T19:11:07.312Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-11-17T19:11:07.312Z] [2020-11-17T19:11:07.312Z] Generally Necessary: [2020-11-17T19:11:07.312Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-17T19:11:07.312Z] - apparmor: enabled and tools installed [2020-11-17T19:11:07.312Z] - CONFIG_NAMESPACES: enabled [2020-11-17T19:11:07.312Z] - CONFIG_NET_NS: enabled [2020-11-17T19:11:07.312Z] - CONFIG_PID_NS: enabled [2020-11-17T19:11:07.312Z] - CONFIG_IPC_NS: enabled [2020-11-17T19:11:07.312Z] - CONFIG_UTS_NS: enabled [2020-11-17T19:11:07.312Z] - CONFIG_CGROUPS: enabled [2020-11-17T19:11:07.312Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-17T19:11:07.312Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-17T19:11:07.312Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-17T19:11:07.312Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-17T19:11:07.312Z] - CONFIG_CPUSETS: enabled [2020-11-17T19:11:07.602Z] #8 ... [2020-11-17T19:11:07.602Z] [2020-11-17T19:11:07.602Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-17T19:11:07.602Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-17T19:11:07.602Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-17T19:11:07.602Z] #24 sha256:60cb30babcd1740309903c37d3d408407d190cf73015aeddec9086ef3f393a5d 529B / 529B done [2020-11-17T19:11:07.602Z] #24 sha256:1510e850178318cd2b654439b56266e7b6cbff36f95f343f662c708cd51d0610 1.50kB / 1.50kB done [2020-11-17T19:11:07.602Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 50.40MB / 50.40MB 3.0s done [2020-11-17T19:11:07.602Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 6.7s [2020-11-17T19:11:07.602Z] #24 ... [2020-11-17T19:11:07.602Z] [2020-11-17T19:11:07.602Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:11:07.607Z] - CONFIG_MEMCG: enabled [2020-11-17T19:11:07.607Z] - CONFIG_KEYS: enabled [2020-11-17T19:11:07.607Z] - CONFIG_VETH: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-17T19:11:07.607Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-17T19:11:07.607Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-11-17T19:11:07.607Z] [2020-11-17T19:11:07.607Z] Optional Features: [2020-11-17T19:11:07.607Z] - CONFIG_USER_NS: enabled [2020-11-17T19:11:07.607Z] - CONFIG_SECCOMP: enabled [2020-11-17T19:11:07.607Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-17T19:11:07.607Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-17T19:11:07.607Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-17T19:11:07.607Z] (cgroup swap accounting is currently enabled) [2020-11-17T19:11:07.607Z] - CONFIG_MEMCG_KMEM: enabled [2020-11-17T19:11:07.607Z] - CONFIG_BLK_CGROUP: enabled [2020-11-17T19:11:07.607Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-17T19:11:07.607Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-17T19:11:07.607Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-17T19:11:07.607Z] - CONFIG_CGROUP_PERF: enabled [2020-11-17T19:11:07.607Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-17T19:11:07.607Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-17T19:11:07.607Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-17T19:11:07.607Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-17T19:11:07.607Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-17T19:11:07.607Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_IP_VS: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-17T19:11:07.607Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-17T19:11:07.607Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-17T19:11:07.607Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_EXT4_FS: enabled [2020-11-17T19:11:07.607Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-17T19:11:07.607Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-17T19:11:07.607Z] - Network Drivers: [2020-11-17T19:11:07.607Z] - "overlay": [2020-11-17T19:11:07.607Z] - CONFIG_VXLAN: enabled (as module) [2020-11-17T19:11:07.607Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-17T19:11:07.607Z] Optional (for encrypted networks): [2020-11-17T19:11:07.900Z] - CONFIG_CRYPTO: enabled [2020-11-17T19:11:07.900Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-11-17T19:11:07.900Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-11-17T19:11:07.900Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-11-17T19:11:07.900Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-11-17T19:11:07.900Z] - CONFIG_XFRM: enabled [2020-11-17T19:11:07.900Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-17T19:11:07.900Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-17T19:11:07.900Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-17T19:11:07.900Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-17T19:11:07.900Z] - "ipvlan": [2020-11-17T19:11:07.900Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-17T19:11:07.900Z] - "macvlan": [2020-11-17T19:11:07.900Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-17T19:11:07.900Z] - CONFIG_DUMMY: enabled (as module) [2020-11-17T19:11:07.900Z] - "ftp,tftp client in container": [2020-11-17T19:11:07.900Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-17T19:11:07.900Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-17T19:11:07.900Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-17T19:11:07.900Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-17T19:11:07.900Z] - Storage Drivers: [2020-11-17T19:11:07.900Z] - "aufs": [2020-11-17T19:11:07.900Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-17T19:11:07.900Z] - "btrfs": [2020-11-17T19:11:07.900Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-17T19:11:07.900Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-17T19:11:07.900Z] - "devicemapper": [2020-11-17T19:11:07.900Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-17T19:11:07.900Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-17T19:11:07.900Z] - "overlay": [2020-11-17T19:11:07.900Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-17T19:11:07.900Z] - "zfs": [2020-11-17T19:11:07.900Z] - /dev/zfs: missing [2020-11-17T19:11:07.900Z] - zfs command: missing [2020-11-17T19:11:07.900Z] - zpool command: missing [2020-11-17T19:11:07.900Z] [2020-11-17T19:11:07.900Z] Limits: [2020-11-17T19:11:07.900Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-17T19:11:07.900Z] [2020-11-17T19:11:07.900Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-17T19:11:08.226Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.7s done [2020-11-17T19:11:08.226Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 [2020-11-17T19:11:08.337Z] + make bundles/buildx [2020-11-17T19:11:08.633Z] make: command: Command not found [2020-11-17T19:11:08.633Z] make: command: Command not found [2020-11-17T19:11:08.633Z] mkdir bundles [2020-11-17T19:11:08.633Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-11-17T19:11:08.633Z] --build-arg BUILDX_COMMIT \ [2020-11-17T19:11:08.633Z] --build-arg BUILDX_REPO \ [2020-11-17T19:11:08.633Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-11-17T19:11:08.633Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-11-17T19:11:08.633Z] . [2020-11-17T19:11:08.633Z] /bin/sh: 4: go: not found [2020-11-17T19:11:08.633Z] /bin/sh: 5: go: not found [2020-11-17T19:11:10.160Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.3s done [2020-11-17T19:11:10.422Z] #8 ... [2020-11-17T19:11:10.422Z] [2020-11-17T19:11:10.422Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-17T19:11:10.422Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 9.1s done [2020-11-17T19:11:10.422Z] #24 DONE 12.8s [2020-11-17T19:11:10.422Z] [2020-11-17T19:11:10.422Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:11:10.422Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-11-17T19:11:10.813Z] Sending build context to Docker daemon 57.21MB [2020-11-17T19:11:10.813Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-11-17T19:11:10.813Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-11-17T19:11:10.813Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-11-17T19:11:10.813Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-11-17T19:11:10.813Z] 1.13.15-buster: Pulling from library/golang [2020-11-17T19:11:11.111Z] db4e2d8d5901: Pulling fs layer [2020-11-17T19:11:11.111Z] dfe2d012519c: Pulling fs layer [2020-11-17T19:11:11.111Z] 5d8f1d1f9197: Pulling fs layer [2020-11-17T19:11:11.111Z] 1301750ffb48: Pulling fs layer [2020-11-17T19:11:11.111Z] dc5c6edc9cff: Pulling fs layer [2020-11-17T19:11:11.111Z] 3c370c2e2f82: Pulling fs layer [2020-11-17T19:11:11.111Z] 5ffb2f5886e2: Pulling fs layer [2020-11-17T19:11:11.111Z] dc5c6edc9cff: Waiting [2020-11-17T19:11:11.111Z] 5ffb2f5886e2: Waiting [2020-11-17T19:11:11.111Z] 3c370c2e2f82: Waiting [2020-11-17T19:11:11.111Z] 1301750ffb48: Waiting [2020-11-17T19:11:11.366Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.9s done [2020-11-17T19:11:11.366Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-11-17T19:11:11.420Z] dfe2d012519c: Verifying Checksum [2020-11-17T19:11:11.420Z] dfe2d012519c: Download complete [2020-11-17T19:11:11.721Z] 5d8f1d1f9197: Verifying Checksum [2020-11-17T19:11:11.721Z] 5d8f1d1f9197: Download complete [2020-11-17T19:11:11.761Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 3.3s done [2020-11-17T19:11:11.761Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 [2020-11-17T19:11:11.761Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [2020-11-17T19:11:11.940Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.4s done [2020-11-17T19:11:12.063Z] #8 DONE 13.4s [2020-11-17T19:11:12.063Z] [2020-11-17T19:11:12.063Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-17T19:11:12.063Z] #25 0.574 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:11:12.063Z] #25 0.593 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:11:12.063Z] #25 0.615 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:11:12.063Z] #25 0.703 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [220 kB] [2020-11-17T19:11:12.063Z] #25 0.912 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-17T19:11:12.063Z] #25 1.215 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-17T19:11:12.063Z] #25 2.094 Fetched 8090 kB in 2s (5277 kB/s) [2020-11-17T19:11:12.063Z] #25 2.094 Reading package lists... [2020-11-17T19:11:12.063Z] #25 2.574 Reading package lists... [2020-11-17T19:11:12.063Z] #25 3.030 Building dependency tree... [2020-11-17T19:11:12.063Z] #25 3.178 The following additional packages will be installed: [2020-11-17T19:11:12.063Z] #25 3.178 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-17T19:11:12.063Z] #25 3.178 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-17T19:11:12.063Z] #25 3.178 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-17T19:11:12.063Z] #25 3.178 Suggested packages: [2020-11-17T19:11:12.063Z] #25 3.178 krb5-doc krb5-user [2020-11-17T19:11:12.063Z] #25 3.178 Recommended packages: [2020-11-17T19:11:12.063Z] #25 3.178 krb5-locales publicsuffix libsasl2-modules [2020-11-17T19:11:12.063Z] #25 3.308 The following NEW packages will be installed: [2020-11-17T19:11:12.063Z] #25 3.308 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-17T19:11:12.063Z] #25 3.308 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-17T19:11:12.063Z] #25 3.308 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-17T19:11:12.063Z] #25 3.308 libssh2-1 libssl1.1 openssl [2020-11-17T19:11:12.063Z] #25 3.351 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-17T19:11:12.063Z] #25 3.351 Need to get 4591 kB of archives. [2020-11-17T19:11:12.063Z] #25 3.351 After this operation, 11.9 MB of additional disk space will be used. [2020-11-17T19:11:12.063Z] #25 3.351 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-17T19:11:12.063Z] #25 3.359 Get:2 http://security.debian.org/debian-security buster/updates/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u4 [213 kB] [2020-11-17T19:11:12.063Z] #25 3.365 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-17T19:11:12.063Z] #25 3.388 Get:4 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2020-11-17T19:11:12.063Z] #25 3.399 Get:5 http://deb.debian.org/debian buster/main s390x libssl1.1 s390x 1.1.1d-0+deb10u3 [1199 kB] [2020-11-17T19:11:12.063Z] #25 3.464 Get:6 http://deb.debian.org/debian buster/main s390x openssl s390x 1.1.1d-0+deb10u3 [827 kB] [2020-11-17T19:11:12.063Z] #25 3.499 Get:7 http://deb.debian.org/debian buster-updates/main s390x ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-17T19:11:12.063Z] #25 3.565 Get:8 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2020-11-17T19:11:12.063Z] #25 3.576 Get:9 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3 [64.6 kB] [2020-11-17T19:11:12.063Z] #25 3.704 Get:10 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3 [120 kB] [2020-11-17T19:11:12.063Z] #25 3.710 Get:11 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3 [346 kB] [2020-11-17T19:11:12.063Z] #25 3.723 Get:12 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3 [146 kB] [2020-11-17T19:11:12.063Z] #25 3.728 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2020-11-17T19:11:12.063Z] #25 3.731 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2020-11-17T19:11:12.063Z] #25 3.732 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2020-11-17T19:11:12.063Z] #25 3.734 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2020-11-17T19:11:12.063Z] #25 3.738 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2020-11-17T19:11:12.063Z] #25 3.748 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2020-11-17T19:11:12.063Z] #25 3.756 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-11-17T19:11:12.063Z] #25 3.761 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-11-17T19:11:12.063Z] #25 3.765 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-11-17T19:11:12.064Z] #25 3.856 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:11:12.064Z] #25 3.865 Fetched 4591 kB in 0s (10.5 MB/s) [2020-11-17T19:11:12.064Z] #25 3.883 Selecting previously unselected package libsasl2-modules-db:s390x. [2020-11-17T19:11:12.064Z] #25 3.883 (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-17T19:11:12.064Z] #25 3.883 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 3.885 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:11:12.064Z] #25 3.914 Selecting previously unselected package libsasl2-2:s390x. [2020-11-17T19:11:12.064Z] #25 3.914 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 3.920 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:11:12.064Z] #25 3.953 Selecting previously unselected package libldap-common. [2020-11-17T19:11:12.064Z] #25 3.953 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-17T19:11:12.064Z] #25 3.956 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:11:12.064Z] #25 3.986 Selecting previously unselected package libldap-2.4-2:s390x. [2020-11-17T19:11:12.064Z] #25 3.986 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 3.989 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:11:12.064Z] #25 4.039 Selecting previously unselected package libssl1.1:s390x. [2020-11-17T19:11:12.064Z] #25 4.039 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.042 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u3) ... [2020-11-17T19:11:12.064Z] #25 4.154 Selecting previously unselected package openssl. [2020-11-17T19:11:12.064Z] #25 4.155 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.157 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-17T19:11:12.064Z] #25 4.249 Selecting previously unselected package ca-certificates. [2020-11-17T19:11:12.064Z] #25 4.249 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-17T19:11:12.064Z] #25 4.251 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-17T19:11:12.064Z] #25 4.300 Selecting previously unselected package libkeyutils1:s390x. [2020-11-17T19:11:12.064Z] #25 4.300 Preparing to unpack .../07-libkeyutils1_1.6-6_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.303 Unpacking libkeyutils1:s390x (1.6-6) ... [2020-11-17T19:11:12.064Z] #25 4.328 Selecting previously unselected package libkrb5support0:s390x. [2020-11-17T19:11:12.064Z] #25 4.328 Preparing to unpack .../08-libkrb5support0_1.17-3_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.331 Unpacking libkrb5support0:s390x (1.17-3) ... [2020-11-17T19:11:12.064Z] #25 4.360 Selecting previously unselected package libk5crypto3:s390x. [2020-11-17T19:11:12.064Z] #25 4.360 Preparing to unpack .../09-libk5crypto3_1.17-3_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.362 Unpacking libk5crypto3:s390x (1.17-3) ... [2020-11-17T19:11:12.064Z] #25 4.393 Selecting previously unselected package libkrb5-3:s390x. [2020-11-17T19:11:12.064Z] #25 4.393 Preparing to unpack .../10-libkrb5-3_1.17-3_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.395 Unpacking libkrb5-3:s390x (1.17-3) ... [2020-11-17T19:11:12.064Z] #25 4.453 Selecting previously unselected package libgssapi-krb5-2:s390x. [2020-11-17T19:11:12.064Z] #25 4.453 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.455 Unpacking libgssapi-krb5-2:s390x (1.17-3) ... [2020-11-17T19:11:12.064Z] #25 4.493 Selecting previously unselected package libnghttp2-14:s390x. [2020-11-17T19:11:12.064Z] #25 4.493 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.497 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-11-17T19:11:12.064Z] #25 4.533 Selecting previously unselected package libpsl5:s390x. [2020-11-17T19:11:12.064Z] #25 4.534 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.537 Unpacking libpsl5:s390x (0.20.2-2) ... [2020-11-17T19:11:12.064Z] #25 4.565 Selecting previously unselected package librtmp1:s390x. [2020-11-17T19:11:12.064Z] #25 4.565 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.568 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-11-17T19:11:12.064Z] #25 4.592 Selecting previously unselected package libssh2-1:s390x. [2020-11-17T19:11:12.064Z] #25 4.592 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.594 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2020-11-17T19:11:12.064Z] #25 4.634 Selecting previously unselected package libcurl4:s390x. [2020-11-17T19:11:12.064Z] #25 4.634 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.637 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-11-17T19:11:12.064Z] #25 4.679 Selecting previously unselected package curl. [2020-11-17T19:11:12.064Z] #25 4.679 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.681 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-17T19:11:12.064Z] #25 4.727 Selecting previously unselected package libonig5:s390x. [2020-11-17T19:11:12.064Z] #25 4.727 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.734 Unpacking libonig5:s390x (6.9.1-1) ... [2020-11-17T19:11:12.064Z] #25 4.767 Selecting previously unselected package libjq1:s390x. [2020-11-17T19:11:12.064Z] #25 4.767 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.769 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-17T19:11:12.064Z] #25 4.798 Selecting previously unselected package jq. [2020-11-17T19:11:12.064Z] #25 4.798 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-11-17T19:11:12.064Z] #25 4.807 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-17T19:11:12.064Z] #25 4.847 Setting up libkeyutils1:s390x (1.6-6) ... [2020-11-17T19:11:12.064Z] #25 4.858 Setting up libpsl5:s390x (0.20.2-2) ... [2020-11-17T19:11:12.064Z] #25 4.868 Setting up libssl1.1:s390x (1.1.1d-0+deb10u3) ... [2020-11-17T19:11:12.064Z] #25 4.938 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-11-17T19:11:12.064Z] #25 4.947 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:11:12.064Z] #25 4.961 Setting up libkrb5support0:s390x (1.17-3) ... [2020-11-17T19:11:12.064Z] #25 4.975 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:11:12.064Z] #25 4.982 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-11-17T19:11:12.064Z] #25 4.988 Setting up libk5crypto3:s390x (1.17-3) ... [2020-11-17T19:11:12.064Z] #25 4.995 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:11:12.064Z] #25 5.001 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2020-11-17T19:11:12.064Z] #25 5.007 Setting up libkrb5-3:s390x (1.17-3) ... [2020-11-17T19:11:12.064Z] #25 5.014 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-17T19:11:12.064Z] #25 5.023 Setting up libonig5:s390x (6.9.1-1) ... [2020-11-17T19:11:12.064Z] #25 5.030 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-17T19:11:12.064Z] #25 5.037 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:11:12.064Z] #25 5.043 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-17T19:11:12.064Z] #25 5.358 Updating certificates in /etc/ssl/certs... [2020-11-17T19:11:12.064Z] #25 6.056 126 added, 0 removed; done. [2020-11-17T19:11:12.064Z] #25 6.086 Setting up libgssapi-krb5-2:s390x (1.17-3) ... [2020-11-17T19:11:12.064Z] #25 6.093 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-17T19:11:12.064Z] #25 6.100 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-11-17T19:11:12.064Z] #25 6.107 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-17T19:11:12.064Z] #25 6.114 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:11:12.064Z] #25 6.134 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-17T19:11:12.064Z] #25 6.139 Updating certificates in /etc/ssl/certs... [2020-11-17T19:11:12.064Z] #25 6.525 0 added, 0 removed; done. [2020-11-17T19:11:12.064Z] #25 6.525 Running hooks in /etc/ca-certificates/update.d... [2020-11-17T19:11:12.064Z] #25 6.526 done. [2020-11-17T19:11:12.064Z] #25 DONE 7.3s [2020-11-17T19:11:12.064Z] [2020-11-17T19:11:12.064Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-17T19:11:12.064Z] #9 ... [2020-11-17T19:11:12.064Z] [2020-11-17T19:11:12.064Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-17T19:11:12.064Z] #26 DONE 0.1s [2020-11-17T19:11:12.356Z] [2020-11-17T19:11:12.356Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:11:12.648Z] #27 ... [2020-11-17T19:11:12.648Z] [2020-11-17T19:11:12.648Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-17T19:11:12.648Z] #9 DONE 0.7s [2020-11-17T19:11:12.648Z] [2020-11-17T19:11:12.648Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-17T19:11:12.885Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-11-17T19:11:13.682Z] db4e2d8d5901: Download complete [2020-11-17T19:11:13.723Z] #10 DONE 0.8s [2020-11-17T19:11:13.723Z] [2020-11-17T19:11:13.723Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-17T19:11:13.723Z] #37 DONE 0.0s [2020-11-17T19:11:13.723Z] [2020-11-17T19:11:13.723Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-17T19:11:13.723Z] #29 DONE 0.1s [2020-11-17T19:11:13.723Z] [2020-11-17T19:11:13.723Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:11:14.019Z] 1301750ffb48: Verifying Checksum [2020-11-17T19:11:14.019Z] 1301750ffb48: Download complete [2020-11-17T19:11:14.329Z] 5ffb2f5886e2: Verifying Checksum [2020-11-17T19:11:14.329Z] 5ffb2f5886e2: Download complete [2020-11-17T19:11:15.438Z] dc5c6edc9cff: Verifying Checksum [2020-11-17T19:11:15.438Z] dc5c6edc9cff: Download complete [2020-11-17T19:11:15.828Z] #30 2.360 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-17T19:11:15.828Z] #30 2.366 Cloning into '.'... [2020-11-17T19:11:17.416Z] db4e2d8d5901: Pull complete [2020-11-17T19:11:17.796Z] dfe2d012519c: Pull complete [2020-11-17T19:11:18.187Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.2s [2020-11-17T19:11:18.441Z] 5d8f1d1f9197: Pull complete [2020-11-17T19:11:18.441Z] 3c370c2e2f82: Verifying Checksum [2020-11-17T19:11:18.441Z] 3c370c2e2f82: Download complete [2020-11-17T19:11:18.658Z] #30 ... [2020-11-17T19:11:18.658Z] [2020-11-17T19:11:18.658Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:11:18.658Z] #27 1.284 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-17T19:11:18.658Z] #27 1.443 [2020-11-17T19:11:18.658Z] #27 1.559 ###### 8.6% ###################### 30.9% ####################################### 54.7% #################################################### 73.3% #################################################################### 94.7% ######################################################################## 100.0% [2020-11-17T19:11:18.658Z] #27 2.153 [2020-11-17T19:11:18.658Z] #27 2.316 ############# 19.3% ######################################################################## 100.0% [2020-11-17T19:11:18.658Z] #27 2.584 [2020-11-17T19:11:18.658Z] #27 2.698 ####### 10.2% ######################################################################## 100.0% [2020-11-17T19:11:18.658Z] #27 3.104 [2020-11-17T19:11:18.658Z] #27 3.161 0.8% #### 6.7% ########## 14.0% ############### 21.3% ######################### 34.8% ############################ 39.1% ################################### 49.6% ######################################### 58.2% ################################################## 69.6% ######################################################## 78.3% ############################################################## 86.9% ################################################################### 93.3% ####################################################################### 99.7% ######################################################################## 100.0% [2020-11-17T19:11:18.658Z] #27 4.942 [2020-11-17T19:11:18.761Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.0s done [2020-11-17T19:11:19.022Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-11-17T19:11:19.284Z] #8 ... [2020-11-17T19:11:19.284Z] [2020-11-17T19:11:19.284Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-17T19:11:19.284Z] #25 1.512 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:11:19.284Z] #25 1.529 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:11:19.284Z] #25 1.612 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:11:19.284Z] #25 1.626 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:11:19.284Z] #25 1.872 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:11:19.284Z] #25 2.074 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:11:19.284Z] #25 3.714 Fetched 8401 kB in 2s (3424 kB/s) [2020-11-17T19:11:19.284Z] #25 3.714 Reading package lists... [2020-11-17T19:11:19.284Z] #25 4.729 Reading package lists... [2020-11-17T19:11:19.284Z] #25 5.642 Building dependency tree... [2020-11-17T19:11:19.284Z] #25 5.949 The following additional packages will be installed: [2020-11-17T19:11:19.284Z] #25 5.949 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-17T19:11:19.284Z] #25 5.949 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-17T19:11:19.284Z] #25 5.949 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-17T19:11:19.284Z] #25 5.949 Suggested packages: [2020-11-17T19:11:19.284Z] #25 5.949 krb5-doc krb5-user [2020-11-17T19:11:19.284Z] #25 5.949 Recommended packages: [2020-11-17T19:11:19.284Z] #25 5.949 krb5-locales publicsuffix libsasl2-modules [2020-11-17T19:11:19.284Z] #25 6.133 The following NEW packages will be installed: [2020-11-17T19:11:19.284Z] #25 6.133 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-17T19:11:19.284Z] #25 6.133 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-17T19:11:19.284Z] #25 6.133 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-17T19:11:19.284Z] #25 6.133 libssh2-1 libssl1.1 openssl [2020-11-17T19:11:19.284Z] #25 6.424 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-17T19:11:19.284Z] #25 6.424 Need to get 5050 kB of archives. [2020-11-17T19:11:19.284Z] #25 6.424 After this operation, 12.1 MB of additional disk space will be used. [2020-11-17T19:11:19.284Z] #25 6.424 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-17T19:11:19.284Z] #25 6.424 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-17T19:11:19.284Z] #25 6.424 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-11-17T19:11:19.284Z] #25 6.449 Get:4 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-11-17T19:11:19.284Z] #25 6.449 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB] [2020-11-17T19:11:19.284Z] #25 6.449 Get:6 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB] [2020-11-17T19:11:19.284Z] #25 6.468 Get:7 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-17T19:11:19.284Z] #25 6.468 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-11-17T19:11:19.284Z] #25 6.468 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB] [2020-11-17T19:11:19.284Z] #25 6.468 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB] [2020-11-17T19:11:19.284Z] #25 6.477 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB] [2020-11-17T19:11:19.284Z] #25 6.484 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB] [2020-11-17T19:11:19.284Z] #25 6.484 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-11-17T19:11:19.284Z] #25 6.485 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-11-17T19:11:19.284Z] #25 6.505 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-11-17T19:11:19.284Z] #25 6.505 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-11-17T19:11:19.284Z] #25 6.505 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-11-17T19:11:19.284Z] #25 6.505 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-11-17T19:11:19.284Z] #25 6.513 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-17T19:11:19.284Z] #25 6.516 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-17T19:11:19.284Z] #25 6.520 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-17T19:11:19.284Z] #25 6.741 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:11:19.284Z] #25 6.772 Fetched 5050 kB in 0s (14.0 MB/s) [2020-11-17T19:11:19.284Z] #25 6.808 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-11-17T19:11:19.284Z] #25 6.808 (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-17T19:11:19.284Z] #25 6.808 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-17T19:11:19.284Z] #25 6.811 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:11:19.284Z] #25 6.861 Selecting previously unselected package libsasl2-2:amd64. [2020-11-17T19:11:19.284Z] #25 6.861 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-17T19:11:19.284Z] #25 6.876 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:11:19.284Z] #25 6.925 Selecting previously unselected package libldap-common. [2020-11-17T19:11:19.284Z] #25 6.925 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-17T19:11:19.284Z] #25 6.937 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:11:19.284Z] #25 6.984 Selecting previously unselected package libldap-2.4-2:amd64. [2020-11-17T19:11:19.284Z] #25 6.984 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-11-17T19:11:19.284Z] #25 6.992 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:11:19.284Z] #25 7.104 Selecting previously unselected package libssl1.1:amd64. [2020-11-17T19:11:19.284Z] #25 7.104 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-17T19:11:19.284Z] #25 7.125 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-17T19:11:19.284Z] #25 7.366 Selecting previously unselected package openssl. [2020-11-17T19:11:19.284Z] #25 7.366 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-17T19:11:19.284Z] #25 7.370 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-17T19:11:19.284Z] #25 7.537 Selecting previously unselected package ca-certificates. [2020-11-17T19:11:19.284Z] #25 7.537 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-17T19:11:19.284Z] #25 7.541 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-17T19:11:19.284Z] #25 7.660 Selecting previously unselected package libkeyutils1:amd64. [2020-11-17T19:11:19.284Z] #25 7.662 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2020-11-17T19:11:19.284Z] #25 7.670 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-11-17T19:11:19.284Z] #25 7.742 Selecting previously unselected package libkrb5support0:amd64. [2020-11-17T19:11:19.284Z] #25 7.742 Preparing to unpack .../08-libkrb5support0_1.17-3_amd64.deb ... [2020-11-17T19:11:19.284Z] #25 7.742 Unpacking libkrb5support0:amd64 (1.17-3) ... [2020-11-17T19:11:19.284Z] #25 7.805 Selecting previously unselected package libk5crypto3:amd64. [2020-11-17T19:11:19.285Z] #25 7.805 Preparing to unpack .../09-libk5crypto3_1.17-3_amd64.deb ... [2020-11-17T19:11:19.285Z] #25 7.809 Unpacking libk5crypto3:amd64 (1.17-3) ... [2020-11-17T19:11:19.285Z] #25 7.876 Selecting previously unselected package libkrb5-3:amd64. [2020-11-17T19:11:19.285Z] #25 7.876 Preparing to unpack .../10-libkrb5-3_1.17-3_amd64.deb ... [2020-11-17T19:11:19.285Z] #25 7.879 Unpacking libkrb5-3:amd64 (1.17-3) ... [2020-11-17T19:11:19.285Z] #25 8.028 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-11-17T19:11:19.285Z] #25 8.028 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_amd64.deb ... [2020-11-17T19:11:19.285Z] #25 8.031 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-17T19:11:19.285Z] #25 8.098 Selecting previously unselected package libnghttp2-14:amd64. [2020-11-17T19:11:19.285Z] #25 8.098 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-11-17T19:11:19.285Z] #25 8.103 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-17T19:11:19.285Z] #25 8.157 Selecting previously unselected package libpsl5:amd64. [2020-11-17T19:11:19.285Z] #25 8.157 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-11-17T19:11:19.285Z] #25 8.162 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-11-17T19:11:19.285Z] #25 8.225 Selecting previously unselected package librtmp1:amd64. [2020-11-17T19:11:19.285Z] #25 8.225 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-11-17T19:11:19.285Z] #25 8.237 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-17T19:11:19.285Z] #25 8.279 Selecting previously unselected package libssh2-1:amd64. [2020-11-17T19:11:19.285Z] #25 8.279 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-11-17T19:11:19.285Z] #25 8.282 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-17T19:11:19.285Z] #25 8.355 Selecting previously unselected package libcurl4:amd64. [2020-11-17T19:11:19.285Z] #25 8.355 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-11-17T19:11:19.285Z] #25 8.359 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-17T19:11:19.285Z] #25 8.469 Selecting previously unselected package curl. [2020-11-17T19:11:19.285Z] #25 8.469 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-11-17T19:11:19.285Z] #25 8.481 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-17T19:11:19.285Z] #25 8.543 Selecting previously unselected package libonig5:amd64. [2020-11-17T19:11:19.285Z] #25 8.543 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-11-17T19:11:19.285Z] #25 8.553 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-17T19:11:19.285Z] #25 8.616 Selecting previously unselected package libjq1:amd64. [2020-11-17T19:11:19.285Z] #25 8.616 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-17T19:11:19.285Z] #25 8.625 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-17T19:11:19.285Z] #25 8.693 Selecting previously unselected package jq. [2020-11-17T19:11:19.285Z] #25 8.693 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-17T19:11:19.285Z] #25 8.705 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-17T19:11:19.285Z] #25 8.762 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-11-17T19:11:19.285Z] #25 8.780 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-11-17T19:11:19.285Z] #25 8.790 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-17T19:11:19.285Z] #25 8.969 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-17T19:11:19.285Z] #25 8.980 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:11:19.285Z] #25 8.994 Setting up libkrb5support0:amd64 (1.17-3) ... [2020-11-17T19:11:19.285Z] #25 9.006 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:11:19.285Z] #25 9.017 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-17T19:11:19.285Z] #25 9.027 Setting up libk5crypto3:amd64 (1.17-3) ... [2020-11-17T19:11:19.285Z] #25 9.039 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:11:19.285Z] #25 9.051 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-17T19:11:19.285Z] #25 9.062 Setting up libkrb5-3:amd64 (1.17-3) ... [2020-11-17T19:11:19.285Z] #25 9.073 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-17T19:11:19.285Z] #25 9.088 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-17T19:11:19.548Z] #25 9.099 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-17T19:11:19.548Z] #25 9.110 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:11:19.548Z] #25 9.121 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-17T19:11:20.121Z] #25 9.880 Updating certificates in /etc/ssl/certs... [2020-11-17T19:11:20.432Z] #27 5.067 0.1% # 1.4% ## 3.3% ### 5.2% ##### 7.0% ###### 9.5% ######## 12.0% ######### 13.2% ########## 14.5% ############ 17.0% ############## 20.1% ############### 21.9% ################# 24.4% ################## 26.3% #################### 28.1% ##################### 29.4% ###################### 31.8% ######################## 34.3% ########################## 36.2% ########################### 38.1% ############################ 39.9% ############################# 41.6% ############################### 43.4% ################################ 45.3% [2020-11-17T19:11:20.432Z] #27 ... [2020-11-17T19:11:20.432Z] [2020-11-17T19:11:20.432Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:20.432Z] #22 1.844 + RM_GOPATH=0 [2020-11-17T19:11:20.432Z] #22 1.844 + TMP_GOPATH= [2020-11-17T19:11:20.432Z] #22 1.844 + : /build [2020-11-17T19:11:20.432Z] #22 1.844 + '[' -z '' ']' [2020-11-17T19:11:20.432Z] #22 1.844 ++ mktemp -d [2020-11-17T19:11:20.432Z] #22 1.844 + export GOPATH=/tmp/tmp.2jcS7SIkdA [2020-11-17T19:11:20.432Z] #22 1.844 + GOPATH=/tmp/tmp.2jcS7SIkdA [2020-11-17T19:11:20.432Z] #22 1.844 + RM_GOPATH=1 [2020-11-17T19:11:20.432Z] #22 1.844 + case "$(go env GOARCH)" in [2020-11-17T19:11:20.432Z] #22 1.844 ++ go env GOARCH [2020-11-17T19:11:20.432Z] #22 1.844 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:20.432Z] #22 1.844 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:20.432Z] #22 1.844 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:20.432Z] #22 1.844 + dir=/tmp/install [2020-11-17T19:11:20.432Z] #22 1.844 + bin=dockercli [2020-11-17T19:11:20.432Z] #22 1.844 + shift [2020-11-17T19:11:20.432Z] #22 1.844 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-17T19:11:20.432Z] #22 1.844 + . /tmp/install/dockercli.installer [2020-11-17T19:11:20.432Z] #22 1.844 ++ : stable [2020-11-17T19:11:20.432Z] #22 1.844 ++ : 17.06.2-ce [2020-11-17T19:11:20.432Z] #22 1.844 + install_dockercli [2020-11-17T19:11:20.432Z] #22 1.844 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-17T19:11:20.432Z] #22 1.844 ++ uname -m [2020-11-17T19:11:20.432Z] #22 1.844 + arch=s390x [2020-11-17T19:11:20.432Z] #22 1.844 + '[' s390x '!=' x86_64 ']' [2020-11-17T19:11:20.432Z] #22 1.844 + '[' s390x '!=' s390x ']' [2020-11-17T19:11:20.432Z] #22 1.844 + url=https://download.docker.com/linux/static [2020-11-17T19:11:20.432Z] #22 1.844 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-11-17T19:11:20.432Z] #22 1.844 + tar -xz docker/docker [2020-11-17T19:11:20.432Z] #22 1.844 Install docker/cli version 17.06.2-ce from stable [2020-11-17T19:11:20.432Z] #22 6.355 + mkdir -p /build [2020-11-17T19:11:20.432Z] #22 6.377 + mv docker/docker /build/ [2020-11-17T19:11:20.432Z] #22 6.382 + rmdir docker [2020-11-17T19:11:20.432Z] #22 DONE 7.0s [2020-11-17T19:11:20.432Z] [2020-11-17T19:11:20.432Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:11:20.433Z] #27 5.067 0.1% # 1.4% ## 3.3% ### 5.2% ##### 7.0% ###### 9.5% ######## 12.0% ######### 13.2% ########## 14.5% ############ 17.0% ############## 20.1% ############### 21.9% ################# 24.4% ################## 26.3% #################### 28.1% ##################### 29.4% ###################### 31.8% ######################## 34.3% ########################## 36.2% ########################### 38.1% ############################ 39.9% ############################# 41.6% ############################### 43.4% ################################ 45.3% ################################# 46.5% ################################# 47.2% [2020-11-17T19:11:20.433Z] #27 ... [2020-11-17T19:11:20.433Z] [2020-11-17T19:11:20.433Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:20.433Z] #45 2.163 + RM_GOPATH=0 [2020-11-17T19:11:20.433Z] #45 2.163 + TMP_GOPATH= [2020-11-17T19:11:20.433Z] #45 2.163 + : /build [2020-11-17T19:11:20.433Z] #45 2.163 + '[' -z '' ']' [2020-11-17T19:11:20.433Z] #45 2.163 ++ mktemp -d [2020-11-17T19:11:20.433Z] #45 2.165 + export GOPATH=/tmp/tmp.712bl96Usq [2020-11-17T19:11:20.433Z] #45 2.165 + GOPATH=/tmp/tmp.712bl96Usq [2020-11-17T19:11:20.433Z] #45 2.165 + RM_GOPATH=1 [2020-11-17T19:11:20.433Z] #45 2.165 + case "$(go env GOARCH)" in [2020-11-17T19:11:20.433Z] #45 2.165 ++ go env GOARCH [2020-11-17T19:11:20.433Z] #45 2.187 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:20.433Z] #45 2.187 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:20.433Z] #45 2.187 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:20.433Z] #45 2.211 + dir=/tmp/install [2020-11-17T19:11:20.433Z] #45 2.211 + bin=gotestsum [2020-11-17T19:11:20.433Z] #45 2.211 + shift [2020-11-17T19:11:20.433Z] #45 2.211 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-17T19:11:20.433Z] #45 2.211 + . /tmp/install/gotestsum.installer [2020-11-17T19:11:20.433Z] #45 2.211 ++ : v0.5.3 [2020-11-17T19:11:20.433Z] #45 2.211 + install_gotestsum [2020-11-17T19:11:20.433Z] #45 2.211 + set -e [2020-11-17T19:11:20.433Z] #45 2.211 + export GO111MODULE=on [2020-11-17T19:11:20.433Z] #45 2.211 + GO111MODULE=on [2020-11-17T19:11:20.433Z] #45 2.211 + GOBIN=/build [2020-11-17T19:11:20.433Z] #45 2.211 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-17T19:11:20.433Z] #45 2.249 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-17T19:11:20.433Z] #45 2.249 go: finding gotest.tools v0.5.3 [2020-11-17T19:11:20.433Z] #45 2.808 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-17T19:11:20.433Z] #45 3.044 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-17T19:11:20.433Z] #45 4.405 go: downloading github.com/fatih/color v1.9.0 [2020-11-17T19:11:20.433Z] #45 4.412 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:11:20.433Z] #45 4.415 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-17T19:11:20.433Z] #45 4.467 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:11:20.433Z] #45 4.503 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:11:20.433Z] #45 4.504 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:11:20.433Z] #45 4.510 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:11:20.433Z] #45 4.574 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:11:20.433Z] #45 4.576 go: extracting github.com/fatih/color v1.9.0 [2020-11-17T19:11:20.433Z] #45 4.639 go: downloading github.com/pkg/errors v0.9.1 [2020-11-17T19:11:20.433Z] #45 4.767 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:11:20.433Z] #45 4.849 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:11:20.433Z] #45 4.890 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:11:20.433Z] #45 4.891 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:11:20.433Z] #45 4.907 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-17T19:11:20.433Z] #45 5.179 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:11:20.433Z] #45 5.217 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:11:20.433Z] #45 5.311 go: extracting github.com/pkg/errors v0.9.1 [2020-11-17T19:11:20.433Z] #45 5.345 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:11:20.433Z] #45 6.341 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:11:20.433Z] #45 6.747 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:11:20.433Z] #45 ... [2020-11-17T19:11:20.433Z] [2020-11-17T19:11:20.433Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:11:20.530Z] 1301750ffb48: Pull complete [2020-11-17T19:11:21.067Z] #25 10.83 126 added, 0 removed; done. [2020-11-17T19:11:21.067Z] #25 10.94 Setting up libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-17T19:11:21.329Z] #25 10.95 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-17T19:11:21.329Z] #25 10.97 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-17T19:11:21.329Z] #25 10.98 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-17T19:11:21.329Z] #25 10.99 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:11:21.329Z] #25 11.02 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-17T19:11:21.329Z] #25 11.03 Updating certificates in /etc/ssl/certs... [2020-11-17T19:11:22.275Z] #25 11.89 0 added, 0 removed; done. [2020-11-17T19:11:22.275Z] #25 11.89 Running hooks in /etc/ca-certificates/update.d... [2020-11-17T19:11:22.275Z] #25 11.89 done. [2020-11-17T19:11:23.219Z] #25 ... [2020-11-17T19:11:23.219Z] [2020-11-17T19:11:23.219Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:11:23.302Z] dc5c6edc9cff: Pull complete [2020-11-17T19:11:23.443Z] #27 5.067 0.1% # 1.4% ## 3.3% ### 5.2% ##### 7.0% ###### 9.5% ######## 12.0% ######### 13.2% ########## 14.5% ############ 17.0% ############## 20.1% ############### 21.9% ################# 24.4% ################## 26.3% #################### 28.1% ##################### 29.4% ###################### 31.8% ######################## 34.3% ########################## 36.2% ########################### 38.1% ############################ 39.9% ############################# 41.6% ############################### 43.4% ################################ 45.3% ################################# 46.5% ################################# 47.2% ################################## 48.4% ################################### 49.0% #################################### 50.9% ##################################### 51.7% ###################################### 52.8% ####################################### 55.1% ######################################## 56.4% ########################################## 58.9% ########################################### 60.1% ############################################# 63.2% ############################################## 65.1% ################################################ 67.0% ################################################# 68.8% ################################################## 70.1% ################################################### 72.0% ##################################################### 73.8% ###################################################### 75.7% ####################################################### 77.6% ########################################################## 81.9% ############################################################# 85.0% ############################################################## 87.5% ################################################################ 90.0% ################################################################## 92.5% #################################################################### 94.9% [2020-11-17T19:11:23.444Z] #27 ... [2020-11-17T19:11:23.444Z] [2020-11-17T19:11:23.444Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:23.444Z] #56 3.155 + RM_GOPATH=0 [2020-11-17T19:11:23.444Z] #56 3.155 + TMP_GOPATH= [2020-11-17T19:11:23.444Z] #56 3.155 + : /build [2020-11-17T19:11:23.444Z] #56 3.155 + '[' -z '' ']' [2020-11-17T19:11:23.444Z] #56 3.156 ++ mktemp -d [2020-11-17T19:11:23.444Z] #56 3.156 + export GOPATH=/tmp/tmp.gfi8AQab0m [2020-11-17T19:11:23.444Z] #56 3.156 + GOPATH=/tmp/tmp.gfi8AQab0m [2020-11-17T19:11:23.444Z] #56 3.156 + RM_GOPATH=1 [2020-11-17T19:11:23.444Z] #56 3.156 + case "$(go env GOARCH)" in [2020-11-17T19:11:23.444Z] #56 3.157 ++ go env GOARCH [2020-11-17T19:11:23.444Z] #56 3.158 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:23.444Z] #56 3.158 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:23.444Z] #56 3.158 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:23.444Z] #56 3.161 + dir=/tmp/install [2020-11-17T19:11:23.444Z] #56 3.161 + bin=rootlesskit [2020-11-17T19:11:23.444Z] #56 3.161 + shift [2020-11-17T19:11:23.444Z] #56 3.161 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-17T19:11:23.444Z] #56 3.161 + . /tmp/install/rootlesskit.installer [2020-11-17T19:11:23.444Z] #56 3.161 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:11:23.444Z] #56 3.163 + install_rootlesskit [2020-11-17T19:11:23.444Z] #56 3.163 + case "$1" in [2020-11-17T19:11:23.444Z] #56 3.163 + export CGO_ENABLED=0 [2020-11-17T19:11:23.444Z] #56 3.163 + CGO_ENABLED=0 [2020-11-17T19:11:23.444Z] #56 3.163 + _install_rootlesskit [2020-11-17T19:11:23.444Z] #56 3.163 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-17T19:11:23.444Z] #56 3.164 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:11:23.444Z] #56 3.164 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.gfi8AQab0m/src/github.com/rootless-containers/rootlesskit [2020-11-17T19:11:23.444Z] #56 3.167 Cloning into '/tmp/tmp.gfi8AQab0m/src/github.com/rootless-containers/rootlesskit'... [2020-11-17T19:11:23.444Z] #56 7.144 + cd /tmp/tmp.gfi8AQab0m/src/github.com/rootless-containers/rootlesskit [2020-11-17T19:11:23.444Z] #56 7.144 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:11:23.444Z] #56 7.700 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-17T19:11:23.444Z] #56 7.700 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-17T19:11:23.444Z] #56 ... [2020-11-17T19:11:23.444Z] [2020-11-17T19:11:23.444Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:11:23.444Z] #40 3.066 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:11:23.444Z] #40 3.096 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:11:23.444Z] #40 3.112 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:11:23.444Z] #40 3.686 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-17T19:11:23.444Z] #40 5.766 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [220 kB] [2020-11-17T19:11:23.444Z] #40 7.619 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-17T19:11:23.736Z] #40 ... [2020-11-17T19:11:23.736Z] [2020-11-17T19:11:23.736Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:23.736Z] #62 2.410 + RM_GOPATH=0 [2020-11-17T19:11:23.736Z] #62 2.410 + TMP_GOPATH= [2020-11-17T19:11:23.736Z] #62 2.410 + : /build [2020-11-17T19:11:23.736Z] #62 2.410 + '[' -z '' ']' [2020-11-17T19:11:23.737Z] #62 2.417 ++ mktemp -d [2020-11-17T19:11:23.737Z] #62 2.417 + export GOPATH=/tmp/tmp.m6iVij8Hm0 [2020-11-17T19:11:23.737Z] #62 2.417 + GOPATH=/tmp/tmp.m6iVij8Hm0 [2020-11-17T19:11:23.737Z] #62 2.417 + RM_GOPATH=1 [2020-11-17T19:11:23.737Z] #62 2.417 + case "$(go env GOARCH)" in [2020-11-17T19:11:23.737Z] #62 2.417 ++ go env GOARCH [2020-11-17T19:11:23.737Z] #62 2.444 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:23.737Z] #62 2.444 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:23.737Z] #62 2.444 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:23.737Z] #62 2.445 + dir=/tmp/install [2020-11-17T19:11:23.737Z] #62 2.445 + bin=proxy [2020-11-17T19:11:23.737Z] #62 2.445 + shift [2020-11-17T19:11:23.737Z] #62 2.445 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-17T19:11:23.737Z] #62 2.445 + . /tmp/install/proxy.installer [2020-11-17T19:11:23.737Z] #62 2.445 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:11:23.737Z] #62 2.445 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:11:23.737Z] #62 2.445 + install_proxy [2020-11-17T19:11:23.737Z] #62 2.445 + case "$1" in [2020-11-17T19:11:23.737Z] #62 2.445 + export CGO_ENABLED=0 [2020-11-17T19:11:23.737Z] #62 2.445 + CGO_ENABLED=0 [2020-11-17T19:11:23.737Z] #62 2.445 + _install_proxy [2020-11-17T19:11:23.737Z] #62 2.445 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-17T19:11:23.737Z] #62 2.445 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.m6iVij8Hm0/src/github.com/docker/libnetwork [2020-11-17T19:11:23.737Z] #62 2.447 Cloning into '/tmp/tmp.m6iVij8Hm0/src/github.com/docker/libnetwork'... [2020-11-17T19:11:23.737Z] #62 ... [2020-11-17T19:11:23.737Z] [2020-11-17T19:11:23.737Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:11:23.737Z] #34 0.726 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:11:23.737Z] #34 0.768 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:11:23.737Z] #34 0.852 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:11:23.737Z] #34 1.042 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-17T19:11:23.737Z] #34 1.529 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [220 kB] [2020-11-17T19:11:23.737Z] #34 1.632 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-17T19:11:23.737Z] #34 8.055 Fetched 8090 kB in 7s (1100 kB/s) [2020-11-17T19:11:24.029Z] #34 8.055 Reading package lists... [2020-11-17T19:11:24.029Z] #34 ... [2020-11-17T19:11:24.029Z] [2020-11-17T19:11:24.029Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:24.029Z] #49 2.834 + RM_GOPATH=0 [2020-11-17T19:11:24.029Z] #49 2.834 + TMP_GOPATH= [2020-11-17T19:11:24.029Z] #49 2.834 + : /build [2020-11-17T19:11:24.029Z] #49 2.834 + '[' -z '' ']' [2020-11-17T19:11:24.029Z] #49 2.835 ++ mktemp -d [2020-11-17T19:11:24.029Z] #49 2.835 + export GOPATH=/tmp/tmp.RqGup2p0lr [2020-11-17T19:11:24.029Z] #49 2.836 + GOPATH=/tmp/tmp.RqGup2p0lr [2020-11-17T19:11:24.029Z] #49 2.836 + RM_GOPATH=1 [2020-11-17T19:11:24.029Z] #49 2.836 + case "$(go env GOARCH)" in [2020-11-17T19:11:24.029Z] #49 2.836 ++ go env GOARCH [2020-11-17T19:11:24.029Z] #49 2.848 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:24.029Z] #49 2.848 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:24.029Z] #49 2.849 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:24.029Z] #49 2.852 + dir=/tmp/install [2020-11-17T19:11:24.029Z] #49 2.852 + bin=shfmt [2020-11-17T19:11:24.029Z] #49 2.852 + shift [2020-11-17T19:11:24.029Z] #49 2.852 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-17T19:11:24.029Z] #49 2.852 + . /tmp/install/shfmt.installer [2020-11-17T19:11:24.029Z] #49 2.852 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:11:24.029Z] #49 2.852 + install_shfmt [2020-11-17T19:11:24.029Z] #49 2.852 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-17T19:11:24.029Z] #49 2.852 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:11:24.029Z] #49 2.852 + git clone https://github.com/mvdan/sh.git /tmp/tmp.RqGup2p0lr/src/github.com/mvdan/sh [2020-11-17T19:11:24.029Z] #49 2.869 Cloning into '/tmp/tmp.RqGup2p0lr/src/github.com/mvdan/sh'... [2020-11-17T19:11:24.029Z] #49 9.608 + cd /tmp/tmp.RqGup2p0lr/src/github.com/mvdan/sh [2020-11-17T19:11:24.029Z] #49 9.608 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:11:24.029Z] #49 9.706 + GO111MODULE=on [2020-11-17T19:11:24.029Z] #49 9.706 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-17T19:11:24.029Z] #49 10.52 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:11:24.029Z] #49 10.52 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:11:24.029Z] #49 10.52 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:11:24.029Z] #49 ... [2020-11-17T19:11:24.029Z] [2020-11-17T19:11:24.030Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:24.030Z] #47 2.749 + RM_GOPATH=0 [2020-11-17T19:11:24.030Z] #47 2.749 + TMP_GOPATH= [2020-11-17T19:11:24.030Z] #47 2.749 + : /build [2020-11-17T19:11:24.030Z] #47 2.749 + '[' -z '' ']' [2020-11-17T19:11:24.030Z] #47 2.749 ++ mktemp -d [2020-11-17T19:11:24.030Z] #47 2.750 + export GOPATH=/tmp/tmp.daKr12S3FE [2020-11-17T19:11:24.030Z] #47 2.750 + GOPATH=/tmp/tmp.daKr12S3FE [2020-11-17T19:11:24.030Z] #47 2.750 + RM_GOPATH=1 [2020-11-17T19:11:24.030Z] #47 2.750 + case "$(go env GOARCH)" in [2020-11-17T19:11:24.030Z] #47 2.751 ++ go env GOARCH [2020-11-17T19:11:24.030Z] #47 2.760 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:24.030Z] #47 2.760 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:24.030Z] #47 2.760 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:24.030Z] #47 2.761 + dir=/tmp/install [2020-11-17T19:11:24.030Z] #47 2.761 + bin=golangci_lint [2020-11-17T19:11:24.030Z] #47 2.761 + shift [2020-11-17T19:11:24.030Z] #47 2.761 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-17T19:11:24.030Z] #47 2.761 + . /tmp/install/golangci_lint.installer [2020-11-17T19:11:24.030Z] #47 2.761 ++ : v1.23.8 [2020-11-17T19:11:24.030Z] #47 2.761 + install_golangci_lint [2020-11-17T19:11:24.030Z] #47 2.761 + set -e [2020-11-17T19:11:24.030Z] #47 2.761 + export GO111MODULE=on [2020-11-17T19:11:24.030Z] #47 2.761 + GO111MODULE=on [2020-11-17T19:11:24.030Z] #47 2.761 + GOBIN=/build [2020-11-17T19:11:24.030Z] #47 2.761 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-17T19:11:24.030Z] #47 2.764 go: finding github.com v1.23.8 [2020-11-17T19:11:24.030Z] #47 2.764 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-17T19:11:24.030Z] #47 2.764 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-17T19:11:24.030Z] #47 2.764 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:11:24.030Z] #47 2.765 go: finding github.com/golangci v1.23.8 [2020-11-17T19:11:24.030Z] #47 3.432 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:11:24.030Z] #47 3.752 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:11:24.030Z] #47 7.975 go: downloading github.com/fatih/color v1.7.0 [2020-11-17T19:11:24.030Z] #47 7.976 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:11:24.030Z] #47 7.977 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-17T19:11:24.030Z] #47 7.978 go: downloading github.com/pkg/errors v0.8.1 [2020-11-17T19:11:24.030Z] #47 8.036 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:11:24.030Z] #47 8.090 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:11:24.030Z] #47 8.090 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:11:24.030Z] #47 8.285 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:11:24.030Z] #47 8.358 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:11:24.030Z] #47 8.358 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:11:24.030Z] #47 8.366 go: extracting github.com/pkg/errors v0.8.1 [2020-11-17T19:11:24.030Z] #47 8.374 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-17T19:11:24.030Z] #47 8.461 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:11:24.030Z] #47 8.534 go: extracting github.com/fatih/color v1.7.0 [2020-11-17T19:11:24.030Z] #47 8.565 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:11:24.030Z] #47 8.585 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:11:24.030Z] #47 8.608 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:11:24.030Z] #47 8.748 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:11:24.030Z] #47 8.902 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:11:24.030Z] #47 9.100 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:11:24.030Z] #47 9.136 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:11:24.030Z] #47 9.709 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:11:24.030Z] #47 10.55 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:11:24.030Z] #47 ... [2020-11-17T19:11:24.030Z] [2020-11-17T19:11:24.030Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:11:24.030Z] #43 2.377 + RM_GOPATH=0 [2020-11-17T19:11:24.030Z] #43 2.377 + TMP_GOPATH= [2020-11-17T19:11:24.030Z] #43 2.377 + : /build [2020-11-17T19:11:24.030Z] #43 2.377 + '[' -z '' ']' [2020-11-17T19:11:24.030Z] #43 2.377 ++ mktemp -d [2020-11-17T19:11:24.030Z] #43 2.377 + export GOPATH=/tmp/tmp.usOO89PlD9 [2020-11-17T19:11:24.030Z] #43 2.377 + GOPATH=/tmp/tmp.usOO89PlD9 [2020-11-17T19:11:24.030Z] #43 2.377 + RM_GOPATH=1 [2020-11-17T19:11:24.030Z] #43 2.377 + case "$(go env GOARCH)" in [2020-11-17T19:11:24.030Z] #43 2.377 ++ go env GOARCH [2020-11-17T19:11:24.030Z] #43 2.388 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:24.030Z] #43 2.388 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:24.030Z] #43 2.388 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:24.030Z] #43 2.390 + dir=/tmp/install [2020-11-17T19:11:24.030Z] #43 2.390 + bin=vndr [2020-11-17T19:11:24.030Z] #43 2.390 + shift [2020-11-17T19:11:24.030Z] #43 2.390 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-17T19:11:24.030Z] #43 2.390 + . /tmp/install/vndr.installer [2020-11-17T19:11:24.030Z] #43 2.390 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:11:24.030Z] #43 2.390 + install_vndr [2020-11-17T19:11:24.030Z] #43 2.390 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:11:24.030Z] #43 2.390 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-17T19:11:24.030Z] #43 2.390 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.usOO89PlD9/src/github.com/LK4D4/vndr [2020-11-17T19:11:24.030Z] #43 2.397 Cloning into '/tmp/tmp.usOO89PlD9/src/github.com/LK4D4/vndr'... [2020-11-17T19:11:24.030Z] #43 2.967 + cd /tmp/tmp.usOO89PlD9/src/github.com/LK4D4/vndr [2020-11-17T19:11:24.030Z] #43 2.967 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:11:24.030Z] #43 2.974 + go build -buildmode=pie -v -o /build/vndr . [2020-11-17T19:11:24.030Z] #43 3.732 internal/race [2020-11-17T19:11:24.030Z] #43 3.742 internal/bytealg [2020-11-17T19:11:24.030Z] #43 3.828 sync/atomic [2020-11-17T19:11:24.030Z] #43 3.919 runtime [2020-11-17T19:11:24.030Z] #43 4.080 unicode [2020-11-17T19:11:24.030Z] #43 7.983 unicode/utf8 [2020-11-17T19:11:24.030Z] #43 8.669 internal/testlog [2020-11-17T19:11:24.030Z] #43 8.913 encoding [2020-11-17T19:11:24.030Z] #43 8.928 unicode/utf16 [2020-11-17T19:11:24.030Z] #43 9.233 container/list [2020-11-17T19:11:24.030Z] #43 9.632 crypto/internal/subtle [2020-11-17T19:11:24.030Z] #43 9.679 crypto/subtle [2020-11-17T19:11:24.030Z] #43 9.815 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-17T19:11:24.030Z] #43 9.887 internal/nettrace [2020-11-17T19:11:24.030Z] #43 9.946 runtime/cgo [2020-11-17T19:11:24.213Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.0s [2020-11-17T19:11:24.322Z] #43 ... [2020-11-17T19:11:24.323Z] [2020-11-17T19:11:24.323Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:24.323Z] #32 2.116 + RM_GOPATH=0 [2020-11-17T19:11:24.323Z] #32 2.116 + TMP_GOPATH= [2020-11-17T19:11:24.323Z] #32 2.116 + : /build [2020-11-17T19:11:24.323Z] #32 2.116 + '[' -z '' ']' [2020-11-17T19:11:24.323Z] #32 2.127 ++ mktemp -d [2020-11-17T19:11:24.323Z] #32 2.136 + export GOPATH=/tmp/tmp.o0duNpPs6O [2020-11-17T19:11:24.323Z] #32 2.136 + GOPATH=/tmp/tmp.o0duNpPs6O [2020-11-17T19:11:24.323Z] #32 2.136 + RM_GOPATH=1 [2020-11-17T19:11:24.323Z] #32 2.136 + case "$(go env GOARCH)" in [2020-11-17T19:11:24.323Z] #32 2.136 ++ go env GOARCH [2020-11-17T19:11:24.323Z] #32 2.163 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:11:24.323Z] #32 2.163 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:24.323Z] #32 2.163 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:24.323Z] #32 2.163 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:24.323Z] #32 2.163 + dir=/tmp/install [2020-11-17T19:11:24.323Z] #32 2.163 + bin=tomlv [2020-11-17T19:11:24.323Z] #32 2.163 + shift [2020-11-17T19:11:24.323Z] #32 2.163 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-17T19:11:24.323Z] #32 2.163 + . /tmp/install/tomlv.installer [2020-11-17T19:11:24.323Z] #32 2.163 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:11:24.323Z] #32 2.163 + install_tomlv [2020-11-17T19:11:24.323Z] #32 2.163 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-17T19:11:24.323Z] #32 2.163 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.o0duNpPs6O/src/github.com/BurntSushi/toml [2020-11-17T19:11:24.323Z] #32 2.172 Cloning into '/tmp/tmp.o0duNpPs6O/src/github.com/BurntSushi/toml'... [2020-11-17T19:11:24.323Z] #32 2.773 + cd /tmp/tmp.o0duNpPs6O/src/github.com/BurntSushi/toml [2020-11-17T19:11:24.323Z] #32 2.773 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:11:24.323Z] #32 2.776 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-17T19:11:24.323Z] #32 3.205 internal/cpu [2020-11-17T19:11:24.323Z] #32 3.214 runtime/internal/atomic [2020-11-17T19:11:24.323Z] #32 3.394 runtime/internal/sys [2020-11-17T19:11:24.323Z] #32 3.484 runtime/internal/math [2020-11-17T19:11:24.323Z] #32 3.511 math/bits [2020-11-17T19:11:24.323Z] #32 3.580 internal/bytealg [2020-11-17T19:11:24.323Z] #32 3.875 math [2020-11-17T19:11:24.323Z] #32 3.877 runtime [2020-11-17T19:11:24.323Z] #32 8.296 unicode/utf8 [2020-11-17T19:11:24.323Z] #32 8.914 encoding [2020-11-17T19:11:24.323Z] #32 8.970 runtime/cgo [2020-11-17T19:11:24.323Z] #32 ... [2020-11-17T19:11:24.323Z] [2020-11-17T19:11:24.323Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:11:24.323Z] #38 3.088 + git clone https://github.com/docker/distribution.git . [2020-11-17T19:11:24.323Z] #38 3.088 Cloning into '.'... [2020-11-17T19:11:24.474Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.2s done [2020-11-17T19:11:24.615Z] #38 ... [2020-11-17T19:11:24.615Z] [2020-11-17T19:11:24.615Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:11:24.615Z] #53 3.212 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:11:24.615Z] #53 3.246 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:11:24.615Z] #53 3.259 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:11:24.615Z] #53 4.017 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-17T19:11:24.615Z] #53 5.989 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [220 kB] [2020-11-17T19:11:24.615Z] #53 8.606 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-17T19:11:24.615Z] #53 ... [2020-11-17T19:11:24.615Z] [2020-11-17T19:11:24.615Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:11:24.615Z] #11 3.231 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:11:24.615Z] #11 3.262 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:11:24.615Z] #11 3.274 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:11:24.615Z] #11 3.897 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-17T19:11:24.615Z] #11 5.954 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [220 kB] [2020-11-17T19:11:24.615Z] #11 9.037 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-17T19:11:24.908Z] #11 ... [2020-11-17T19:11:24.908Z] [2020-11-17T19:11:24.908Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:11:24.908Z] #27 5.067 0.1% # 1.4% ## 3.3% ### 5.2% ##### 7.0% ###### 9.5% ######## 12.0% ######### 13.2% ########## 14.5% ############ 17.0% ############## 20.1% ############### 21.9% ################# 24.4% ################## 26.3% #################### 28.1% ##################### 29.4% ###################### 31.8% ######################## 34.3% ########################## 36.2% ########################### 38.1% ############################ 39.9% ############################# 41.6% ############################### 43.4% ################################ 45.3% ################################# 46.5% ################################# 47.2% ################################## 48.4% ################################### 49.0% #################################### 50.9% ##################################### 51.7% ###################################### 52.8% ####################################### 55.1% ######################################## 56.4% ########################################## 58.9% ########################################### 60.1% ############################################# 63.2% ############################################## 65.1% ################################################ 67.0% ################################################# 68.8% ################################################## 70.1% ################################################### 72.0% ##################################################### 73.8% ###################################################### 75.7% ####################################################### 77.6% ########################################################## 81.9% ############################################################# 85.0% ############################################################## 87.5% ################################################################ 90.0% ################################################################## 92.5% #################################################################### 94.9% ##################################################################### 96.8% ####################################################################### 99.5% ######################################################################## 100.0% [2020-11-17T19:11:24.908Z] #27 11.73 [2020-11-17T19:11:24.908Z] #27 12.86 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-17T19:11:25.056Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s [2020-11-17T19:11:25.056Z] #8 ... [2020-11-17T19:11:25.056Z] [2020-11-17T19:11:25.056Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-17T19:11:25.056Z] #25 DONE 14.7s [2020-11-17T19:11:25.056Z] [2020-11-17T19:11:25.056Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:11:25.056Z] #8 ... [2020-11-17T19:11:25.056Z] [2020-11-17T19:11:25.056Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-17T19:11:25.200Z] #27 13.13 #=#=# [2020-11-17T19:11:25.317Z] #26 DONE 0.3s [2020-11-17T19:11:25.317Z] [2020-11-17T19:11:25.317Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:11:25.493Z] #27 13.27 ################################## 48.4% ######################################################################## 100.0% [2020-11-17T19:11:25.493Z] #27 13.39 [2020-11-17T19:11:26.854Z] 3c370c2e2f82: Pull complete [2020-11-17T19:11:26.854Z] 5ffb2f5886e2: Pull complete [2020-11-17T19:11:26.854Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-11-17T19:11:26.854Z] Status: Downloaded newer image for golang:1.13.15-buster [2020-11-17T19:11:26.854Z] ---> 805dc2d65d1c [2020-11-17T19:11:26.854Z] Step 5/15 : ARG BUILDX_REPO [2020-11-17T19:11:26.854Z] ---> Running in a250b48318d0 [2020-11-17T19:11:26.854Z] Removing intermediate container a250b48318d0 [2020-11-17T19:11:26.854Z] ---> 896b1dbc26b5 [2020-11-17T19:11:26.854Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-11-17T19:11:26.854Z] ---> Running in 056319c4ba31 [2020-11-17T19:11:27.005Z] #27 14.56 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-17T19:11:27.005Z] #27 14.62 skipping existing aab193acf6ba [2020-11-17T19:11:27.005Z] #27 14.67 [2020-11-17T19:11:27.148Z] Cloning into '/buildx'... [2020-11-17T19:11:27.641Z] #27 15.58 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-17T19:11:27.641Z] #27 15.61 skipping existing 4d43f82972ce [2020-11-17T19:11:27.934Z] #27 15.69 [2020-11-17T19:11:28.970Z] #27 16.62 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-17T19:11:28.970Z] #27 16.92 [2020-11-17T19:11:29.263Z] #27 17.04 ######################################################################## 100.0% [2020-11-17T19:11:29.263Z] #27 17.11 [2020-11-17T19:11:29.897Z] #27 17.69 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-17T19:11:30.189Z] #27 18.04 #=#=# [2020-11-17T19:11:30.482Z] #27 18.17 ######################################################################## 100.0% [2020-11-17T19:11:30.482Z] #27 18.23 [2020-11-17T19:11:30.482Z] #27 18.31 Download of images into '/build' complete. [2020-11-17T19:11:30.482Z] #27 18.31 Use something like the following to load the result into a Docker daemon: [2020-11-17T19:11:30.482Z] #27 18.31 tar -cC '/build' . | docker load [2020-11-17T19:11:30.632Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2020-11-17T19:11:30.712Z] Removing intermediate container 056319c4ba31 [2020-11-17T19:11:30.712Z] ---> af85bbdd98b0 [2020-11-17T19:11:30.712Z] Step 7/15 : WORKDIR /buildx [2020-11-17T19:11:30.712Z] ---> Running in 5499d405f2ad [2020-11-17T19:11:30.712Z] Removing intermediate container 5499d405f2ad [2020-11-17T19:11:30.712Z] ---> ce63e85a94db [2020-11-17T19:11:30.712Z] Step 8/15 : ARG BUILDX_COMMIT [2020-11-17T19:11:30.712Z] ---> Running in 32fa91a70126 [2020-11-17T19:11:30.777Z] #27 DONE 18.7s [2020-11-17T19:11:30.777Z] [2020-11-17T19:11:30.777Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:30.777Z] #47 10.95 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:11:30.777Z] #47 12.75 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:11:30.777Z] #47 12.81 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:11:30.777Z] #47 12.82 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-17T19:11:30.777Z] #47 12.82 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:11:30.777Z] #47 12.82 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:11:30.777Z] #47 12.82 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:11:30.777Z] #47 12.82 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:11:30.777Z] #47 12.82 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:11:30.777Z] #47 12.82 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:11:30.777Z] #47 12.83 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:11:30.777Z] #47 12.86 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:11:30.777Z] #47 12.86 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:11:30.777Z] #47 12.87 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:11:30.777Z] #47 12.88 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:11:30.777Z] #47 12.88 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:11:30.777Z] #47 12.88 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:11:30.777Z] #47 12.92 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:11:30.777Z] #47 12.94 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:11:30.777Z] #47 12.98 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:11:30.777Z] #47 13.03 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:11:30.777Z] #47 13.05 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-17T19:11:30.777Z] #47 13.08 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:11:30.777Z] #47 13.09 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-17T19:11:30.777Z] #47 13.10 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-17T19:11:30.777Z] #47 13.13 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:11:30.777Z] #47 13.14 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:11:30.777Z] #47 13.17 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-17T19:11:30.777Z] #47 13.17 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-17T19:11:30.777Z] #47 13.17 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:11:30.777Z] #47 13.17 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:11:30.777Z] #47 13.22 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:11:30.777Z] #47 13.30 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-17T19:11:30.777Z] #47 13.34 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:11:30.777Z] #47 13.34 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-17T19:11:30.777Z] #47 13.34 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:11:30.777Z] #47 13.36 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:11:30.777Z] #47 13.38 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:11:30.777Z] #47 13.40 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:11:30.777Z] #47 13.40 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:11:30.777Z] #47 13.47 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:11:30.777Z] #47 13.48 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:11:30.777Z] #47 13.48 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:11:30.777Z] #47 13.54 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:11:30.777Z] #47 13.54 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:11:30.777Z] #47 13.60 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:11:30.777Z] #47 13.60 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:11:30.777Z] #47 13.61 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:11:30.777Z] #47 13.69 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:11:30.777Z] #47 13.71 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:11:30.777Z] #47 13.71 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:11:30.777Z] #47 13.71 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:11:30.777Z] #47 13.71 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:11:30.777Z] #47 13.72 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-17T19:11:30.777Z] #47 13.78 go: downloading github.com/spf13/viper v1.6.1 [2020-11-17T19:11:30.777Z] #47 13.78 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:11:30.777Z] #47 13.82 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:11:30.777Z] #47 13.92 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:11:30.777Z] #47 13.95 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:11:30.777Z] #47 13.99 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:11:30.777Z] #47 14.00 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:11:30.777Z] #47 14.02 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:11:30.777Z] #47 14.07 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:11:30.777Z] #47 14.12 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.12 go: extracting github.com/spf13/viper v1.6.1 [2020-11-17T19:11:30.777Z] #47 14.13 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:11:30.777Z] #47 14.14 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:11:30.777Z] #47 14.17 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-17T19:11:30.777Z] #47 14.19 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.19 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:11:30.777Z] #47 14.19 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.20 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.21 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-17T19:11:30.777Z] #47 14.22 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:11:30.777Z] #47 14.24 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:11:30.777Z] #47 14.27 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:11:30.777Z] #47 14.28 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:11:30.777Z] #47 14.28 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.28 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-17T19:11:30.777Z] #47 14.28 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:11:30.777Z] #47 14.29 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.32 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:11:30.777Z] #47 14.32 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.32 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.33 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.42 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.42 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:11:30.777Z] #47 14.43 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:11:30.777Z] #47 14.48 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.49 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.49 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:11:30.777Z] #47 14.51 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:11:30.777Z] #47 14.54 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-17T19:11:30.777Z] #47 14.56 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-17T19:11:30.777Z] #47 14.57 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:11:30.777Z] #47 14.76 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:11:30.777Z] #47 14.77 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:11:30.777Z] #47 14.77 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:11:30.777Z] #47 14.81 go: downloading github.com/spf13/afero v1.1.2 [2020-11-17T19:11:30.777Z] #47 14.82 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-17T19:11:30.777Z] #47 14.83 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:11:30.777Z] #47 14.90 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-17T19:11:30.777Z] #47 14.94 go: downloading github.com/spf13/cast v1.3.0 [2020-11-17T19:11:30.777Z] #47 14.95 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:11:30.777Z] #47 14.97 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:11:30.777Z] #47 15.00 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:11:30.777Z] #47 15.02 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:11:30.777Z] #47 15.06 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:11:30.777Z] #47 15.08 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:11:30.777Z] #47 15.08 go: extracting github.com/spf13/afero v1.1.2 [2020-11-17T19:11:30.777Z] #47 15.09 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:11:30.777Z] #47 15.28 go: extracting github.com/spf13/cast v1.3.0 [2020-11-17T19:11:30.777Z] #47 15.29 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:11:30.777Z] #47 15.30 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:11:30.777Z] #47 15.31 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:11:30.777Z] #47 15.35 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-17T19:11:30.777Z] #47 15.51 go: downloading golang.org/x/text v0.3.2 [2020-11-17T19:11:30.777Z] #47 15.51 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-17T19:11:30.777Z] #47 15.51 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:11:30.777Z] #47 15.51 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:11:30.777Z] #47 15.55 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-17T19:11:30.777Z] #47 15.55 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:11:30.777Z] #47 15.60 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-17T19:11:30.777Z] #47 15.68 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:11:30.777Z] #47 15.75 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-17T19:11:30.777Z] #47 16.01 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:11:30.777Z] #47 16.15 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:11:31.009Z] Removing intermediate container 32fa91a70126 [2020-11-17T19:11:31.009Z] ---> 502d818010c6 [2020-11-17T19:11:31.009Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-11-17T19:11:31.009Z] ---> Running in b48a429ea08f [2020-11-17T19:11:31.072Z] #47 17.71 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-17T19:11:31.072Z] #47 ... [2020-11-17T19:11:31.072Z] [2020-11-17T19:11:31.072Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:31.072Z] #45 7.731 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:11:31.072Z] #45 10.54 go: finding github.com/fatih/color v1.9.0 [2020-11-17T19:11:31.072Z] #45 10.55 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:11:31.072Z] #45 10.58 go: finding github.com/pkg/errors v0.9.1 [2020-11-17T19:11:31.072Z] #45 10.64 go: finding github.com/spf13/pflag v1.0.3 [2020-11-17T19:11:31.072Z] #45 10.64 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:11:31.072Z] #45 10.69 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:11:31.072Z] #45 10.79 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:11:31.072Z] #45 10.88 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:11:31.072Z] #45 10.92 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:11:31.072Z] #45 10.96 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:11:31.072Z] #45 10.97 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:11:31.308Z] From https://github.com/docker/buildx [2020-11-17T19:11:31.308Z] * [new tag] v0.3.1 -> build [2020-11-17T19:11:31.377Z] #45 ... [2020-11-17T19:11:31.377Z] [2020-11-17T19:11:31.377Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:31.377Z] #62 13.87 Checking out files: 90% (1727/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-17T19:11:31.377Z] #62 14.04 + cd /tmp/tmp.m6iVij8Hm0/src/github.com/docker/libnetwork [2020-11-17T19:11:31.377Z] #62 14.04 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:11:31.377Z] #62 14.42 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-17T19:11:31.949Z] Switched to branch 'build' [2020-11-17T19:11:32.994Z] Removing intermediate container b48a429ea08f [2020-11-17T19:11:32.994Z] ---> 408843084655 [2020-11-17T19:11:32.994Z] Step 10/15 : ARG GOOS [2020-11-17T19:11:32.994Z] ---> Running in 0194545f0144 [2020-11-17T19:11:32.994Z] Removing intermediate container 0194545f0144 [2020-11-17T19:11:32.994Z] ---> 2b19309bb998 [2020-11-17T19:11:32.994Z] Step 11/15 : ARG GOARCH [2020-11-17T19:11:32.994Z] ---> Running in a639112ed844 [2020-11-17T19:11:32.994Z] Removing intermediate container a639112ed844 [2020-11-17T19:11:32.994Z] ---> 70cd6e367e4b [2020-11-17T19:11:32.994Z] 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-17T19:11:33.290Z] ---> Running in 313e75dd4ab1 [2020-11-17T19:11:34.112Z] #62 ... [2020-11-17T19:11:34.112Z] [2020-11-17T19:11:34.112Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:34.112Z] #47 20.15 go: extracting golang.org/x/text v0.3.2 [2020-11-17T19:11:34.112Z] #47 ... [2020-11-17T19:11:34.112Z] [2020-11-17T19:11:34.112Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:34.112Z] #49 10.65 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:11:34.112Z] #49 10.81 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:11:34.112Z] #49 11.26 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:11:34.112Z] #49 11.77 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:11:34.112Z] #49 12.55 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:11:34.112Z] #49 13.44 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:11:34.112Z] #49 13.66 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:11:34.112Z] #49 13.82 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:11:34.112Z] #49 13.82 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:11:34.112Z] #49 14.32 runtime [2020-11-17T19:11:34.112Z] #49 ... [2020-11-17T19:11:34.112Z] [2020-11-17T19:11:34.112Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:11:34.112Z] #34 8.055 Reading package lists... [2020-11-17T19:11:34.112Z] #34 11.67 Reading package lists... [2020-11-17T19:11:34.112Z] #34 15.20 Building dependency tree... [2020-11-17T19:11:34.112Z] #34 16.31 The following additional packages will be installed: [2020-11-17T19:11:34.112Z] #34 16.37 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-17T19:11:34.112Z] #34 16.37 Suggested packages: [2020-11-17T19:11:34.112Z] #34 16.37 cmake-doc ninja-build lrzip [2020-11-17T19:11:34.112Z] #34 16.37 Recommended packages: [2020-11-17T19:11:34.112Z] #34 16.37 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-17T19:11:34.112Z] #34 16.95 The following NEW packages will be installed: [2020-11-17T19:11:34.112Z] #34 17.01 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-17T19:11:34.112Z] #34 17.01 vim-common xxd [2020-11-17T19:11:34.112Z] #34 17.10 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:11:34.112Z] #34 17.10 Need to get 14.0 MB of archives. [2020-11-17T19:11:34.112Z] #34 17.10 After this operation, 62.1 MB of additional disk space will be used. [2020-11-17T19:11:34.112Z] #34 17.10 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-11-17T19:11:34.112Z] #34 17.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-11-17T19:11:34.112Z] #34 17.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-11-17T19:11:34.112Z] #34 17.31 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-11-17T19:11:34.112Z] #34 17.81 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-11-17T19:11:34.112Z] #34 17.92 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-11-17T19:11:34.112Z] #34 17.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-11-17T19:11:34.112Z] #34 17.92 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-11-17T19:11:34.112Z] #34 17.94 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-11-17T19:11:34.112Z] #34 17.95 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-11-17T19:11:34.112Z] #34 18.68 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:11:34.112Z] #34 18.78 Fetched 14.0 MB in 1s (12.1 MB/s) [2020-11-17T19:11:34.112Z] #34 18.82 Selecting previously unselected package xxd. [2020-11-17T19:11:34.112Z] #34 18.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 ... 15177 files and directories currently installed.) [2020-11-17T19:11:34.112Z] #34 18.88 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-11-17T19:11:34.112Z] #34 18.88 Unpacking xxd (2:8.1.0875-5) ... [2020-11-17T19:11:34.112Z] #34 18.99 Selecting previously unselected package vim-common. [2020-11-17T19:11:34.112Z] #34 18.99 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:11:34.112Z] #34 19.02 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-17T19:11:34.112Z] #34 19.28 Selecting previously unselected package cmake-data. [2020-11-17T19:11:34.112Z] #34 19.28 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-17T19:11:34.112Z] #34 19.29 Unpacking cmake-data (3.13.4-1) ... [2020-11-17T19:11:34.855Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.1s done [2020-11-17T19:11:35.148Z] #34 21.53 Selecting previously unselected package libicu63:s390x. [2020-11-17T19:11:35.148Z] #34 21.53 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-11-17T19:11:35.148Z] #34 21.54 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-11-17T19:11:35.521Z] #8 ... [2020-11-17T19:11:35.521Z] [2020-11-17T19:11:35.521Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:11:35.521Z] #27 1.407 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-17T19:11:35.521Z] #27 1.528 [2020-11-17T19:11:35.521Z] #27 1.647 ####### 10.5% #################### 27.9% ###################### 30.9% ####################################### 54.2% ############################################################# 86.1% ######################################################################## 100.0% [2020-11-17T19:11:35.521Z] #27 2.202 [2020-11-17T19:11:35.521Z] #27 2.435 #=#=# ############## 20.3% ######################################################################## 100.0% [2020-11-17T19:11:35.521Z] #27 2.732 [2020-11-17T19:11:35.521Z] #27 2.865 ################## 26.1% ######################################################################## 100.0% [2020-11-17T19:11:35.521Z] #27 3.050 [2020-11-17T19:11:35.521Z] #27 3.168 0.0% ############### 21.6% ##################################### 52.5% ################################################### 71.8% ################################################################# 91.2% ######################################################################## 100.0% [2020-11-17T19:11:35.521Z] #27 3.727 [2020-11-17T19:11:35.521Z] #27 3.843 1.2% #### 5.9% ######## 11.7% ############ 17.5% ################### 27.3% ######################## 34.5% ############################# 41.0% ################################### 49.0% ########################################### 60.3% ############################################# 63.2% ################################################### 72.0% ########################################################## 81.2% ########################################################## 81.7% ############################################################### 87.9% ################################################################### 93.1% ######################################################################## 100.0% [2020-11-17T19:11:35.521Z] #27 5.800 [2020-11-17T19:11:35.521Z] #27 6.155 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-17T19:11:35.521Z] #27 6.257 [2020-11-17T19:11:35.521Z] #27 6.347 ######################################################################## 100.0% [2020-11-17T19:11:35.521Z] #27 6.376 [2020-11-17T19:11:35.521Z] #27 6.732 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-17T19:11:35.521Z] #27 6.847 [2020-11-17T19:11:35.521Z] #27 6.986 0.1% ######################################################################## 100.0% [2020-11-17T19:11:35.521Z] #27 7.087 [2020-11-17T19:11:35.521Z] #27 7.695 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-17T19:11:35.521Z] #27 7.715 skipping existing c35d46ef359f [2020-11-17T19:11:35.521Z] #27 7.747 [2020-11-17T19:11:35.521Z] #27 8.212 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-17T19:11:35.521Z] #27 8.310 [2020-11-17T19:11:35.521Z] #27 8.366 ######################################################################## 100.0% [2020-11-17T19:11:35.521Z] #27 8.396 [2020-11-17T19:11:35.521Z] #27 8.670 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-17T19:11:35.521Z] #27 8.794 [2020-11-17T19:11:35.521Z] #27 8.957 ######################################################################## 100.0% [2020-11-17T19:11:35.521Z] #27 8.985 [2020-11-17T19:11:35.521Z] #27 9.006 Download of images into '/build' complete. [2020-11-17T19:11:35.521Z] #27 9.006 Use something like the following to load the result into a Docker daemon: [2020-11-17T19:11:35.521Z] #27 9.006 tar -cC '/build' . | docker load [2020-11-17T19:11:36.185Z] #34 ... [2020-11-17T19:11:36.185Z] [2020-11-17T19:11:36.185Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:36.185Z] #32 22.82 internal/reflectlite [2020-11-17T19:11:36.185Z] #32 22.87 sync [2020-11-17T19:11:36.464Z] #27 ... [2020-11-17T19:11:36.464Z] [2020-11-17T19:11:36.464Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:11:36.464Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-11-17T19:11:37.223Z] #32 ... [2020-11-17T19:11:37.223Z] [2020-11-17T19:11:37.223Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:11:37.223Z] #40 13.63 Fetched 8090 kB in 11s (761 kB/s) [2020-11-17T19:11:37.223Z] #40 13.63 Reading package lists... [2020-11-17T19:11:37.223Z] #40 17.21 Reading package lists... [2020-11-17T19:11:37.223Z] #40 20.67 Building dependency tree... [2020-11-17T19:11:37.223Z] #40 21.44 The following additional packages will be installed: [2020-11-17T19:11:37.223Z] #40 21.45 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-17T19:11:37.223Z] #40 21.45 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-17T19:11:37.223Z] #40 21.45 Suggested packages: [2020-11-17T19:11:37.223Z] #40 21.45 manpages-dev python-setuptools [2020-11-17T19:11:37.223Z] #40 22.24 The following NEW packages will be installed: [2020-11-17T19:11:37.223Z] #40 22.24 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-17T19:11:37.223Z] #40 22.24 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-17T19:11:37.223Z] #40 22.24 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-17T19:11:37.223Z] #40 22.24 python-six zlib1g-dev [2020-11-17T19:11:37.223Z] #40 22.34 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:11:37.223Z] #40 22.34 Need to get 3742 kB of archives. [2020-11-17T19:11:37.223Z] #40 22.34 After this operation, 22.0 MB of additional disk space will be used. [2020-11-17T19:11:37.223Z] #40 22.34 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-11-17T19:11:37.223Z] #40 22.35 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-17T19:11:37.223Z] #40 22.35 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-17T19:11:37.223Z] #40 22.37 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-17T19:11:37.223Z] #40 22.37 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-17T19:11:37.223Z] #40 22.38 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-17T19:11:37.223Z] #40 22.38 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-17T19:11:37.223Z] #40 22.38 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-17T19:11:37.223Z] #40 22.38 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-11-17T19:11:37.223Z] #40 22.40 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-11-17T19:11:37.223Z] #40 22.41 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-11-17T19:11:37.223Z] #40 22.47 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-11-17T19:11:37.223Z] #40 22.49 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-17T19:11:37.223Z] #40 22.49 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-17T19:11:37.223Z] #40 22.50 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-17T19:11:37.223Z] #40 22.52 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-11-17T19:11:37.223Z] #40 22.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-11-17T19:11:37.223Z] #40 23.16 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:11:37.223Z] #40 23.23 Fetched 3742 kB in 0s (15.1 MB/s) [2020-11-17T19:11:37.223Z] #40 23.26 Selecting previously unselected package libcap-dev:s390x. [2020-11-17T19:11:37.223Z] #40 23.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 ... 15177 files and directories currently installed.) [2020-11-17T19:11:37.223Z] #40 23.33 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-11-17T19:11:37.223Z] #40 23.34 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-11-17T19:11:37.223Z] #40 23.42 Selecting previously unselected package libnet1:s390x. [2020-11-17T19:11:37.223Z] #40 23.42 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-17T19:11:37.223Z] #40 23.42 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-17T19:11:37.223Z] #40 23.49 Selecting previously unselected package libnet1-dev. [2020-11-17T19:11:37.223Z] #40 23.49 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-17T19:11:37.223Z] #40 23.49 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-17T19:11:37.223Z] #40 ... [2020-11-17T19:11:37.223Z] [2020-11-17T19:11:37.223Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:11:37.223Z] #53 14.47 Fetched 8090 kB in 11s (716 kB/s) [2020-11-17T19:11:37.223Z] #53 14.47 Reading package lists... [2020-11-17T19:11:37.223Z] #53 18.41 Reading package lists... [2020-11-17T19:11:37.223Z] #53 21.26 Building dependency tree... [2020-11-17T19:11:37.223Z] #53 22.06 The following additional packages will be installed: [2020-11-17T19:11:37.223Z] #53 22.06 libbtrfs0 [2020-11-17T19:11:37.223Z] #53 22.11 The following NEW packages will be installed: [2020-11-17T19:11:37.223Z] #53 22.14 libbtrfs-dev libbtrfs0 [2020-11-17T19:11:37.223Z] #53 22.27 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:11:37.223Z] #53 22.27 Need to get 118 kB of archives. [2020-11-17T19:11:37.223Z] #53 22.27 After this operation, 390 kB of additional disk space will be used. [2020-11-17T19:11:37.223Z] #53 22.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-11-17T19:11:37.223Z] #53 22.29 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-11-17T19:11:37.223Z] #53 22.80 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:11:37.223Z] #53 22.92 Fetched 118 kB in 0s (1156 kB/s) [2020-11-17T19:11:37.223Z] #53 22.98 Selecting previously unselected package libbtrfs0. [2020-11-17T19:11:37.223Z] #53 22.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 ... 15177 files and directories currently installed.) [2020-11-17T19:11:37.223Z] #53 23.00 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-11-17T19:11:37.223Z] #53 23.02 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-17T19:11:37.223Z] #53 23.08 Selecting previously unselected package libbtrfs-dev. [2020-11-17T19:11:37.223Z] #53 23.08 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-11-17T19:11:37.223Z] #53 23.08 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:11:37.223Z] #53 23.23 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-17T19:11:37.223Z] #53 23.24 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:11:37.223Z] #53 23.25 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:11:37.223Z] #53 DONE 23.6s [2020-11-17T19:11:37.223Z] [2020-11-17T19:11:37.223Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:11:37.223Z] #40 23.68 Selecting previously unselected package libnl-3-200:s390x. [2020-11-17T19:11:37.223Z] #40 23.68 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-11-17T19:11:37.223Z] #40 23.68 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-11-17T19:11:37.223Z] #40 ... [2020-11-17T19:11:37.223Z] [2020-11-17T19:11:37.223Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:11:37.223Z] #11 13.70 Fetched 8090 kB in 11s (768 kB/s) [2020-11-17T19:11:37.223Z] #11 13.70 Reading package lists... [2020-11-17T19:11:37.223Z] #11 17.25 Reading package lists... [2020-11-17T19:11:37.223Z] #11 20.83 Building dependency tree... [2020-11-17T19:11:37.223Z] #11 21.78 The following additional packages will be installed: [2020-11-17T19:11:37.223Z] #11 21.78 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-17T19:11:37.223Z] #11 21.78 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-17T19:11:37.223Z] #11 21.79 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-17T19:11:37.223Z] #11 21.79 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-17T19:11:37.223Z] #11 21.79 Suggested packages: [2020-11-17T19:11:37.223Z] #11 21.79 gcc-8-locales seccomp wine64 [2020-11-17T19:11:37.223Z] #11 22.64 The following NEW packages will be installed: [2020-11-17T19:11:37.223Z] #11 22.64 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-17T19:11:37.223Z] #11 22.64 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-17T19:11:37.223Z] #11 22.64 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-17T19:11:37.223Z] #11 22.65 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-17T19:11:37.223Z] #11 22.65 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-17T19:11:37.223Z] #11 22.66 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-17T19:11:37.223Z] #11 22.78 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:11:37.223Z] #11 22.78 Need to get 73.3 MB of archives. [2020-11-17T19:11:37.223Z] #11 22.78 After this operation, 494 MB of additional disk space will be used. [2020-11-17T19:11:37.223Z] #11 22.78 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-17T19:11:37.223Z] #11 22.88 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-17T19:11:37.223Z] #11 23.00 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-17T19:11:37.223Z] #11 23.01 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-17T19:11:37.223Z] #11 23.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-11-17T19:11:37.223Z] #11 23.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-17T19:11:37.223Z] #11 23.47 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-17T19:11:37.223Z] #11 23.69 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-17T19:11:37.223Z] #11 23.78 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-17T19:11:37.223Z] #11 ... [2020-11-17T19:11:37.223Z] [2020-11-17T19:11:37.223Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:11:37.223Z] #40 23.86 Selecting previously unselected package libnl-3-dev:s390x. [2020-11-17T19:11:37.223Z] #40 23.86 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-11-17T19:11:37.223Z] #40 23.86 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-11-17T19:11:37.525Z] #40 24.06 Selecting previously unselected package libprotobuf-c1:s390x. [2020-11-17T19:11:37.525Z] #40 24.07 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-11-17T19:11:37.525Z] #40 24.10 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-17T19:11:37.525Z] #40 24.12 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-11-17T19:11:37.525Z] #40 24.12 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-11-17T19:11:37.525Z] #40 24.13 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-11-17T19:11:37.525Z] #40 ... [2020-11-17T19:11:37.525Z] [2020-11-17T19:11:37.525Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:11:37.525Z] #38 14.05 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-17T19:11:37.525Z] #38 15.46 + 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-17T19:11:37.525Z] #38 ... [2020-11-17T19:11:37.525Z] [2020-11-17T19:11:37.525Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:37.525Z] #47 23.09 go: finding github.com/fatih/color v1.7.0 [2020-11-17T19:11:37.525Z] #47 23.17 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:11:37.525Z] #47 23.19 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:11:37.525Z] #47 23.22 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:11:37.525Z] #47 23.25 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:11:37.525Z] #47 23.29 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:11:37.525Z] #47 23.31 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:11:37.525Z] #47 23.33 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:11:37.525Z] #47 23.33 go: finding github.com/pkg/errors v0.8.1 [2020-11-17T19:11:37.525Z] #47 23.34 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:11:37.525Z] #47 23.34 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:11:37.525Z] #47 23.35 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:11:37.525Z] #47 23.36 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:11:37.525Z] #47 23.36 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:11:37.525Z] #47 23.37 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:11:37.525Z] #47 23.39 go: finding github.com/spf13/viper v1.6.1 [2020-11-17T19:11:37.525Z] #47 23.39 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:11:37.525Z] #47 23.39 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:11:37.525Z] #47 23.41 go: finding github.com/stretchr/testify v1.4.0 [2020-11-17T19:11:37.525Z] #47 23.44 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:11:37.525Z] #47 23.50 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:11:37.525Z] #47 23.52 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:11:37.525Z] #47 23.55 go: finding github.com/stretchr/objx v0.2.0 [2020-11-17T19:11:37.525Z] #47 23.56 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:11:37.525Z] #47 23.59 go: finding github.com/spf13/cobra v0.0.5 [2020-11-17T19:11:37.525Z] #47 23.59 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:11:37.525Z] #47 23.64 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:11:37.525Z] #47 23.65 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:11:37.525Z] #47 23.66 go: finding github.com/spf13/pflag v1.0.5 [2020-11-17T19:11:37.525Z] #47 23.86 go: finding github.com/gobwas/glob v0.2.3 [2020-11-17T19:11:37.525Z] #47 23.86 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:11:37.525Z] #47 23.87 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:11:37.525Z] #47 23.97 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:11:37.525Z] #47 23.97 go: finding github.com/magiconair/properties v1.8.1 [2020-11-17T19:11:37.525Z] #47 23.98 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:11:37.525Z] #47 24.00 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:11:37.525Z] #47 24.01 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:11:37.525Z] #47 24.02 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:11:37.525Z] #47 24.02 go: finding github.com/spf13/afero v1.1.2 [2020-11-17T19:11:37.525Z] #47 24.04 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:11:37.525Z] #47 24.06 go: finding github.com/spf13/cast v1.3.0 [2020-11-17T19:11:37.525Z] #47 24.22 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:11:37.525Z] #47 24.22 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:11:37.525Z] #47 24.22 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:11:37.525Z] #47 24.23 go: finding golang.org/x/text v0.3.2 [2020-11-17T19:11:37.525Z] #47 24.23 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:11:37.525Z] #47 24.27 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-17T19:11:37.525Z] #47 24.27 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:11:37.525Z] #47 24.30 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:11:37.525Z] #47 24.30 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:11:37.891Z] #47 24.35 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:11:37.891Z] #47 24.35 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:11:37.891Z] #47 24.36 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:11:37.891Z] #47 24.36 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:11:37.891Z] #47 24.37 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:11:37.891Z] #47 24.37 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-17T19:11:37.891Z] #47 24.37 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:11:37.891Z] #47 24.39 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:11:37.891Z] #47 24.39 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:11:37.891Z] #47 24.40 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:11:37.891Z] #47 24.52 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:11:37.891Z] #47 24.52 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:11:37.891Z] #47 24.53 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:11:37.891Z] #47 24.53 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:11:37.891Z] #47 24.54 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-17T19:11:37.891Z] #47 24.54 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:11:37.891Z] #47 24.55 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:11:37.891Z] #47 24.57 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:11:37.891Z] #47 24.59 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-17T19:11:37.891Z] #47 24.65 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:11:38.084Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0f5c1eb3f1f28d771) in /home/ubuntu/workspace/moby_PR-41682 [Pipeline] { [Pipeline] checkout [2020-11-17T19:11:38.184Z] #47 24.70 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:11:38.184Z] #47 24.70 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:11:38.184Z] #47 24.73 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:11:38.184Z] #47 24.74 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:11:38.184Z] #47 ... [2020-11-17T19:11:38.184Z] [2020-11-17T19:11:38.184Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:11:38.184Z] #43 14.71 vendor/golang.org/x/crypto/internal/subtle [2020-11-17T19:11:38.184Z] #43 23.78 sync [2020-11-17T19:11:38.184Z] #43 23.79 internal/reflectlite [2020-11-17T19:11:38.184Z] #43 24.82 github.com/LK4D4/vndr/godl/singleflight [2020-11-17T19:11:38.184Z] #43 ... [2020-11-17T19:11:38.184Z] [2020-11-17T19:11:38.184Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:38.184Z] #54 0.798 + RM_GOPATH=0 [2020-11-17T19:11:38.184Z] #54 0.798 + TMP_GOPATH= [2020-11-17T19:11:38.184Z] #54 0.798 + : /build [2020-11-17T19:11:38.184Z] #54 0.798 + '[' -z '' ']' [2020-11-17T19:11:38.184Z] #54 0.798 ++ mktemp -d [2020-11-17T19:11:38.184Z] #54 0.798 + export GOPATH=/tmp/tmp.DDpcub4yMQ [2020-11-17T19:11:38.184Z] #54 0.798 + GOPATH=/tmp/tmp.DDpcub4yMQ [2020-11-17T19:11:38.184Z] #54 0.798 + RM_GOPATH=1 [2020-11-17T19:11:38.184Z] #54 0.798 + case "$(go env GOARCH)" in [2020-11-17T19:11:38.184Z] #54 0.799 ++ go env GOARCH [2020-11-17T19:11:38.184Z] #54 0.820 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:38.184Z] #54 0.820 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:38.184Z] #54 0.821 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:38.184Z] #54 0.824 + dir=/tmp/install [2020-11-17T19:11:38.184Z] #54 0.824 + bin=containerd [2020-11-17T19:11:38.184Z] #54 0.824 + shift [2020-11-17T19:11:38.184Z] #54 0.824 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-17T19:11:38.184Z] #54 0.825 + . /tmp/install/containerd.installer [2020-11-17T19:11:38.184Z] #54 0.825 ++ set -e [2020-11-17T19:11:38.184Z] #54 0.825 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:11:38.184Z] #54 0.825 + install_containerd [2020-11-17T19:11:38.184Z] #54 0.825 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-17T19:11:38.184Z] #54 0.826 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:11:38.184Z] #54 0.826 + git clone https://github.com/containerd/containerd.git /tmp/tmp.DDpcub4yMQ/src/github.com/containerd/containerd [2020-11-17T19:11:38.184Z] #54 0.828 Cloning into '/tmp/tmp.DDpcub4yMQ/src/github.com/containerd/containerd'... [2020-11-17T19:11:38.388Z] #8 DONE 40.7s [2020-11-17T19:11:38.388Z] [2020-11-17T19:11:38.388Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-17T19:11:39.222Z] #54 ... [2020-11-17T19:11:39.222Z] [2020-11-17T19:11:39.222Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:39.222Z] #62 DONE 25.6s [2020-11-17T19:11:39.222Z] [2020-11-17T19:11:39.222Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:11:39.222Z] #40 24.22 Selecting previously unselected package zlib1g-dev:s390x. [2020-11-17T19:11:39.222Z] #40 24.22 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-11-17T19:11:39.222Z] #40 24.23 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-11-17T19:11:39.222Z] #40 24.38 Selecting previously unselected package libprotobuf17:s390x. [2020-11-17T19:11:39.222Z] #40 24.38 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-11-17T19:11:39.222Z] #40 24.39 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-11-17T19:11:39.222Z] #40 24.94 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-11-17T19:11:39.222Z] #40 24.94 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-11-17T19:11:39.222Z] #40 24.95 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-11-17T19:11:39.222Z] #40 25.10 Selecting previously unselected package libprotobuf-dev:s390x. [2020-11-17T19:11:39.222Z] #40 25.10 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-11-17T19:11:39.222Z] #40 25.10 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-11-17T19:11:39.330Z] #9 ... [2020-11-17T19:11:39.331Z] [2020-11-17T19:11:39.331Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:11:39.331Z] #27 DONE 14.1s [2020-11-17T19:11:39.591Z] [2020-11-17T19:11:39.591Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-17T19:11:39.927Z] #40 26.29 Selecting previously unselected package libprotoc17:s390x. [2020-11-17T19:11:39.928Z] #40 26.29 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-11-17T19:11:39.928Z] #40 26.29 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-11-17T19:11:40.220Z] #40 26.71 Selecting previously unselected package protobuf-c-compiler. [2020-11-17T19:11:40.220Z] #40 26.71 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-11-17T19:11:40.220Z] #40 26.71 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-17T19:11:40.220Z] #40 26.81 Selecting previously unselected package protobuf-compiler. [2020-11-17T19:11:40.220Z] #40 26.81 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-11-17T19:11:40.220Z] #40 26.82 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-17T19:11:40.513Z] #40 26.98 Selecting previously unselected package python-pkg-resources. [2020-11-17T19:11:40.513Z] #40 26.98 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-17T19:11:40.513Z] #40 26.98 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-17T19:11:40.513Z] #40 27.13 Selecting previously unselected package python-six. [2020-11-17T19:11:40.513Z] #40 27.14 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-17T19:11:40.513Z] #40 27.14 Unpacking python-six (1.12.0-1) ... [2020-11-17T19:11:40.513Z] #40 27.18 Selecting previously unselected package python-protobuf. [2020-11-17T19:11:40.806Z] #40 27.18 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-11-17T19:11:40.806Z] #40 27.18 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-17T19:11:40.981Z] #9 DONE 2.5s [2020-11-17T19:11:40.981Z] [2020-11-17T19:11:40.981Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-17T19:11:41.099Z] #40 27.56 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-17T19:11:41.555Z] #10 DONE 0.9s [2020-11-17T19:11:41.555Z] [2020-11-17T19:11:41.555Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:41.854Z] #62 ... [2020-11-17T19:11:41.854Z] [2020-11-17T19:11:41.854Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-17T19:11:41.854Z] #29 DONE 0.1s [2020-11-17T19:11:41.854Z] [2020-11-17T19:11:41.854Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-17T19:11:41.854Z] #37 DONE 0.3s [2020-11-17T19:11:41.854Z] [2020-11-17T19:11:41.854Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:11:42.088Z] using credential docker-jenkins-github-credentials [2020-11-17T19:11:42.097Z] Cloning the remote Git repository [2020-11-17T19:11:42.097Z] Cloning with configured refspecs honoured and without tags [2020-11-17T19:11:42.642Z] #40 29.17 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-11-17T19:11:42.642Z] #40 29.18 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-17T19:11:42.642Z] #40 29.19 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-17T19:11:42.642Z] #40 29.19 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-11-17T19:11:42.642Z] #40 29.20 Setting up python-six (1.12.0-1) ... [2020-11-17T19:11:42.457Z] Cloning repository https://github.com/moby/moby.git [2020-11-17T19:11:42.555Z] > git init /home/ubuntu/workspace/moby_PR-41682 # timeout=10 [2020-11-17T19:11:42.774Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:11:42.776Z] > git --version # timeout=10 [2020-11-17T19:11:42.800Z] > git --version # 'git version 2.7.4' [2020-11-17T19:11:42.801Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:11:42.807Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:11:43.279Z] #40 ... [2020-11-17T19:11:43.279Z] [2020-11-17T19:11:43.279Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:11:43.279Z] #30 29.64 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-17T19:11:43.572Z] #30 29.87 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-17T19:11:43.947Z] #30 30.18 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-17T19:11:44.240Z] #30 ... [2020-11-17T19:11:44.240Z] [2020-11-17T19:11:44.240Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:11:44.240Z] #34 26.74 Selecting previously unselected package libxml2:s390x. [2020-11-17T19:11:44.240Z] #34 26.75 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-11-17T19:11:44.240Z] #34 26.76 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-11-17T19:11:44.240Z] #34 27.14 Selecting previously unselected package libarchive13:s390x. [2020-11-17T19:11:44.240Z] #34 27.14 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-11-17T19:11:44.240Z] #34 27.14 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-11-17T19:11:44.240Z] #34 27.35 Selecting previously unselected package libjsoncpp1:s390x. [2020-11-17T19:11:44.240Z] #34 27.37 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-11-17T19:11:44.240Z] #34 27.37 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-11-17T19:11:44.240Z] #34 27.49 Selecting previously unselected package librhash0:s390x. [2020-11-17T19:11:44.240Z] #34 27.49 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-11-17T19:11:44.240Z] #34 27.50 Unpacking librhash0:s390x (1.3.8-1) ... [2020-11-17T19:11:44.240Z] #34 27.65 Selecting previously unselected package libuv1:s390x. [2020-11-17T19:11:44.240Z] #34 27.66 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-11-17T19:11:44.240Z] #34 27.66 Unpacking libuv1:s390x (1.24.1-1) ... [2020-11-17T19:11:44.240Z] #34 27.72 Selecting previously unselected package cmake. [2020-11-17T19:11:44.240Z] #34 27.72 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-11-17T19:11:44.240Z] #34 27.73 Unpacking cmake (3.13.4-1) ... [2020-11-17T19:11:44.240Z] #34 30.14 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-11-17T19:11:44.240Z] #34 30.18 Setting up xxd (2:8.1.0875-5) ... [2020-11-17T19:11:44.240Z] #34 30.19 Setting up libuv1:s390x (1.24.1-1) ... [2020-11-17T19:11:44.240Z] #34 30.20 Setting up vim-common (2:8.1.0875-5) ... [2020-11-17T19:11:44.240Z] #34 30.21 Setting up librhash0:s390x (1.3.8-1) ... [2020-11-17T19:11:44.240Z] #34 30.22 Setting up cmake-data (3.13.4-1) ... [2020-11-17T19:11:44.240Z] #34 30.23 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-11-17T19:11:44.240Z] #34 30.24 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-11-17T19:11:44.240Z] #34 30.25 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-11-17T19:11:44.240Z] #34 30.26 Setting up cmake (3.13.4-1) ... [2020-11-17T19:11:44.240Z] #34 30.26 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:11:44.240Z] #34 30.29 Processing triggers for mime-support (3.62) ... [2020-11-17T19:11:44.240Z] #34 DONE 30.7s [2020-11-17T19:11:44.240Z] [2020-11-17T19:11:44.240Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:11:44.240Z] #40 30.94 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-11-17T19:11:44.532Z] #40 30.95 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-11-17T19:11:44.533Z] #40 30.96 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-11-17T19:11:44.533Z] #40 30.97 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-11-17T19:11:44.533Z] #40 30.98 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-11-17T19:11:44.533Z] #40 30.99 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-17T19:11:44.533Z] #40 31.00 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-17T19:11:44.533Z] #40 31.00 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-11-17T19:11:44.533Z] #40 31.02 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-17T19:11:44.533Z] #40 31.03 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-17T19:11:46.341Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-028b99da5ab99f076) in /home/ubuntu/workspace/moby_PR-41682 [Pipeline] { [Pipeline] checkout [2020-11-17T19:11:47.272Z] #40 33.83 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-11-17T19:11:47.272Z] #40 33.83 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:11:47.565Z] #40 DONE 34.2s [2020-11-17T19:11:47.565Z] [2020-11-17T19:11:47.565Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:11:48.200Z] #41 ... [2020-11-17T19:11:48.200Z] [2020-11-17T19:11:48.200Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:48.200Z] #32 24.70 errors [2020-11-17T19:11:48.200Z] #32 24.70 sort [2020-11-17T19:11:48.200Z] #32 24.98 strconv [2020-11-17T19:11:48.200Z] #32 25.73 io [2020-11-17T19:11:48.200Z] #32 26.70 internal/oserror [2020-11-17T19:11:48.200Z] #32 26.74 syscall [2020-11-17T19:11:48.200Z] #32 27.79 reflect [2020-11-17T19:11:48.200Z] #32 32.64 time [2020-11-17T19:11:48.492Z] #32 ... [2020-11-17T19:11:48.492Z] [2020-11-17T19:11:48.492Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:11:48.492Z] #35 0.686 + RM_GOPATH=0 [2020-11-17T19:11:48.492Z] #35 0.686 + TMP_GOPATH= [2020-11-17T19:11:48.492Z] #35 0.686 + : /build [2020-11-17T19:11:48.492Z] #35 0.686 + '[' -z '' ']' [2020-11-17T19:11:48.492Z] #35 0.688 ++ mktemp -d [2020-11-17T19:11:48.492Z] #35 0.688 + export GOPATH=/tmp/tmp.JL4Mgxe5m5 [2020-11-17T19:11:48.492Z] #35 0.688 + GOPATH=/tmp/tmp.JL4Mgxe5m5 [2020-11-17T19:11:48.492Z] #35 0.688 + RM_GOPATH=1 [2020-11-17T19:11:48.492Z] #35 0.688 + case "$(go env GOARCH)" in [2020-11-17T19:11:48.492Z] #35 0.692 ++ go env GOARCH [2020-11-17T19:11:48.492Z] #35 0.727 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:48.492Z] #35 0.727 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:48.492Z] #35 0.728 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:48.492Z] #35 0.729 + dir=/tmp/install [2020-11-17T19:11:48.492Z] #35 0.729 + bin=tini [2020-11-17T19:11:48.492Z] #35 0.729 + shift [2020-11-17T19:11:48.492Z] #35 0.729 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-17T19:11:48.492Z] #35 0.729 + . /tmp/install/tini.installer [2020-11-17T19:11:48.492Z] #35 0.729 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:11:48.492Z] #35 0.729 + install_tini [2020-11-17T19:11:48.492Z] #35 0.729 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-17T19:11:48.492Z] #35 0.729 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:11:48.492Z] #35 0.729 + git clone https://github.com/krallin/tini.git /tmp/tmp.JL4Mgxe5m5/tini [2020-11-17T19:11:48.492Z] #35 0.731 Cloning into '/tmp/tmp.JL4Mgxe5m5/tini'... [2020-11-17T19:11:48.492Z] #35 1.309 + cd /tmp/tmp.JL4Mgxe5m5/tini [2020-11-17T19:11:48.492Z] #35 1.309 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:11:48.492Z] #35 1.330 + cmake . [2020-11-17T19:11:48.492Z] #35 1.919 -- The C compiler identification is GNU 8.3.0 [2020-11-17T19:11:48.492Z] #35 1.986 -- Check for working C compiler: /usr/bin/cc [2020-11-17T19:11:48.492Z] #35 2.433 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-17T19:11:48.492Z] #35 2.434 -- Detecting C compiler ABI info [2020-11-17T19:11:48.492Z] #35 3.054 -- Detecting C compiler ABI info - done [2020-11-17T19:11:48.492Z] #35 3.071 -- Detecting C compile features [2020-11-17T19:11:48.492Z] #35 ... [2020-11-17T19:11:48.492Z] [2020-11-17T19:11:48.492Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:11:48.492Z] #43 25.03 math/rand [2020-11-17T19:11:48.492Z] #43 26.23 io [2020-11-17T19:11:48.492Z] #43 26.24 strconv [2020-11-17T19:11:48.492Z] #43 27.04 bytes [2020-11-17T19:11:48.492Z] #43 28.69 reflect [2020-11-17T19:11:48.492Z] #43 28.74 bufio [2020-11-17T19:11:48.492Z] #43 29.84 syscall [2020-11-17T19:11:48.492Z] #43 ... [2020-11-17T19:11:48.492Z] [2020-11-17T19:11:48.492Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:11:48.492Z] #35 4.512 -- Detecting C compile features - done [2020-11-17T19:11:48.501Z] #38 ... [2020-11-17T19:11:48.501Z] [2020-11-17T19:11:48.501Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:48.501Z] #32 6.251 + RM_GOPATH=0 [2020-11-17T19:11:48.501Z] #32 6.251 + TMP_GOPATH= [2020-11-17T19:11:48.501Z] #32 6.251 + : /build [2020-11-17T19:11:48.501Z] #32 6.251 + '[' -z '' ']' [2020-11-17T19:11:48.501Z] #32 6.251 ++ mktemp -d [2020-11-17T19:11:48.501Z] #32 6.251 + export GOPATH=/tmp/tmp.f0nVL2qjOf [2020-11-17T19:11:48.501Z] #32 6.251 + GOPATH=/tmp/tmp.f0nVL2qjOf [2020-11-17T19:11:48.501Z] #32 6.251 + RM_GOPATH=1 [2020-11-17T19:11:48.501Z] #32 6.251 + case "$(go env GOARCH)" in [2020-11-17T19:11:48.501Z] #32 6.252 ++ go env GOARCH [2020-11-17T19:11:48.501Z] #32 6.263 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:48.502Z] #32 6.263 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:48.502Z] #32 6.263 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:48.502Z] #32 6.281 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:11:48.502Z] #32 6.283 + dir=/tmp/install [2020-11-17T19:11:48.502Z] #32 6.283 + bin=tomlv [2020-11-17T19:11:48.502Z] #32 6.283 + shift [2020-11-17T19:11:48.502Z] #32 6.283 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-17T19:11:48.502Z] #32 6.283 + . /tmp/install/tomlv.installer [2020-11-17T19:11:48.502Z] #32 6.283 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:11:48.502Z] #32 6.283 + install_tomlv [2020-11-17T19:11:48.502Z] #32 6.283 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-17T19:11:48.502Z] #32 6.283 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.f0nVL2qjOf/src/github.com/BurntSushi/toml [2020-11-17T19:11:48.502Z] #32 6.283 Cloning into '/tmp/tmp.f0nVL2qjOf/src/github.com/BurntSushi/toml'... [2020-11-17T19:11:48.502Z] #32 ... [2020-11-17T19:11:48.502Z] [2020-11-17T19:11:48.502Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:48.502Z] #56 6.300 + RM_GOPATH=0 [2020-11-17T19:11:48.502Z] #56 6.304 + TMP_GOPATH= [2020-11-17T19:11:48.502Z] #56 6.304 + : /build [2020-11-17T19:11:48.502Z] #56 6.304 + '[' -z '' ']' [2020-11-17T19:11:48.502Z] #56 6.304 ++ mktemp -d [2020-11-17T19:11:48.502Z] #56 6.304 + export GOPATH=/tmp/tmp.OUQBuIiDi0 [2020-11-17T19:11:48.502Z] #56 6.304 + GOPATH=/tmp/tmp.OUQBuIiDi0 [2020-11-17T19:11:48.502Z] #56 6.304 + RM_GOPATH=1 [2020-11-17T19:11:48.502Z] #56 6.304 + case "$(go env GOARCH)" in [2020-11-17T19:11:48.502Z] #56 6.304 ++ go env GOARCH [2020-11-17T19:11:48.502Z] #56 6.320 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:48.502Z] #56 6.320 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:48.502Z] #56 6.320 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:48.502Z] #56 6.321 + dir=/tmp/install [2020-11-17T19:11:48.502Z] #56 6.321 + bin=rootlesskit [2020-11-17T19:11:48.502Z] #56 6.321 + shift [2020-11-17T19:11:48.502Z] #56 6.321 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-17T19:11:48.502Z] #56 6.321 + . /tmp/install/rootlesskit.installer [2020-11-17T19:11:48.502Z] #56 6.321 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:11:48.502Z] #56 6.321 + install_rootlesskit [2020-11-17T19:11:48.502Z] #56 6.321 + case "$1" in [2020-11-17T19:11:48.502Z] #56 6.321 + export CGO_ENABLED=0 [2020-11-17T19:11:48.502Z] #56 6.321 + CGO_ENABLED=0 [2020-11-17T19:11:48.502Z] #56 6.321 + _install_rootlesskit [2020-11-17T19:11:48.502Z] #56 6.321 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-17T19:11:48.502Z] #56 6.321 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.OUQBuIiDi0/src/github.com/rootless-containers/rootlesskit [2020-11-17T19:11:48.502Z] #56 6.323 Cloning into '/tmp/tmp.OUQBuIiDi0/src/github.com/rootless-containers/rootlesskit'... [2020-11-17T19:11:48.502Z] #56 6.323 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:11:48.502Z] #56 ... [2020-11-17T19:11:48.502Z] [2020-11-17T19:11:48.502Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:48.502Z] #32 6.763 + cd /tmp/tmp.f0nVL2qjOf/src/github.com/BurntSushi/toml [2020-11-17T19:11:48.502Z] #32 6.763 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:11:48.502Z] #32 6.792 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-17T19:11:48.502Z] #32 7.064 internal/cpu [2020-11-17T19:11:48.586Z] using credential docker-jenkins-github-credentials [2020-11-17T19:11:48.593Z] Cloning the remote Git repository [2020-11-17T19:11:48.593Z] Cloning with configured refspecs honoured and without tags [2020-11-17T19:11:48.768Z] #32 7.076 runtime/internal/atomic [2020-11-17T19:11:48.768Z] #32 7.245 runtime/internal/sys [2020-11-17T19:11:48.787Z] #35 ... [2020-11-17T19:11:48.787Z] [2020-11-17T19:11:48.787Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:48.787Z] #45 DONE 35.4s [2020-11-17T19:11:48.787Z] [2020-11-17T19:11:48.787Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:11:48.787Z] #35 4.542 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-17T19:11:48.787Z] #35 4.661 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-17T19:11:48.787Z] #35 4.710 -- Configuring done [2020-11-17T19:11:48.787Z] #35 4.728 -- Generating done [2020-11-17T19:11:48.787Z] #35 4.728 -- Build files have been written to: /tmp/tmp.JL4Mgxe5m5/tini [2020-11-17T19:11:48.787Z] #35 4.732 + make tini-static [2020-11-17T19:11:48.396Z] Cloning repository https://github.com/moby/moby.git [2020-11-17T19:11:48.456Z] > git init /home/ubuntu/workspace/moby_PR-41682 # timeout=10 [2020-11-17T19:11:49.029Z] #32 7.479 runtime/internal/math [2020-11-17T19:11:49.084Z] #35 ... [2020-11-17T19:11:49.084Z] [2020-11-17T19:11:49.084Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:11:49.084Z] #11 25.58 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-17T19:11:49.084Z] #11 26.97 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-11-17T19:11:49.084Z] #11 26.97 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-11-17T19:11:49.084Z] #11 26.98 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-11-17T19:11:49.084Z] #11 26.99 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-11-17T19:11:49.084Z] #11 26.99 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-17T19:11:49.084Z] #11 27.00 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB] [2020-11-17T19:11:49.084Z] #11 27.00 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-11-17T19:11:49.084Z] #11 27.02 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-11-17T19:11:49.084Z] #11 27.03 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-11-17T19:11:49.084Z] #11 27.05 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-11-17T19:11:49.084Z] #11 27.06 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-11-17T19:11:49.084Z] #11 27.08 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-11-17T19:11:49.084Z] #11 27.08 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-17T19:11:49.084Z] #11 27.08 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-11-17T19:11:49.084Z] #11 27.09 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB] [2020-11-17T19:11:49.084Z] #11 27.75 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:11:49.084Z] #11 27.81 Fetched 73.3 MB in 4s (16.7 MB/s) [2020-11-17T19:11:49.084Z] #11 27.87 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-17T19:11:49.084Z] #11 27.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-11-17T19:11:49.084Z] #11 27.97 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-11-17T19:11:49.084Z] #11 27.99 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-17T19:11:49.084Z] #11 30.01 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-17T19:11:49.084Z] #11 30.01 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-11-17T19:11:49.084Z] #11 30.02 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-17T19:11:49.084Z] #11 31.83 Selecting previously unselected package binutils-mingw-w64. [2020-11-17T19:11:49.084Z] #11 31.83 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-17T19:11:49.084Z] #11 31.84 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-17T19:11:49.084Z] #11 31.93 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-11-17T19:11:49.084Z] #11 31.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-11-17T19:11:49.084Z] #11 31.93 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-11-17T19:11:49.084Z] #11 32.20 Selecting previously unselected package dmsetup. [2020-11-17T19:11:49.084Z] #11 32.20 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-11-17T19:11:49.084Z] #11 32.20 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-17T19:11:49.084Z] #11 32.34 Selecting previously unselected package mingw-w64-common. [2020-11-17T19:11:49.084Z] #11 32.34 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-17T19:11:49.084Z] #11 32.34 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-17T19:11:49.289Z] #32 7.716 math/bits [2020-11-17T19:11:49.387Z] #11 ... [2020-11-17T19:11:49.387Z] [2020-11-17T19:11:49.387Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:11:49.387Z] #35 5.257 Scanning dependencies of target tini-static [2020-11-17T19:11:49.387Z] #35 5.358 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-17T19:11:49.550Z] #32 8.075 internal/bytealg [2020-11-17T19:11:49.811Z] #32 8.241 math [2020-11-17T19:11:48.761Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:11:48.762Z] > git --version # timeout=10 [2020-11-17T19:11:48.772Z] > git --version # 'git version 2.17.1' [2020-11-17T19:11:48.772Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:11:48.787Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:11:50.023Z] #35 5.891 [100%] Linking C executable tini-static [2020-11-17T19:11:50.316Z] #35 6.264 [100%] Built target tini-static [2020-11-17T19:11:50.316Z] #35 6.310 + mkdir -p /build [2020-11-17T19:11:50.316Z] #35 6.330 + cp tini-static /build/docker-init [2020-11-17T19:11:50.613Z] #35 DONE 6.5s [2020-11-17T19:11:50.613Z] [2020-11-17T19:11:50.613Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:11:50.613Z] #11 36.95 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-17T19:11:50.613Z] #11 36.97 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-17T19:11:50.613Z] #11 36.97 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-17T19:11:50.767Z] #32 9.143 runtime [2020-11-17T19:11:51.711Z] #11 ... [2020-11-17T19:11:51.711Z] [2020-11-17T19:11:51.711Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:51.711Z] #49 28.09 syscall [2020-11-17T19:11:51.711Z] #49 28.09 bytes [2020-11-17T19:11:51.711Z] #49 29.68 reflect [2020-11-17T19:11:51.711Z] #49 33.23 time [2020-11-17T19:11:51.711Z] #49 37.85 context [2020-11-17T19:11:51.711Z] #49 ... [2020-11-17T19:11:51.711Z] [2020-11-17T19:11:51.711Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:51.711Z] #32 37.09 internal/poll [2020-11-17T19:11:51.711Z] #32 38.23 internal/fmtsort [2020-11-17T19:11:51.717Z] #32 ... [2020-11-17T19:11:51.717Z] [2020-11-17T19:11:51.717Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:51.717Z] #47 6.515 + RM_GOPATH=0 [2020-11-17T19:11:51.717Z] #47 6.515 + TMP_GOPATH= [2020-11-17T19:11:51.717Z] #47 6.515 + : /build [2020-11-17T19:11:51.717Z] #47 6.515 + '[' -z '' ']' [2020-11-17T19:11:51.717Z] #47 6.515 ++ mktemp -d [2020-11-17T19:11:51.717Z] #47 6.515 + export GOPATH=/tmp/tmp.Zk0lAFpquo [2020-11-17T19:11:51.717Z] #47 6.515 + GOPATH=/tmp/tmp.Zk0lAFpquo [2020-11-17T19:11:51.717Z] #47 6.515 + RM_GOPATH=1 [2020-11-17T19:11:51.717Z] #47 6.515 + case "$(go env GOARCH)" in [2020-11-17T19:11:51.717Z] #47 6.515 ++ go env GOARCH [2020-11-17T19:11:51.717Z] #47 6.540 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:51.717Z] #47 6.540 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:51.717Z] #47 6.540 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:51.717Z] #47 6.543 + dir=/tmp/install [2020-11-17T19:11:51.717Z] #47 6.543 + bin=golangci_lint [2020-11-17T19:11:51.717Z] #47 6.543 + shift [2020-11-17T19:11:51.717Z] #47 6.543 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-17T19:11:51.717Z] #47 6.543 + . /tmp/install/golangci_lint.installer [2020-11-17T19:11:51.717Z] #47 6.543 ++ : v1.23.8 [2020-11-17T19:11:51.717Z] #47 6.543 + install_golangci_lint [2020-11-17T19:11:51.717Z] #47 6.543 + set -e [2020-11-17T19:11:51.717Z] #47 6.543 + export GO111MODULE=on [2020-11-17T19:11:51.717Z] #47 6.543 + GO111MODULE=on [2020-11-17T19:11:51.717Z] #47 6.543 + GOBIN=/build [2020-11-17T19:11:51.717Z] #47 6.543 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-17T19:11:51.717Z] #47 6.577 go: finding github.com v1.23.8 [2020-11-17T19:11:51.717Z] #47 6.577 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-17T19:11:51.717Z] #47 6.577 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-17T19:11:51.717Z] #47 6.577 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:11:51.717Z] #47 6.577 go: finding github.com/golangci v1.23.8 [2020-11-17T19:11:51.717Z] #47 7.564 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:11:51.717Z] #47 8.591 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:11:51.717Z] #47 ... [2020-11-17T19:11:51.717Z] [2020-11-17T19:11:51.717Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:51.717Z] #22 6.569 + RM_GOPATH=0 [2020-11-17T19:11:51.717Z] #22 6.569 + TMP_GOPATH= [2020-11-17T19:11:51.717Z] #22 6.569 + : /build [2020-11-17T19:11:51.717Z] #22 6.569 + '[' -z '' ']' [2020-11-17T19:11:51.717Z] #22 6.569 ++ mktemp -d [2020-11-17T19:11:51.717Z] #22 6.569 + export GOPATH=/tmp/tmp.Uj43skonuj [2020-11-17T19:11:51.717Z] #22 6.569 + GOPATH=/tmp/tmp.Uj43skonuj [2020-11-17T19:11:51.717Z] #22 6.569 + RM_GOPATH=1 [2020-11-17T19:11:51.717Z] #22 6.569 + case "$(go env GOARCH)" in [2020-11-17T19:11:51.717Z] #22 6.578 ++ go env GOARCH [2020-11-17T19:11:51.717Z] #22 6.583 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:51.717Z] #22 6.583 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:51.717Z] #22 6.588 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:51.717Z] #22 6.592 Install docker/cli version 17.06.2-ce from stable [2020-11-17T19:11:51.717Z] #22 6.592 + dir=/tmp/install [2020-11-17T19:11:51.717Z] #22 6.592 + bin=dockercli [2020-11-17T19:11:51.717Z] #22 6.592 + shift [2020-11-17T19:11:51.717Z] #22 6.592 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-17T19:11:51.717Z] #22 6.592 + . /tmp/install/dockercli.installer [2020-11-17T19:11:51.717Z] #22 6.592 ++ : stable [2020-11-17T19:11:51.717Z] #22 6.592 ++ : 17.06.2-ce [2020-11-17T19:11:51.717Z] #22 6.592 + install_dockercli [2020-11-17T19:11:51.717Z] #22 6.592 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-17T19:11:51.717Z] #22 6.592 ++ uname -m [2020-11-17T19:11:51.717Z] #22 6.592 + arch=x86_64 [2020-11-17T19:11:51.717Z] #22 6.592 + '[' x86_64 '!=' x86_64 ']' [2020-11-17T19:11:51.717Z] #22 6.592 + url=https://download.docker.com/linux/static [2020-11-17T19:11:51.717Z] #22 6.592 + tar -xz docker/docker [2020-11-17T19:11:51.717Z] #22 6.592 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-17T19:11:51.979Z] #22 ... [2020-11-17T19:11:51.979Z] [2020-11-17T19:11:51.979Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:11:51.979Z] #43 6.962 + RM_GOPATH=0 [2020-11-17T19:11:51.979Z] #43 6.962 + TMP_GOPATH= [2020-11-17T19:11:51.979Z] #43 6.962 + : /build [2020-11-17T19:11:51.979Z] #43 6.962 + '[' -z '' ']' [2020-11-17T19:11:51.979Z] #43 6.962 ++ mktemp -d [2020-11-17T19:11:51.979Z] #43 6.962 + export GOPATH=/tmp/tmp.KTZzXMnHh8 [2020-11-17T19:11:51.979Z] #43 6.962 + GOPATH=/tmp/tmp.KTZzXMnHh8 [2020-11-17T19:11:51.979Z] #43 6.962 + RM_GOPATH=1 [2020-11-17T19:11:51.979Z] #43 6.962 + case "$(go env GOARCH)" in [2020-11-17T19:11:51.979Z] #43 6.962 ++ go env GOARCH [2020-11-17T19:11:51.979Z] #43 6.969 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:51.979Z] #43 6.969 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:51.979Z] #43 6.969 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:51.979Z] #43 6.969 + dir=/tmp/install [2020-11-17T19:11:51.979Z] #43 6.969 + bin=vndr [2020-11-17T19:11:51.979Z] #43 6.969 + shift [2020-11-17T19:11:51.979Z] #43 6.969 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-17T19:11:51.979Z] #43 6.969 + . /tmp/install/vndr.installer [2020-11-17T19:11:51.979Z] #43 6.969 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:11:51.979Z] #43 6.969 + install_vndr [2020-11-17T19:11:51.979Z] #43 6.969 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-17T19:11:51.979Z] #43 6.969 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.KTZzXMnHh8/src/github.com/LK4D4/vndr [2020-11-17T19:11:51.979Z] #43 6.969 Cloning into '/tmp/tmp.KTZzXMnHh8/src/github.com/LK4D4/vndr'... [2020-11-17T19:11:51.979Z] #43 6.994 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:11:51.979Z] #43 8.099 + cd /tmp/tmp.KTZzXMnHh8/src/github.com/LK4D4/vndr [2020-11-17T19:11:51.979Z] #43 8.100 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:11:51.979Z] #43 8.133 + go build -buildmode=pie -v -o /build/vndr . [2020-11-17T19:11:51.979Z] #43 10.06 internal/race [2020-11-17T19:11:51.979Z] #43 10.24 runtime [2020-11-17T19:11:51.979Z] #43 10.45 sync/atomic [2020-11-17T19:11:51.979Z] #43 ... [2020-11-17T19:11:51.979Z] [2020-11-17T19:11:51.979Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:11:51.979Z] #34 8.038 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:11:51.979Z] #34 8.124 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:11:51.979Z] #34 8.124 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:11:51.979Z] #34 9.138 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:11:52.003Z] #32 38.59 internal/syscall/execenv [2020-11-17T19:11:52.003Z] #32 38.66 internal/syscall/unix [2020-11-17T19:11:52.003Z] #32 38.68 strings [2020-11-17T19:11:52.240Z] #34 ... [2020-11-17T19:11:52.240Z] [2020-11-17T19:11:52.240Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:52.240Z] #45 6.845 + RM_GOPATH=0 [2020-11-17T19:11:52.240Z] #45 6.845 + TMP_GOPATH= [2020-11-17T19:11:52.240Z] #45 6.845 + : /build [2020-11-17T19:11:52.240Z] #45 6.845 + '[' -z '' ']' [2020-11-17T19:11:52.240Z] #45 6.849 ++ mktemp -d [2020-11-17T19:11:52.240Z] #45 6.851 + export GOPATH=/tmp/tmp.4yIO63VTAA [2020-11-17T19:11:52.240Z] #45 6.851 + GOPATH=/tmp/tmp.4yIO63VTAA [2020-11-17T19:11:52.240Z] #45 6.851 + RM_GOPATH=1 [2020-11-17T19:11:52.240Z] #45 6.851 + case "$(go env GOARCH)" in [2020-11-17T19:11:52.240Z] #45 6.856 ++ go env GOARCH [2020-11-17T19:11:52.240Z] #45 6.862 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:52.240Z] #45 6.862 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:52.240Z] #45 6.862 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:52.240Z] #45 6.864 + dir=/tmp/install [2020-11-17T19:11:52.240Z] #45 6.864 + bin=gotestsum [2020-11-17T19:11:52.240Z] #45 6.864 + shift [2020-11-17T19:11:52.240Z] #45 6.864 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-17T19:11:52.240Z] #45 6.864 + . /tmp/install/gotestsum.installer [2020-11-17T19:11:52.240Z] #45 6.864 ++ : v0.5.3 [2020-11-17T19:11:52.240Z] #45 6.864 + install_gotestsum [2020-11-17T19:11:52.240Z] #45 6.865 + set -e [2020-11-17T19:11:52.240Z] #45 6.865 + export GO111MODULE=on [2020-11-17T19:11:52.240Z] #45 6.865 + GO111MODULE=on [2020-11-17T19:11:52.240Z] #45 6.865 + GOBIN=/build [2020-11-17T19:11:52.240Z] #45 6.865 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-17T19:11:52.240Z] #45 6.886 go: finding gotest.tools v0.5.3 [2020-11-17T19:11:52.240Z] #45 6.886 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-17T19:11:52.240Z] #45 8.238 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-17T19:11:52.240Z] #45 9.306 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-17T19:11:52.240Z] #45 10.55 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-17T19:11:52.240Z] #45 10.65 go: downloading github.com/fatih/color v1.9.0 [2020-11-17T19:11:52.240Z] #45 10.70 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:11:52.240Z] #45 ... [2020-11-17T19:11:52.240Z] [2020-11-17T19:11:52.240Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:52.240Z] #49 7.723 + RM_GOPATH=0 [2020-11-17T19:11:52.240Z] #49 7.723 + TMP_GOPATH= [2020-11-17T19:11:52.240Z] #49 7.723 + : /build [2020-11-17T19:11:52.240Z] #49 7.723 + '[' -z '' ']' [2020-11-17T19:11:52.240Z] #49 7.723 ++ mktemp -d [2020-11-17T19:11:52.240Z] #49 7.735 + export GOPATH=/tmp/tmp.SNDqLVvcvD [2020-11-17T19:11:52.240Z] #49 7.735 + GOPATH=/tmp/tmp.SNDqLVvcvD [2020-11-17T19:11:52.240Z] #49 7.735 + RM_GOPATH=1 [2020-11-17T19:11:52.240Z] #49 7.735 + case "$(go env GOARCH)" in [2020-11-17T19:11:52.240Z] #49 7.735 ++ go env GOARCH [2020-11-17T19:11:52.240Z] #49 7.768 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:52.240Z] #49 7.769 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:52.240Z] #49 7.769 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:52.240Z] #49 7.789 + dir=/tmp/install [2020-11-17T19:11:52.240Z] #49 7.789 + bin=shfmt [2020-11-17T19:11:52.240Z] #49 7.789 + shift [2020-11-17T19:11:52.240Z] #49 7.789 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-17T19:11:52.240Z] #49 7.789 + . /tmp/install/shfmt.installer [2020-11-17T19:11:52.240Z] #49 7.789 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:11:52.240Z] #49 7.789 + install_shfmt [2020-11-17T19:11:52.240Z] #49 7.789 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-17T19:11:52.240Z] #49 7.789 + git clone https://github.com/mvdan/sh.git /tmp/tmp.SNDqLVvcvD/src/github.com/mvdan/sh [2020-11-17T19:11:52.240Z] #49 7.789 Cloning into '/tmp/tmp.SNDqLVvcvD/src/github.com/mvdan/sh'... [2020-11-17T19:11:52.240Z] #49 7.790 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:11:52.296Z] #32 38.86 os [2020-11-17T19:11:52.502Z] #49 ... [2020-11-17T19:11:52.502Z] [2020-11-17T19:11:52.502Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:11:52.502Z] #40 7.528 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:11:52.502Z] #40 7.629 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:11:52.502Z] #40 7.841 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:11:52.502Z] #40 8.644 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:11:52.502Z] #40 ... [2020-11-17T19:11:52.502Z] [2020-11-17T19:11:52.502Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:11:52.502Z] #11 8.341 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:11:52.502Z] #11 8.361 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:11:52.502Z] #11 8.389 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:11:52.502Z] #11 10.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:11:52.765Z] #11 ... [2020-11-17T19:11:52.765Z] [2020-11-17T19:11:52.765Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:11:52.765Z] #53 8.196 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:11:52.765Z] #53 8.247 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:11:52.765Z] #53 8.249 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:11:52.765Z] #53 9.691 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:11:52.765Z] #53 ... [2020-11-17T19:11:52.765Z] [2020-11-17T19:11:52.765Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:11:52.765Z] #30 7.169 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-17T19:11:52.765Z] #30 7.169 Cloning into '.'... [2020-11-17T19:11:53.040Z] #30 ... [2020-11-17T19:11:53.040Z] [2020-11-17T19:11:53.040Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:53.040Z] #45 10.85 go: extracting github.com/fatih/color v1.9.0 [2020-11-17T19:11:53.040Z] #45 10.88 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:11:53.040Z] #45 10.93 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:11:53.040Z] #45 10.93 go: downloading github.com/pkg/errors v0.9.1 [2020-11-17T19:11:53.040Z] #45 11.14 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:11:53.040Z] #45 11.16 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:11:53.040Z] #45 11.20 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:11:53.040Z] #45 11.32 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-17T19:11:53.040Z] #45 11.34 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:11:53.040Z] #45 11.46 go: extracting github.com/pkg/errors v0.9.1 [2020-11-17T19:11:53.302Z] #45 11.72 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:11:53.302Z] #45 11.76 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:11:53.334Z] #32 39.92 path [2020-11-17T19:11:53.626Z] #32 40.22 text/tabwriter [2020-11-17T19:11:53.877Z] #45 12.04 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:11:53.877Z] #45 12.20 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:11:53.877Z] #45 12.26 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:11:54.139Z] #45 12.48 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:11:54.261Z] #32 40.91 fmt [2020-11-17T19:11:54.261Z] #32 40.91 path/filepath [2020-11-17T19:11:55.299Z] #32 41.56 io/ioutil [2020-11-17T19:11:55.934Z] #32 ... [2020-11-17T19:11:55.934Z] [2020-11-17T19:11:55.934Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:11:55.934Z] #41 6.475 Note: Building without setproctitle() and strlcpy() support. [2020-11-17T19:11:55.934Z] #41 6.475 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-17T19:11:55.934Z] #41 6.485 Note: Building without GnuTLS support [2020-11-17T19:11:55.934Z] #41 6.490 Makefile.config:39: Warn: you have no libnftables installed [2020-11-17T19:11:55.934Z] #41 6.490 Makefile.config:40: Warn: Building without nftables support [2020-11-17T19:11:55.934Z] #41 7.183 fatal: not a git repository (or any of the parent directories): .git [2020-11-17T19:11:55.934Z] #41 7.213 GEN .gitid [2020-11-17T19:11:55.934Z] #41 7.224 GEN criu/include/version.h [2020-11-17T19:11:55.934Z] #41 7.258 GEN include/common/asm [2020-11-17T19:11:55.934Z] #41 8.036 PBCC images/timens.pb-c.c [2020-11-17T19:11:55.934Z] #41 8.061 DEP images/timens.pb-c.d [2020-11-17T19:11:55.934Z] #41 8.074 PBCC images/fown.pb-c.c [2020-11-17T19:11:55.934Z] #41 8.084 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-17T19:11:55.934Z] #41 8.134 PBCC images/opts.pb-c.c [2020-11-17T19:11:55.934Z] #41 8.161 PBCC images/memfd.pb-c.c [2020-11-17T19:11:55.934Z] #41 8.198 DEP images/fown.pb-c.d [2020-11-17T19:11:55.934Z] #41 8.212 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-17T19:11:55.934Z] #41 8.270 DEP images/opts.pb-c.d [2020-11-17T19:11:55.934Z] #41 8.300 DEP images/memfd.pb-c.d [2020-11-17T19:11:55.934Z] #41 8.321 PBCC images/sit.pb-c.c [2020-11-17T19:11:55.934Z] #41 8.342 DEP images/sit.pb-c.d [2020-11-17T19:11:55.934Z] #41 8.382 PBCC images/macvlan.pb-c.c [2020-11-17T19:11:55.934Z] #41 8.391 DEP images/macvlan.pb-c.d [2020-11-17T19:11:55.934Z] #41 8.418 PBCC images/autofs.pb-c.c [2020-11-17T19:11:55.934Z] #41 8.422 DEP images/autofs.pb-c.d [2020-11-17T19:11:55.934Z] #41 8.460 PBCC images/sysctl.pb-c.c [2020-11-17T19:11:55.934Z] #41 8.462 DEP images/sysctl.pb-c.d [2020-11-17T19:11:55.934Z] #41 8.483 PBCC images/time.pb-c.c [2020-11-17T19:11:55.934Z] #41 8.488 DEP images/time.pb-c.d [2020-11-17T19:11:55.934Z] #41 8.529 PBCC images/binfmt-misc.pb-c.c [2020-11-17T19:11:56.227Z] #41 8.535 DEP images/binfmt-misc.pb-c.d [2020-11-17T19:11:56.227Z] #41 8.577 PBCC images/seccomp.pb-c.c [2020-11-17T19:11:56.227Z] #41 8.581 DEP images/seccomp.pb-c.d [2020-11-17T19:11:56.227Z] #41 8.607 PBCC images/userns.pb-c.c [2020-11-17T19:11:56.227Z] #41 8.610 DEP images/userns.pb-c.d [2020-11-17T19:11:56.227Z] #41 8.663 PBCC images/cgroup.pb-c.c [2020-11-17T19:11:56.227Z] #41 8.670 DEP images/cgroup.pb-c.d [2020-11-17T19:11:56.227Z] #41 8.705 PBCC images/ext-file.pb-c.c [2020-11-17T19:11:56.227Z] #41 8.708 DEP images/ext-file.pb-c.d [2020-11-17T19:11:56.227Z] #41 8.723 PBCC images/rpc.pb-c.c [2020-11-17T19:11:56.227Z] #41 8.755 DEP images/rpc.pb-c.d [2020-11-17T19:11:56.227Z] #41 8.789 PBCC images/siginfo.pb-c.c [2020-11-17T19:11:56.341Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fe966d93f1468a7a) in /home/ubuntu/workspace/moby_PR-41682 [Pipeline] { [Pipeline] checkout [2020-11-17T19:11:56.519Z] #41 8.794 DEP images/siginfo.pb-c.d [2020-11-17T19:11:56.519Z] #41 8.812 PBCC images/pagemap.pb-c.c [2020-11-17T19:11:56.519Z] #41 8.818 DEP images/pagemap.pb-c.d [2020-11-17T19:11:56.519Z] #41 8.870 PBCC images/rlimit.pb-c.c [2020-11-17T19:11:56.519Z] #41 8.873 DEP images/rlimit.pb-c.d [2020-11-17T19:11:56.519Z] #41 8.902 PBCC images/file-lock.pb-c.c [2020-11-17T19:11:56.519Z] #41 8.905 DEP images/file-lock.pb-c.d [2020-11-17T19:11:56.519Z] #41 8.935 PBCC images/tty.pb-c.c [2020-11-17T19:11:56.519Z] #41 9.003 DEP images/tty.pb-c.d [2020-11-17T19:11:56.519Z] #41 9.059 PBCC images/tun.pb-c.c [2020-11-17T19:11:56.519Z] #41 9.066 PBCC images/netdev.pb-c.c [2020-11-17T19:11:56.519Z] #41 9.098 DEP images/tun.pb-c.d [2020-11-17T19:11:56.519Z] #41 9.113 DEP images/netdev.pb-c.d [2020-11-17T19:11:56.697Z] #45 15.13 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:11:56.812Z] #41 9.159 PBCC images/vma.pb-c.c [2020-11-17T19:11:56.812Z] #41 9.215 DEP images/vma.pb-c.d [2020-11-17T19:11:56.812Z] #41 9.232 PBCC images/creds.pb-c.c [2020-11-17T19:11:56.812Z] #41 9.252 DEP images/creds.pb-c.d [2020-11-17T19:11:56.812Z] #41 9.308 PBCC images/utsns.pb-c.c [2020-11-17T19:11:56.812Z] #41 9.324 DEP images/utsns.pb-c.d [2020-11-17T19:11:57.104Z] #41 9.365 PBCC images/ipc-desc.pb-c.c [2020-11-17T19:11:57.104Z] #41 9.390 PBCC images/ipc-sem.pb-c.c [2020-11-17T19:11:57.104Z] #41 9.392 DEP images/ipc-desc.pb-c.d [2020-11-17T19:11:57.104Z] #41 9.424 DEP images/ipc-sem.pb-c.d [2020-11-17T19:11:57.104Z] #41 9.444 PBCC images/ipc-msg.pb-c.c [2020-11-17T19:11:57.104Z] #41 9.447 DEP images/ipc-msg.pb-c.d [2020-11-17T19:11:57.104Z] #41 9.490 PBCC images/ipc-shm.pb-c.c [2020-11-17T19:11:57.104Z] #41 9.497 DEP images/ipc-shm.pb-c.d [2020-11-17T19:11:57.104Z] #41 9.516 PBCC images/ipc-var.pb-c.c [2020-11-17T19:11:57.104Z] #41 9.526 DEP images/ipc-var.pb-c.d [2020-11-17T19:11:57.104Z] #41 9.563 PBCC images/sk-opts.pb-c.c [2020-11-17T19:11:57.104Z] #41 9.604 PBCC images/packet-sock.pb-c.c [2020-11-17T19:11:57.104Z] #41 9.634 DEP images/sk-opts.pb-c.d [2020-11-17T19:11:57.397Z] #41 9.651 DEP images/packet-sock.pb-c.d [2020-11-17T19:11:57.397Z] #41 9.693 PBCC images/sk-netlink.pb-c.c [2020-11-17T19:11:57.397Z] #41 9.737 DEP images/sk-netlink.pb-c.d [2020-11-17T19:11:57.397Z] #41 9.782 PBCC images/sk-inet.pb-c.c [2020-11-17T19:11:57.397Z] #41 9.815 DEP images/sk-inet.pb-c.d [2020-11-17T19:11:57.397Z] #41 9.850 PBCC images/sk-unix.pb-c.c [2020-11-17T19:11:57.397Z] #41 9.873 DEP images/sk-unix.pb-c.d [2020-11-17T19:11:57.397Z] #41 9.906 PBCC images/mm.pb-c.c [2020-11-17T19:11:57.397Z] #41 9.954 DEP images/mm.pb-c.d [2020-11-17T19:11:57.689Z] #41 9.964 PBCC images/timerfd.pb-c.c [2020-11-17T19:11:57.689Z] #41 10.02 DEP images/timerfd.pb-c.d [2020-11-17T19:11:57.689Z] #41 10.04 PBCC images/timer.pb-c.c [2020-11-17T19:11:57.689Z] #41 10.07 DEP images/timer.pb-c.d [2020-11-17T19:11:57.689Z] #41 10.11 PBCC images/sa.pb-c.c [2020-11-17T19:11:57.689Z] #41 10.16 DEP images/sa.pb-c.d [2020-11-17T19:11:57.689Z] #41 10.17 PBCC images/pipe-data.pb-c.c [2020-11-17T19:11:57.689Z] #41 10.19 DEP images/pipe-data.pb-c.d [2020-11-17T19:11:57.982Z] #41 10.22 PBCC images/mnt.pb-c.c [2020-11-17T19:11:57.982Z] #41 10.28 DEP images/mnt.pb-c.d [2020-11-17T19:11:57.982Z] #41 10.33 PBCC images/sk-packet.pb-c.c [2020-11-17T19:11:57.982Z] #41 10.36 DEP images/sk-packet.pb-c.d [2020-11-17T19:11:57.982Z] #41 10.41 PBCC images/tcp-stream.pb-c.c [2020-11-17T19:11:57.982Z] #41 10.43 DEP images/tcp-stream.pb-c.d [2020-11-17T19:11:57.982Z] #41 10.45 PBCC images/pipe.pb-c.c [2020-11-17T19:11:57.982Z] #41 10.49 DEP images/pipe.pb-c.d [2020-11-17T19:11:57.982Z] #41 10.53 PBCC images/pstree.pb-c.c [2020-11-17T19:11:58.274Z] #41 10.55 DEP images/pstree.pb-c.d [2020-11-17T19:11:58.274Z] #41 10.58 PBCC images/fs.pb-c.c [2020-11-17T19:11:58.274Z] #41 10.59 DEP images/fs.pb-c.d [2020-11-17T19:11:58.274Z] #41 10.64 PBCC images/signalfd.pb-c.c [2020-11-17T19:11:58.274Z] #41 10.66 DEP images/signalfd.pb-c.d [2020-11-17T19:11:58.274Z] #41 10.70 PBCC images/fh.pb-c.c [2020-11-17T19:11:58.274Z] #41 10.73 PBCC images/fsnotify.pb-c.c [2020-11-17T19:11:58.274Z] #41 10.79 DEP images/fh.pb-c.d [2020-11-17T19:11:58.567Z] #41 10.82 DEP images/fsnotify.pb-c.d [2020-11-17T19:11:58.567Z] #41 10.86 PBCC images/eventpoll.pb-c.c [2020-11-17T19:11:58.567Z] #41 10.87 DEP images/eventpoll.pb-c.d [2020-11-17T19:11:58.567Z] #41 10.93 PBCC images/eventfd.pb-c.c [2020-11-17T19:11:58.567Z] #41 10.94 DEP images/eventfd.pb-c.d [2020-11-17T19:11:58.567Z] #41 10.96 PBCC images/remap-file-path.pb-c.c [2020-11-17T19:11:58.567Z] #41 10.99 DEP images/remap-file-path.pb-c.d [2020-11-17T19:11:58.567Z] #41 11.00 PBCC images/fifo.pb-c.c [2020-11-17T19:11:58.567Z] #41 11.02 DEP images/fifo.pb-c.d [2020-11-17T19:11:58.567Z] #41 11.05 PBCC images/ghost-file.pb-c.c [2020-11-17T19:11:58.567Z] #41 11.10 DEP images/ghost-file.pb-c.d [2020-11-17T19:11:58.567Z] #41 11.11 PBCC images/regfile.pb-c.c [2020-11-17T19:11:58.567Z] #41 11.16 DEP images/regfile.pb-c.d [2020-11-17T19:11:58.567Z] #41 ... [2020-11-17T19:11:58.567Z] [2020-11-17T19:11:58.567Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:11:58.567Z] #43 35.31 time [2020-11-17T19:11:58.567Z] #43 38.79 internal/syscall/unix [2020-11-17T19:11:58.567Z] #43 38.98 strings [2020-11-17T19:11:58.567Z] #43 39.09 os [2020-11-17T19:11:58.567Z] #43 40.64 regexp/syntax [2020-11-17T19:11:58.567Z] #43 41.28 fmt [2020-11-17T19:11:58.567Z] #43 43.34 regexp [2020-11-17T19:11:58.567Z] #43 44.10 go/token [2020-11-17T19:11:58.567Z] #43 44.76 go/scanner [2020-11-17T19:11:58.615Z] #45 17.16 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:11:58.859Z] #43 ... [2020-11-17T19:11:58.859Z] [2020-11-17T19:11:58.859Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:11:58.859Z] #41 11.19 PBCC images/ns.pb-c.c [2020-11-17T19:11:58.859Z] #41 11.20 DEP images/ns.pb-c.d [2020-11-17T19:11:58.859Z] #41 11.23 PBCC images/fdinfo.pb-c.c [2020-11-17T19:11:58.859Z] #41 11.31 DEP images/fdinfo.pb-c.d [2020-11-17T19:11:58.859Z] #41 11.35 PBCC images/core-aarch64.pb-c.c [2020-11-17T19:11:58.859Z] #41 11.39 PBCC images/core-arm.pb-c.c [2020-11-17T19:11:58.859Z] #41 11.46 PBCC images/core-ppc64.pb-c.c [2020-11-17T19:11:58.864Z] using credential docker-jenkins-github-credentials [2020-11-17T19:11:58.871Z] Cloning the remote Git repository [2020-11-17T19:11:58.871Z] Cloning with configured refspecs honoured and without tags [2020-11-17T19:11:58.876Z] #45 ... [2020-11-17T19:11:58.877Z] [2020-11-17T19:11:58.877Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:58.877Z] #47 17.30 go: downloading github.com/fatih/color v1.7.0 [2020-11-17T19:11:58.877Z] #47 17.40 go: downloading github.com/spf13/viper v1.6.1 [2020-11-17T19:11:58.886Z] Cloning repository https://github.com/moby/moby.git [2020-11-17T19:11:58.940Z] > git init /home/ubuntu/workspace/moby_PR-41682 # timeout=10 [2020-11-17T19:11:59.137Z] #47 17.50 go: downloading github.com/pkg/errors v0.8.1 [2020-11-17T19:11:59.137Z] #47 17.51 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:11:59.137Z] #47 17.51 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-17T19:11:59.137Z] #47 17.51 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:11:59.137Z] #47 17.52 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:11:59.137Z] #47 ... [2020-11-17T19:11:59.137Z] [2020-11-17T19:11:59.137Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:11:59.137Z] #62 7.596 + RM_GOPATH=0 [2020-11-17T19:11:59.137Z] #62 7.596 + TMP_GOPATH= [2020-11-17T19:11:59.137Z] #62 7.596 + : /build [2020-11-17T19:11:59.137Z] #62 7.596 + '[' -z '' ']' [2020-11-17T19:11:59.137Z] #62 7.596 ++ mktemp -d [2020-11-17T19:11:59.137Z] #62 7.596 + export GOPATH=/tmp/tmp.Hb88lNrUmV [2020-11-17T19:11:59.137Z] #62 7.596 + GOPATH=/tmp/tmp.Hb88lNrUmV [2020-11-17T19:11:59.137Z] #62 7.596 + RM_GOPATH=1 [2020-11-17T19:11:59.137Z] #62 7.596 + case "$(go env GOARCH)" in [2020-11-17T19:11:59.137Z] #62 7.596 ++ go env GOARCH [2020-11-17T19:11:59.137Z] #62 7.661 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:11:59.137Z] #62 7.661 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:59.137Z] #62 7.661 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:11:59.137Z] #62 7.661 ++ dirname /tmp/install/install.sh [2020-11-17T19:11:59.137Z] #62 7.661 + dir=/tmp/install [2020-11-17T19:11:59.137Z] #62 7.661 + bin=proxy [2020-11-17T19:11:59.137Z] #62 7.661 + shift [2020-11-17T19:11:59.137Z] #62 7.661 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-17T19:11:59.137Z] #62 7.661 + . /tmp/install/proxy.installer [2020-11-17T19:11:59.137Z] #62 7.661 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:11:59.137Z] #62 7.661 + install_proxy [2020-11-17T19:11:59.137Z] #62 7.661 + case "$1" in [2020-11-17T19:11:59.137Z] #62 7.661 + export CGO_ENABLED=0 [2020-11-17T19:11:59.137Z] #62 7.661 + CGO_ENABLED=0 [2020-11-17T19:11:59.137Z] #62 7.661 + _install_proxy [2020-11-17T19:11:59.137Z] #62 7.661 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-17T19:11:59.137Z] #62 7.661 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Hb88lNrUmV/src/github.com/docker/libnetwork [2020-11-17T19:11:59.137Z] #62 7.661 Cloning into '/tmp/tmp.Hb88lNrUmV/src/github.com/docker/libnetwork'... [2020-11-17T19:11:59.152Z] #41 11.50 PBCC images/core-s390.pb-c.c [2020-11-17T19:11:59.152Z] #41 11.54 PBCC images/core-x86.pb-c.c [2020-11-17T19:11:59.152Z] #41 11.57 PBCC images/core.pb-c.c [2020-11-17T19:11:59.152Z] #41 11.63 PBCC images/inventory.pb-c.c [2020-11-17T19:11:59.152Z] #41 11.70 DEP images/core-aarch64.pb-c.d [2020-11-17T19:11:59.399Z] #62 ... [2020-11-17T19:11:59.399Z] [2020-11-17T19:11:59.399Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:11:59.399Z] #38 7.355 + git clone https://github.com/docker/distribution.git . [2020-11-17T19:11:59.399Z] #38 7.367 Cloning into '.'... [2020-11-17T19:11:59.399Z] #38 ... [2020-11-17T19:11:59.399Z] [2020-11-17T19:11:59.399Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:11:59.399Z] #47 17.66 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-17T19:11:59.444Z] #41 11.76 DEP images/core-arm.pb-c.d [2020-11-17T19:11:59.444Z] #41 11.79 DEP images/core-ppc64.pb-c.d [2020-11-17T19:11:59.444Z] #41 11.85 DEP images/core-s390.pb-c.d [2020-11-17T19:11:59.444Z] #41 11.92 DEP images/core-x86.pb-c.d [2020-11-17T19:11:59.444Z] #41 11.99 DEP images/core.pb-c.d [2020-11-17T19:11:59.669Z] #47 17.92 go: extracting github.com/pkg/errors v0.8.1 [2020-11-17T19:11:59.669Z] #47 17.96 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:11:59.669Z] #47 18.02 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-17T19:11:59.669Z] #47 18.15 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:11:59.736Z] #41 12.02 DEP images/inventory.pb-c.d [2020-11-17T19:11:59.736Z] #41 12.08 PBCC images/cpuinfo.pb-c.c [2020-11-17T19:11:59.736Z] #41 12.11 DEP images/cpuinfo.pb-c.d [2020-11-17T19:11:59.736Z] #41 12.14 PBCC images/stats.pb-c.c [2020-11-17T19:11:59.736Z] #41 12.16 DEP images/stats.pb-c.d [2020-11-17T19:11:59.321Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:11:59.321Z] > git --version # timeout=10 [2020-11-17T19:11:59.375Z] > git --version # 'git version 2.17.1' [2020-11-17T19:11:59.375Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:11:59.377Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:12:00.241Z] #47 18.45 go: extracting github.com/spf13/viper v1.6.1 [2020-11-17T19:12:00.241Z] #47 18.60 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:12:00.502Z] #47 18.82 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:12:00.502Z] #47 18.82 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:12:00.502Z] #47 18.82 go: extracting github.com/fatih/color v1.7.0 [2020-11-17T19:12:00.502Z] #47 18.84 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-17T19:12:00.763Z] #47 19.09 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:12:00.763Z] #47 19.11 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:12:00.763Z] #47 19.16 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-17T19:12:00.763Z] #47 19.24 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:12:00.775Z] #41 12.93 make[1]: Nothing to be done for 'all'. [2020-11-17T19:12:01.025Z] #47 19.57 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-17T19:12:01.287Z] #47 19.61 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-17T19:12:01.287Z] #47 19.62 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:12:01.410Z] #41 13.81 CC images/stats.o [2020-11-17T19:12:01.704Z] #41 14.04 CC images/core.o [2020-11-17T19:12:01.861Z] #47 20.10 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-17T19:12:01.861Z] #47 20.25 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:12:01.861Z] #47 20.26 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:12:01.996Z] #41 ... [2020-11-17T19:12:01.997Z] [2020-11-17T19:12:01.997Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:12:01.997Z] #32 42.99 github.com/BurntSushi/toml [2020-11-17T19:12:01.997Z] #32 42.99 flag [2020-11-17T19:12:01.997Z] #32 44.07 log [2020-11-17T19:12:01.997Z] #32 45.65 github.com/BurntSushi/toml/cmd/tomlv [2020-11-17T19:12:01.997Z] #32 DONE 48.4s [2020-11-17T19:12:01.997Z] [2020-11-17T19:12:01.997Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:12:01.997Z] #49 38.65 internal/syscall/execenv [2020-11-17T19:12:01.997Z] #49 38.77 internal/syscall/unix [2020-11-17T19:12:01.997Z] #49 38.94 os [2020-11-17T19:12:01.997Z] #49 40.03 encoding/binary [2020-11-17T19:12:01.997Z] #49 41.08 fmt [2020-11-17T19:12:01.997Z] #49 41.31 encoding/base64 [2020-11-17T19:12:01.997Z] #49 41.99 golang.org/x/sys/unix [2020-11-17T19:12:01.997Z] #49 44.19 encoding/json [2020-11-17T19:12:01.997Z] #49 47.20 github.com/pkg/diff [2020-11-17T19:12:01.997Z] #49 47.95 go/ast [2020-11-17T19:12:01.997Z] #49 48.15 golang.org/x/crypto/ssh/terminal [2020-11-17T19:12:02.126Z] #47 20.46 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:12:02.289Z] #49 ... [2020-11-17T19:12:02.289Z] [2020-11-17T19:12:02.289Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:02.289Z] #41 14.38 CC images/core-x86.o [2020-11-17T19:12:02.386Z] #47 ... [2020-11-17T19:12:02.386Z] [2020-11-17T19:12:02.386Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:02.386Z] #22 19.54 + mkdir -p /build [2020-11-17T19:12:02.386Z] #22 19.57 + mv docker/docker /build/ [2020-11-17T19:12:02.386Z] #22 19.59 + rmdir docker [2020-11-17T19:12:02.386Z] #22 DONE 20.8s [2020-11-17T19:12:02.386Z] [2020-11-17T19:12:02.386Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:02.386Z] #47 20.89 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:12:02.387Z] #47 20.90 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:12:02.518Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:12:02.551Z] > git config --add remote.origin.fetch +refs/pull/41682/head:refs/remotes/origin/PR-41682 # timeout=10 [2020-11-17T19:12:02.557Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:12:02.560Z] Fetching without tags [2020-11-17T19:12:02.603Z] #41 14.80 CC images/core-arm.o [2020-11-17T19:12:02.603Z] #41 15.06 CC images/core-aarch64.o [2020-11-17T19:12:02.895Z] #41 15.37 CC images/core-ppc64.o [2020-11-17T19:12:02.964Z] #47 ... [2020-11-17T19:12:02.964Z] [2020-11-17T19:12:02.964Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:12:02.964Z] #43 11.26 unicode [2020-11-17T19:12:02.964Z] #43 16.37 internal/testlog [2020-11-17T19:12:02.964Z] #43 17.25 encoding [2020-11-17T19:12:02.964Z] #43 17.85 unicode/utf16 [2020-11-17T19:12:02.964Z] #43 18.38 container/list [2020-11-17T19:12:02.964Z] #43 19.20 crypto/internal/subtle [2020-11-17T19:12:02.964Z] #43 19.39 crypto/subtle [2020-11-17T19:12:02.964Z] #43 19.51 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-17T19:12:02.964Z] #43 19.78 internal/nettrace [2020-11-17T19:12:02.964Z] #43 19.98 runtime/cgo [2020-11-17T19:12:02.998Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:12:03.225Z] #43 ... [2020-11-17T19:12:03.226Z] [2020-11-17T19:12:03.226Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:03.226Z] #47 21.50 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:12:03.589Z] #41 15.68 CC images/core-s390.o [2020-11-17T19:12:03.884Z] #41 16.15 CC images/cpuinfo.o [2020-11-17T19:12:04.113Z] Merge succeeded, producing 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:12:04.114Z] Checking out Revision 941fea1c58966531ef56fc020a3901158a01a473 (PR-41682) [2020-11-17T19:12:04.173Z] #47 22.34 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:12:04.173Z] #47 ... [2020-11-17T19:12:04.173Z] [2020-11-17T19:12:04.173Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:12:04.173Z] #40 12.46 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:12:04.173Z] #40 16.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:12:04.173Z] #40 ... [2020-11-17T19:12:04.173Z] [2020-11-17T19:12:04.173Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:12:04.173Z] #34 12.43 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:12:04.173Z] #34 15.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:12:04.176Z] #41 16.43 CC images/inventory.o [2020-11-17T19:12:04.176Z] #41 ... [2020-11-17T19:12:04.176Z] [2020-11-17T19:12:04.176Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:12:04.176Z] #11 40.70 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-17T19:12:04.176Z] #11 40.73 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-11-17T19:12:04.176Z] #11 40.73 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:12:04.176Z] #11 40.84 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-17T19:12:04.176Z] #11 40.85 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-11-17T19:12:04.176Z] #11 40.85 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:12:04.176Z] #11 ... [2020-11-17T19:12:04.176Z] [2020-11-17T19:12:04.176Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:04.176Z] #41 16.65 CC images/fdinfo.o [2020-11-17T19:12:04.434Z] #34 ... [2020-11-17T19:12:04.434Z] [2020-11-17T19:12:04.434Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:04.434Z] #56 12.44 + cd /tmp/tmp.OUQBuIiDi0/src/github.com/rootless-containers/rootlesskit [2020-11-17T19:12:04.434Z] #56 12.44 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:12:04.434Z] #56 13.01 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-17T19:12:04.434Z] #56 13.01 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-17T19:12:04.434Z] #56 ... [2020-11-17T19:12:04.434Z] [2020-11-17T19:12:04.434Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:12:04.434Z] #49 22.04 + cd /tmp/tmp.SNDqLVvcvD/src/github.com/mvdan/sh [2020-11-17T19:12:04.434Z] #49 22.04 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:12:04.434Z] #49 22.21 + GO111MODULE=on [2020-11-17T19:12:04.434Z] #49 22.21 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-17T19:12:04.468Z] #41 16.78 CC images/fown.o [2020-11-17T19:12:04.468Z] #41 16.88 CC images/ns.o [2020-11-17T19:12:04.697Z] #49 ... [2020-11-17T19:12:04.697Z] [2020-11-17T19:12:04.697Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:12:04.697Z] #53 12.98 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:12:04.697Z] #53 16.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:12:04.697Z] #53 ... [2020-11-17T19:12:04.697Z] [2020-11-17T19:12:04.697Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:12:04.697Z] #32 14.41 unicode/utf8 [2020-11-17T19:12:04.697Z] #32 15.11 unicode [2020-11-17T19:12:04.697Z] #32 19.62 runtime/cgo [2020-11-17T19:12:02.592Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:12:02.603Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:12:02.604Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:12:02.606Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:12:03.043Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:12:03.062Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:12:04.095Z] > git remote # timeout=10 [2020-11-17T19:12:04.107Z] > git config --get remote.origin.url # timeout=10 [2020-11-17T19:12:04.112Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:12:04.114Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-17T19:12:04.129Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-17T19:12:04.145Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:12:04.153Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:12:04.760Z] #41 16.97 CC images/regfile.o [2020-11-17T19:12:04.760Z] #41 17.14 CC images/ghost-file.o [2020-11-17T19:12:04.959Z] #32 ... [2020-11-17T19:12:04.959Z] [2020-11-17T19:12:04.959Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:04.959Z] #47 23.28 go: downloading github.com/spf13/afero v1.1.2 [2020-11-17T19:12:05.052Z] #41 17.43 CC images/fifo.o [2020-11-17T19:12:05.220Z] #47 23.60 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:12:05.220Z] #47 23.61 go: extracting github.com/spf13/afero v1.1.2 [2020-11-17T19:12:05.220Z] #47 23.81 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:12:05.356Z] #41 17.61 CC images/remap-file-path.o [2020-11-17T19:12:05.356Z] #41 17.73 CC images/eventfd.o [2020-11-17T19:12:05.356Z] #41 17.82 CC images/eventpoll.o [2020-11-17T19:12:05.482Z] #47 23.91 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:12:05.648Z] #41 18.03 CC images/fh.o [2020-11-17T19:12:05.648Z] #41 18.22 CC images/fsnotify.o [2020-11-17T19:12:05.745Z] #47 ... [2020-11-17T19:12:05.745Z] [2020-11-17T19:12:05.745Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:12:05.745Z] #11 14.14 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:12:05.745Z] #11 18.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:12:06.006Z] #11 ... [2020-11-17T19:12:06.006Z] [2020-11-17T19:12:06.006Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:06.006Z] #47 24.34 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:12:06.268Z] #47 24.51 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:12:06.283Z] #41 18.61 CC images/signalfd.o [2020-11-17T19:12:06.283Z] #41 18.78 CC images/fs.o [2020-11-17T19:12:06.575Z] #41 18.92 CC images/pstree.o [2020-11-17T19:12:06.867Z] #41 19.07 CC images/pipe.o [2020-11-17T19:12:06.867Z] #41 19.29 CC images/tcp-stream.o [2020-11-17T19:12:07.160Z] #41 19.40 CC images/sk-packet.o [2020-11-17T19:12:07.160Z] #41 19.57 CC images/mnt.o [2020-11-17T19:12:07.452Z] #41 19.74 CC images/pipe-data.o [2020-11-17T19:12:07.452Z] #41 19.89 CC images/sa.o [2020-11-17T19:12:07.755Z] #41 20.01 CC images/timer.o [2020-11-17T19:12:08.047Z] #41 20.27 CC images/timerfd.o [2020-11-17T19:12:08.047Z] #41 20.43 CC images/mm.o [2020-11-17T19:12:08.295Z] Commit message: "Added blank line after build comment" [2020-11-17T19:12:08.340Z] #41 20.56 CC images/sk-opts.o [2020-11-17T19:12:08.340Z] #41 20.70 CC images/sk-unix.o [2020-11-17T19:12:08.633Z] #41 20.90 CC images/sk-inet.o [2020-11-17T19:12:08.633Z] #41 21.09 CC images/tun.o [2020-11-17T19:12:08.633Z] #41 21.22 CC images/sk-netlink.o [2020-11-17T19:12:08.826Z] #47 27.13 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:12:08.826Z] #47 27.22 go: downloading golang.org/x/text v0.3.2 [2020-11-17T19:12:08.826Z] #47 27.22 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:12:08.826Z] #47 27.22 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:12:08.826Z] #47 27.22 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:12:08.826Z] #47 27.23 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:12:08.826Z] #47 27.25 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:12:08.826Z] #47 27.26 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:12:08.826Z] #47 27.26 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-17T19:12:08.925Z] #41 21.31 CC images/packet-sock.o [2020-11-17T19:12:08.925Z] #41 21.51 CC images/ipc-var.o [2020-11-17T19:12:09.090Z] #47 27.43 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:12:09.217Z] #41 21.65 CC images/ipc-desc.o [2020-11-17T19:12:09.218Z] #41 ... [2020-11-17T19:12:09.218Z] [2020-11-17T19:12:09.218Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:12:09.218Z] #43 45.74 go/ast [2020-11-17T19:12:09.218Z] #43 45.92 internal/lazyregexp [2020-11-17T19:12:09.218Z] #43 46.11 net/url [2020-11-17T19:12:09.218Z] #43 47.33 text/template/parse [2020-11-17T19:12:09.218Z] #43 49.10 go/parser [2020-11-17T19:12:09.218Z] #43 50.33 text/template [2020-11-17T19:12:09.218Z] #43 51.28 encoding/xml [2020-11-17T19:12:09.218Z] #43 53.24 go/doc [2020-11-17T19:12:09.218Z] #43 54.33 github.com/LK4D4/vndr/versioned [2020-11-17T19:12:09.218Z] #43 54.43 compress/flate [2020-11-17T19:12:09.218Z] #43 55.30 github.com/LK4D4/vndr/build [2020-11-17T19:12:09.218Z] #43 ... [2020-11-17T19:12:09.218Z] [2020-11-17T19:12:09.218Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:09.218Z] #41 21.78 CC images/ipc-shm.o [2020-11-17T19:12:09.369Z] #47 27.65 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:12:09.369Z] #47 27.67 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-17T19:12:09.369Z] #47 27.80 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:12:09.369Z] #47 27.82 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:12:09.369Z] #47 27.83 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:12:09.369Z] #47 27.85 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:12:09.480Z] + docker version [2020-11-17T19:12:09.510Z] #41 21.89 CC images/ipc-msg.o [2020-11-17T19:12:09.510Z] #41 22.01 CC images/ipc-sem.o [2020-11-17T19:12:09.631Z] #47 27.92 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:12:09.631Z] #47 27.97 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:12:09.631Z] #47 27.98 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:12:09.631Z] #47 28.15 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:12:09.631Z] #47 28.16 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:12:09.631Z] #47 28.16 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:12:09.802Z] #41 22.14 CC images/utsns.o [2020-11-17T19:12:09.802Z] #41 22.22 CC images/creds.o [2020-11-17T19:12:09.802Z] #41 22.32 CC images/vma.o [2020-11-17T19:12:09.802Z] #41 22.40 CC images/netdev.o [2020-11-17T19:12:09.894Z] #47 28.32 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-17T19:12:09.895Z] #47 28.32 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:12:09.895Z] #47 28.33 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:12:09.895Z] #47 28.34 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:12:09.895Z] #47 28.34 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:12:09.895Z] #47 28.46 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:12:10.155Z] #47 28.50 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-17T19:12:10.155Z] #47 28.60 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-17T19:12:10.416Z] #47 28.77 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:12:10.436Z] #41 22.57 CC images/tty.o [2020-11-17T19:12:10.436Z] #41 22.88 CC images/file-lock.o [2020-11-17T19:12:10.680Z] #47 28.92 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:12:10.680Z] #47 29.09 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:12:10.680Z] #47 29.10 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:12:10.680Z] #47 29.10 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:12:10.680Z] #47 ... [2020-11-17T19:12:10.680Z] [2020-11-17T19:12:10.680Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:10.680Z] #45 19.11 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:12:10.680Z] #45 23.82 go: finding github.com/fatih/color v1.9.0 [2020-11-17T19:12:10.680Z] #45 23.83 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:12:10.680Z] #45 23.90 go: finding github.com/pkg/errors v0.9.1 [2020-11-17T19:12:10.680Z] #45 23.97 go: finding github.com/spf13/pflag v1.0.3 [2020-11-17T19:12:10.680Z] #45 24.40 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:12:10.680Z] #45 24.58 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:12:10.680Z] #45 24.73 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:12:10.680Z] #45 25.01 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:12:10.680Z] #45 25.11 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:12:10.680Z] #45 25.23 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:12:10.680Z] #45 25.26 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:12:10.728Z] #41 23.01 CC images/rlimit.o [2020-11-17T19:12:10.728Z] #41 23.16 CC images/pagemap.o [2020-11-17T19:12:10.941Z] #45 ... [2020-11-17T19:12:10.941Z] [2020-11-17T19:12:10.941Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:10.941Z] #47 29.31 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:12:10.941Z] #47 29.35 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:12:10.941Z] #47 29.35 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-17T19:12:11.021Z] #41 23.36 CC images/siginfo.o [2020-11-17T19:12:11.021Z] #41 23.45 CC images/rpc.o [2020-11-17T19:12:11.202Z] #47 29.53 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:12:11.202Z] #47 29.70 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:12:11.202Z] #47 29.74 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:12:11.314Z] #41 ... [2020-11-17T19:12:11.314Z] [2020-11-17T19:12:11.314Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:12:11.314Z] #49 49.26 mvdan.cc/editorconfig [2020-11-17T19:12:11.314Z] #49 50.18 mvdan.cc/sh/v3/fileutil [2020-11-17T19:12:11.314Z] #49 50.27 mvdan.cc/sh/v3/syntax [2020-11-17T19:12:11.314Z] #49 54.26 mvdan.cc/sh/v3/cmd/shfmt [2020-11-17T19:12:11.314Z] #49 DONE 58.0s [2020-11-17T19:12:11.465Z] #47 29.84 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:12:11.465Z] #47 29.93 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:12:11.465Z] #47 29.93 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:12:11.611Z] [2020-11-17T19:12:11.611Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:11.611Z] #54 25.29 Checking out files: 78% (2686/3411) Checking out files: 79% (2695/3411) Checking out files: 80% (2729/3411) Checking out files: 81% (2763/3411) Checking out files: 82% (2798/3411) Checking out files: 83% (2832/3411) Checking out files: 84% (2866/3411) Checking out files: 85% (2900/3411) Checking out files: 86% (2934/3411) Checking out files: 87% (2968/3411) Checking out files: 88% (3002/3411) Checking out files: 89% (3036/3411) Checking out files: 90% (3070/3411) Checking out files: 91% (3105/3411) Checking out files: 92% (3139/3411) Checking out files: 93% (3173/3411) Checking out files: 94% (3207/3411) Checking out files: 95% (3241/3411) Checking out files: 96% (3275/3411) Checking out files: 97% (3309/3411) Checking out files: 98% (3343/3411) Checking out files: 99% (3377/3411) Checking out files: 100% (3411/3411) Checking out files: 100% (3411/3411), done. [2020-11-17T19:12:11.611Z] #54 25.93 + cd /tmp/tmp.DDpcub4yMQ/src/github.com/containerd/containerd [2020-11-17T19:12:11.611Z] #54 25.93 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:12:11.611Z] #54 26.77 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-17T19:12:11.611Z] #54 26.77 + BUILDTAGS='netgo osusergo static_build' [2020-11-17T19:12:11.611Z] #54 26.77 + export EXTRA_FLAGS=-buildmode=pie [2020-11-17T19:12:11.611Z] #54 26.77 + EXTRA_FLAGS=-buildmode=pie [2020-11-17T19:12:11.611Z] #54 26.77 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-17T19:12:11.611Z] #54 26.77 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-17T19:12:11.611Z] #54 26.77 + '[' '' = dynamic ']' [2020-11-17T19:12:11.611Z] #54 26.77 + make [2020-11-17T19:12:11.611Z] #54 27.51 + bin/ctr [2020-11-17T19:12:11.611Z] #54 ... [2020-11-17T19:12:11.611Z] [2020-11-17T19:12:11.611Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:11.611Z] #41 24.04 CC images/ext-file.o [2020-11-17T19:12:11.611Z] #41 24.13 CC images/cgroup.o [2020-11-17T19:12:11.919Z] #41 24.39 CC images/userns.o [2020-11-17T19:12:12.041Z] #47 30.39 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-17T19:12:12.041Z] #47 30.43 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:12:12.041Z] #47 30.45 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:12:12.041Z] #47 30.47 go: downloading github.com/spf13/cast v1.3.0 [2020-11-17T19:12:12.212Z] #41 24.57 CC images/google/protobuf/descriptor.o [2020-11-17T19:12:12.302Z] #47 30.63 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:12:12.303Z] #47 30.76 go: extracting github.com/spf13/cast v1.3.0 [2020-11-17T19:12:12.303Z] #47 30.76 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:12:12.846Z] #41 25.23 CC images/opts.o [2020-11-17T19:12:12.875Z] #47 31.15 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:12:13.136Z] #47 31.53 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:12:13.136Z] #47 31.53 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:12:13.136Z] #47 31.55 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-17T19:12:13.140Z] #41 25.38 CC images/seccomp.o [2020-11-17T19:12:13.140Z] #41 25.51 CC images/binfmt-misc.o [2020-11-17T19:12:13.140Z] #41 25.58 CC images/time.o [2020-11-17T19:12:13.398Z] #47 31.72 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:12:13.398Z] #47 31.82 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:12:13.432Z] #41 25.67 CC images/sysctl.o [2020-11-17T19:12:13.432Z] #41 25.79 CC images/autofs.o [2020-11-17T19:12:13.432Z] #41 25.88 CC images/macvlan.o [2020-11-17T19:12:13.724Z] #41 26.02 CC images/sit.o [2020-11-17T19:12:13.724Z] #41 26.13 CC images/memfd.o [2020-11-17T19:12:13.971Z] #47 32.20 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:12:13.971Z] #47 32.20 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:12:13.971Z] #47 32.27 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:12:13.971Z] #47 32.29 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:12:13.971Z] #47 32.36 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:12:13.971Z] #47 32.42 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:12:14.016Z] #41 26.27 CC images/timens.o [2020-11-17T19:12:14.016Z] #41 26.42 LINK images/built-in.o [2020-11-17T19:12:14.016Z] #41 26.54 GEN compel/include/asm [2020-11-17T19:12:14.233Z] #47 32.51 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:12:14.233Z] #47 32.53 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-17T19:12:14.309Z] #41 26.55 GEN compel/include/version.h [2020-11-17T19:12:14.309Z] #41 26.57 touch .config [2020-11-17T19:12:14.309Z] #41 26.59 GEN include/common/config.h [2020-11-17T19:12:14.309Z] #41 26.64 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-11-17T19:12:14.309Z] #41 26.69 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-17T19:12:14.309Z] #41 26.70 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-17T19:12:14.309Z] #41 26.72 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-11-17T19:12:14.309Z] #41 26.74 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-11-17T19:12:14.309Z] #41 26.74 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-11-17T19:12:14.309Z] #41 26.77 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-17T19:12:14.309Z] #41 26.77 DEP compel/plugins/std/infect.d [2020-11-17T19:12:14.309Z] #41 26.89 DEP compel/plugins/std/string.d [2020-11-17T19:12:14.497Z] #47 32.83 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:12:14.497Z] #47 32.90 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-17T19:12:14.601Z] #41 27.00 DEP compel/plugins/std/log.d [2020-11-17T19:12:14.601Z] #41 27.08 DEP compel/plugins/std/fds.d [2020-11-17T19:12:14.759Z] #47 33.18 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:12:14.895Z] #41 27.18 DEP compel/plugins/std/std.d [2020-11-17T19:12:14.895Z] #41 27.28 DEP compel/plugins/shmem/shmem.d [2020-11-17T19:12:14.895Z] #41 27.38 DEP compel/plugins/fds/fds.d [2020-11-17T19:12:15.021Z] #47 33.29 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:12:15.021Z] #47 33.33 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:12:15.021Z] #47 33.41 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-17T19:12:15.188Z] #41 27.46 CC compel/plugins/std/std.o [2020-11-17T19:12:15.188Z] #41 27.64 CC compel/plugins/std/fds.o [2020-11-17T19:12:15.481Z] #41 27.86 CC compel/plugins/std/log.o [2020-11-17T19:12:15.594Z] #47 33.97 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:12:15.594Z] #47 34.05 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:12:15.971Z] Fetching without tags [2020-11-17T19:12:16.093Z] Client: Docker Engine - Community [2020-11-17T19:12:16.093Z] Version: 19.03.13 [2020-11-17T19:12:16.093Z] API version: 1.40 [2020-11-17T19:12:16.093Z] Go version: go1.13.15 [2020-11-17T19:12:16.093Z] Git commit: 4484c46 [2020-11-17T19:12:16.093Z] Built: Wed Sep 16 17:03:45 2020 [2020-11-17T19:12:16.093Z] OS/Arch: linux/arm64 [2020-11-17T19:12:16.093Z] Experimental: false [2020-11-17T19:12:16.093Z] [2020-11-17T19:12:16.093Z] Server: Docker Engine - Community [2020-11-17T19:12:16.093Z] Engine: [2020-11-17T19:12:16.093Z] Version: 19.03.13 [2020-11-17T19:12:16.093Z] API version: 1.40 (minimum version 1.12) [2020-11-17T19:12:16.093Z] Go version: go1.13.15 [2020-11-17T19:12:16.093Z] Git commit: 4484c46 [2020-11-17T19:12:16.093Z] Built: Wed Sep 16 17:02:17 2020 [2020-11-17T19:12:16.093Z] OS/Arch: linux/arm64 [2020-11-17T19:12:16.093Z] Experimental: true [2020-11-17T19:12:16.093Z] containerd: [2020-11-17T19:12:16.093Z] Version: 1.3.7 [2020-11-17T19:12:16.093Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-17T19:12:16.093Z] runc: [2020-11-17T19:12:16.093Z] Version: 1.0.0-rc10 [2020-11-17T19:12:16.093Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-17T19:12:16.093Z] docker-init: [2020-11-17T19:12:16.093Z] Version: 0.18.0 [2020-11-17T19:12:16.093Z] GitCommit: fec3683 [2020-11-17T19:12:16.116Z] #41 28.39 CC compel/plugins/std/string.o [Pipeline] sh [2020-11-17T19:12:16.169Z] #47 34.47 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:12:16.169Z] #47 ... [2020-11-17T19:12:16.169Z] [2020-11-17T19:12:16.169Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:12:16.169Z] #49 24.50 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:12:16.169Z] #49 24.50 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:12:16.169Z] #49 24.66 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:12:16.169Z] #49 25.23 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:12:16.169Z] #49 25.33 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:12:16.169Z] #49 26.21 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:12:16.169Z] #49 27.46 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:12:16.169Z] #49 29.54 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:12:16.169Z] #49 31.61 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:12:16.169Z] #49 31.94 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:12:16.169Z] #49 32.34 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:12:16.169Z] #49 32.40 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:12:16.169Z] #49 33.58 runtime [2020-11-17T19:12:16.169Z] #49 33.62 runtime/cgo [2020-11-17T19:12:16.169Z] #49 ... [2020-11-17T19:12:16.169Z] [2020-11-17T19:12:16.169Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:12:16.169Z] #62 31.68 Checking out files: 43% (830/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 89% (1700/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-17T19:12:16.169Z] #62 33.21 + cd /tmp/tmp.Hb88lNrUmV/src/github.com/docker/libnetwork [2020-11-17T19:12:16.169Z] #62 33.21 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:12:16.169Z] #62 33.98 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-17T19:12:16.337Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:12:16.409Z] #41 28.85 CC compel/plugins/std/infect.o [2020-11-17T19:12:16.470Z] + docker info [2020-11-17T19:12:16.702Z] #41 29.05 CC compel/arch/s390/plugins/std/parasite-head.o [2020-11-17T19:12:16.702Z] #41 29.08 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-11-17T19:12:16.702Z] #41 29.10 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-11-17T19:12:16.702Z] #41 29.20 AR compel/plugins/std.lib.a [2020-11-17T19:12:16.996Z] #41 29.24 CC compel/plugins/fds/fds.o [2020-11-17T19:12:16.996Z] #41 29.36 AR compel/plugins/fds.lib.a [2020-11-17T19:12:16.996Z] #41 29.38 HOSTDEP compel/src/lib/log-host.d [2020-11-17T19:12:16.996Z] #41 29.44 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-17T19:12:15.865Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:12:15.872Z] > git config --add remote.origin.fetch +refs/pull/41682/head:refs/remotes/origin/PR-41682 # timeout=10 [2020-11-17T19:12:15.900Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:12:15.931Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:12:15.954Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:12:15.955Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:12:15.956Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:12:16.326Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:12:16.356Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:12:17.289Z] #41 29.53 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-11-17T19:12:17.289Z] #41 29.59 HOSTDEP compel/src/main-host.d [2020-11-17T19:12:17.289Z] #41 29.68 DEP compel/src/lib/ptrace.d [2020-11-17T19:12:17.581Z] #41 29.82 DEP compel/src/lib/infect.d [2020-11-17T19:12:17.581Z] #41 29.98 DEP compel/src/lib/infect-util.d [2020-11-17T19:12:17.581Z] #41 30.02 DEP compel/src/lib/infect-rpc.d [2020-11-17T19:12:17.581Z] #41 30.10 DEP compel/arch/s390/src/lib/infect.d [2020-11-17T19:12:17.874Z] #41 30.16 DEP compel/arch/s390/src/lib/cpu.d [2020-11-17T19:12:17.874Z] #41 30.17 DEP compel/src/lib/log.d [2020-11-17T19:12:17.874Z] #41 30.23 DEP compel/src/main.d [2020-11-17T19:12:17.874Z] #41 30.32 DEP compel/src/lib/handle-elf.d [2020-11-17T19:12:18.166Z] #41 30.40 DEP compel/arch/s390/src/lib/handle-elf.d [2020-11-17T19:12:18.166Z] #41 30.46 CC compel/src/lib/log.o [2020-11-17T19:12:18.166Z] #41 30.57 CC compel/arch/s390/src/lib/cpu.o [2020-11-17T19:12:18.459Z] #41 30.73 CC compel/arch/s390/src/lib/infect.o [2020-11-17T19:12:18.501Z] Merge succeeded, producing 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:12:18.501Z] Checking out Revision 941fea1c58966531ef56fc020a3901158a01a473 (PR-41682) [2020-11-17T19:12:18.751Z] #41 ... [2020-11-17T19:12:18.751Z] [2020-11-17T19:12:18.751Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:12:18.751Z] #11 55.42 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-17T19:12:18.751Z] #11 55.43 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-11-17T19:12:18.751Z] #11 55.43 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:12:19.044Z] #11 ... [2020-11-17T19:12:19.044Z] [2020-11-17T19:12:19.044Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:19.044Z] #41 31.36 CC compel/src/lib/infect-rpc.o [2020-11-17T19:12:19.336Z] #41 31.57 CC compel/src/lib/infect-util.o [2020-11-17T19:12:19.336Z] #41 31.76 CC compel/src/lib/infect.o [2020-11-17T19:12:18.368Z] > git remote # timeout=10 [2020-11-17T19:12:18.398Z] > git config --get remote.origin.url # timeout=10 [2020-11-17T19:12:18.424Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:12:18.425Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-17T19:12:18.458Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-17T19:12:18.484Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:12:18.512Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:12:19.629Z] #41 ... [2020-11-17T19:12:19.629Z] [2020-11-17T19:12:19.629Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:12:19.629Z] #43 56.21 hash/crc32 [2020-11-17T19:12:19.629Z] #43 56.56 compress/gzip [2020-11-17T19:12:19.629Z] #43 56.99 net [2020-11-17T19:12:19.629Z] #43 57.27 vendor/golang.org/x/text/transform [2020-11-17T19:12:19.629Z] #43 57.70 vendor/golang.org/x/text/unicode/bidi [2020-11-17T19:12:19.629Z] #43 59.09 vendor/golang.org/x/text/secure/bidirule [2020-11-17T19:12:19.629Z] #43 59.26 vendor/golang.org/x/text/unicode/norm [2020-11-17T19:12:19.629Z] #43 61.65 vendor/golang.org/x/net/idna [2020-11-17T19:12:19.629Z] #43 63.05 vendor/golang.org/x/net/http2/hpack [2020-11-17T19:12:19.629Z] #43 63.72 mime [2020-11-17T19:12:19.629Z] #43 64.95 mime/quotedprintable [2020-11-17T19:12:19.629Z] #43 65.21 net/http/internal [2020-11-17T19:12:19.921Z] #43 ... [2020-11-17T19:12:19.921Z] [2020-11-17T19:12:19.921Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:12:19.921Z] #11 65.74 Selecting previously unselected package libapparmor1:s390x. [2020-11-17T19:12:19.921Z] #11 65.74 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-11-17T19:12:19.921Z] #11 65.74 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-11-17T19:12:19.921Z] #11 65.81 Selecting previously unselected package libapparmor-dev:s390x. [2020-11-17T19:12:19.921Z] #11 65.81 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-11-17T19:12:19.921Z] #11 65.81 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-11-17T19:12:19.921Z] #11 65.96 Selecting previously unselected package libbtrfs0. [2020-11-17T19:12:19.921Z] #11 65.96 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-11-17T19:12:19.921Z] #11 65.97 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-17T19:12:19.921Z] #11 66.01 Selecting previously unselected package libbtrfs-dev. [2020-11-17T19:12:19.921Z] #11 66.01 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-11-17T19:12:19.921Z] #11 66.01 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:12:19.921Z] #11 66.07 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-11-17T19:12:19.921Z] #11 66.07 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-11-17T19:12:19.921Z] #11 66.08 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-11-17T19:12:19.922Z] #11 66.14 Selecting previously unselected package libudev-dev:s390x. [2020-11-17T19:12:19.922Z] #11 66.14 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ... [2020-11-17T19:12:19.922Z] #11 66.15 Unpacking libudev-dev:s390x (241-7~deb10u4) ... [2020-11-17T19:12:19.922Z] #11 66.22 Selecting previously unselected package libsepol1-dev:s390x. [2020-11-17T19:12:19.922Z] #11 66.22 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-11-17T19:12:19.922Z] #11 66.23 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-11-17T19:12:19.922Z] #11 66.43 Selecting previously unselected package libpcre16-3:s390x. [2020-11-17T19:12:19.922Z] #11 66.43 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-11-17T19:12:19.922Z] #11 66.43 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-11-17T19:12:19.922Z] #11 66.54 Selecting previously unselected package libpcre32-3:s390x. [2020-11-17T19:12:19.922Z] #11 66.54 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-11-17T19:12:19.922Z] #11 66.54 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-11-17T19:12:19.922Z] #11 66.63 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-11-17T19:12:19.922Z] #11 66.63 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-11-17T19:12:19.922Z] #11 66.64 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-11-17T19:12:20.214Z] #11 66.68 Selecting previously unselected package libpcre3-dev:s390x. [2020-11-17T19:12:20.214Z] #11 66.68 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-11-17T19:12:20.214Z] #11 66.68 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-11-17T19:12:20.214Z] #11 66.91 Selecting previously unselected package libselinux1-dev:s390x. [2020-11-17T19:12:20.507Z] #11 66.91 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-11-17T19:12:20.507Z] #11 66.91 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-11-17T19:12:20.507Z] #11 67.12 Selecting previously unselected package libdevmapper-dev:s390x. [2020-11-17T19:12:20.507Z] #11 67.13 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-11-17T19:12:20.507Z] #11 67.13 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-11-17T19:12:20.507Z] #11 67.18 Selecting previously unselected package libseccomp-dev:s390x. [2020-11-17T19:12:20.800Z] #11 67.18 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-11-17T19:12:20.800Z] #11 67.18 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-11-17T19:12:20.800Z] #11 67.27 Selecting previously unselected package libsystemd-dev:s390x. [2020-11-17T19:12:20.800Z] #11 67.27 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ... [2020-11-17T19:12:20.800Z] #11 67.27 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ... [2020-11-17T19:12:20.837Z] Removing intermediate container 313e75dd4ab1 [2020-11-17T19:12:20.837Z] ---> d2a72fc61f65 [2020-11-17T19:12:20.837Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-11-17T19:12:20.837Z] ---> 805dc2d65d1c [2020-11-17T19:12:20.837Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-11-17T19:12:20.837Z] ---> dcb970c7f0cc [2020-11-17T19:12:20.837Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-11-17T19:12:20.837Z] ---> Running in e0f8bd005787 [2020-11-17T19:12:20.837Z] Removing intermediate container e0f8bd005787 [2020-11-17T19:12:20.837Z] ---> 1f870de563a1 [2020-11-17T19:12:20.837Z] Successfully built 1f870de563a1 [2020-11-17T19:12:20.837Z] Successfully tagged moby-buildx:latest [2020-11-17T19:12:20.837Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-11-17T19:12:20.837Z] if [ -n "${id}" ]; then \ [2020-11-17T19:12:20.837Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-11-17T19:12:20.837Z] && touch bundles/buildx; \ [2020-11-17T19:12:20.837Z] docker rm -f ${id}; \ [2020-11-17T19:12:20.837Z] fi [2020-11-17T19:12:20.837Z] 8b8e2119ccc60ad502964d3e02ab8e8f2921b5af18c955cca8de0b8ec76c47b1 [2020-11-17T19:12:20.837Z] bundles/buildx version [2020-11-17T19:12:20.837Z] buildx v0.3.1 6db68d0 [2020-11-17T19:12:20.837Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:941fea1c58966531ef56fc020a3901158a01a473 . [2020-11-17T19:12:20.837Z] #1 [internal] booting buildkit [2020-11-17T19:12:20.837Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-11-17T19:12:20.837Z] #1 pulling image moby/buildkit:buildx-stable-1 2.1s done [2020-11-17T19:12:20.837Z] #1 creating container buildx_buildkit_default [2020-11-17T19:12:20.837Z] #1 creating container buildx_buildkit_default 0.4s done [2020-11-17T19:12:20.837Z] #1 DONE 2.5s [2020-11-17T19:12:20.837Z] [2020-11-17T19:12:20.837Z] #3 [internal] load .dockerignore [2020-11-17T19:12:20.837Z] #3 transferring context: 87B done [2020-11-17T19:12:20.837Z] #3 DONE 0.0s [2020-11-17T19:12:20.837Z] [2020-11-17T19:12:20.837Z] #2 [internal] load build definition from Dockerfile [2020-11-17T19:12:20.837Z] #2 transferring dockerfile: 16.58kB done [2020-11-17T19:12:20.837Z] #2 DONE 0.0s [2020-11-17T19:12:20.837Z] [2020-11-17T19:12:20.837Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-17T19:12:20.837Z] #4 DONE 1.2s [2020-11-17T19:12:20.837Z] [2020-11-17T19:12:20.837Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-17T19:12:20.837Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-17T19:12:20.837Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-11-17T19:12:20.837Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-11-17T19:12:20.837Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-11-17T19:12:20.837Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-17T19:12:20.837Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.4s done [2020-11-17T19:12:21.093Z] #11 67.59 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-11-17T19:12:21.093Z] #11 67.66 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-11-17T19:12:21.093Z] #11 67.67 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-11-17T19:12:21.093Z] #11 67.67 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-17T19:12:21.093Z] #11 67.68 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-11-17T19:12:21.093Z] #11 67.68 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-11-17T19:12:21.093Z] #11 67.69 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:12:21.093Z] #11 67.70 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-17T19:12:21.093Z] #11 67.70 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-11-17T19:12:21.093Z] #11 67.71 Setting up libudev-dev:s390x (241-7~deb10u4) ... [2020-11-17T19:12:21.093Z] #11 67.72 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-17T19:12:21.093Z] #11 67.73 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:12:21.093Z] #11 67.73 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-11-17T19:12:21.093Z] #11 67.74 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-17T19:12:21.093Z] #11 67.74 Setting up libsystemd-dev:s390x (241-7~deb10u4) ... [2020-11-17T19:12:21.093Z] #11 67.75 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-17T19:12:21.093Z] #11 67.76 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-11-17T19:12:21.093Z] #11 67.76 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:12:21.093Z] #11 67.77 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-17T19:12:21.093Z] #11 67.77 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-17T19:12:21.093Z] #11 67.78 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:12:21.093Z] #11 67.78 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-17T19:12:21.132Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-11-17T19:12:21.394Z] #11 67.78 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-17T19:12:21.394Z] #11 67.79 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-17T19:12:21.394Z] #11 67.79 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-11-17T19:12:21.394Z] #11 67.80 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-11-17T19:12:21.394Z] #11 67.81 Setting up dmsetup (2:1.02.155-3) ... [2020-11-17T19:12:21.394Z] #11 67.83 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-11-17T19:12:21.394Z] #11 67.84 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-11-17T19:12:21.394Z] #11 67.84 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:12:21.425Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.3s done [2020-11-17T19:12:21.425Z] #5 DONE 1.3s [2020-11-17T19:12:21.425Z] [2020-11-17T19:12:21.425Z] #8 [internal] load metadata for docker.io/library/debian:buster [2020-11-17T19:12:21.557Z] #62 ... [2020-11-17T19:12:21.557Z] [2020-11-17T19:12:21.557Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:12:21.557Z] #38 29.69 Checking out files: 70% (1168/1665) Checking out files: 71% (1183/1665) Checking out files: 72% (1199/1665) Checking out files: 73% (1216/1665) Checking out files: 74% (1233/1665) Checking out files: 75% (1249/1665) Checking out files: 76% (1266/1665) Checking out files: 77% (1283/1665) Checking out files: 78% (1299/1665) Checking out files: 79% (1316/1665) Checking out files: 80% (1332/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/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-17T19:12:21.557Z] #38 30.64 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-17T19:12:21.557Z] #38 33.19 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-11-17T19:12:21.690Z] #11 DONE 68.2s [2020-11-17T19:12:21.690Z] [2020-11-17T19:12:21.690Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-17T19:12:21.818Z] #38 ... [2020-11-17T19:12:21.818Z] [2020-11-17T19:12:21.818Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:21.818Z] #47 34.62 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:12:21.818Z] #47 34.72 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-17T19:12:21.818Z] #47 35.16 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:12:21.818Z] #47 35.42 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:12:21.818Z] #47 35.45 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:12:21.818Z] #47 35.74 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:12:21.818Z] #47 35.96 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:12:21.818Z] #47 35.99 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:12:21.818Z] #47 36.13 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:12:21.818Z] #47 36.13 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:12:21.818Z] #47 36.19 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-17T19:12:21.818Z] #47 36.54 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:12:21.818Z] #47 36.71 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:12:21.818Z] #47 36.74 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:12:21.818Z] #47 36.86 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:12:21.818Z] #47 36.91 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:12:21.818Z] #47 37.21 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:12:21.818Z] #47 37.21 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-17T19:12:21.818Z] #47 37.31 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:12:21.818Z] #47 37.36 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:12:21.818Z] #47 37.59 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:12:21.818Z] #47 37.61 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:12:21.818Z] #47 37.89 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-17T19:12:21.818Z] #47 38.03 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:12:21.818Z] #47 38.03 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:12:21.818Z] #47 38.08 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:12:21.818Z] #47 38.17 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:12:21.818Z] #47 38.24 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:12:21.818Z] #47 38.24 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:12:21.818Z] #47 38.44 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:12:21.818Z] #47 38.72 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:12:21.818Z] #47 39.02 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-17T19:12:21.818Z] #47 39.04 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:12:21.818Z] #47 39.27 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:12:21.818Z] #47 39.36 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:12:22.462Z] Fetching without tags [2020-11-17T19:12:22.470Z] #8 ... [2020-11-17T19:12:22.470Z] [2020-11-17T19:12:22.470Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-17T19:12:22.470Z] #7 DONE 0.9s [2020-11-17T19:12:22.470Z] [2020-11-17T19:12:22.470Z] #8 [internal] load metadata for docker.io/library/debian:buster [2020-11-17T19:12:22.470Z] #8 DONE 1.0s [2020-11-17T19:12:22.470Z] [2020-11-17T19:12:22.470Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-17T19:12:22.470Z] #6 DONE 1.0s [2020-11-17T19:12:22.358Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:12:22.374Z] > git config --add remote.origin.fetch +refs/pull/41682/head:refs/remotes/origin/PR-41682 # timeout=10 [2020-11-17T19:12:22.403Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:12:22.429Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:12:22.456Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:12:22.457Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:12:22.458Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:12:22.777Z] [2020-11-17T19:12:22.777Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-17T19:12:22.777Z] #66 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-17T19:12:22.827Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:12:23.203Z] #47 41.78 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:12:23.216Z] #12 DONE 1.3s [2020-11-17T19:12:23.216Z] [2020-11-17T19:12:23.216Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:12:23.216Z] #51 1.150 + RM_GOPATH=0 [2020-11-17T19:12:23.216Z] #51 1.150 + TMP_GOPATH= [2020-11-17T19:12:23.216Z] #51 1.150 + : /build [2020-11-17T19:12:23.216Z] #51 1.150 + '[' -z '' ']' [2020-11-17T19:12:23.216Z] #51 1.151 ++ mktemp -d [2020-11-17T19:12:23.216Z] #51 1.152 + export GOPATH=/tmp/tmp.Egm05oM9q4 [2020-11-17T19:12:23.216Z] #51 1.152 + GOPATH=/tmp/tmp.Egm05oM9q4 [2020-11-17T19:12:23.216Z] #51 1.152 + RM_GOPATH=1 [2020-11-17T19:12:23.216Z] #51 1.152 + case "$(go env GOARCH)" in [2020-11-17T19:12:23.216Z] #51 1.152 ++ go env GOARCH [2020-11-17T19:12:23.216Z] #51 1.158 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:12:23.216Z] #51 1.158 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:12:23.216Z] #51 1.158 ++ dirname /tmp/install/install.sh [2020-11-17T19:12:23.216Z] #51 1.161 + dir=/tmp/install [2020-11-17T19:12:23.216Z] #51 1.161 + bin=runc [2020-11-17T19:12:23.216Z] #51 1.161 + shift [2020-11-17T19:12:23.216Z] #51 1.161 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-17T19:12:23.216Z] #51 1.161 + . /tmp/install/runc.installer [2020-11-17T19:12:23.216Z] #51 1.161 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-17T19:12:23.216Z] #51 1.161 + install_runc [2020-11-17T19:12:23.216Z] #51 1.162 + uname -r [2020-11-17T19:12:23.216Z] #51 1.162 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-17T19:12:23.216Z] #51 1.164 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-17T19:12:23.216Z] #51 1.164 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-17T19:12:23.216Z] #51 1.164 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Egm05oM9q4/src/github.com/opencontainers/runc [2020-11-17T19:12:23.216Z] #51 1.164 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-17T19:12:23.216Z] #51 1.167 Cloning into '/tmp/tmp.Egm05oM9q4/src/github.com/opencontainers/runc'... [2020-11-17T19:12:23.309Z] Commit message: "Added blank line after build comment" [2020-11-17T19:12:23.440Z] #66 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 0.1s [2020-11-17T19:12:23.440Z] #66 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-17T19:12:23.440Z] #66 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-17T19:12:23.440Z] #66 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 519.38kB / 9.86MB 0.6s [2020-11-17T19:12:23.466Z] #47 ... [2020-11-17T19:12:23.466Z] [2020-11-17T19:12:23.466Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:12:23.466Z] #34 31.95 Fetched 8401 kB in 24s (348 kB/s) [2020-11-17T19:12:23.466Z] #34 31.95 Reading package lists... [2020-11-17T19:12:23.728Z] #34 ... [2020-11-17T19:12:23.728Z] [2020-11-17T19:12:23.728Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:12:23.728Z] #43 38.46 vendor/golang.org/x/crypto/curve25519 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [2020-11-17T19:12:23.906Z] Merge succeeded, producing 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:12:23.907Z] Checking out Revision 941fea1c58966531ef56fc020a3901158a01a473 (PR-41682) [Pipeline] { (Print info) [2020-11-17T19:12:23.920Z] #51 ... [2020-11-17T19:12:23.920Z] [2020-11-17T19:12:23.920Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-17T19:12:23.920Z] #13 DONE 1.0s [Pipeline] sh [2020-11-17T19:12:24.213Z] [2020-11-17T19:12:24.213Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-17T19:12:24.332Z] #43 ... [2020-11-17T19:12:24.332Z] [2020-11-17T19:12:24.332Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:12:24.332Z] #40 32.51 Fetched 8401 kB in 25s (333 kB/s) [2020-11-17T19:12:24.332Z] #40 32.51 Reading package lists... [2020-11-17T19:12:24.332Z] #40 42.48 Reading package lists... [2020-11-17T19:12:24.332Z] #40 ... [2020-11-17T19:12:24.332Z] [2020-11-17T19:12:24.332Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:12:24.506Z] #14 ... [2020-11-17T19:12:24.506Z] [2020-11-17T19:12:24.506Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:24.506Z] #56 66.46 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-17T19:12:24.506Z] #56 66.46 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-17T19:12:24.506Z] #56 DONE 71.1s [2020-11-17T19:12:24.506Z] [2020-11-17T19:12:24.506Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-17T19:12:24.506Z] #57 DONE 0.1s [2020-11-17T19:12:24.506Z] [2020-11-17T19:12:24.506Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:24.506Z] #41 33.04 CC compel/src/lib/ptrace.o [2020-11-17T19:12:24.506Z] #41 33.24 AR compel/libcompel.a [2020-11-17T19:12:24.506Z] #41 33.26 HOSTCC compel/src/main-host.o [2020-11-17T19:12:24.506Z] #41 33.44 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-11-17T19:12:24.506Z] #41 33.53 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-17T19:12:24.506Z] #41 33.82 HOSTCC compel/src/lib/log-host.o [2020-11-17T19:12:24.506Z] #41 33.95 HOSTLINK compel/compel-host-bin [2020-11-17T19:12:24.506Z] #41 34.06 DEP soccr/soccr.d [2020-11-17T19:12:24.506Z] #41 34.18 CC soccr/soccr.o [2020-11-17T19:12:24.506Z] #41 35.14 AR soccr/libsoccr.a [2020-11-17T19:12:24.506Z] #41 35.15 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-17T19:12:24.506Z] #41 35.35 DEP criu/arch/s390/sigframe.d [2020-11-17T19:12:24.506Z] #41 35.48 DEP criu/arch/s390/crtools.d [2020-11-17T19:12:24.506Z] #41 35.64 DEP criu/arch/s390/cpu.d [2020-11-17T19:12:24.506Z] #41 35.74 CC criu/arch/s390/cpu.o [2020-11-17T19:12:24.506Z] #41 36.04 CC criu/arch/s390/crtools.o [2020-11-17T19:12:24.506Z] #41 36.71 CC criu/arch/s390/sigframe.o [2020-11-17T19:12:24.506Z] #41 36.96 LINK criu/arch/s390/crtools.built-in.o [2020-11-17T19:12:24.506Z] #41 36.98 DEP criu/pie/util-vdso.d [2020-11-17T19:12:24.556Z] + docker version [2020-11-17T19:12:24.832Z] #41 ... [2020-11-17T19:12:24.832Z] [2020-11-17T19:12:24.832Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-17T19:12:24.832Z] #58 DONE 0.1s [2020-11-17T19:12:24.832Z] [2020-11-17T19:12:24.832Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:24.832Z] #41 37.09 DEP criu/pie/util.d [2020-11-17T19:12:24.832Z] #41 37.18 CC criu/pie/util.o [2020-11-17T19:12:24.904Z] #34 42.41 Reading package lists... [2020-11-17T19:12:24.904Z] #34 ... [2020-11-17T19:12:24.904Z] [2020-11-17T19:12:24.904Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:12:24.904Z] #53 33.27 Fetched 8401 kB in 25s (332 kB/s) [2020-11-17T19:12:24.929Z] #66 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.21MB / 9.86MB 0.8s [2020-11-17T19:12:24.929Z] #66 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.19MB / 9.86MB 0.9s [2020-11-17T19:12:24.929Z] #66 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.20MB / 9.86MB 1.0s [2020-11-17T19:12:24.929Z] #66 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.73MB / 9.86MB 1.2s [2020-11-17T19:12:24.929Z] #66 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 6.11MB / 9.86MB 1.4s [2020-11-17T19:12:24.929Z] #66 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 7.84MB / 9.86MB 1.5s [2020-11-17T19:12:24.929Z] #66 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.21MB / 9.86MB 1.7s [2020-11-17T19:12:24.929Z] #66 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.7s done [2020-11-17T19:12:24.929Z] #66 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2020-11-17T19:12:22.827Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:12:22.850Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:12:23.738Z] > git remote # timeout=10 [2020-11-17T19:12:23.762Z] > git config --get remote.origin.url # timeout=10 [2020-11-17T19:12:23.784Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:12:23.785Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-17T19:12:23.880Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-17T19:12:23.900Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:12:23.910Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:12:25.165Z] #53 33.27 Reading package lists... [2020-11-17T19:12:25.166Z] #53 ... [2020-11-17T19:12:25.166Z] [2020-11-17T19:12:25.166Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:12:25.166Z] #11 33.67 Fetched 8401 kB in 26s (327 kB/s) [2020-11-17T19:12:25.175Z] #41 37.34 CC criu/pie/util-vdso.o [2020-11-17T19:12:25.175Z] #41 ... [2020-11-17T19:12:25.175Z] [2020-11-17T19:12:25.175Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-17T19:12:25.175Z] #14 0.989 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-17T19:12:25.175Z] #14 DONE 1.1s [2020-11-17T19:12:25.427Z] #11 33.67 Reading package lists... [2020-11-17T19:12:25.518Z] [2020-11-17T19:12:25.518Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-17T19:12:25.689Z] #11 ... [2020-11-17T19:12:25.689Z] [2020-11-17T19:12:25.689Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:12:25.689Z] #53 33.27 Reading package lists... [2020-11-17T19:12:26.496Z] Client: [2020-11-17T19:12:26.497Z] Debug Mode: false [2020-11-17T19:12:26.497Z] [2020-11-17T19:12:26.497Z] Server: [2020-11-17T19:12:26.497Z] Containers: 0 [2020-11-17T19:12:26.497Z] Running: 0 [2020-11-17T19:12:26.497Z] Paused: 0 [2020-11-17T19:12:26.497Z] Stopped: 0 [2020-11-17T19:12:26.497Z] Images: 0 [2020-11-17T19:12:26.497Z] Server Version: 19.03.13 [2020-11-17T19:12:26.497Z] Storage Driver: overlay2 [2020-11-17T19:12:26.497Z] Backing Filesystem: extfs [2020-11-17T19:12:26.497Z] Supports d_type: true [2020-11-17T19:12:26.497Z] Native Overlay Diff: true [2020-11-17T19:12:26.497Z] Logging Driver: json-file [2020-11-17T19:12:26.497Z] Cgroup Driver: cgroupfs [2020-11-17T19:12:26.497Z] Plugins: [2020-11-17T19:12:26.497Z] Volume: local [2020-11-17T19:12:26.497Z] Network: bridge host ipvlan macvlan null overlay [2020-11-17T19:12:26.497Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-17T19:12:26.497Z] Swarm: inactive [2020-11-17T19:12:26.497Z] Runtimes: runc [2020-11-17T19:12:26.497Z] Default Runtime: runc [2020-11-17T19:12:26.497Z] Init Binary: docker-init [2020-11-17T19:12:26.497Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-17T19:12:26.497Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-17T19:12:26.497Z] init version: fec3683 [2020-11-17T19:12:26.497Z] Security Options: [2020-11-17T19:12:26.497Z] apparmor [2020-11-17T19:12:26.497Z] seccomp [2020-11-17T19:12:26.497Z] Profile: default [2020-11-17T19:12:26.497Z] Kernel Version: 4.15.0-1083-aws [2020-11-17T19:12:26.497Z] Operating System: Ubuntu 16.04.7 LTS [2020-11-17T19:12:26.497Z] OSType: linux [2020-11-17T19:12:26.497Z] Architecture: aarch64 [2020-11-17T19:12:26.497Z] CPUs: 4 [2020-11-17T19:12:26.497Z] Total Memory: 7.525GiB [2020-11-17T19:12:26.497Z] Name: ip-10-100-52-85 [2020-11-17T19:12:26.497Z] ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW [2020-11-17T19:12:26.497Z] Docker Root Dir: /var/lib/docker [2020-11-17T19:12:26.497Z] Debug Mode: false [2020-11-17T19:12:26.497Z] Registry: https://index.docker.io/v1/ [2020-11-17T19:12:26.497Z] Labels: [2020-11-17T19:12:26.497Z] Experimental: true [2020-11-17T19:12:26.497Z] Insecure Registries: [2020-11-17T19:12:26.497Z] 127.0.0.0/8 [2020-11-17T19:12:26.497Z] Live Restore Enabled: true [2020-11-17T19:12:26.497Z] [2020-11-17T19:12:26.497Z] WARNING: No swap limit support [Pipeline] sh [2020-11-17T19:12:26.585Z] #15 DONE 1.4s [2020-11-17T19:12:26.585Z] [2020-11-17T19:12:26.585Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:26.585Z] #41 37.92 AR criu/pie/pie.lib.a [2020-11-17T19:12:26.585Z] #41 37.95 DEP criu/pie/restorer.d [2020-11-17T19:12:26.585Z] #41 38.15 DEP criu/arch/s390/restorer.d [2020-11-17T19:12:26.585Z] #41 38.33 DEP criu/arch/s390/vdso-pie.d [2020-11-17T19:12:26.585Z] #41 38.41 DEP criu/pie/parasite-vdso.d [2020-11-17T19:12:26.585Z] #41 38.66 DEP criu/pie/parasite.d [2020-11-17T19:12:26.585Z] #41 38.85 CC criu/pie/parasite.o [2020-11-17T19:12:26.795Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:12:26.795Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:12:26.795Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41682/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-17T19:12:27.058Z] + bash /home/ubuntu/workspace/moby_PR-41682/check-config.sh [2020-11-17T19:12:27.058Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-17T19:12:27.058Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ... [2020-11-17T19:12:27.058Z] [2020-11-17T19:12:27.058Z] Generally Necessary: [2020-11-17T19:12:27.058Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-17T19:12:27.058Z] - apparmor: enabled and tools installed [2020-11-17T19:12:27.058Z] - CONFIG_NAMESPACES: enabled [2020-11-17T19:12:27.058Z] - CONFIG_NET_NS: enabled [2020-11-17T19:12:27.058Z] - CONFIG_PID_NS: enabled [2020-11-17T19:12:27.058Z] - CONFIG_IPC_NS: enabled [2020-11-17T19:12:27.058Z] - CONFIG_UTS_NS: enabled [2020-11-17T19:12:27.058Z] - CONFIG_CGROUPS: enabled [2020-11-17T19:12:27.058Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-17T19:12:27.058Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-17T19:12:27.058Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-17T19:12:27.058Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-17T19:12:27.058Z] - CONFIG_CPUSETS: enabled [2020-11-17T19:12:27.058Z] - CONFIG_MEMCG: enabled [2020-11-17T19:12:27.058Z] - CONFIG_KEYS: enabled [2020-11-17T19:12:27.321Z] - CONFIG_VETH: enabled (as module) [2020-11-17T19:12:27.321Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-17T19:12:27.321Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-17T19:12:27.321Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-17T19:12:27.321Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-17T19:12:27.321Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-17T19:12:27.321Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-17T19:12:27.321Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-17T19:12:27.321Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-17T19:12:27.321Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-17T19:12:27.321Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-17T19:12:27.321Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-17T19:12:27.321Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-17T19:12:27.321Z] [2020-11-17T19:12:27.321Z] Optional Features: [2020-11-17T19:12:27.321Z] - CONFIG_USER_NS: enabled [2020-11-17T19:12:27.321Z] - CONFIG_SECCOMP: enabled [2020-11-17T19:12:27.321Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-17T19:12:27.321Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-17T19:12:27.321Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-17T19:12:27.321Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-17T19:12:27.321Z] - CONFIG_BLK_CGROUP: enabled [2020-11-17T19:12:27.321Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-17T19:12:27.321Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-17T19:12:27.321Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-17T19:12:27.321Z] - CONFIG_CGROUP_PERF: enabled [2020-11-17T19:12:27.591Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-17T19:12:27.591Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-17T19:12:27.591Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-17T19:12:27.591Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-17T19:12:27.591Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-17T19:12:27.591Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-17T19:12:27.591Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-17T19:12:27.591Z] - CONFIG_IP_VS: enabled (as module) [2020-11-17T19:12:27.591Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-17T19:12:27.591Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-17T19:12:27.591Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-17T19:12:27.591Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-17T19:12:27.591Z] - CONFIG_EXT4_FS: enabled [2020-11-17T19:12:27.591Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-17T19:12:27.591Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-17T19:12:27.591Z] - Network Drivers: [2020-11-17T19:12:27.591Z] - "overlay": [2020-11-17T19:12:27.591Z] - CONFIG_VXLAN: enabled (as module) [2020-11-17T19:12:27.591Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-17T19:12:27.591Z] Optional (for encrypted networks): [2020-11-17T19:12:27.623Z] #41 39.70 LINK criu/pie/parasite.built-in.o [2020-11-17T19:12:27.623Z] #41 39.72 GEN criu/pie/parasite-blob.h [2020-11-17T19:12:27.623Z] #41 39.73 CC criu/pie/parasite-vdso.o [2020-11-17T19:12:27.623Z] #41 ... [2020-11-17T19:12:27.623Z] [2020-11-17T19:12:27.623Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-17T19:12:27.623Z] #16 DONE 1.1s [2020-11-17T19:12:27.623Z] [2020-11-17T19:12:27.623Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:27.623Z] #41 40.07 CC criu/arch/s390/vdso-pie.o [2020-11-17T19:12:27.704Z] #66 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 2.9s done [2020-11-17T19:12:27.704Z] #66 DONE 5.0s [2020-11-17T19:12:27.704Z] [2020-11-17T19:12:27.704Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:27.704Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-17T19:12:27.704Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 39.21MB / 57.46MB 4.8s [2020-11-17T19:12:27.704Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 55.26MB / 73.58MB 4.8s [2020-11-17T19:12:27.704Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 73.59MB / 96.52MB 4.8s [2020-11-17T19:12:27.704Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-17T19:12:27.704Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.2s done [2020-11-17T19:12:27.704Z] #9 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done [2020-11-17T19:12:27.704Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.2s done [2020-11-17T19:12:27.704Z] #9 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done [2020-11-17T19:12:27.704Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 40.36MB / 54.14MB 4.8s [2020-11-17T19:12:27.704Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.4s done [2020-11-17T19:12:27.854Z] - CONFIG_CRYPTO: enabled [2020-11-17T19:12:27.854Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-17T19:12:27.854Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-17T19:12:27.854Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-17T19:12:27.854Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-17T19:12:27.854Z] - CONFIG_XFRM: enabled [2020-11-17T19:12:27.854Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-17T19:12:27.854Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-17T19:12:27.854Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-17T19:12:27.854Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-17T19:12:27.854Z] - "ipvlan": [2020-11-17T19:12:27.854Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-17T19:12:27.855Z] - "macvlan": [2020-11-17T19:12:27.855Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-17T19:12:27.855Z] - CONFIG_DUMMY: enabled (as module) [2020-11-17T19:12:27.855Z] - "ftp,tftp client in container": [2020-11-17T19:12:27.855Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-17T19:12:27.855Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-17T19:12:27.855Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-17T19:12:27.855Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-17T19:12:27.855Z] - Storage Drivers: [2020-11-17T19:12:27.855Z] - "aufs": [2020-11-17T19:12:27.855Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-17T19:12:27.855Z] - "btrfs": [2020-11-17T19:12:27.855Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-17T19:12:27.855Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-17T19:12:27.855Z] - "devicemapper": [2020-11-17T19:12:27.855Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-17T19:12:27.855Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-17T19:12:27.855Z] - "overlay": [2020-11-17T19:12:27.855Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-17T19:12:27.855Z] - "zfs": [2020-11-17T19:12:27.855Z] - /dev/zfs: missing [2020-11-17T19:12:27.855Z] - zfs command: missing [2020-11-17T19:12:27.855Z] - zpool command: missing [2020-11-17T19:12:27.855Z] [2020-11-17T19:12:27.855Z] Limits: [2020-11-17T19:12:27.855Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-17T19:12:27.855Z] [2020-11-17T19:12:27.855Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-17T19:12:27.928Z] #41 40.20 CC criu/arch/s390/restorer.o [2020-11-17T19:12:28.206Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:941fea1c58966531ef56fc020a3901158a01a473 . [2020-11-17T19:12:28.206Z] #1 [internal] load .dockerignore [2020-11-17T19:12:28.206Z] #1 transferring context: [2020-11-17T19:12:28.221Z] #41 40.56 CC criu/pie/restorer.o [2020-11-17T19:12:28.314Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 43.08MB / 57.46MB 5.1s [2020-11-17T19:12:28.314Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 59.06MB / 73.58MB 5.1s [2020-11-17T19:12:28.314Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 44.57MB / 54.14MB 5.1s [2020-11-17T19:12:28.314Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 81.50MB / 96.52MB 5.3s [2020-11-17T19:12:28.314Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 47.15MB / 57.46MB 5.4s [2020-11-17T19:12:28.314Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 48.32MB / 54.14MB 5.4s [2020-11-17T19:12:28.314Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 63.64MB / 73.58MB 5.5s [2020-11-17T19:12:28.469Z] #1 transferring context: 87B 0.0s done [2020-11-17T19:12:28.469Z] #1 DONE 0.1s [2020-11-17T19:12:28.469Z] [2020-11-17T19:12:28.469Z] #2 [internal] load build definition from Dockerfile [2020-11-17T19:12:28.469Z] #2 transferring dockerfile: 16.58kB 0.0s done [2020-11-17T19:12:28.469Z] #2 DONE 0.1s [2020-11-17T19:12:28.469Z] [2020-11-17T19:12:28.469Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-17T19:12:28.732Z] #3 DONE 0.5s [2020-11-17T19:12:28.732Z] [2020-11-17T19:12:28.732Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-17T19:12:28.732Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-17T19:12:28.855Z] #41 ... [2020-11-17T19:12:28.855Z] [2020-11-17T19:12:28.855Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-17T19:12:28.855Z] #17 DONE 1.0s [2020-11-17T19:12:28.855Z] [2020-11-17T19:12:28.855Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:12:28.855Z] #51 6.631 + cd /tmp/tmp.Egm05oM9q4/src/github.com/opencontainers/runc [2020-11-17T19:12:28.855Z] #51 6.631 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-17T19:12:28.855Z] #51 6.941 + '[' -z '' ']' [2020-11-17T19:12:28.855Z] #51 6.941 + target=static [2020-11-17T19:12:28.855Z] #51 6.941 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-17T19:12:28.855Z] #51 7.306 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-17T19:12:28.903Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 51.54MB / 57.46MB 5.7s [2020-11-17T19:12:28.903Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 88.45MB / 96.52MB 5.7s [2020-11-17T19:12:28.903Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 52.36MB / 54.14MB 5.7s [2020-11-17T19:12:28.903Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 56.42MB / 57.46MB 6.0s [2020-11-17T19:12:28.903Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 70.05MB / 73.58MB 6.0s [2020-11-17T19:12:28.903Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 93.63MB / 96.52MB 6.0s [2020-11-17T19:12:28.903Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.8s done [2020-11-17T19:12:28.903Z] #9 ... [2020-11-17T19:12:28.903Z] [2020-11-17T19:12:28.903Z] #22 [internal] load build context [2020-11-17T19:12:28.903Z] #22 transferring context: 52.35MB 6.5s done [2020-11-17T19:12:28.903Z] #22 DONE 6.5s [2020-11-17T19:12:28.903Z] [2020-11-17T19:12:28.903Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:28.903Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 6.1s done [2020-11-17T19:12:28.903Z] #9 ... [2020-11-17T19:12:28.903Z] [2020-11-17T19:12:28.903Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-17T19:12:28.903Z] #25 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-17T19:12:28.903Z] #25 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-17T19:12:28.903Z] #25 sha256:718fa89ee697814e223b7b407029d1ebc1d8316f9d26c0ae1e9168d9b5ba893c 529B / 529B done [2020-11-17T19:12:28.903Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 54.14MB / 54.14MB 4.4s done [2020-11-17T19:12:28.903Z] #25 sha256:2946fdcd38d09692b95ae44ef5aa4a608d852cd56565f6ac040208e9c12e661e 1.50kB / 1.50kB done [2020-11-17T19:12:28.903Z] #25 unpacking docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 [2020-11-17T19:12:29.199Z] #25 ... [2020-11-17T19:12:29.199Z] [2020-11-17T19:12:29.199Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:29.199Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 6.3s done [2020-11-17T19:12:29.199Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.2s done [2020-11-17T19:12:29.199Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-11-17T19:12:29.309Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-17T19:12:29.309Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-11-17T19:12:29.309Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-11-17T19:12:29.309Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.1s [2020-11-17T19:12:29.309Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.3s [2020-11-17T19:12:29.384Z] Commit message: "Added blank line after build comment" [2020-11-17T19:12:29.572Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.4s done [2020-11-17T19:12:29.572Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.1s [2020-11-17T19:12:29.572Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2020-11-17T19:12:29.839Z] Client: Docker Engine - Community [2020-11-17T19:12:29.839Z] Version: 19.03.13 [2020-11-17T19:12:29.839Z] API version: 1.40 [2020-11-17T19:12:29.840Z] Go version: go1.13.15 [2020-11-17T19:12:29.840Z] Git commit: 4484c46d9d [2020-11-17T19:12:29.840Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-17T19:12:29.840Z] OS/Arch: linux/amd64 [2020-11-17T19:12:29.840Z] Experimental: false [2020-11-17T19:12:29.840Z] [2020-11-17T19:12:29.840Z] Server: Docker Engine - Community [2020-11-17T19:12:29.840Z] Engine: [2020-11-17T19:12:29.840Z] Version: 19.03.13 [2020-11-17T19:12:29.840Z] API version: 1.40 (minimum version 1.12) [2020-11-17T19:12:29.840Z] Go version: go1.13.15 [2020-11-17T19:12:29.840Z] Git commit: 4484c46d9d [2020-11-17T19:12:29.840Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-17T19:12:29.840Z] OS/Arch: linux/amd64 [2020-11-17T19:12:29.840Z] Experimental: true [2020-11-17T19:12:29.840Z] containerd: [2020-11-17T19:12:29.840Z] Version: 1.3.7 [2020-11-17T19:12:29.840Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-17T19:12:29.840Z] runc: [2020-11-17T19:12:29.840Z] Version: 1.0.0-rc10 [2020-11-17T19:12:29.840Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-17T19:12:29.840Z] docker-init: [2020-11-17T19:12:29.840Z] Version: 0.18.0 [2020-11-17T19:12:29.840Z] GitCommit: fec3683 [2020-11-17T19:12:29.840Z] #4 DONE 0.9s [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-17T19:12:30.103Z] [2020-11-17T19:12:30.103Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-17T19:12:30.254Z] + docker info [2020-11-17T19:12:30.537Z] + docker version [2020-11-17T19:12:30.683Z] #7 DONE 0.5s [2020-11-17T19:12:30.683Z] [2020-11-17T19:12:30.683Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-17T19:12:30.683Z] #6 DONE 0.7s [2020-11-17T19:12:30.683Z] [2020-11-17T19:12:30.683Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-17T19:12:30.683Z] #5 DONE 0.7s [2020-11-17T19:12:30.932Z] #51 ... [2020-11-17T19:12:30.932Z] [2020-11-17T19:12:30.932Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:12:30.932Z] #43 67.19 net/textproto [2020-11-17T19:12:30.932Z] #43 67.21 crypto/x509 [2020-11-17T19:12:30.932Z] #43 67.98 vendor/golang.org/x/net/http/httpguts [2020-11-17T19:12:30.932Z] #43 68.12 vendor/golang.org/x/net/http/httpproxy [2020-11-17T19:12:30.932Z] #43 68.59 mime/multipart [2020-11-17T19:12:30.932Z] #43 70.18 crypto/tls [2020-11-17T19:12:30.932Z] #43 75.18 net/http/httptrace [2020-11-17T19:12:30.932Z] #43 75.39 net/http [2020-11-17T19:12:30.932Z] #43 ... [2020-11-17T19:12:30.932Z] [2020-11-17T19:12:30.932Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:30.932Z] #41 42.10 LINK criu/pie/restorer.built-in.o [2020-11-17T19:12:30.932Z] #41 42.11 GEN criu/pie/restorer-blob.h [2020-11-17T19:12:30.932Z] #41 42.16 DEP criu/vdso.d [2020-11-17T19:12:30.932Z] #41 42.29 DEP criu/uts_ns.d [2020-11-17T19:12:30.932Z] #41 42.39 DEP criu/util.d [2020-11-17T19:12:30.932Z] #41 42.57 DEP criu/uffd.d [2020-11-17T19:12:30.932Z] #41 42.74 DEP criu/tun.d [2020-11-17T19:12:30.932Z] #41 42.85 DEP criu/tty.d [2020-11-17T19:12:30.932Z] #41 43.03 DEP criu/timerfd.d [2020-11-17T19:12:30.932Z] #41 43.17 DEP criu/timens.d [2020-11-17T19:12:30.932Z] #41 43.32 DEP criu/sysfs_parse.d [2020-11-17T19:12:30.932Z] #41 43.44 DEP criu/sysctl.d [2020-11-17T19:12:30.987Z] [2020-11-17T19:12:30.987Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-17T19:12:30.987Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-17T19:12:30.987Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-17T19:12:30.987Z] #24 sha256:463210399eaa08582f27278fdc40d21705648b1fbf5aba088b4b835e39c52ce0 529B / 529B done [2020-11-17T19:12:30.987Z] #24 sha256:fcdd5d3014e4e669c40ba051441fa73e2d68e27894ec5fcc392a12bcde643f1d 1.50kB / 1.50kB done [2020-11-17T19:12:31.224Z] #41 43.59 DEP criu/string.d [2020-11-17T19:12:31.224Z] #41 43.62 DEP criu/stats.d [2020-11-17T19:12:31.517Z] #41 43.74 DEP criu/sockets.d [2020-11-17T19:12:31.517Z] #41 43.96 DEP criu/sk-unix.d [2020-11-17T19:12:31.810Z] #41 44.12 DEP criu/sk-tcp.d [2020-11-17T19:12:32.102Z] #41 44.35 DEP criu/sk-queue.d [2020-11-17T19:12:32.102Z] #41 44.56 DEP criu/sk-packet.d [2020-11-17T19:12:32.395Z] #41 44.68 DEP criu/sk-netlink.d [2020-11-17T19:12:32.395Z] #41 44.85 DEP criu/sk-inet.d [2020-11-17T19:12:32.688Z] #41 45.01 DEP criu/signalfd.d [2020-11-17T19:12:32.688Z] #41 45.10 DEP criu/sigframe.d [2020-11-17T19:12:32.855Z] #53 44.65 Reading package lists... [2020-11-17T19:12:32.855Z] #53 ... [2020-11-17T19:12:32.855Z] [2020-11-17T19:12:32.855Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:32.855Z] #47 47.77 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-17T19:12:32.855Z] #47 49.97 go: extracting golang.org/x/text v0.3.2 [2020-11-17T19:12:32.980Z] #41 45.17 DEP criu/shmem.d [2020-11-17T19:12:32.980Z] #41 45.33 DEP criu/servicefd.d [2020-11-17T19:12:33.273Z] #41 45.49 DEP criu/seize.d [2020-11-17T19:12:33.273Z] #41 45.63 DEP criu/seccomp.d [2020-11-17T19:12:33.565Z] #41 45.78 DEP criu/rst-malloc.d [2020-11-17T19:12:33.565Z] #41 45.84 DEP criu/rbtree.d [2020-11-17T19:12:33.565Z] #41 45.86 DEP criu/pstree.d [2020-11-17T19:12:33.565Z] #41 45.94 DEP criu/protobuf.d [2020-11-17T19:12:33.565Z] #41 46.03 GEN criu/protobuf-desc-gen.h [2020-11-17T19:12:33.733Z] #9 ... [2020-11-17T19:12:33.733Z] [2020-11-17T19:12:33.733Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-17T19:12:33.733Z] #25 unpacking docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 5.5s done [2020-11-17T19:12:33.733Z] #25 DONE 10.4s [2020-11-17T19:12:33.733Z] [2020-11-17T19:12:33.733Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-17T19:12:33.733Z] #26 0.268 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:12:33.733Z] #26 0.274 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:12:33.733Z] #26 0.345 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:12:33.733Z] #26 0.496 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [237 kB] [2020-11-17T19:12:33.733Z] #26 0.737 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-17T19:12:34.602Z] #41 47.00 DEP criu/protobuf-desc.d [2020-11-17T19:12:34.602Z] #41 47.06 DEP criu/proc_parse.d [2020-11-17T19:12:34.769Z] Client: Docker Engine - Community [2020-11-17T19:12:34.769Z] Version: 19.03.13 [2020-11-17T19:12:34.769Z] API version: 1.40 [2020-11-17T19:12:34.769Z] Go version: go1.13.15 [2020-11-17T19:12:34.769Z] Git commit: 4484c46d9d [2020-11-17T19:12:34.769Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-17T19:12:34.769Z] OS/Arch: linux/amd64 [2020-11-17T19:12:34.769Z] Experimental: false [2020-11-17T19:12:34.769Z] [2020-11-17T19:12:34.769Z] Server: Docker Engine - Community [2020-11-17T19:12:34.769Z] Engine: [2020-11-17T19:12:34.769Z] Version: 19.03.13 [2020-11-17T19:12:34.769Z] API version: 1.40 (minimum version 1.12) [2020-11-17T19:12:34.769Z] Go version: go1.13.15 [2020-11-17T19:12:34.769Z] Git commit: 4484c46d9d [2020-11-17T19:12:34.769Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-17T19:12:34.769Z] OS/Arch: linux/amd64 [2020-11-17T19:12:34.769Z] Experimental: true [2020-11-17T19:12:34.769Z] containerd: [2020-11-17T19:12:34.769Z] Version: 1.3.7 [2020-11-17T19:12:34.769Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-17T19:12:34.769Z] runc: [2020-11-17T19:12:34.769Z] Version: 1.0.0-rc10 [2020-11-17T19:12:34.769Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-17T19:12:34.769Z] docker-init: [2020-11-17T19:12:34.769Z] Version: 0.18.0 [2020-11-17T19:12:34.769Z] GitCommit: fec3683 [2020-11-17T19:12:34.773Z] #47 ... [2020-11-17T19:12:34.773Z] [2020-11-17T19:12:34.773Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:12:34.773Z] #34 42.41 Reading package lists... [Pipeline] sh [2020-11-17T19:12:34.895Z] #41 47.26 DEP criu/plugin.d [2020-11-17T19:12:34.895Z] #41 47.33 DEP criu/pipes.d [2020-11-17T19:12:34.895Z] #41 47.44 DEP criu/pie-util.d [2020-11-17T19:12:35.137Z] + docker info [2020-11-17T19:12:35.187Z] #41 47.55 DEP criu/pie-util-vdso.d [2020-11-17T19:12:35.187Z] #41 47.66 DEP criu/path.d [2020-11-17T19:12:35.252Z] #24 ... [2020-11-17T19:12:35.252Z] [2020-11-17T19:12:35.252Z] #21 [internal] load build context [2020-11-17T19:12:35.252Z] #21 transferring context: 52.35MB 3.0s done [2020-11-17T19:12:35.252Z] #21 DONE 3.6s [2020-11-17T19:12:35.252Z] [2020-11-17T19:12:35.252Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-17T19:12:35.252Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-17T19:12:35.252Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-17T19:12:35.252Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-17T19:12:35.252Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2020-11-17T19:12:35.252Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.7s done [2020-11-17T19:12:35.252Z] #60 DONE 3.8s [2020-11-17T19:12:35.252Z] [2020-11-17T19:12:35.252Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:35.252Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-17T19:12:35.252Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-17T19:12:35.252Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.5s done [2020-11-17T19:12:35.252Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2020-11-17T19:12:35.252Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2020-11-17T19:12:35.252Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 2.4s done [2020-11-17T19:12:35.252Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.1s done [2020-11-17T19:12:35.252Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 3.6s done [2020-11-17T19:12:35.252Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 3.6s done [2020-11-17T19:12:35.252Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0.8s [2020-11-17T19:12:35.252Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 3.7s [2020-11-17T19:12:35.252Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 3.7s done [2020-11-17T19:12:35.252Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 17.78MB / 97.69MB 3.9s [2020-11-17T19:12:35.252Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 37.42MB / 97.69MB 4.2s [2020-11-17T19:12:35.252Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 47.23MB / 97.69MB 4.3s [2020-11-17T19:12:35.252Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 56.57MB / 97.69MB 4.4s [2020-11-17T19:12:35.480Z] #41 47.73 DEP criu/parasite-syscall.d [2020-11-17T19:12:35.480Z] #41 47.80 DEP criu/pagemap.d [2020-11-17T19:12:35.480Z] #41 47.88 DEP criu/pagemap-cache.d [2020-11-17T19:12:35.519Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 62.23MB / 97.69MB 4.5s [2020-11-17T19:12:35.519Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 76.00MB / 97.69MB 4.7s [2020-11-17T19:12:35.519Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 87.26MB / 97.69MB 4.8s [2020-11-17T19:12:35.772Z] #41 47.95 DEP criu/page-xfer.d [2020-11-17T19:12:35.772Z] #41 48.03 DEP criu/page-pipe.d [2020-11-17T19:12:35.772Z] #41 48.10 DEP criu/netfilter.d [2020-11-17T19:12:35.772Z] #41 48.17 DEP criu/net.d [2020-11-17T19:12:35.789Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 4.9s [2020-11-17T19:12:36.064Z] #41 48.38 DEP criu/namespaces.d [2020-11-17T19:12:36.065Z] #41 48.54 DEP criu/mount.d [2020-11-17T19:12:36.065Z] #41 48.64 DEP criu/memfd.d [2020-11-17T19:12:36.357Z] #41 48.77 DEP criu/mem.d [2020-11-17T19:12:36.369Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 2.8s done [2020-11-17T19:12:36.650Z] #41 48.92 DEP criu/lsm.d [2020-11-17T19:12:36.650Z] #41 49.05 DEP criu/log.d [2020-11-17T19:12:36.650Z] #41 49.12 DEP criu/libnetlink.d [2020-11-17T19:12:36.689Z] #34 52.89 Building dependency tree... [2020-11-17T19:12:36.689Z] #34 ... [2020-11-17T19:12:36.689Z] [2020-11-17T19:12:36.689Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:12:36.689Z] #11 44.69 Reading package lists... [2020-11-17T19:12:36.689Z] #11 54.55 Building dependency tree... [2020-11-17T19:12:36.689Z] #11 ... [2020-11-17T19:12:36.689Z] [2020-11-17T19:12:36.689Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:12:36.689Z] #32 54.96 sync [2020-11-17T19:12:36.689Z] #32 54.96 internal/reflectlite [2020-11-17T19:12:36.942Z] #41 49.22 DEP criu/kerndat.d [2020-11-17T19:12:36.942Z] #41 49.34 DEP criu/kcmp-ids.d [2020-11-17T19:12:36.942Z] #41 49.43 DEP criu/irmap.d [2020-11-17T19:12:37.235Z] #41 49.56 DEP criu/ipc_ns.d [2020-11-17T19:12:37.528Z] #41 49.72 DEP criu/image.d [2020-11-17T19:12:37.528Z] #41 49.81 DEP criu/image-desc.d [2020-11-17T19:12:37.528Z] #41 49.93 DEP criu/fsnotify.d [2020-11-17T19:12:37.820Z] #41 50.08 DEP criu/filesystems.d [2020-11-17T19:12:37.820Z] #41 50.25 DEP criu/files.d [2020-11-17T19:12:38.112Z] #41 50.44 DEP criu/files-reg.d [2020-11-17T19:12:38.112Z] #41 50.55 DEP criu/files-ext.d [2020-11-17T19:12:38.112Z] #41 50.63 DEP criu/file-lock.d [2020-11-17T19:12:38.299Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 7.2s done [2020-11-17T19:12:38.299Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2020-11-17T19:12:38.371Z] Client: [2020-11-17T19:12:38.371Z] Debug Mode: false [2020-11-17T19:12:38.371Z] [2020-11-17T19:12:38.371Z] Server: [2020-11-17T19:12:38.371Z] Containers: 0 [2020-11-17T19:12:38.371Z] Running: 0 [2020-11-17T19:12:38.371Z] Paused: 0 [2020-11-17T19:12:38.371Z] Stopped: 0 [2020-11-17T19:12:38.371Z] Images: 0 [2020-11-17T19:12:38.371Z] Server Version: 19.03.13 [2020-11-17T19:12:38.371Z] Storage Driver: overlay2 [2020-11-17T19:12:38.371Z] Backing Filesystem: extfs [2020-11-17T19:12:38.371Z] Supports d_type: true [2020-11-17T19:12:38.371Z] Native Overlay Diff: true [2020-11-17T19:12:38.371Z] Logging Driver: json-file [2020-11-17T19:12:38.371Z] Cgroup Driver: cgroupfs [2020-11-17T19:12:38.371Z] Plugins: [2020-11-17T19:12:38.371Z] Volume: local [2020-11-17T19:12:38.371Z] Network: bridge host ipvlan macvlan null overlay [2020-11-17T19:12:38.371Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-17T19:12:38.371Z] Swarm: inactive [2020-11-17T19:12:38.371Z] Runtimes: runc [2020-11-17T19:12:38.371Z] Default Runtime: runc [2020-11-17T19:12:38.371Z] Init Binary: docker-init [2020-11-17T19:12:38.371Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-17T19:12:38.371Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-17T19:12:38.371Z] init version: fec3683 [2020-11-17T19:12:38.371Z] Security Options: [2020-11-17T19:12:38.371Z] apparmor [2020-11-17T19:12:38.371Z] seccomp [2020-11-17T19:12:38.371Z] Profile: default [2020-11-17T19:12:38.371Z] Kernel Version: 5.4.0-1025-aws [2020-11-17T19:12:38.371Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-17T19:12:38.371Z] OSType: linux [2020-11-17T19:12:38.371Z] Architecture: x86_64 [2020-11-17T19:12:38.371Z] CPUs: 2 [2020-11-17T19:12:38.371Z] Total Memory: 7.487GiB [2020-11-17T19:12:38.371Z] Name: ip-10-100-65-35 [2020-11-17T19:12:38.371Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-17T19:12:38.371Z] Docker Root Dir: /var/lib/docker [2020-11-17T19:12:38.371Z] Debug Mode: false [2020-11-17T19:12:38.371Z] Registry: https://index.docker.io/v1/ [2020-11-17T19:12:38.371Z] Labels: [2020-11-17T19:12:38.371Z] Experimental: true [2020-11-17T19:12:38.371Z] Insecure Registries: [2020-11-17T19:12:38.371Z] 127.0.0.0/8 [2020-11-17T19:12:38.371Z] Live Restore Enabled: true [2020-11-17T19:12:38.371Z] [2020-11-17T19:12:38.371Z] WARNING: No swap limit support [Pipeline] sh [2020-11-17T19:12:38.404Z] #41 50.76 DEP criu/file-ids.d [2020-11-17T19:12:38.404Z] #41 50.90 DEP criu/fifo.d [2020-11-17T19:12:38.697Z] #41 51.03 DEP criu/fdstore.d [2020-11-17T19:12:38.697Z] #41 ... [2020-11-17T19:12:38.697Z] [2020-11-17T19:12:38.697Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:12:38.697Z] #18 0.908 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:12:38.697Z] #18 0.939 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:12:38.697Z] #18 0.952 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:12:38.697Z] #18 1.330 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-17T19:12:38.697Z] #18 3.015 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [220 kB] [2020-11-17T19:12:38.697Z] #18 3.835 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-17T19:12:38.697Z] #18 6.089 Fetched 8090 kB in 5s (1545 kB/s) [2020-11-17T19:12:38.697Z] #18 6.089 Reading package lists... [2020-11-17T19:12:38.697Z] #18 8.248 Reading package lists... [2020-11-17T19:12:38.697Z] #18 9.822 Building dependency tree... [2020-11-17T19:12:38.697Z] #18 ... [2020-11-17T19:12:38.697Z] [2020-11-17T19:12:38.697Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:38.697Z] #41 51.12 DEP criu/fault-injection.d [2020-11-17T19:12:38.697Z] #41 51.16 DEP criu/external.d [2020-11-17T19:12:38.697Z] #41 51.24 DEP criu/eventpoll.d [2020-11-17T19:12:38.713Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:12:38.713Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:12:38.713Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41682/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-17T19:12:38.713Z] + bash /home/ubuntu/workspace/moby_PR-41682/check-config.sh [2020-11-17T19:12:38.713Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-17T19:12:38.713Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-17T19:12:38.713Z] [2020-11-17T19:12:38.713Z] Generally Necessary: [2020-11-17T19:12:38.713Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-17T19:12:38.713Z] - apparmor: enabled and tools installed [2020-11-17T19:12:38.713Z] - CONFIG_NAMESPACES: enabled [2020-11-17T19:12:38.713Z] - CONFIG_NET_NS: enabled [2020-11-17T19:12:38.713Z] - CONFIG_PID_NS: enabled [2020-11-17T19:12:38.713Z] - CONFIG_IPC_NS: enabled [2020-11-17T19:12:38.713Z] - CONFIG_UTS_NS: enabled [2020-11-17T19:12:38.713Z] - CONFIG_CGROUPS: enabled [2020-11-17T19:12:38.713Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-17T19:12:38.713Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-17T19:12:38.713Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-17T19:12:38.713Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-17T19:12:38.713Z] - CONFIG_CPUSETS: enabled [2020-11-17T19:12:38.713Z] - CONFIG_MEMCG: enabled [2020-11-17T19:12:38.713Z] - CONFIG_KEYS: enabled [2020-11-17T19:12:38.713Z] - CONFIG_VETH: enabled (as module) [2020-11-17T19:12:38.713Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-17T19:12:38.713Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-17T19:12:38.713Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-17T19:12:38.713Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-17T19:12:38.713Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-17T19:12:38.713Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-17T19:12:38.713Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-17T19:12:38.713Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-17T19:12:38.713Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-17T19:12:38.713Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-17T19:12:38.713Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-17T19:12:38.713Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-17T19:12:38.713Z] [2020-11-17T19:12:38.713Z] Optional Features: [2020-11-17T19:12:38.713Z] - CONFIG_USER_NS: enabled [2020-11-17T19:12:38.713Z] - CONFIG_SECCOMP: enabled [2020-11-17T19:12:38.713Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-17T19:12:38.713Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-17T19:12:38.713Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-17T19:12:38.713Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-17T19:12:38.878Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.6s done [2020-11-17T19:12:38.982Z] - CONFIG_BLK_CGROUP: enabled [2020-11-17T19:12:38.982Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-17T19:12:38.982Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-17T19:12:38.982Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-17T19:12:38.982Z] - CONFIG_CGROUP_PERF: enabled [2020-11-17T19:12:38.982Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-17T19:12:38.982Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-17T19:12:38.982Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-17T19:12:38.982Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-17T19:12:38.982Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-17T19:12:38.982Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-17T19:12:38.982Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-17T19:12:38.982Z] - CONFIG_IP_VS: enabled (as module) [2020-11-17T19:12:38.982Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-17T19:12:38.982Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-17T19:12:38.982Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-17T19:12:38.982Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-17T19:12:38.982Z] - CONFIG_EXT4_FS: enabled [2020-11-17T19:12:38.982Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-17T19:12:38.982Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-17T19:12:38.982Z] - Network Drivers: [2020-11-17T19:12:38.982Z] - "overlay": [2020-11-17T19:12:38.982Z] - CONFIG_VXLAN: enabled (as module) [2020-11-17T19:12:38.982Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-17T19:12:38.982Z] Optional (for encrypted networks): [2020-11-17T19:12:38.982Z] - CONFIG_CRYPTO: enabled [2020-11-17T19:12:38.982Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-17T19:12:38.982Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-17T19:12:38.982Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-17T19:12:38.982Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-17T19:12:38.982Z] - CONFIG_XFRM: enabled [2020-11-17T19:12:38.982Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-17T19:12:38.982Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-17T19:12:38.982Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-17T19:12:38.982Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-17T19:12:38.982Z] - "ipvlan": [2020-11-17T19:12:38.982Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-17T19:12:38.982Z] - "macvlan": [2020-11-17T19:12:38.982Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-17T19:12:38.982Z] - CONFIG_DUMMY: enabled (as module) [2020-11-17T19:12:38.982Z] - "ftp,tftp client in container": [2020-11-17T19:12:38.989Z] #41 51.37 DEP criu/eventfd.d [2020-11-17T19:12:38.989Z] #41 51.48 DEP criu/crtools.d [2020-11-17T19:12:39.241Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-17T19:12:39.241Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-17T19:12:39.241Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-17T19:12:39.241Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-17T19:12:39.241Z] - Storage Drivers: [2020-11-17T19:12:39.241Z] - "aufs": [2020-11-17T19:12:39.241Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-17T19:12:39.241Z] - "btrfs": [2020-11-17T19:12:39.241Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-17T19:12:39.241Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-17T19:12:39.241Z] - "devicemapper": [2020-11-17T19:12:39.241Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-17T19:12:39.241Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-17T19:12:39.241Z] - "overlay": [2020-11-17T19:12:39.241Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-17T19:12:39.241Z] - "zfs": [2020-11-17T19:12:39.241Z] - /dev/zfs: present [2020-11-17T19:12:39.241Z] - zfs command: missing [2020-11-17T19:12:39.241Z] - zpool command: missing [2020-11-17T19:12:39.241Z] [2020-11-17T19:12:39.241Z] Limits: [2020-11-17T19:12:39.241Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-17T19:12:39.241Z] [2020-11-17T19:12:39.241Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2020-11-17T19:12:39.283Z] #41 51.59 DEP criu/cr-service.d [Pipeline] sh [2020-11-17T19:12:39.459Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 [2020-11-17T19:12:39.575Z] #41 51.77 DEP criu/cr-restore.d [2020-11-17T19:12:39.575Z] #41 51.99 DEP criu/cr-errno.d [2020-11-17T19:12:39.575Z] #41 52.01 DEP criu/cr-dump.d [2020-11-17T19:12:39.589Z] + sudo modprobe ip_vs [2020-11-17T19:12:39.589Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:941fea1c58966531ef56fc020a3901158a01a473 . [2020-11-17T19:12:39.721Z] #26 6.527 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-17T19:12:39.846Z] #2 [internal] load build definition from Dockerfile [2020-11-17T19:12:39.846Z] #2 transferring dockerfile: 16.58kB done [2020-11-17T19:12:39.846Z] #2 DONE 0.0s [2020-11-17T19:12:39.846Z] [2020-11-17T19:12:39.846Z] #1 [internal] load .dockerignore [2020-11-17T19:12:39.846Z] #1 transferring context: 87B done [2020-11-17T19:12:39.846Z] #1 DONE 0.1s [2020-11-17T19:12:39.846Z] [2020-11-17T19:12:39.846Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-17T19:12:39.868Z] #41 52.25 DEP criu/cr-dedup.d [2020-11-17T19:12:39.868Z] #41 52.37 DEP criu/cr-check.d [2020-11-17T19:12:40.037Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.5s done [2020-11-17T19:12:40.160Z] #41 52.60 DEP criu/config.d [2020-11-17T19:12:40.160Z] #41 52.69 DEP criu/clone-noasan.d [2020-11-17T19:12:40.412Z] #3 DONE 0.6s [2020-11-17T19:12:40.412Z] [2020-11-17T19:12:40.412Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-17T19:12:40.412Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-17T19:12:40.412Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-17T19:12:40.412Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-11-17T19:12:40.412Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-11-17T19:12:40.412Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.0s [2020-11-17T19:12:40.412Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 5.46MB / 8.88MB 0.1s [2020-11-17T19:12:40.453Z] #41 52.75 DEP criu/cgroup.d [2020-11-17T19:12:40.453Z] #41 52.88 DEP criu/cgroup-props.d [2020-11-17T19:12:40.453Z] #41 52.96 DEP criu/bitmap.d [2020-11-17T19:12:40.612Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2020-11-17T19:12:40.612Z] #8 ... [2020-11-17T19:12:40.613Z] [2020-11-17T19:12:40.613Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-17T19:12:40.613Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 49.18MB / 49.18MB 6.3s done [2020-11-17T19:12:40.613Z] #24 extracting sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 2.7s done [2020-11-17T19:12:40.613Z] #24 DONE 9.9s [2020-11-17T19:12:40.613Z] [2020-11-17T19:12:40.613Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:40.669Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2020-11-17T19:12:40.669Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-11-17T19:12:40.670Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2020-11-17T19:12:40.745Z] #41 52.97 DEP criu/bfd.d [2020-11-17T19:12:40.745Z] #41 53.08 DEP criu/autofs.d [2020-11-17T19:12:40.745Z] #41 53.20 DEP criu/aio.d [2020-11-17T19:12:40.899Z] #32 58.76 sort [2020-11-17T19:12:40.899Z] #32 58.79 errors [2020-11-17T19:12:40.926Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-11-17T19:12:40.926Z] #4 DONE 0.8s [2020-11-17T19:12:41.042Z] #41 53.37 DEP criu/action-scripts.d [2020-11-17T19:12:41.042Z] #41 53.62 CC criu/action-scripts.o [2020-11-17T19:12:41.160Z] #32 59.57 strconv [2020-11-17T19:12:41.272Z] #26 8.229 Fetched 8176 kB in 8s (1023 kB/s) [2020-11-17T19:12:41.489Z] [2020-11-17T19:12:41.489Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-17T19:12:41.489Z] #7 ... [2020-11-17T19:12:41.489Z] [2020-11-17T19:12:41.489Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-17T19:12:41.489Z] #6 DONE 0.2s [2020-11-17T19:12:41.679Z] #41 54.01 CC criu/aio.o [2020-11-17T19:12:41.736Z] #32 ... [2020-11-17T19:12:41.736Z] [2020-11-17T19:12:41.736Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:41.736Z] #47 58.51 go: finding github.com/fatih/color v1.7.0 [2020-11-17T19:12:41.736Z] #47 58.70 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:12:41.736Z] #47 58.73 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:12:41.736Z] #47 58.75 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:12:41.736Z] #47 58.93 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:12:41.736Z] #47 59.09 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:12:41.736Z] #47 59.14 go: finding github.com/pkg/errors v0.8.1 [2020-11-17T19:12:41.736Z] #47 59.18 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:12:41.736Z] #47 59.19 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:12:41.736Z] #47 59.24 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:12:41.736Z] #47 59.30 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:12:41.736Z] #47 59.31 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:12:41.736Z] #47 59.34 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:12:41.736Z] #47 59.34 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:12:41.736Z] #47 59.36 go: finding github.com/stretchr/testify v1.4.0 [2020-11-17T19:12:41.736Z] #47 59.38 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:12:41.736Z] #47 59.39 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:12:41.736Z] #47 59.43 go: finding github.com/spf13/viper v1.6.1 [2020-11-17T19:12:41.736Z] #47 59.51 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:12:41.736Z] #47 59.54 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:12:41.736Z] #47 59.68 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:12:41.736Z] #47 59.69 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:12:41.736Z] #47 59.74 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:12:41.736Z] #47 59.76 go: finding github.com/stretchr/objx v0.2.0 [2020-11-17T19:12:41.736Z] #47 59.79 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:12:41.736Z] #47 59.84 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:12:41.736Z] #47 59.84 go: finding github.com/gobwas/glob v0.2.3 [2020-11-17T19:12:41.736Z] #47 59.97 go: finding github.com/spf13/cobra v0.0.5 [2020-11-17T19:12:41.736Z] #47 60.02 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:12:41.736Z] #47 60.24 go: finding github.com/spf13/pflag v1.0.5 [2020-11-17T19:12:41.736Z] #47 60.27 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:12:41.736Z] #47 60.29 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:12:41.740Z] Client: [2020-11-17T19:12:41.740Z] Debug Mode: false [2020-11-17T19:12:41.740Z] [2020-11-17T19:12:41.740Z] Server: [2020-11-17T19:12:41.740Z] Containers: 0 [2020-11-17T19:12:41.740Z] Running: 0 [2020-11-17T19:12:41.740Z] Paused: 0 [2020-11-17T19:12:41.740Z] Stopped: 0 [2020-11-17T19:12:41.740Z] Images: 0 [2020-11-17T19:12:41.740Z] Server Version: 19.03.13 [2020-11-17T19:12:41.740Z] Storage Driver: overlay2 [2020-11-17T19:12:41.740Z] Backing Filesystem: extfs [2020-11-17T19:12:41.740Z] Supports d_type: true [2020-11-17T19:12:41.740Z] Native Overlay Diff: true [2020-11-17T19:12:41.740Z] Logging Driver: json-file [2020-11-17T19:12:41.740Z] Cgroup Driver: cgroupfs [2020-11-17T19:12:41.740Z] Plugins: [2020-11-17T19:12:41.740Z] Volume: local [2020-11-17T19:12:41.740Z] Network: bridge host ipvlan macvlan null overlay [2020-11-17T19:12:41.740Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-17T19:12:41.740Z] Swarm: inactive [2020-11-17T19:12:41.740Z] Runtimes: runc [2020-11-17T19:12:41.740Z] Default Runtime: runc [2020-11-17T19:12:41.740Z] Init Binary: docker-init [2020-11-17T19:12:41.740Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-17T19:12:41.740Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-17T19:12:41.740Z] init version: fec3683 [2020-11-17T19:12:41.740Z] Security Options: [2020-11-17T19:12:41.740Z] apparmor [2020-11-17T19:12:41.740Z] seccomp [2020-11-17T19:12:41.740Z] Profile: default [2020-11-17T19:12:41.740Z] Kernel Version: 5.4.0-1025-aws [2020-11-17T19:12:41.740Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-17T19:12:41.740Z] OSType: linux [2020-11-17T19:12:41.740Z] Architecture: x86_64 [2020-11-17T19:12:41.740Z] CPUs: 2 [2020-11-17T19:12:41.740Z] Total Memory: 7.569GiB [2020-11-17T19:12:41.740Z] Name: ip-10-100-99-213 [2020-11-17T19:12:41.740Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-17T19:12:41.740Z] Docker Root Dir: /var/lib/docker [2020-11-17T19:12:41.740Z] Debug Mode: false [2020-11-17T19:12:41.740Z] Registry: https://index.docker.io/v1/ [2020-11-17T19:12:41.740Z] Labels: [2020-11-17T19:12:41.740Z] Experimental: true [2020-11-17T19:12:41.740Z] Insecure Registries: [2020-11-17T19:12:41.740Z] 127.0.0.0/8 [2020-11-17T19:12:41.740Z] Live Restore Enabled: true [2020-11-17T19:12:41.740Z] [2020-11-17T19:12:41.740Z] WARNING: No swap limit support [2020-11-17T19:12:41.746Z] [2020-11-17T19:12:41.746Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-17T19:12:41.746Z] #5 DONE 0.3s [2020-11-17T19:12:41.746Z] [2020-11-17T19:12:41.746Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-17T19:12:41.746Z] #7 DONE 0.4s [2020-11-17T19:12:41.746Z] [2020-11-17T19:12:41.746Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:41.746Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-17T19:12:41.746Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.0s [2020-11-17T19:12:41.746Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-17T19:12:41.746Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-11-17T19:12:41.746Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.0s [2020-11-17T19:12:41.746Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-11-17T19:12:41.746Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 16.94kB / 50.40MB 0.0s [Pipeline] sh [2020-11-17T19:12:41.973Z] #41 54.33 CC criu/autofs.o [2020-11-17T19:12:41.997Z] #47 60.38 go: finding github.com/magiconair/properties v1.8.1 [2020-11-17T19:12:41.997Z] #47 60.39 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:12:41.997Z] #47 60.42 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:12:41.997Z] #47 60.44 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:12:41.997Z] #47 60.49 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:12:42.022Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.71MB / 7.81MB 0.3s [2020-11-17T19:12:42.022Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 7.52MB / 10.00MB 0.3s [2020-11-17T19:12:42.022Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.36MB / 50.40MB 0.3s [2020-11-17T19:12:42.048Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:12:42.048Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:12:42.048Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41682/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-17T19:12:42.048Z] + bash /home/ubuntu/workspace/moby_PR-41682/check-config.sh [2020-11-17T19:12:42.048Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-17T19:12:42.048Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-17T19:12:42.048Z] [2020-11-17T19:12:42.048Z] Generally Necessary: [2020-11-17T19:12:42.048Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-17T19:12:42.048Z] - apparmor: enabled and tools installed [2020-11-17T19:12:42.048Z] - CONFIG_NAMESPACES: enabled [2020-11-17T19:12:42.048Z] - CONFIG_NET_NS: enabled [2020-11-17T19:12:42.048Z] - CONFIG_PID_NS: enabled [2020-11-17T19:12:42.048Z] - CONFIG_IPC_NS: enabled [2020-11-17T19:12:42.048Z] - CONFIG_UTS_NS: enabled [2020-11-17T19:12:42.048Z] - CONFIG_CGROUPS: enabled [2020-11-17T19:12:42.048Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-17T19:12:42.048Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-17T19:12:42.048Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-17T19:12:42.048Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-17T19:12:42.258Z] #47 60.55 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:12:42.258Z] #47 60.61 go: finding github.com/spf13/afero v1.1.2 [2020-11-17T19:12:42.258Z] #47 60.63 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:12:42.258Z] #47 60.65 go: finding github.com/spf13/cast v1.3.0 [2020-11-17T19:12:42.258Z] #47 60.70 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:12:42.291Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s [2020-11-17T19:12:42.291Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.5s [2020-11-17T19:12:42.291Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 11.61MB / 50.40MB 0.5s [2020-11-17T19:12:42.291Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 15.04MB / 50.40MB 0.6s [2020-11-17T19:12:42.291Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2020-11-17T19:12:42.291Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s done [2020-11-17T19:12:42.291Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 18.77MB / 50.40MB 0.7s [2020-11-17T19:12:42.291Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 1.70MB / 51.83MB 0.7s [2020-11-17T19:12:42.291Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 1.19MB / 68.67MB 0.7s [2020-11-17T19:12:42.311Z] - CONFIG_CPUSETS: enabled [2020-11-17T19:12:42.311Z] - CONFIG_MEMCG: enabled [2020-11-17T19:12:42.311Z] - CONFIG_KEYS: enabled [2020-11-17T19:12:42.311Z] - CONFIG_VETH: enabled (as module) [2020-11-17T19:12:42.311Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-17T19:12:42.311Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-17T19:12:42.311Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-17T19:12:42.311Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-17T19:12:42.311Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-17T19:12:42.311Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-17T19:12:42.311Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-17T19:12:42.311Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-17T19:12:42.311Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-17T19:12:42.311Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-17T19:12:42.311Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-17T19:12:42.311Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-17T19:12:42.311Z] [2020-11-17T19:12:42.311Z] Optional Features: [2020-11-17T19:12:42.311Z] - CONFIG_USER_NS: enabled [2020-11-17T19:12:42.311Z] - CONFIG_SECCOMP: enabled [2020-11-17T19:12:42.311Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-17T19:12:42.311Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-17T19:12:42.311Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-17T19:12:42.311Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-17T19:12:42.311Z] - CONFIG_BLK_CGROUP: enabled [2020-11-17T19:12:42.311Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-17T19:12:42.311Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-17T19:12:42.311Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-17T19:12:42.311Z] - CONFIG_CGROUP_PERF: enabled [2020-11-17T19:12:42.311Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-17T19:12:42.311Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-17T19:12:42.311Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-17T19:12:42.311Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-17T19:12:42.327Z] #26 8.229 Reading package lists... [2020-11-17T19:12:42.520Z] #47 60.87 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:12:42.548Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 25.40MB / 50.40MB 0.9s [2020-11-17T19:12:42.548Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.40MB / 51.83MB 0.9s [2020-11-17T19:12:42.548Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 6.36MB / 68.67MB 0.9s [2020-11-17T19:12:42.582Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-17T19:12:42.582Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-17T19:12:42.582Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-17T19:12:42.582Z] - CONFIG_IP_VS: enabled (as module) [2020-11-17T19:12:42.582Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-17T19:12:42.582Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-17T19:12:42.582Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-17T19:12:42.582Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-17T19:12:42.582Z] - CONFIG_EXT4_FS: enabled [2020-11-17T19:12:42.582Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-17T19:12:42.582Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-17T19:12:42.582Z] - Network Drivers: [2020-11-17T19:12:42.582Z] - "overlay": [2020-11-17T19:12:42.582Z] - CONFIG_VXLAN: enabled (as module) [2020-11-17T19:12:42.582Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-17T19:12:42.582Z] Optional (for encrypted networks): [2020-11-17T19:12:42.582Z] - CONFIG_CRYPTO: enabled [2020-11-17T19:12:42.582Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-17T19:12:42.582Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-17T19:12:42.582Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-17T19:12:42.582Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-17T19:12:42.582Z] - CONFIG_XFRM: enabled [2020-11-17T19:12:42.582Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-17T19:12:42.582Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-17T19:12:42.582Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-17T19:12:42.582Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-17T19:12:42.582Z] - "ipvlan": [2020-11-17T19:12:42.582Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-17T19:12:42.582Z] - "macvlan": [2020-11-17T19:12:42.582Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-17T19:12:42.582Z] - CONFIG_DUMMY: enabled (as module) [2020-11-17T19:12:42.582Z] - "ftp,tftp client in container": [2020-11-17T19:12:42.582Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-17T19:12:42.582Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-17T19:12:42.582Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-17T19:12:42.582Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-17T19:12:42.582Z] - Storage Drivers: [2020-11-17T19:12:42.582Z] - "aufs": [2020-11-17T19:12:42.582Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-17T19:12:42.582Z] - "btrfs": [2020-11-17T19:12:42.582Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-17T19:12:42.782Z] #47 61.05 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:12:42.782Z] #47 61.06 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:12:42.782Z] #47 61.25 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-17T19:12:42.782Z] #47 61.27 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:12:42.782Z] #47 61.36 go: finding golang.org/x/text v0.3.2 [2020-11-17T19:12:42.804Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 28.11MB / 50.40MB 1.0s [2020-11-17T19:12:42.804Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 10.00MB / 68.67MB 1.0s [2020-11-17T19:12:42.804Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 30.67MB / 50.40MB 1.1s [2020-11-17T19:12:42.805Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 11.41MB / 51.83MB 1.1s [2020-11-17T19:12:42.805Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 13.62MB / 68.67MB 1.1s [2020-11-17T19:12:42.847Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-17T19:12:42.847Z] - "devicemapper": [2020-11-17T19:12:42.847Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-17T19:12:42.847Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-17T19:12:42.847Z] - "overlay": [2020-11-17T19:12:42.847Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-17T19:12:42.847Z] - "zfs": [2020-11-17T19:12:42.847Z] - /dev/zfs: present [2020-11-17T19:12:42.847Z] - zfs command: missing [2020-11-17T19:12:42.847Z] - zpool command: missing [2020-11-17T19:12:42.847Z] [2020-11-17T19:12:42.847Z] Limits: [2020-11-17T19:12:42.847Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-17T19:12:42.847Z] [2020-11-17T19:12:42.847Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-17T19:12:43.024Z] #41 ... [2020-11-17T19:12:43.024Z] [2020-11-17T19:12:43.024Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:12:43.024Z] #43 82.75 github.com/LK4D4/vndr/godl [2020-11-17T19:12:43.024Z] #43 83.23 github.com/LK4D4/vndr [2020-11-17T19:12:43.024Z] #43 DONE 89.4s [2020-11-17T19:12:43.024Z] [2020-11-17T19:12:43.024Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:43.024Z] #41 55.38 CC criu/bfd.o [2020-11-17T19:12:43.043Z] #47 61.40 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:12:43.043Z] #47 61.45 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:12:43.062Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 34.04MB / 50.40MB 1.3s [2020-11-17T19:12:43.062Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 17.90MB / 68.67MB 1.3s [2020-11-17T19:12:43.200Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:941fea1c58966531ef56fc020a3901158a01a473 . [2020-11-17T19:12:43.200Z] #2 [internal] load .dockerignore [2020-11-17T19:12:43.306Z] #47 61.69 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:12:43.306Z] #47 61.81 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:12:43.340Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 36.63MB / 50.40MB 1.5s [2020-11-17T19:12:43.340Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 15.61MB / 51.83MB 1.5s [2020-11-17T19:12:43.340Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 39.58MB / 50.40MB 1.6s [2020-11-17T19:12:43.340Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 25.63MB / 68.67MB 1.6s [2020-11-17T19:12:43.419Z] #26 9.259 Reading package lists... [2020-11-17T19:12:43.419Z] #26 10.30 Building dependency tree... [2020-11-17T19:12:43.481Z] #2 transferring context: 87B done [2020-11-17T19:12:43.481Z] #2 DONE 0.2s [2020-11-17T19:12:43.481Z] [2020-11-17T19:12:43.481Z] #1 [internal] load build definition from Dockerfile [2020-11-17T19:12:43.481Z] #1 transferring dockerfile: 16.58kB done [2020-11-17T19:12:43.481Z] #1 DONE 0.2s [2020-11-17T19:12:43.481Z] [2020-11-17T19:12:43.481Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-17T19:12:43.570Z] #47 61.86 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:12:43.570Z] #47 61.90 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:12:43.570Z] #47 61.91 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:12:43.570Z] #47 61.99 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:12:43.570Z] #47 62.00 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-17T19:12:43.570Z] #47 62.00 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:12:43.570Z] #47 62.01 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:12:43.570Z] #47 62.01 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:12:43.570Z] #47 62.11 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:12:43.604Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 43.97MB / 50.40MB 1.7s [2020-11-17T19:12:43.604Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 22.64MB / 51.83MB 1.7s [2020-11-17T19:12:43.604Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 30.72MB / 68.67MB 1.7s [2020-11-17T19:12:43.604Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 34.32MB / 68.67MB 1.9s [2020-11-17T19:12:43.660Z] #41 55.88 CC criu/bitmap.o [2020-11-17T19:12:43.660Z] #41 55.99 CC criu/cgroup-props.o [2020-11-17T19:12:43.726Z] #26 10.62 The following additional packages will be installed: [2020-11-17T19:12:43.726Z] #26 10.62 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-17T19:12:43.726Z] #26 10.62 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-17T19:12:43.726Z] #26 10.62 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-17T19:12:43.726Z] #26 10.62 Suggested packages: [2020-11-17T19:12:43.726Z] #26 10.62 krb5-doc krb5-user [2020-11-17T19:12:43.726Z] #26 10.62 Recommended packages: [2020-11-17T19:12:43.726Z] #26 10.62 krb5-locales publicsuffix libsasl2-modules [2020-11-17T19:12:43.726Z] #26 10.85 The following NEW packages will be installed: [2020-11-17T19:12:43.833Z] #47 62.12 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:12:43.833Z] #47 62.16 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:12:43.833Z] #47 62.23 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:12:43.833Z] #47 62.23 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-17T19:12:43.833Z] #47 62.24 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:12:43.833Z] #47 62.25 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:12:43.833Z] #47 62.33 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:12:43.865Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.1s [2020-11-17T19:12:43.865Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 30.58MB / 51.83MB 2.1s [2020-11-17T19:12:43.865Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 39.76MB / 68.67MB 2.1s [2020-11-17T19:12:43.936Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.6s done [2020-11-17T19:12:43.936Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 [2020-11-17T19:12:43.953Z] #41 56.42 CC criu/cgroup.o [2020-11-17T19:12:44.028Z] #26 10.85 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-17T19:12:44.028Z] #26 10.85 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-17T19:12:44.028Z] #26 10.85 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-17T19:12:44.028Z] #26 10.85 libssh2-1 libssl1.1 openssl [2020-11-17T19:12:44.028Z] #26 10.89 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-17T19:12:44.028Z] #26 10.89 Need to get 5165 kB of archives. [2020-11-17T19:12:44.028Z] #26 10.89 After this operation, 14.6 MB of additional disk space will be used. [2020-11-17T19:12:44.028Z] #26 10.89 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-17T19:12:44.028Z] #26 10.92 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-17T19:12:44.028Z] #26 10.93 Get:3 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u4 [243 kB] [2020-11-17T19:12:44.028Z] #26 10.94 Get:4 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2020-11-17T19:12:44.028Z] #26 10.95 Get:5 http://deb.debian.org/debian buster/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u3 [1526 kB] [2020-11-17T19:12:44.052Z] #3 DONE 0.4s [2020-11-17T19:12:44.052Z] [2020-11-17T19:12:44.052Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-17T19:12:44.052Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-17T19:12:44.113Z] #47 62.34 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-17T19:12:44.113Z] #47 62.53 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:12:44.113Z] #47 ... [2020-11-17T19:12:44.113Z] [2020-11-17T19:12:44.113Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:12:44.113Z] #40 42.48 Reading package lists... [2020-11-17T19:12:44.113Z] #40 52.92 Building dependency tree... [2020-11-17T19:12:44.113Z] #40 56.94 The following additional packages will be installed: [2020-11-17T19:12:44.113Z] #40 56.96 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-17T19:12:44.113Z] #40 56.96 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-17T19:12:44.113Z] #40 56.97 Suggested packages: [2020-11-17T19:12:44.113Z] #40 57.00 manpages-dev python-setuptools [2020-11-17T19:12:44.113Z] #40 59.16 The following NEW packages will be installed: [2020-11-17T19:12:44.113Z] #40 59.20 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-17T19:12:44.113Z] #40 59.20 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-17T19:12:44.113Z] #40 59.21 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-17T19:12:44.113Z] #40 59.22 python-six zlib1g-dev [2020-11-17T19:12:44.113Z] #40 59.77 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:12:44.113Z] #40 59.77 Need to get 4095 kB of archives. [2020-11-17T19:12:44.113Z] #40 59.77 After this operation, 22.5 MB of additional disk space will be used. [2020-11-17T19:12:44.113Z] #40 59.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-11-17T19:12:44.113Z] #40 59.79 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-17T19:12:44.113Z] #40 59.79 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-17T19:12:44.113Z] #40 59.80 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-17T19:12:44.113Z] #40 59.82 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-11-17T19:12:44.113Z] #40 59.93 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-17T19:12:44.113Z] #40 59.93 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-11-17T19:12:44.113Z] #40 59.95 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-17T19:12:44.113Z] #40 59.97 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-11-17T19:12:44.113Z] #40 60.18 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-11-17T19:12:44.113Z] #40 60.19 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-11-17T19:12:44.113Z] #40 60.39 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-11-17T19:12:44.113Z] #40 60.49 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-17T19:12:44.113Z] #40 60.52 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-17T19:12:44.113Z] #40 60.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-17T19:12:44.113Z] #40 60.56 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-11-17T19:12:44.113Z] #40 60.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-11-17T19:12:44.113Z] #40 62.12 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:12:44.113Z] #40 62.45 Fetched 4095 kB in 1s (3477 kB/s) [2020-11-17T19:12:44.127Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 38.49MB / 51.83MB 2.2s [2020-11-17T19:12:44.127Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 43.44MB / 68.67MB 2.2s [2020-11-17T19:12:44.127Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 48.00MB / 68.67MB 2.4s [2020-11-17T19:12:44.313Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-11-17T19:12:44.313Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-11-17T19:12:44.313Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.3s [2020-11-17T19:12:44.313Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-17T19:12:44.313Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 2.29MB / 8.88MB 0.4s [2020-11-17T19:12:44.396Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 43.86MB / 51.83MB 2.5s [2020-11-17T19:12:44.396Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 53.38MB / 68.67MB 2.5s [2020-11-17T19:12:44.396Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.5s done [2020-11-17T19:12:44.396Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 47.95MB / 51.83MB 2.7s [2020-11-17T19:12:44.396Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.40MB / 68.67MB 2.7s [2020-11-17T19:12:44.396Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 308.61kB / 120.17MB 2.7s [2020-11-17T19:12:44.496Z] #40 ... [2020-11-17T19:12:44.496Z] [2020-11-17T19:12:44.496Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:12:44.496Z] #11 54.55 Building dependency tree... [2020-11-17T19:12:44.496Z] #11 59.25 The following additional packages will be installed: [2020-11-17T19:12:44.496Z] #11 59.29 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-17T19:12:44.496Z] #11 59.29 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-17T19:12:44.496Z] #11 59.29 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-17T19:12:44.496Z] #11 59.30 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-17T19:12:44.496Z] #11 59.31 Suggested packages: [2020-11-17T19:12:44.496Z] #11 59.32 gcc-8-locales seccomp wine64 [2020-11-17T19:12:44.496Z] #11 61.21 The following NEW packages will be installed: [2020-11-17T19:12:44.496Z] #11 61.21 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-17T19:12:44.496Z] #11 61.21 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-17T19:12:44.496Z] #11 61.21 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-17T19:12:44.496Z] #11 61.21 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-17T19:12:44.496Z] #11 61.21 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-17T19:12:44.496Z] #11 61.22 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-17T19:12:44.496Z] #11 61.57 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:12:44.496Z] #11 61.57 Need to get 77.7 MB of archives. [2020-11-17T19:12:44.496Z] #11 61.57 After this operation, 487 MB of additional disk space will be used. [2020-11-17T19:12:44.496Z] #11 61.57 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-17T19:12:44.496Z] #11 61.83 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-17T19:12:44.496Z] #11 62.17 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-17T19:12:44.496Z] #11 62.22 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-17T19:12:44.496Z] #11 62.22 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-11-17T19:12:44.496Z] #11 62.22 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-17T19:12:44.496Z] #11 ... [2020-11-17T19:12:44.496Z] [2020-11-17T19:12:44.496Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:44.496Z] #47 62.82 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:12:44.496Z] #47 62.82 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:12:44.496Z] #47 62.86 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:12:44.555Z] #26 11.15 Get:6 http://deb.debian.org/debian buster/main ppc64el openssl ppc64el 1.1.1d-0+deb10u3 [843 kB] [2020-11-17T19:12:44.555Z] #26 11.29 Get:7 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-17T19:12:44.555Z] #26 11.32 Get:8 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2020-11-17T19:12:44.555Z] #26 11.32 Get:9 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3 [69.2 kB] [2020-11-17T19:12:44.555Z] #26 11.33 Get:10 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3 [134 kB] [2020-11-17T19:12:44.555Z] #26 11.37 Get:11 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3 [400 kB] [2020-11-17T19:12:44.555Z] #26 11.46 Get:12 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3 [172 kB] [2020-11-17T19:12:44.555Z] #26 11.54 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2020-11-17T19:12:44.555Z] #26 11.64 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2020-11-17T19:12:44.575Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 7.09MB / 8.88MB 0.7s [2020-11-17T19:12:44.657Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-11-17T19:12:44.657Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.9s [2020-11-17T19:12:44.657Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 67.53MB / 68.67MB 2.9s [2020-11-17T19:12:44.657Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.34MB / 120.17MB 2.9s [2020-11-17T19:12:44.757Z] #47 63.19 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:12:44.838Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.9s [2020-11-17T19:12:44.849Z] #26 11.68 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2020-11-17T19:12:44.849Z] #26 11.72 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2020-11-17T19:12:44.849Z] #26 11.79 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2020-11-17T19:12:44.849Z] #26 11.92 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2020-11-17T19:12:44.914Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 14.05MB / 120.17MB 3.3s [2020-11-17T19:12:45.105Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 1.0s done [2020-11-17T19:12:45.106Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-11-17T19:12:45.149Z] #26 11.99 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-11-17T19:12:45.149Z] #26 12.04 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-11-17T19:12:45.149Z] #26 12.08 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-11-17T19:12:45.149Z] #26 12.26 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:12:45.149Z] #26 12.29 Fetched 5165 kB in 1s (4241 kB/s) [2020-11-17T19:12:45.353Z] #47 ... [2020-11-17T19:12:45.353Z] [2020-11-17T19:12:45.353Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:12:45.353Z] #62 DONE 63.6s [2020-11-17T19:12:45.353Z] [2020-11-17T19:12:45.353Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:12:45.353Z] #53 44.65 Reading package lists... [2020-11-17T19:12:45.353Z] #53 54.01 Building dependency tree... [2020-11-17T19:12:45.353Z] #53 58.50 The following additional packages will be installed: [2020-11-17T19:12:45.353Z] #53 58.51 libbtrfs0 [2020-11-17T19:12:45.353Z] #53 58.86 The following NEW packages will be installed: [2020-11-17T19:12:45.353Z] #53 58.89 libbtrfs-dev libbtrfs0 [2020-11-17T19:12:45.353Z] #53 59.53 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:12:45.353Z] #53 59.53 Need to get 119 kB of archives. [2020-11-17T19:12:45.353Z] #53 59.53 After this operation, 387 kB of additional disk space will be used. [2020-11-17T19:12:45.353Z] #53 59.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-17T19:12:45.353Z] #53 59.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-17T19:12:45.353Z] #53 61.53 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:12:45.353Z] #53 61.75 Fetched 119 kB in 0s (291 kB/s) [2020-11-17T19:12:45.353Z] #53 62.02 Selecting previously unselected package libbtrfs0. [2020-11-17T19:12:45.353Z] #53 62.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-17T19:12:45.353Z] #53 62.10 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-17T19:12:45.353Z] #53 62.18 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-17T19:12:45.353Z] #53 62.36 Selecting previously unselected package libbtrfs-dev. [2020-11-17T19:12:45.353Z] #53 62.36 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-17T19:12:45.353Z] #53 62.41 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:12:45.353Z] #53 63.76 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-17T19:12:45.353Z] #53 ... [2020-11-17T19:12:45.353Z] [2020-11-17T19:12:45.353Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:12:45.353Z] #40 63.40 Selecting previously unselected package libcap-dev:amd64. [2020-11-17T19:12:45.353Z] #40 63.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 ... 15410 files and directories currently installed.) [2020-11-17T19:12:45.353Z] #40 63.48 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-11-17T19:12:45.353Z] #40 63.57 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-11-17T19:12:45.366Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-11-17T19:12:45.366Z] #4 DONE 1.6s [2020-11-17T19:12:45.447Z] #26 12.30 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2020-11-17T19:12:45.447Z] #26 12.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2020-11-17T19:12:45.447Z] #26 12.31 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-11-17T19:12:45.447Z] #26 12.32 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:12:45.447Z] #26 12.34 Selecting previously unselected package libsasl2-2:ppc64el. [2020-11-17T19:12:45.447Z] #26 12.35 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-11-17T19:12:45.447Z] #26 12.35 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:12:45.447Z] #26 12.38 Selecting previously unselected package libldap-common. [2020-11-17T19:12:45.447Z] #26 12.38 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-17T19:12:45.447Z] #26 12.38 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:12:45.447Z] #26 12.41 Selecting previously unselected package libldap-2.4-2:ppc64el. [2020-11-17T19:12:45.447Z] #26 12.41 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_ppc64el.deb ... [2020-11-17T19:12:45.447Z] #26 12.42 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:12:45.447Z] #26 12.47 Selecting previously unselected package libssl1.1:ppc64el. [2020-11-17T19:12:45.447Z] #26 12.47 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_ppc64el.deb ... [2020-11-17T19:12:45.447Z] #26 12.47 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u3) ... [2020-11-17T19:12:45.464Z] #41 57.89 CC criu/clone-noasan.o [2020-11-17T19:12:45.481Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 21.48MB / 120.17MB 3.6s [2020-11-17T19:12:45.481Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 28.49MB / 120.17MB 3.7s [2020-11-17T19:12:45.614Z] #40 64.06 Selecting previously unselected package libnet1:amd64. [2020-11-17T19:12:45.614Z] #40 64.06 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-17T19:12:45.614Z] #40 64.12 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:12:45.626Z] [2020-11-17T19:12:45.626Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-17T19:12:45.747Z] #26 12.64 Selecting previously unselected package openssl. [2020-11-17T19:12:45.747Z] #26 12.64 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_ppc64el.deb ... [2020-11-17T19:12:45.747Z] #26 12.64 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-17T19:12:45.747Z] #26 12.75 Selecting previously unselected package ca-certificates. [2020-11-17T19:12:45.747Z] #26 12.75 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-17T19:12:45.747Z] #26 12.75 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-17T19:12:45.747Z] #26 12.80 Selecting previously unselected package libkeyutils1:ppc64el. [2020-11-17T19:12:45.747Z] #26 12.80 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ... [2020-11-17T19:12:45.747Z] #26 12.80 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2020-11-17T19:12:45.747Z] #26 12.82 Selecting previously unselected package libkrb5support0:ppc64el. [2020-11-17T19:12:45.756Z] #41 58.06 CC criu/config.o [2020-11-17T19:12:46.042Z] #26 12.82 Preparing to unpack .../08-libkrb5support0_1.17-3_ppc64el.deb ... [2020-11-17T19:12:46.042Z] #26 12.82 Unpacking libkrb5support0:ppc64el (1.17-3) ... [2020-11-17T19:12:46.042Z] #26 12.85 Selecting previously unselected package libk5crypto3:ppc64el. [2020-11-17T19:12:46.042Z] #26 12.85 Preparing to unpack .../09-libk5crypto3_1.17-3_ppc64el.deb ... [2020-11-17T19:12:46.042Z] #26 12.85 Unpacking libk5crypto3:ppc64el (1.17-3) ... [2020-11-17T19:12:46.043Z] #26 12.88 Selecting previously unselected package libkrb5-3:ppc64el. [2020-11-17T19:12:46.043Z] #26 12.88 Preparing to unpack .../10-libkrb5-3_1.17-3_ppc64el.deb ... [2020-11-17T19:12:46.043Z] #26 12.89 Unpacking libkrb5-3:ppc64el (1.17-3) ... [2020-11-17T19:12:46.043Z] #26 12.96 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2020-11-17T19:12:46.043Z] #26 12.96 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_ppc64el.deb ... [2020-11-17T19:12:46.043Z] #26 12.96 Unpacking libgssapi-krb5-2:ppc64el (1.17-3) ... [2020-11-17T19:12:46.043Z] #26 13.00 Selecting previously unselected package libnghttp2-14:ppc64el. [2020-11-17T19:12:46.043Z] #26 13.00 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2020-11-17T19:12:46.043Z] #26 13.00 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-11-17T19:12:46.043Z] #26 13.03 Selecting previously unselected package libpsl5:ppc64el. [2020-11-17T19:12:46.043Z] #26 13.04 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2020-11-17T19:12:46.043Z] #26 13.04 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2020-11-17T19:12:46.043Z] #26 13.06 Selecting previously unselected package librtmp1:ppc64el. [2020-11-17T19:12:46.043Z] #26 13.06 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2020-11-17T19:12:46.043Z] #26 13.06 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-11-17T19:12:46.043Z] #26 13.09 Selecting previously unselected package libssh2-1:ppc64el. [2020-11-17T19:12:46.043Z] #26 13.09 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2020-11-17T19:12:46.043Z] #26 13.09 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2020-11-17T19:12:46.043Z] #26 13.12 Selecting previously unselected package libcurl4:ppc64el. [2020-11-17T19:12:46.043Z] #26 13.13 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2020-11-17T19:12:46.043Z] #26 13.13 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-11-17T19:12:46.043Z] #26 13.18 Selecting previously unselected package curl. [2020-11-17T19:12:46.048Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.0s done [2020-11-17T19:12:46.048Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.0s done [2020-11-17T19:12:46.048Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 34.55MB / 120.17MB 4.1s [2020-11-17T19:12:46.048Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 4.1s [2020-11-17T19:12:46.048Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.1s done [2020-11-17T19:12:46.048Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 42.00MB / 120.17MB 4.4s [2020-11-17T19:12:46.199Z] #6 DONE 0.4s [2020-11-17T19:12:46.199Z] [2020-11-17T19:12:46.199Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-17T19:12:46.199Z] #7 DONE 0.5s [2020-11-17T19:12:46.199Z] [2020-11-17T19:12:46.199Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-17T19:12:46.199Z] #5 DONE 0.5s [2020-11-17T19:12:46.199Z] [2020-11-17T19:12:46.199Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:46.199Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-17T19:12:46.199Z] #40 64.42 Selecting previously unselected package libnet1-dev. [2020-11-17T19:12:46.199Z] #40 64.44 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-17T19:12:46.199Z] #40 64.53 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-17T19:12:46.199Z] #40 ... [2020-11-17T19:12:46.199Z] [2020-11-17T19:12:46.199Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:12:46.199Z] #53 63.89 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:12:46.199Z] #53 63.98 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:12:46.199Z] #53 DONE 64.7s [2020-11-17T19:12:46.346Z] #26 13.18 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2020-11-17T19:12:46.346Z] #26 13.18 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-17T19:12:46.346Z] #26 13.22 Selecting previously unselected package libonig5:ppc64el. [2020-11-17T19:12:46.346Z] #26 13.22 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2020-11-17T19:12:46.346Z] #26 13.22 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-11-17T19:12:46.346Z] #26 13.26 Selecting previously unselected package libjq1:ppc64el. [2020-11-17T19:12:46.346Z] #26 13.27 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-17T19:12:46.346Z] #26 13.27 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-17T19:12:46.346Z] #26 13.30 Selecting previously unselected package jq. [2020-11-17T19:12:46.346Z] #26 13.30 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-17T19:12:46.346Z] #26 13.30 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-17T19:12:46.346Z] #26 13.32 Setting up libkeyutils1:ppc64el (1.6-6) ... [2020-11-17T19:12:46.346Z] #26 13.33 Setting up libpsl5:ppc64el (0.20.2-2) ... [2020-11-17T19:12:46.346Z] #26 13.33 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u3) ... [2020-11-17T19:12:46.395Z] #41 58.75 CC criu/cr-check.o [2020-11-17T19:12:46.395Z] #41 ... [2020-11-17T19:12:46.395Z] [2020-11-17T19:12:46.395Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:12:46.395Z] #30 DONE 93.0s [2020-11-17T19:12:46.460Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-11-17T19:12:46.460Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-11-17T19:12:46.460Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.95MB / 50.40MB 0.2s [2020-11-17T19:12:46.460Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-17T19:12:46.460Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.2s [2020-11-17T19:12:46.460Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 781.87kB / 10.00MB 0.2s [2020-11-17T19:12:46.460Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 13.78MB / 50.40MB 0.3s [2020-11-17T19:12:46.460Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.72MB / 10.00MB 0.3s [2020-11-17T19:12:46.463Z] [2020-11-17T19:12:46.463Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:12:46.463Z] #40 64.91 Selecting previously unselected package libnl-3-200:amd64. [2020-11-17T19:12:46.463Z] #40 64.91 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-17T19:12:46.463Z] #40 65.06 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-17T19:12:46.521Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.4s done [2020-11-17T19:12:46.521Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2020-11-17T19:12:46.615Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 48.58MB / 120.17MB 4.9s [2020-11-17T19:12:46.642Z] #26 13.47 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-11-17T19:12:46.643Z] #26 13.49 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:12:46.643Z] #26 13.54 Setting up libkrb5support0:ppc64el (1.17-3) ... [2020-11-17T19:12:46.643Z] #26 13.62 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:12:46.643Z] #26 13.62 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-11-17T19:12:46.643Z] #26 13.62 Setting up libk5crypto3:ppc64el (1.17-3) ... [2020-11-17T19:12:46.643Z] #26 13.63 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:12:46.643Z] #26 13.63 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2020-11-17T19:12:46.643Z] #26 13.63 Setting up libkrb5-3:ppc64el (1.17-3) ... [2020-11-17T19:12:46.643Z] #26 13.64 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-17T19:12:46.643Z] #26 13.64 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-11-17T19:12:46.643Z] #26 13.64 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-17T19:12:46.643Z] #26 13.65 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:12:46.643Z] #26 13.65 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-17T19:12:46.692Z] [2020-11-17T19:12:46.692Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:12:46.692Z] #18 10.27 libcap2-bin is already the newest version (1:2.25-2). [2020-11-17T19:12:46.692Z] #18 10.27 The following additional packages will be installed: [2020-11-17T19:12:46.692Z] #18 10.27 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-17T19:12:46.692Z] #18 10.27 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-17T19:12:46.692Z] #18 10.27 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-17T19:12:46.692Z] #18 10.27 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-17T19:12:46.692Z] #18 10.27 python3.7 python3.7-minimal vim-runtime xxd [2020-11-17T19:12:46.692Z] #18 10.27 Suggested packages: [2020-11-17T19:12:46.692Z] #18 10.27 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-17T19:12:46.692Z] #18 10.27 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-17T19:12:46.692Z] #18 10.27 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-17T19:12:46.692Z] #18 10.27 Recommended packages: [2020-11-17T19:12:46.692Z] #18 10.27 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-17T19:12:46.692Z] #18 10.27 python3-keyrings.alt python3-xdg unzip [2020-11-17T19:12:46.692Z] #18 11.40 The following NEW packages will be installed: [2020-11-17T19:12:46.692Z] #18 11.40 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-17T19:12:46.692Z] #18 11.40 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-17T19:12:46.692Z] #18 11.40 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-17T19:12:46.692Z] #18 11.40 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-17T19:12:46.692Z] #18 11.40 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-17T19:12:46.692Z] #18 11.40 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-17T19:12:46.692Z] #18 11.40 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-17T19:12:46.692Z] #18 11.40 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-17T19:12:46.692Z] #18 11.40 xz-utils zip [2020-11-17T19:12:46.692Z] #18 11.52 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:12:46.692Z] #18 11.52 Need to get 27.7 MB of archives. [2020-11-17T19:12:46.692Z] #18 11.52 After this operation, 117 MB of additional disk space will be used. [2020-11-17T19:12:46.692Z] #18 11.52 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-11-17T19:12:46.692Z] #18 11.55 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-17T19:12:46.692Z] #18 11.66 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-17T19:12:46.692Z] #18 11.83 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-11-17T19:12:46.692Z] #18 11.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-11-17T19:12:46.692Z] #18 11.83 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-17T19:12:46.692Z] #18 11.90 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2020-11-17T19:12:46.692Z] #18 12.08 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-11-17T19:12:46.692Z] #18 12.13 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-11-17T19:12:46.692Z] #18 12.13 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-11-17T19:12:46.692Z] #18 12.13 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-11-17T19:12:46.692Z] #18 12.14 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-11-17T19:12:46.692Z] #18 12.36 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-11-17T19:12:46.692Z] #18 12.36 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-11-17T19:12:46.692Z] #18 12.37 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-11-17T19:12:46.692Z] #18 12.37 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-11-17T19:12:46.692Z] #18 12.56 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-11-17T19:12:46.692Z] #18 12.74 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-11-17T19:12:46.692Z] #18 12.74 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-11-17T19:12:46.692Z] #18 12.75 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-17T19:12:46.692Z] #18 12.75 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-11-17T19:12:46.692Z] #18 12.75 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-11-17T19:12:46.692Z] #18 12.77 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-11-17T19:12:46.692Z] #18 12.77 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-11-17T19:12:46.692Z] #18 12.81 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-11-17T19:12:46.692Z] #18 12.82 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-11-17T19:12:46.692Z] #18 12.98 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-11-17T19:12:46.692Z] #18 13.00 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-11-17T19:12:46.692Z] #18 13.00 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-11-17T19:12:46.692Z] #18 13.24 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-17T19:12:46.692Z] #18 13.25 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-17T19:12:46.692Z] #18 13.26 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-17T19:12:46.692Z] #18 13.26 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-11-17T19:12:46.692Z] #18 13.26 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-11-17T19:12:46.692Z] #18 13.27 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-11-17T19:12:46.692Z] #18 13.30 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-17T19:12:46.692Z] #18 13.32 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-11-17T19:12:46.692Z] #18 13.32 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-11-17T19:12:46.692Z] #18 13.33 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-17T19:12:46.692Z] #18 13.33 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-11-17T19:12:46.692Z] #18 13.36 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-17T19:12:46.692Z] #18 13.36 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-11-17T19:12:46.692Z] #18 13.39 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-17T19:12:46.692Z] #18 13.40 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-11-17T19:12:46.692Z] #18 13.41 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-17T19:12:46.692Z] #18 13.62 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-11-17T19:12:46.692Z] #18 13.65 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-11-17T19:12:46.692Z] #18 13.67 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-11-17T19:12:46.692Z] #18 14.05 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:12:46.692Z] #18 14.13 Fetched 27.7 MB in 2s (12.3 MB/s) [2020-11-17T19:12:46.692Z] #18 14.23 Selecting previously unselected package pigz. [2020-11-17T19:12:46.692Z] #18 14.23 (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-17T19:12:46.692Z] #18 14.26 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-11-17T19:12:46.692Z] #18 14.29 Unpacking pigz (2.4-1) ... [2020-11-17T19:12:46.692Z] #18 14.52 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-11-17T19:12:46.692Z] #18 14.52 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-11-17T19:12:46.692Z] #18 14.54 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-11-17T19:12:46.692Z] #18 14.99 Selecting previously unselected package python3.7-minimal. [2020-11-17T19:12:46.692Z] #18 14.99 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-11-17T19:12:46.692Z] #18 15.00 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-17T19:12:46.692Z] #18 15.56 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-11-17T19:12:46.692Z] #18 15.57 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-17T19:12:46.692Z] #18 17.14 Selecting previously unselected package python3-minimal. [2020-11-17T19:12:46.692Z] #18 17.14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23448 files and directories currently installed.) [2020-11-17T19:12:46.692Z] #18 17.16 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-11-17T19:12:46.692Z] #18 17.16 Unpacking python3-minimal (3.7.3-1) ... [2020-11-17T19:12:46.692Z] #18 17.19 Selecting previously unselected package libmpdec2:s390x. [2020-11-17T19:12:46.692Z] #18 17.19 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-11-17T19:12:46.692Z] #18 17.20 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-11-17T19:12:46.692Z] #18 17.25 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-11-17T19:12:46.692Z] #18 17.26 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2020-11-17T19:12:46.692Z] #18 17.26 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-11-17T19:12:46.692Z] #18 18.00 Selecting previously unselected package python3.7. [2020-11-17T19:12:46.692Z] #18 18.00 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2020-11-17T19:12:46.692Z] #18 18.07 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-17T19:12:46.721Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 16.57MB / 50.40MB 0.4s [2020-11-17T19:12:46.721Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.00MB / 7.81MB 0.4s [2020-11-17T19:12:46.721Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 7.24MB / 10.00MB 0.4s [2020-11-17T19:12:46.981Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 20.87MB / 50.40MB 0.6s [2020-11-17T19:12:46.981Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 6.28MB / 7.81MB 0.6s [2020-11-17T19:12:46.981Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s [2020-11-17T19:12:46.981Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.7s [2020-11-17T19:12:46.981Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s done [2020-11-17T19:12:46.981Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.7s [2020-11-17T19:12:47.003Z] #18 18.31 Selecting previously unselected package libpython3-stdlib:s390x. [2020-11-17T19:12:47.003Z] #18 18.31 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-11-17T19:12:47.003Z] #18 18.33 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-11-17T19:12:47.003Z] #18 18.44 Setting up python3-minimal (3.7.3-1) ... [2020-11-17T19:12:47.036Z] #40 ... [2020-11-17T19:12:47.036Z] [2020-11-17T19:12:47.036Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:12:47.036Z] #43 55.28 sync [2020-11-17T19:12:47.036Z] #43 55.29 internal/reflectlite [2020-11-17T19:12:47.036Z] #43 57.97 github.com/LK4D4/vndr/godl/singleflight [2020-11-17T19:12:47.036Z] #43 58.56 math/rand [2020-11-17T19:12:47.036Z] #43 60.41 internal/singleflight [2020-11-17T19:12:47.036Z] #43 60.77 io [2020-11-17T19:12:47.036Z] #43 61.13 strconv [2020-11-17T19:12:47.036Z] #43 62.23 bytes [2020-11-17T19:12:47.036Z] #43 64.01 bufio [2020-11-17T19:12:47.036Z] #43 ... [2020-11-17T19:12:47.036Z] [2020-11-17T19:12:47.036Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:12:47.036Z] #34 57.29 The following additional packages will be installed: [2020-11-17T19:12:47.036Z] #34 57.32 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-17T19:12:47.036Z] #34 57.32 Suggested packages: [2020-11-17T19:12:47.036Z] #34 57.32 cmake-doc ninja-build lrzip [2020-11-17T19:12:47.036Z] #34 57.32 Recommended packages: [2020-11-17T19:12:47.036Z] #34 57.32 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-17T19:12:47.036Z] #34 58.92 The following NEW packages will be installed: [2020-11-17T19:12:47.036Z] #34 58.94 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-17T19:12:47.036Z] #34 58.98 vim-common xxd [2020-11-17T19:12:47.036Z] #34 59.51 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:12:47.036Z] #34 59.51 Need to get 14.9 MB of archives. [2020-11-17T19:12:47.036Z] #34 59.51 After this operation, 61.8 MB of additional disk space will be used. [2020-11-17T19:12:47.036Z] #34 59.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-17T19:12:47.036Z] #34 59.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-17T19:12:47.036Z] #34 59.57 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-17T19:12:47.036Z] #34 59.81 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-17T19:12:47.036Z] #34 61.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-11-17T19:12:47.036Z] #34 61.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-11-17T19:12:47.036Z] #34 61.33 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-11-17T19:12:47.036Z] #34 61.33 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-11-17T19:12:47.036Z] #34 61.34 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-11-17T19:12:47.036Z] #34 61.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-11-17T19:12:47.036Z] #34 63.40 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:12:47.036Z] #34 63.73 Fetched 14.9 MB in 3s (5632 kB/s) [2020-11-17T19:12:47.036Z] #34 63.93 Selecting previously unselected package xxd. [2020-11-17T19:12:47.036Z] #34 63.93 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-17T19:12:47.036Z] #34 64.10 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-17T19:12:47.036Z] #34 64.21 Unpacking xxd (2:8.1.0875-5) ... [2020-11-17T19:12:47.036Z] #34 64.65 Selecting previously unselected package vim-common. [2020-11-17T19:12:47.036Z] #34 64.67 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:12:47.036Z] #34 64.74 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-17T19:12:47.183Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 54.95MB / 120.17MB 5.4s [2020-11-17T19:12:47.247Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 27.66MB / 50.40MB 0.9s [2020-11-17T19:12:47.247Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.8s done [2020-11-17T19:12:47.247Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.03MB / 51.83MB 0.9s [2020-11-17T19:12:47.247Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 401.14kB / 68.67MB 0.9s [2020-11-17T19:12:47.247Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.61MB / 68.67MB 1.0s [2020-11-17T19:12:47.289Z] #26 14.18 Updating certificates in /etc/ssl/certs... [2020-11-17T19:12:47.296Z] #34 ... [2020-11-17T19:12:47.296Z] [2020-11-17T19:12:47.296Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:12:47.296Z] #40 65.58 Selecting previously unselected package libnl-3-dev:amd64. [2020-11-17T19:12:47.296Z] #40 65.58 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-11-17T19:12:47.296Z] #40 65.64 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-17T19:12:47.297Z] #18 ... [2020-11-17T19:12:47.297Z] [2020-11-17T19:12:47.297Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:12:47.297Z] #41 59.77 CC criu/cr-dedup.o [2020-11-17T19:12:47.508Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 31.94MB / 50.40MB 1.1s [2020-11-17T19:12:47.508Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 9.54MB / 51.83MB 1.1s [2020-11-17T19:12:47.508Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 37.82MB / 50.40MB 1.3s [2020-11-17T19:12:47.508Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 13.49MB / 51.83MB 1.3s [2020-11-17T19:12:47.508Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 11.52MB / 68.67MB 1.3s [2020-11-17T19:12:47.641Z] #41 60.05 CC criu/cr-dump.o [2020-11-17T19:12:47.748Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 61.19MB / 120.17MB 5.9s [2020-11-17T19:12:47.769Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 16.68MB / 51.83MB 1.4s [2020-11-17T19:12:47.769Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 45.34MB / 50.40MB 1.6s [2020-11-17T19:12:47.769Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 23.40MB / 51.83MB 1.6s [2020-11-17T19:12:47.769Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 19.92MB / 68.67MB 1.6s [2020-11-17T19:12:47.868Z] #40 66.27 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-17T19:12:47.869Z] #40 66.29 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-17T19:12:47.869Z] #40 66.29 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-17T19:12:47.930Z] #26 14.83 126 added, 0 removed; done. [2020-11-17T19:12:47.930Z] #26 14.85 Setting up libgssapi-krb5-2:ppc64el (1.17-3) ... [2020-11-17T19:12:47.930Z] #26 14.85 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-17T19:12:47.930Z] #26 14.86 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-11-17T19:12:47.930Z] #26 14.86 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-17T19:12:47.930Z] #26 14.86 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:12:47.930Z] #26 14.87 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-17T19:12:47.930Z] #26 14.88 Updating certificates in /etc/ssl/certs... [2020-11-17T19:12:48.010Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.69MB / 120.17MB 6.4s [2020-11-17T19:12:48.035Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.7s [2020-11-17T19:12:48.035Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 27.90MB / 51.83MB 1.8s [2020-11-17T19:12:48.035Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 24.76MB / 68.67MB 1.8s [2020-11-17T19:12:48.131Z] #40 66.64 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-11-17T19:12:48.226Z] #26 15.37 0 added, 0 removed; done. [2020-11-17T19:12:48.226Z] #26 15.37 Running hooks in /etc/ca-certificates/update.d... [2020-11-17T19:12:48.296Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 30.79MB / 51.83MB 1.9s [2020-11-17T19:12:48.296Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 28.39MB / 68.67MB 1.9s [2020-11-17T19:12:48.392Z] #40 66.64 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-11-17T19:12:48.392Z] #40 66.72 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-17T19:12:48.524Z] #26 15.37 done. [2020-11-17T19:12:48.524Z] #26 DONE 15.5s [2020-11-17T19:12:48.524Z] [2020-11-17T19:12:48.524Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-17T19:12:48.524Z] #27 DONE 0.1s [2020-11-17T19:12:48.524Z] [2020-11-17T19:12:48.524Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:12:48.560Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 37.72MB / 51.83MB 2.2s [2020-11-17T19:12:48.560Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 34.57MB / 68.67MB 2.2s [2020-11-17T19:12:48.582Z] #8 ... [2020-11-17T19:12:48.582Z] [2020-11-17T19:12:48.582Z] #21 [internal] load build context [2020-11-17T19:12:48.582Z] #21 transferring context: 52.35MB 6.6s done [2020-11-17T19:12:48.582Z] #21 DONE 6.8s [2020-11-17T19:12:48.582Z] [2020-11-17T19:12:48.582Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:48.582Z] #8 ... [2020-11-17T19:12:48.582Z] [2020-11-17T19:12:48.582Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-17T19:12:48.582Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-17T19:12:48.582Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-17T19:12:48.582Z] #24 sha256:60cb30babcd1740309903c37d3d408407d190cf73015aeddec9086ef3f393a5d 529B / 529B done [2020-11-17T19:12:48.582Z] #24 sha256:1510e850178318cd2b654439b56266e7b6cbff36f95f343f662c708cd51d0610 1.50kB / 1.50kB done [2020-11-17T19:12:48.582Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 44.80MB / 50.40MB 6.7s [2020-11-17T19:12:48.582Z] #24 ... [2020-11-17T19:12:48.582Z] [2020-11-17T19:12:48.582Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:48.582Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.79MB / 120.17MB 6.9s [2020-11-17T19:12:48.656Z] #40 67.10 Selecting previously unselected package zlib1g-dev:amd64. [2020-11-17T19:12:48.656Z] #40 67.10 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-11-17T19:12:48.679Z] #41 61.11 CC criu/cr-errno.o [2020-11-17T19:12:48.679Z] #41 61.16 CC criu/cr-restore.o [2020-11-17T19:12:48.823Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.2s done [2020-11-17T19:12:48.823Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 43.07MB / 51.83MB 2.4s [2020-11-17T19:12:48.823Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 38.09MB / 68.67MB 2.4s [2020-11-17T19:12:48.823Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 688.07kB / 120.17MB 2.4s [2020-11-17T19:12:48.917Z] #40 67.15 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-17T19:12:49.089Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 47.07MB / 51.83MB 2.7s [2020-11-17T19:12:49.089Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 42.53MB / 68.67MB 2.7s [2020-11-17T19:12:49.089Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-11-17T19:12:49.144Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 85.64MB / 120.17MB 7.3s [2020-11-17T19:12:49.179Z] #40 67.44 Selecting previously unselected package libprotobuf17:amd64. [2020-11-17T19:12:49.179Z] #40 67.45 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-11-17T19:12:49.179Z] #40 67.47 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-17T19:12:49.355Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.97MB / 120.17MB 2.9s [2020-11-17T19:12:49.355Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.1s [2020-11-17T19:12:49.355Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 47.07MB / 68.67MB 3.1s [2020-11-17T19:12:49.401Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.32MB / 120.17MB 7.6s [2020-11-17T19:12:49.611Z] #28 0.790 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-17T19:12:49.611Z] #28 0.949 [2020-11-17T19:12:49.616Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 14.41MB / 120.17MB 3.3s [2020-11-17T19:12:49.616Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 51.41MB / 68.67MB 3.4s [2020-11-17T19:12:49.658Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 100.54MB / 120.17MB 7.9s [2020-11-17T19:12:49.658Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2020-11-17T19:12:49.878Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.19MB / 68.67MB 3.6s [2020-11-17T19:12:49.878Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 21.65MB / 120.17MB 3.6s [2020-11-17T19:12:49.914Z] #8 ... [2020-11-17T19:12:49.914Z] [2020-11-17T19:12:49.914Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-17T19:12:49.914Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-17T19:12:49.914Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-17T19:12:49.914Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-17T19:12:49.915Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.5s done [2020-11-17T19:12:49.915Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.3s done [2020-11-17T19:12:49.915Z] #60 DONE 8.2s [2020-11-17T19:12:49.915Z] [2020-11-17T19:12:49.915Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:49.915Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 107.23MB / 120.17MB 8.2s [2020-11-17T19:12:50.124Z] #40 68.54 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-11-17T19:12:50.124Z] #40 68.54 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-11-17T19:12:50.124Z] #40 68.56 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-17T19:12:50.140Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.6s done [2020-11-17T19:12:50.140Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 63.87MB / 68.67MB 3.8s [2020-11-17T19:12:50.140Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 3.8s [2020-11-17T19:12:50.140Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.0s [2020-11-17T19:12:50.140Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 31.54MB / 120.17MB 4.0s [2020-11-17T19:12:50.140Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.9s done [2020-11-17T19:12:50.387Z] #40 68.87 Selecting previously unselected package libprotobuf-dev:amd64. [2020-11-17T19:12:50.387Z] #40 68.87 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-11-17T19:12:50.387Z] #40 68.91 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-17T19:12:50.478Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 116.72MB / 120.17MB 8.7s [2020-11-17T19:12:50.710Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 38.17MB / 120.17MB 4.3s [2020-11-17T19:12:50.757Z] #8 ... [2020-11-17T19:12:50.757Z] [2020-11-17T19:12:50.757Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-17T19:12:50.757Z] #25 3.162 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:12:50.757Z] #25 3.198 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:12:50.757Z] #25 3.199 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:12:50.757Z] #25 3.381 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [242 kB] [2020-11-17T19:12:50.757Z] #25 3.617 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-17T19:12:50.757Z] #25 3.862 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-17T19:12:50.757Z] #25 5.452 Fetched 8224 kB in 3s (3153 kB/s) [2020-11-17T19:12:50.757Z] #25 5.452 Reading package lists... [2020-11-17T19:12:50.757Z] #25 6.751 Reading package lists... [2020-11-17T19:12:50.757Z] #25 8.022 Building dependency tree... [2020-11-17T19:12:50.757Z] #25 8.689 The following additional packages will be installed: [2020-11-17T19:12:50.757Z] #25 8.689 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-17T19:12:50.757Z] #25 8.689 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-17T19:12:50.757Z] #25 8.689 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-17T19:12:50.757Z] #25 8.705 Suggested packages: [2020-11-17T19:12:50.757Z] #25 8.705 krb5-doc krb5-user [2020-11-17T19:12:50.757Z] #25 8.705 Recommended packages: [2020-11-17T19:12:50.757Z] #25 8.705 krb5-locales publicsuffix libsasl2-modules [2020-11-17T19:12:50.757Z] #25 8.954 The following NEW packages will be installed: [2020-11-17T19:12:50.757Z] #25 8.954 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-17T19:12:50.757Z] #25 8.954 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-17T19:12:50.757Z] #25 8.954 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-17T19:12:50.757Z] #25 8.954 libssh2-1 libssl1.1 openssl [2020-11-17T19:12:50.757Z] #25 9.250 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-17T19:12:50.757Z] #25 9.250 Need to get 4772 kB of archives. [2020-11-17T19:12:50.757Z] #25 9.250 After this operation, 11.5 MB of additional disk space will be used. [2020-11-17T19:12:50.757Z] #25 9.250 Get:1 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2020-11-17T19:12:50.757Z] #25 9.251 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-17T19:12:50.757Z] #25 9.257 Get:3 http://security.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u4 [216 kB] [2020-11-17T19:12:50.757Z] #25 9.258 Get:4 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2020-11-17T19:12:50.757Z] #25 9.261 Get:5 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u3 [1382 kB] [2020-11-17T19:12:50.757Z] #25 9.285 Get:6 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1d-0+deb10u3 [823 kB] [2020-11-17T19:12:50.757Z] #25 9.297 Get:7 http://deb.debian.org/debian buster-updates/main arm64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-17T19:12:50.757Z] #25 9.299 Get:8 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2020-11-17T19:12:50.757Z] #25 9.300 Get:9 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3 [64.7 kB] [2020-11-17T19:12:50.757Z] #25 9.302 Get:10 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3 [122 kB] [2020-11-17T19:12:50.757Z] #25 9.304 Get:11 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3 [353 kB] [2020-11-17T19:12:50.757Z] #25 9.313 Get:12 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3 [150 kB] [2020-11-17T19:12:50.757Z] #25 9.313 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2020-11-17T19:12:50.757Z] #25 9.314 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2020-11-17T19:12:50.757Z] #25 9.316 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2020-11-17T19:12:50.757Z] #25 9.317 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2020-11-17T19:12:50.757Z] #25 9.320 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2020-11-17T19:12:50.757Z] #25 9.325 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2020-11-17T19:12:50.757Z] #25 9.329 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-11-17T19:12:50.757Z] #25 9.332 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-11-17T19:12:50.757Z] #25 9.333 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-11-17T19:12:50.757Z] #25 9.579 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:12:50.757Z] #25 9.623 Fetched 4772 kB in 0s (14.1 MB/s) [2020-11-17T19:12:50.757Z] #25 9.656 Selecting previously unselected package libsasl2-modules-db:arm64. [2020-11-17T19:12:50.757Z] #25 9.656 (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-17T19:12:50.757Z] #25 9.656 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-11-17T19:12:50.757Z] #25 9.668 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:12:50.757Z] #25 9.703 Selecting previously unselected package libsasl2-2:arm64. [2020-11-17T19:12:50.757Z] #25 9.705 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-11-17T19:12:50.757Z] #25 9.714 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:12:50.757Z] #25 9.768 Selecting previously unselected package libldap-common. [2020-11-17T19:12:50.757Z] #25 9.768 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-17T19:12:50.757Z] #25 9.776 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:12:50.757Z] #25 9.830 Selecting previously unselected package libldap-2.4-2:arm64. [2020-11-17T19:12:50.757Z] #25 9.831 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_arm64.deb ... [2020-11-17T19:12:50.757Z] #25 9.839 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:12:50.757Z] #25 9.913 Selecting previously unselected package libssl1.1:arm64. [2020-11-17T19:12:50.757Z] #25 9.913 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_arm64.deb ... [2020-11-17T19:12:50.757Z] #25 9.916 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u3) ... [2020-11-17T19:12:50.971Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 47.15MB / 120.17MB 4.7s [2020-11-17T19:12:51.020Z] #25 10.14 Selecting previously unselected package openssl. [2020-11-17T19:12:51.020Z] #25 10.14 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_arm64.deb ... [2020-11-17T19:12:51.020Z] #25 10.14 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-17T19:12:51.020Z] #25 ... [2020-11-17T19:12:51.020Z] [2020-11-17T19:12:51.020Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:51.158Z] #28 1.071 0.3% ##### 7.1% ######### 13.4% ############## 20.6% ################## 25.5% ###################### 30.7% ######################### 35.2% ################################ 44.5% ####################################### 54.6% ################################################ 66.8% #################################################### 72.9% ############################################################# 85.1% ####################################################################### 99.4% ######################################################################## 100.0% [2020-11-17T19:12:51.158Z] #28 2.546 [2020-11-17T19:12:51.235Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.7s done [2020-11-17T19:12:51.285Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 4.9s done [2020-11-17T19:12:51.413Z] #41 63.51 CC criu/cr-service.o [2020-11-17T19:12:51.473Z] #28 2.690 #=#=# ################### 27.6% ########################################### 60.9% ######################################################################## 100.0% [2020-11-17T19:12:51.496Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 53.82MB / 120.17MB 5.1s [2020-11-17T19:12:51.756Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 60.89MB / 120.17MB 5.4s [2020-11-17T19:12:51.772Z] #28 3.151 [2020-11-17T19:12:51.861Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0.0s done [2020-11-17T19:12:52.025Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.87MB / 120.17MB 5.9s [2020-11-17T19:12:52.071Z] #28 3.280 ########## 14.0% #################################### 50.8% #########28 ... [2020-11-17T19:12:52.071Z] [2020-11-17T19:12:52.071Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:52.071Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 23.0s done [2020-11-17T19:12:52.071Z] #9 DONE 29.5s [2020-11-17T19:12:52.071Z] [2020-11-17T19:12:52.071Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:12:52.071Z] #28 3.280 ########## 14.0% #################################### 50.8% ############################################################### 87.8% ######################################################################## 100.0% [2020-11-17T19:12:52.080Z] #41 64.30 CC criu/crtools.o [2020-11-17T19:12:52.125Z] #8 DONE 21.2s [2020-11-17T19:12:52.125Z] [2020-11-17T19:12:52.125Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-17T19:12:52.125Z] #25 10.40 Selecting previously unselected package ca-certificates. [2020-11-17T19:12:52.125Z] #25 10.40 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-17T19:12:52.125Z] #25 10.41 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-17T19:12:52.125Z] #25 10.49 Selecting previously unselected package libkeyutils1:arm64. [2020-11-17T19:12:52.125Z] #25 10.50 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2020-11-17T19:12:52.125Z] #25 10.50 Unpacking libkeyutils1:arm64 (1.6-6) ... [2020-11-17T19:12:52.125Z] #25 10.55 Selecting previously unselected package libkrb5support0:arm64. [2020-11-17T19:12:52.125Z] #25 10.55 Preparing to unpack .../08-libkrb5support0_1.17-3_arm64.deb ... [2020-11-17T19:12:52.125Z] #25 10.55 Unpacking libkrb5support0:arm64 (1.17-3) ... [2020-11-17T19:12:52.125Z] #25 10.61 Selecting previously unselected package libk5crypto3:arm64. [2020-11-17T19:12:52.125Z] #25 10.61 Preparing to unpack .../09-libk5crypto3_1.17-3_arm64.deb ... [2020-11-17T19:12:52.125Z] #25 10.61 Unpacking libk5crypto3:arm64 (1.17-3) ... [2020-11-17T19:12:52.125Z] #25 10.67 Selecting previously unselected package libkrb5-3:arm64. [2020-11-17T19:12:52.125Z] #25 10.67 Preparing to unpack .../10-libkrb5-3_1.17-3_arm64.deb ... [2020-11-17T19:12:52.125Z] #25 10.67 Unpacking libkrb5-3:arm64 (1.17-3) ... [2020-11-17T19:12:52.125Z] #25 10.83 Selecting previously unselected package libgssapi-krb5-2:arm64. [2020-11-17T19:12:52.125Z] #25 10.83 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_arm64.deb ... [2020-11-17T19:12:52.125Z] #25 10.84 Unpacking libgssapi-krb5-2:arm64 (1.17-3) ... [2020-11-17T19:12:52.125Z] #25 10.95 Selecting previously unselected package libnghttp2-14:arm64. [2020-11-17T19:12:52.125Z] #25 10.95 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2020-11-17T19:12:52.125Z] #25 10.95 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-11-17T19:12:52.125Z] #25 11.02 Selecting previously unselected package libpsl5:arm64. [2020-11-17T19:12:52.125Z] #25 11.03 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2020-11-17T19:12:52.125Z] #25 11.03 Unpacking libpsl5:arm64 (0.20.2-2) ... [2020-11-17T19:12:52.125Z] #25 11.09 Selecting previously unselected package librtmp1:arm64. [2020-11-17T19:12:52.125Z] #25 11.09 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2020-11-17T19:12:52.125Z] #25 11.12 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-17T19:12:52.125Z] #25 11.18 Selecting previously unselected package libssh2-1:arm64. [2020-11-17T19:12:52.125Z] #25 11.18 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2020-11-17T19:12:52.125Z] #25 11.19 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2020-11-17T19:12:52.125Z] #25 11.25 Selecting previously unselected package libcurl4:arm64. [2020-11-17T19:12:52.125Z] #25 11.26 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2020-11-17T19:12:52.125Z] #25 11.26 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-11-17T19:12:52.125Z] #25 11.36 Selecting previously unselected package curl. [2020-11-17T19:12:52.125Z] #25 11.36 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2020-11-17T19:12:52.125Z] #25 11.36 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-17T19:12:52.125Z] #25 11.43 Selecting previously unselected package libonig5:arm64. [2020-11-17T19:12:52.125Z] #25 11.43 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2020-11-17T19:12:52.125Z] #25 11.44 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-11-17T19:12:52.125Z] #25 11.55 Selecting previously unselected package libjq1:arm64. [2020-11-17T19:12:52.125Z] #25 11.55 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-11-17T19:12:52.309Z] #40 ... [2020-11-17T19:12:52.309Z] [2020-11-17T19:12:52.309Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:12:52.309Z] #32 60.67 io [2020-11-17T19:12:52.309Z] #32 62.13 internal/oserror [2020-11-17T19:12:52.309Z] #32 62.29 syscall [2020-11-17T19:12:52.309Z] #32 64.23 reflect [2020-11-17T19:12:52.373Z] #41 64.69 CC criu/eventfd.o [2020-11-17T19:12:52.373Z] #28 ... [2020-11-17T19:12:52.373Z] [2020-11-17T19:12:52.373Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-17T19:12:52.373Z] #10 DONE 0.1s [2020-11-17T19:12:52.373Z] [2020-11-17T19:12:52.373Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-17T19:12:52.373Z] #11 DONE 0.2s [2020-11-17T19:12:52.373Z] [2020-11-17T19:12:52.373Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:12:52.373Z] #28 3.901 [2020-11-17T19:12:52.388Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 10.5s done [2020-11-17T19:12:52.391Z] #25 11.55 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-17T19:12:52.391Z] #25 11.60 Selecting previously unselected package jq. [2020-11-17T19:12:52.391Z] #25 11.60 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-11-17T19:12:52.391Z] #25 11.61 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-17T19:12:52.391Z] #25 11.67 Setting up libkeyutils1:arm64 (1.6-6) ... [2020-11-17T19:12:52.391Z] #25 11.68 Setting up libpsl5:arm64 (0.20.2-2) ... [2020-11-17T19:12:52.391Z] #25 11.69 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u3) ... [2020-11-17T19:12:52.571Z] #32 ... [2020-11-17T19:12:52.571Z] [2020-11-17T19:12:52.571Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:12:52.571Z] #30 65.98 Checking out files: 80% (1229/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 93% (1422/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-17T19:12:52.571Z] #30 67.32 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-17T19:12:52.571Z] #30 68.44 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-17T19:12:52.599Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 73.94MB / 120.17MB 6.2s [2020-11-17T19:12:52.656Z] #25 11.90 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-11-17T19:12:52.656Z] #25 11.91 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:12:52.656Z] #25 11.92 Setting up libkrb5support0:arm64 (1.17-3) ... [2020-11-17T19:12:52.656Z] #25 11.93 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:12:52.656Z] #25 11.94 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-17T19:12:52.656Z] #25 11.95 Setting up libk5crypto3:arm64 (1.17-3) ... [2020-11-17T19:12:52.656Z] #25 11.96 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:12:52.656Z] #25 11.97 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2020-11-17T19:12:52.656Z] #25 11.98 Setting up libkrb5-3:arm64 (1.17-3) ... [2020-11-17T19:12:52.656Z] #25 11.99 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-17T19:12:52.656Z] #25 12.02 Setting up libonig5:arm64 (6.9.1-1) ... [2020-11-17T19:12:52.665Z] #41 64.90 CC criu/eventpoll.o [2020-11-17T19:12:52.701Z] [2020-11-17T19:12:52.701Z] #28 ... [2020-11-17T19:12:52.701Z] [2020-11-17T19:12:52.701Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-17T19:12:52.701Z] #30 DONE 0.1s [2020-11-17T19:12:52.701Z] [2020-11-17T19:12:52.701Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-17T19:12:52.701Z] #38 DONE 0.1s [2020-11-17T19:12:52.701Z] [2020-11-17T19:12:52.701Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:12:52.860Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 81.36MB / 120.17MB 6.5s [2020-11-17T19:12:52.860Z] #8 ... [2020-11-17T19:12:52.860Z] [2020-11-17T19:12:52.860Z] #21 [internal] load build context [2020-11-17T19:12:52.860Z] #21 transferring context: 52.35MB 6.4s done [2020-11-17T19:12:52.860Z] #21 DONE 6.6s [2020-11-17T19:12:52.860Z] [2020-11-17T19:12:52.860Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:52.860Z] #8 ... [2020-11-17T19:12:52.860Z] [2020-11-17T19:12:52.860Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-17T19:12:52.860Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-17T19:12:52.860Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-17T19:12:52.860Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-17T19:12:52.860Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.6s done [2020-11-17T19:12:52.860Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.8s [2020-11-17T19:12:52.860Z] #60 ... [2020-11-17T19:12:52.860Z] [2020-11-17T19:12:52.860Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:52.919Z] #25 12.04 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-17T19:12:52.919Z] #25 12.06 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:12:52.919Z] #25 12.09 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-17T19:12:52.957Z] #41 ... [2020-11-17T19:12:52.957Z] [2020-11-17T19:12:52.957Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:12:52.957Z] #18 19.01 Selecting previously unselected package python3. [2020-11-17T19:12:52.957Z] #18 19.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23860 files and directories currently installed.) [2020-11-17T19:12:52.957Z] #18 19.03 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 19.03 Unpacking python3 (3.7.3-1) ... [2020-11-17T19:12:52.957Z] #18 19.10 Selecting previously unselected package libip4tc0:s390x. [2020-11-17T19:12:52.957Z] #18 19.10 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 19.10 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-11-17T19:12:52.957Z] #18 19.17 Selecting previously unselected package libip6tc0:s390x. [2020-11-17T19:12:52.957Z] #18 19.18 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 19.18 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-11-17T19:12:52.957Z] #18 19.25 Selecting previously unselected package libiptc0:s390x. [2020-11-17T19:12:52.957Z] #18 19.25 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 19.25 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-11-17T19:12:52.957Z] #18 19.30 Selecting previously unselected package libnfnetlink0:s390x. [2020-11-17T19:12:52.957Z] #18 19.30 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 19.30 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-11-17T19:12:52.957Z] #18 19.34 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-11-17T19:12:52.957Z] #18 19.34 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 19.34 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-11-17T19:12:52.957Z] #18 19.41 Selecting previously unselected package libnftnl11:s390x. [2020-11-17T19:12:52.957Z] #18 19.41 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 19.41 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-11-17T19:12:52.957Z] #18 19.46 Selecting previously unselected package iptables. [2020-11-17T19:12:52.957Z] #18 19.46 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 19.46 Unpacking iptables (1.8.2-4) ... [2020-11-17T19:12:52.957Z] #18 19.71 Selecting previously unselected package xxd. [2020-11-17T19:12:52.957Z] #18 19.71 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 19.71 Unpacking xxd (2:8.1.0875-5) ... [2020-11-17T19:12:52.957Z] #18 19.81 Selecting previously unselected package vim-common. [2020-11-17T19:12:52.957Z] #18 19.81 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:12:52.957Z] #18 19.83 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-17T19:12:52.957Z] #18 19.94 Selecting previously unselected package bash-completion. [2020-11-17T19:12:52.957Z] #18 19.94 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-17T19:12:52.957Z] #18 21.07 Unpacking bash-completion (1:2.8-6) ... [2020-11-17T19:12:52.957Z] #18 21.31 Selecting previously unselected package bzip2. [2020-11-17T19:12:52.957Z] #18 21.33 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 21.34 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-17T19:12:52.957Z] #18 21.38 Selecting previously unselected package xz-utils. [2020-11-17T19:12:52.957Z] #18 21.38 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 21.39 Unpacking xz-utils (5.2.4-1) ... [2020-11-17T19:12:52.957Z] #18 21.47 Selecting previously unselected package apparmor. [2020-11-17T19:12:52.957Z] #18 21.47 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 21.52 Unpacking apparmor (2.13.2-10) ... [2020-11-17T19:12:52.957Z] #18 21.77 Selecting previously unselected package aufs-tools. [2020-11-17T19:12:52.957Z] #18 21.77 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 21.77 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-17T19:12:52.957Z] #18 21.86 Selecting previously unselected package libonig5:s390x. [2020-11-17T19:12:52.957Z] #18 21.86 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 21.86 Unpacking libonig5:s390x (6.9.1-1) ... [2020-11-17T19:12:52.957Z] #18 21.96 Selecting previously unselected package libjq1:s390x. [2020-11-17T19:12:52.957Z] #18 21.96 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 21.96 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-17T19:12:52.957Z] #18 22.04 Selecting previously unselected package jq. [2020-11-17T19:12:52.957Z] #18 22.04 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 22.04 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-17T19:12:52.957Z] #18 22.09 Selecting previously unselected package libaio1:s390x. [2020-11-17T19:12:52.957Z] #18 22.09 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 22.09 Unpacking libaio1:s390x (0.3.112-3) ... [2020-11-17T19:12:52.957Z] #18 22.14 Selecting previously unselected package libgpm2:s390x. [2020-11-17T19:12:52.957Z] #18 22.14 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 22.14 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-11-17T19:12:52.957Z] #18 22.18 Selecting previously unselected package libicu63:s390x. [2020-11-17T19:12:52.957Z] #18 22.19 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-11-17T19:12:52.957Z] #18 22.19 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-11-17T19:12:53.123Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 88.11MB / 120.17MB 6.8s [2020-11-17T19:12:53.249Z] #18 24.39 Selecting previously unselected package libnet1:s390x. [2020-11-17T19:12:53.249Z] #18 24.39 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-17T19:12:53.249Z] #18 24.40 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-17T19:12:53.249Z] #18 24.45 Selecting previously unselected package libnl-3-200:s390x. [2020-11-17T19:12:53.249Z] #18 24.45 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-11-17T19:12:53.249Z] #18 24.45 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-11-17T19:12:53.249Z] #18 24.50 Selecting previously unselected package libprotobuf-c1:s390x. [2020-11-17T19:12:53.249Z] #18 24.50 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-11-17T19:12:53.249Z] #18 24.50 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-17T19:12:53.249Z] #18 24.54 Selecting previously unselected package libreadline5:s390x. [2020-11-17T19:12:53.249Z] #18 24.54 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-11-17T19:12:53.249Z] #18 24.54 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-11-17T19:12:53.249Z] #18 24.61 Selecting previously unselected package net-tools. [2020-11-17T19:12:53.249Z] #18 24.61 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-11-17T19:12:53.249Z] #18 24.61 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-17T19:12:53.249Z] #18 24.73 Selecting previously unselected package python-pip-whl. [2020-11-17T19:12:53.385Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 95.60MB / 120.17MB 7.2s [2020-11-17T19:12:53.497Z] #25 12.76 Updating certificates in /etc/ssl/certs... [2020-11-17T19:12:53.541Z] #18 24.73 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-17T19:12:53.541Z] #18 24.73 Unpacking python-pip-whl (18.1-5) ... [2020-11-17T19:12:53.863Z] #18 25.15 Selecting previously unselected package python3-lib2to3. [2020-11-17T19:12:53.863Z] #18 25.15 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-17T19:12:53.863Z] #18 25.16 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-17T19:12:53.863Z] #18 25.27 Selecting previously unselected package python3-distutils. [2020-11-17T19:12:53.957Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 105.52MB / 120.17MB 7.6s [2020-11-17T19:12:53.957Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2020-11-17T19:12:53.960Z] #30 ... [2020-11-17T19:12:53.960Z] [2020-11-17T19:12:53.960Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:12:53.960Z] #49 72.47 syscall [2020-11-17T19:12:54.156Z] #18 25.27 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-17T19:12:54.156Z] #18 25.28 Unpacking python3-distutils (3.7.3-1) ... [2020-11-17T19:12:54.156Z] #18 25.37 Selecting previously unselected package python3-pip. [2020-11-17T19:12:54.156Z] #18 25.37 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-17T19:12:54.156Z] #18 25.37 Unpacking python3-pip (18.1-5) ... [2020-11-17T19:12:54.156Z] #18 25.49 Selecting previously unselected package python3-pkg-resources. [2020-11-17T19:12:54.156Z] #18 25.49 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-17T19:12:54.156Z] #18 25.49 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-17T19:12:54.218Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 114.01MB / 120.17MB 7.9s [2020-11-17T19:12:54.221Z] #49 72.52 reflect [2020-11-17T19:12:54.325Z] #28 4.033 0.1% ## 2.8% ##### 7.4% ########### 15.6% ################### 27.7% ########################### 38.4% ################################## 48.1% ######################################### 57.5% ############################################### 65.7% ################################################### 71.3% ########################################################## 81.9% ############################################################### 88.2% ################################################################## 92.0% ##################################################################### 95.9% ######################################################################## 100.0% [2020-11-17T19:12:54.448Z] #25 13.54 126 added, 0 removed; done. [2020-11-17T19:12:54.449Z] #18 25.60 Selecting previously unselected package python3-setuptools. [2020-11-17T19:12:54.449Z] #18 25.60 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-17T19:12:54.449Z] #18 25.60 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-17T19:12:54.449Z] #18 25.71 Selecting previously unselected package python3-wheel. [2020-11-17T19:12:54.449Z] #18 25.71 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-17T19:12:54.449Z] #18 25.72 Unpacking python3-wheel (0.32.3-2) ... [2020-11-17T19:12:54.449Z] #18 25.77 Selecting previously unselected package sudo. [2020-11-17T19:12:54.449Z] #18 25.77 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-11-17T19:12:54.449Z] #18 25.77 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-17T19:12:54.478Z] #8 ... [2020-11-17T19:12:54.478Z] [2020-11-17T19:12:54.478Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-17T19:12:54.478Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.1s done [2020-11-17T19:12:54.478Z] #60 DONE 8.2s [2020-11-17T19:12:54.478Z] [2020-11-17T19:12:54.478Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:54.478Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.1s [2020-11-17T19:12:54.795Z] #49 ... [2020-11-17T19:12:54.795Z] [2020-11-17T19:12:54.795Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:12:54.795Z] #11 63.12 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-17T19:12:54.795Z] #11 63.40 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-17T19:12:54.795Z] #11 63.41 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-17T19:12:54.795Z] #11 68.05 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-17T19:12:54.795Z] #11 71.47 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-11-17T19:12:54.795Z] #11 71.47 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-11-17T19:12:54.795Z] #11 71.49 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-17T19:12:54.795Z] #11 71.49 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-17T19:12:54.795Z] #11 71.49 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-17T19:12:54.795Z] #11 71.49 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-11-17T19:12:54.795Z] #11 71.53 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-11-17T19:12:54.795Z] #11 71.61 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-11-17T19:12:54.795Z] #11 71.61 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-11-17T19:12:54.795Z] #11 71.65 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-11-17T19:12:54.795Z] #11 71.67 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-11-17T19:12:54.795Z] #11 71.78 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-11-17T19:12:54.795Z] #11 71.82 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-17T19:12:54.795Z] #11 71.82 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-11-17T19:12:54.795Z] #11 71.84 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-11-17T19:12:54.795Z] #11 ... [2020-11-17T19:12:54.795Z] [2020-11-17T19:12:54.795Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:12:54.795Z] #40 71.67 Selecting previously unselected package libprotoc17:amd64. [2020-11-17T19:12:54.795Z] #40 71.68 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-11-17T19:12:54.795Z] #40 71.69 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-17T19:12:54.795Z] #40 72.71 Selecting previously unselected package protobuf-c-compiler. [2020-11-17T19:12:54.795Z] #40 72.74 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-11-17T19:12:54.795Z] #40 72.75 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-17T19:12:54.795Z] #40 72.94 Selecting previously unselected package protobuf-compiler. [2020-11-17T19:12:54.795Z] #40 72.96 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-11-17T19:12:54.795Z] #40 72.98 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-17T19:12:54.795Z] #40 73.20 Selecting previously unselected package python-pkg-resources. [2020-11-17T19:12:54.795Z] #40 73.21 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-17T19:12:54.795Z] #40 73.21 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-17T19:12:54.924Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.1s done [2020-11-17T19:12:54.924Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-11-17T19:12:55.040Z] #28 6.578 #=#=# [2020-11-17T19:12:55.083Z] #18 26.16 Selecting previously unselected package thin-provisioning-tools. [2020-11-17T19:12:55.083Z] #18 26.16 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-11-17T19:12:55.083Z] #18 26.17 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-17T19:12:55.083Z] #18 26.31 Selecting previously unselected package uidmap. [2020-11-17T19:12:55.083Z] #18 26.31 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-11-17T19:12:55.083Z] #18 26.32 Unpacking uidmap (1:4.5-1.1) ... [2020-11-17T19:12:55.083Z] #18 26.40 Selecting previously unselected package vim-runtime. [2020-11-17T19:12:55.083Z] #18 26.40 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:12:55.083Z] #18 26.42 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-17T19:12:55.083Z] #18 26.44 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-17T19:12:55.083Z] #18 26.44 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-17T19:12:55.368Z] #40 73.87 Selecting previously unselected package python-six. [2020-11-17T19:12:55.368Z] #40 73.87 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-17T19:12:55.463Z] #25 14.62 Setting up libgssapi-krb5-2:arm64 (1.17-3) ... [2020-11-17T19:12:55.487Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done [2020-11-17T19:12:55.629Z] #40 73.88 Unpacking python-six (1.12.0-1) ... [2020-11-17T19:12:55.629Z] #40 74.02 Selecting previously unselected package python-protobuf. [2020-11-17T19:12:55.629Z] #40 74.02 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-11-17T19:12:55.629Z] #40 74.02 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-17T19:12:55.726Z] #25 15.02 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-17T19:12:55.726Z] #25 15.05 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-11-17T19:12:55.726Z] #25 15.09 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-17T19:12:55.726Z] #25 15.11 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:12:55.726Z] #25 15.14 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-17T19:12:55.745Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-11-17T19:12:55.868Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.4s done [2020-11-17T19:12:55.989Z] #25 15.15 Updating certificates in /etc/ssl/certs... [2020-11-17T19:12:56.004Z] #8 ... [2020-11-17T19:12:56.004Z] [2020-11-17T19:12:56.004Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-17T19:12:56.004Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 50.40MB / 50.40MB 7.4s done [2020-11-17T19:12:56.004Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 6.1s done [2020-11-17T19:12:56.004Z] #24 DONE 14.4s [2020-11-17T19:12:56.004Z] [2020-11-17T19:12:56.004Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:56.004Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2020-11-17T19:12:56.128Z] #8 ... [2020-11-17T19:12:56.128Z] [2020-11-17T19:12:56.128Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-17T19:12:56.128Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-17T19:12:56.128Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-17T19:12:56.128Z] #24 sha256:60cb30babcd1740309903c37d3d408407d190cf73015aeddec9086ef3f393a5d 529B / 529B done [2020-11-17T19:12:56.128Z] #24 sha256:1510e850178318cd2b654439b56266e7b6cbff36f95f343f662c708cd51d0610 1.50kB / 1.50kB done [2020-11-17T19:12:56.128Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 50.40MB / 50.40MB 7.9s done [2020-11-17T19:12:56.128Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 1.5s [2020-11-17T19:12:56.257Z] #25 ... [2020-11-17T19:12:56.257Z] [2020-11-17T19:12:56.257Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-17T19:12:56.257Z] #9 DONE 4.1s [2020-11-17T19:12:56.257Z] [2020-11-17T19:12:56.257Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-17T19:12:56.260Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-11-17T19:12:56.389Z] #24 ... [2020-11-17T19:12:56.389Z] [2020-11-17T19:12:56.389Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:12:56.576Z] #40 ... [2020-11-17T19:12:56.576Z] [2020-11-17T19:12:56.576Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:12:56.576Z] #54 1.919 + RM_GOPATH=0 [2020-11-17T19:12:56.576Z] #54 1.919 + TMP_GOPATH= [2020-11-17T19:12:56.576Z] #54 1.919 + : /build [2020-11-17T19:12:56.576Z] #54 1.920 + '[' -z '' ']' [2020-11-17T19:12:56.576Z] #54 1.920 ++ mktemp -d [2020-11-17T19:12:56.576Z] #54 1.935 + export GOPATH=/tmp/tmp.bAug1zyisc [2020-11-17T19:12:56.576Z] #54 1.935 + GOPATH=/tmp/tmp.bAug1zyisc [2020-11-17T19:12:56.576Z] #54 1.938 + RM_GOPATH=1 [2020-11-17T19:12:56.576Z] #54 1.938 + case "$(go env GOARCH)" in [2020-11-17T19:12:56.576Z] #54 1.940 ++ go env GOARCH [2020-11-17T19:12:56.576Z] #54 1.975 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:12:56.576Z] #54 1.976 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:12:56.576Z] #54 1.978 ++ dirname /tmp/install/install.sh [2020-11-17T19:12:56.576Z] #54 1.991 + dir=/tmp/install [2020-11-17T19:12:56.576Z] #54 1.991 + bin=containerd [2020-11-17T19:12:56.576Z] #54 1.991 + shift [2020-11-17T19:12:56.576Z] #54 1.995 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-17T19:12:56.576Z] #54 1.995 + . /tmp/install/containerd.installer [2020-11-17T19:12:56.576Z] #54 1.997 ++ set -e [2020-11-17T19:12:56.576Z] #54 1.997 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:12:56.576Z] #54 1.998 + install_containerd [2020-11-17T19:12:56.576Z] #54 2.007 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-17T19:12:56.576Z] #54 2.009 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:12:56.576Z] #54 2.011 + git clone https://github.com/containerd/containerd.git /tmp/tmp.bAug1zyisc/src/github.com/containerd/containerd [2020-11-17T19:12:56.576Z] #54 2.028 Cloning into '/tmp/tmp.bAug1zyisc/src/github.com/containerd/containerd'... [2020-11-17T19:12:56.576Z] #54 ... [2020-11-17T19:12:56.576Z] [2020-11-17T19:12:56.576Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:12:56.576Z] #40 74.87 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-17T19:12:57.149Z] #40 ... [2020-11-17T19:12:57.149Z] [2020-11-17T19:12:57.149Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:12:57.149Z] #34 65.67 Selecting previously unselected package cmake-data. [2020-11-17T19:12:57.149Z] #34 65.67 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-17T19:12:57.149Z] #34 65.70 Unpacking cmake-data (3.13.4-1) ... [2020-11-17T19:12:57.149Z] #34 70.08 Selecting previously unselected package libicu63:amd64. [2020-11-17T19:12:57.149Z] #34 70.09 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-17T19:12:57.149Z] #34 70.11 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-17T19:12:57.194Z] #18 28.45 Selecting previously unselected package vim. [2020-11-17T19:12:57.194Z] #18 28.46 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-11-17T19:12:57.194Z] #18 28.47 Unpacking vim (2:8.1.0875-5) ... [2020-11-17T19:12:57.211Z] #10 DONE 0.9s [2020-11-17T19:12:57.211Z] [2020-11-17T19:12:57.211Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-17T19:12:57.211Z] #25 16.03 0 added, 0 removed; done. [2020-11-17T19:12:57.211Z] #25 16.03 Running hooks in /etc/ca-certificates/update.d... [2020-11-17T19:12:57.211Z] #25 16.03 done. [2020-11-17T19:12:57.211Z] #25 DONE 16.2s [2020-11-17T19:12:57.211Z] [2020-11-17T19:12:57.211Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-17T19:12:57.211Z] #26 DONE 0.1s [2020-11-17T19:12:57.211Z] [2020-11-17T19:12:57.211Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:12:57.211Z] #53 ... [2020-11-17T19:12:57.211Z] [2020-11-17T19:12:57.211Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-17T19:12:57.211Z] #37 DONE 0.2s [2020-11-17T19:12:57.211Z] [2020-11-17T19:12:57.211Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-17T19:12:57.211Z] #29 DONE 0.2s [2020-11-17T19:12:57.211Z] [2020-11-17T19:12:57.211Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:12:57.411Z] #34 ... [2020-11-17T19:12:57.411Z] [2020-11-17T19:12:57.411Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:12:57.411Z] #11 73.47 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:12:57.411Z] #11 73.87 Fetched 77.7 MB in 11s (7349 kB/s) [2020-11-17T19:12:57.411Z] #11 73.95 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-17T19:12:57.411Z] #11 73.95 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-17T19:12:57.411Z] #11 74.10 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-11-17T19:12:57.411Z] #11 74.11 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-17T19:12:57.486Z] #18 28.80 Selecting previously unselected package xfsprogs. [2020-11-17T19:12:57.486Z] #18 28.81 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-11-17T19:12:57.486Z] #18 28.81 Unpacking xfsprogs (4.20.0-1) ... [2020-11-17T19:12:57.672Z] #11 ... [2020-11-17T19:12:57.672Z] [2020-11-17T19:12:57.672Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:12:57.672Z] #43 66.02 reflect [2020-11-17T19:12:57.672Z] #43 67.04 syscall [2020-11-17T19:12:57.672Z] #43 ... [2020-11-17T19:12:57.672Z] [2020-11-17T19:12:57.672Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:12:57.672Z] #32 72.71 time [2020-11-17T19:12:57.779Z] #18 29.08 Selecting previously unselected package zip. [2020-11-17T19:12:57.779Z] #18 29.08 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-11-17T19:12:57.779Z] #18 29.08 Unpacking zip (3.0-11+b1) ... [2020-11-17T19:12:57.779Z] #18 29.25 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-17T19:12:57.779Z] #18 29.26 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-17T19:12:57.779Z] #18 29.27 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-11-17T19:12:57.779Z] #18 29.28 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-11-17T19:12:57.779Z] #18 29.29 Setting up libgpm2:s390x (1.20.7-5) ... [2020-11-17T19:12:57.779Z] #18 29.29 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-11-17T19:12:57.779Z] #18 29.30 Setting up uidmap (1:4.5-1.1) ... [2020-11-17T19:12:57.779Z] #18 29.31 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-11-17T19:12:57.779Z] #18 29.31 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-17T19:12:58.072Z] #18 29.32 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-17T19:12:58.072Z] #18 29.33 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-17T19:12:58.072Z] #18 29.33 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-11-17T19:12:58.072Z] #18 29.34 Setting up xxd (2:8.1.0875-5) ... [2020-11-17T19:12:58.072Z] #18 29.34 Setting up zip (3.0-11+b1) ... [2020-11-17T19:12:58.072Z] #18 29.35 Setting up vim-common (2:8.1.0875-5) ... [2020-11-17T19:12:58.072Z] #18 29.36 Setting up bash-completion (1:2.8-6) ... [2020-11-17T19:12:59.585Z] #18 30.70 Setting up libiptc0:s390x (1.8.2-4) ... [2020-11-17T19:12:59.585Z] #18 30.71 Setting up xz-utils (5.2.4-1) ... [2020-11-17T19:12:59.585Z] #18 30.72 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-17T19:12:59.585Z] #18 30.72 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-17T19:12:59.585Z] #18 30.75 invoke-rc.d: could not determine current runlevel [2020-11-17T19:12:59.585Z] #18 30.75 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-17T19:12:59.585Z] #18 30.76 Setting up pigz (2.4-1) ... [2020-11-17T19:12:59.585Z] #18 30.76 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-11-17T19:12:59.585Z] #18 30.77 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-11-17T19:12:59.585Z] #18 30.78 Setting up python-pip-whl (18.1-5) ... [2020-11-17T19:12:59.585Z] #18 30.79 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-11-17T19:12:59.585Z] #18 30.79 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-17T19:12:59.585Z] #18 30.99 Setting up libaio1:s390x (0.3.112-3) ... [2020-11-17T19:12:59.585Z] #18 30.99 Setting up libonig5:s390x (6.9.1-1) ... [2020-11-17T19:12:59.706Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.5s [2020-11-17T19:12:59.706Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.8s done [2020-11-17T19:12:59.877Z] #18 31.00 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-11-17T19:12:59.877Z] #18 31.00 Setting up vim (2:8.1.0875-5) ... [2020-11-17T19:12:59.877Z] #18 31.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-17T19:12:59.877Z] #18 31.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-17T19:12:59.877Z] #18 31.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-17T19:12:59.877Z] #18 31.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-17T19:12:59.877Z] #18 31.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-17T19:12:59.877Z] #18 31.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-17T19:12:59.877Z] #18 31.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-17T19:12:59.877Z] #18 31.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-17T19:12:59.877Z] #18 31.04 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-17T19:12:59.877Z] #18 31.04 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-17T19:12:59.877Z] #18 31.05 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-11-17T19:12:59.877Z] #18 31.06 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-17T19:12:59.877Z] #18 31.06 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-11-17T19:12:59.877Z] #18 31.07 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-17T19:13:00.226Z] #32 ... [2020-11-17T19:13:00.226Z] [2020-11-17T19:13:00.226Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:00.226Z] #43 78.55 time [2020-11-17T19:13:00.276Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-11-17T19:13:01.219Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.0s done [2020-11-17T19:13:01.389Z] #18 32.92 Setting up iptables (1.8.2-4) ... [2020-11-17T19:13:01.479Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-11-17T19:13:01.521Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.0s [2020-11-17T19:13:01.521Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s done [2020-11-17T19:13:01.681Z] #18 32.93 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-17T19:13:01.681Z] #18 32.94 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-17T19:13:01.681Z] #18 32.94 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-17T19:13:01.682Z] #18 32.95 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-17T19:13:01.682Z] #18 32.96 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-17T19:13:01.682Z] #18 32.96 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-17T19:13:01.682Z] #18 32.97 Setting up python3 (3.7.3-1) ... [2020-11-17T19:13:01.682Z] #18 33.21 Setting up python3-wheel (0.32.3-2) ... [2020-11-17T19:13:01.752Z] #43 ... [2020-11-17T19:13:01.752Z] [2020-11-17T19:13:01.752Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:01.752Z] #45 DONE 80.3s [2020-11-17T19:13:01.777Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-11-17T19:13:02.079Z] [2020-11-17T19:13:02.079Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:02.079Z] #11 78.80 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-17T19:13:02.079Z] #11 78.80 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-11-17T19:13:02.079Z] #11 78.81 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-17T19:13:02.328Z] #18 33.61 Setting up apparmor (2.13.2-10) ... [2020-11-17T19:13:02.422Z] #8 ... [2020-11-17T19:13:02.422Z] [2020-11-17T19:13:02.422Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-17T19:13:02.422Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 7.4s done [2020-11-17T19:13:02.422Z] #24 DONE 16.0s [2020-11-17T19:13:02.422Z] [2020-11-17T19:13:02.422Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:13:02.422Z] #8 ... [2020-11-17T19:13:02.422Z] [2020-11-17T19:13:02.422Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-17T19:13:02.440Z] #28 6.846 0.0% 0.6% # 1.5% # 2.4% ### 4.7% #### 5.8% ##### 7.3% ###### 8.3% ####### 10.0% ######## 11.6% ######## 12.1% ######### 13.3% ######### 13.9% ########## 15.0% ########### 16.6% ############ 17.1% ############# 18.2% ############# 19.3% ############### 20.9% ################ 23.3% ################# 24.3% ################# 24.9% ################### 26.5% ################### 27.6% ##################### 29.8% ###################### 31.8% ######################## 33.4% ######################## 34.5% ######################### 36.1% ########################### 37.7% ########################### 38.8% ############################# 40.4% ############################## 42.6% ############################### 43.1% ############################### 43.7% ################################# 45.8% ################################# 46.9% ################################### 49.1% #################################### 50.7% ##################################### 52.3% ###################################### 54.0% ####################################### 54.5% ######################################## 56.1% ######################################### 58.2% ########################################## 59.6% ############################################ 61.2% ############################################# 63.6% ############################################### 65.8% ################################################ 67.9% ################################################## 70.2% ################################################## 70.7% #################################################### 72.8% ###################################################### 75.5% ####################################################### 77.7% ######################################################### 80.0% ########################################################### 82.7% ############################################################# 85.2% ############################################################## 86.6% ############################################################### 88.0% ### [2020-11-17T19:13:02.440Z] #28 ... [2020-11-17T19:13:02.440Z] [2020-11-17T19:13:02.440Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:02.440Z] #62 0.870 + RM_GOPATH=0 [2020-11-17T19:13:02.440Z] #62 0.870 + TMP_GOPATH= [2020-11-17T19:13:02.440Z] #62 0.870 + : /build [2020-11-17T19:13:02.440Z] #62 0.870 + '[' -z '' ']' [2020-11-17T19:13:02.440Z] #62 0.871 ++ mktemp -d [2020-11-17T19:13:02.440Z] #62 0.886 + export GOPATH=/tmp/tmp.GfiguwygEn [2020-11-17T19:13:02.440Z] #62 0.886 + GOPATH=/tmp/tmp.GfiguwygEn [2020-11-17T19:13:02.440Z] #62 0.886 + RM_GOPATH=1 [2020-11-17T19:13:02.440Z] #62 0.887 + case "$(go env GOARCH)" in [2020-11-17T19:13:02.440Z] #62 0.888 ++ go env GOARCH [2020-11-17T19:13:02.440Z] #62 0.938 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:02.440Z] #62 0.938 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:02.440Z] #62 0.939 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:02.440Z] #62 0.942 + dir=/tmp/install [2020-11-17T19:13:02.440Z] #62 0.943 + bin=proxy [2020-11-17T19:13:02.440Z] #62 0.943 + shift [2020-11-17T19:13:02.440Z] #62 0.943 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-17T19:13:02.440Z] #62 0.943 + . /tmp/install/proxy.installer [2020-11-17T19:13:02.440Z] #62 0.943 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:13:02.440Z] #62 0.944 + install_proxy [2020-11-17T19:13:02.440Z] #62 0.945 + case "$1" in [2020-11-17T19:13:02.440Z] #62 0.945 + export CGO_ENABLED=0 [2020-11-17T19:13:02.440Z] #62 0.945 + CGO_ENABLED=0 [2020-11-17T19:13:02.440Z] #62 0.946 + _install_proxy [2020-11-17T19:13:02.440Z] #62 0.946 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-17T19:13:02.440Z] #62 0.947 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:13:02.440Z] #62 0.947 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.GfiguwygEn/src/github.com/docker/libnetwork [2020-11-17T19:13:02.440Z] #62 0.959 Cloning into '/tmp/tmp.GfiguwygEn/src/github.com/docker/libnetwork'... [2020-11-17T19:13:02.440Z] #62 ... [2020-11-17T19:13:02.440Z] [2020-11-17T19:13:02.440Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:02.440Z] #46 0.940 + RM_GOPATH=0 [2020-11-17T19:13:02.440Z] #46 0.940 + TMP_GOPATH= [2020-11-17T19:13:02.440Z] #46 0.941 + : /build [2020-11-17T19:13:02.440Z] #46 0.944 + '[' -z '' ']' [2020-11-17T19:13:02.440Z] #46 0.948 ++ mktemp -d [2020-11-17T19:13:02.440Z] #46 0.960 + export GOPATH=/tmp/tmp.Hp3ki4zz7o [2020-11-17T19:13:02.440Z] #46 0.963 + GOPATH=/tmp/tmp.Hp3ki4zz7o [2020-11-17T19:13:02.440Z] #46 0.963 + RM_GOPATH=1 [2020-11-17T19:13:02.440Z] #46 0.964 + case "$(go env GOARCH)" in [2020-11-17T19:13:02.440Z] #46 0.967 ++ go env GOARCH [2020-11-17T19:13:02.440Z] #46 1.072 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:02.440Z] #46 1.072 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:02.440Z] #46 1.073 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:02.440Z] #46 1.098 + dir=/tmp/install [2020-11-17T19:13:02.440Z] #46 1.098 + bin=gotestsum [2020-11-17T19:13:02.440Z] #46 1.098 + shift [2020-11-17T19:13:02.440Z] #46 1.099 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-17T19:13:02.440Z] #46 1.099 + . /tmp/install/gotestsum.installer [2020-11-17T19:13:02.440Z] #46 1.100 ++ : v0.5.3 [2020-11-17T19:13:02.440Z] #46 1.100 + install_gotestsum [2020-11-17T19:13:02.440Z] #46 1.101 + set -e [2020-11-17T19:13:02.440Z] #46 1.102 + export GO111MODULE=on [2020-11-17T19:13:02.440Z] #46 1.102 + GO111MODULE=on [2020-11-17T19:13:02.440Z] #46 1.102 + GOBIN=/build [2020-11-17T19:13:02.440Z] #46 1.102 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-17T19:13:02.440Z] #46 1.224 go: finding gotest.tools v0.5.3 [2020-11-17T19:13:02.440Z] #46 1.225 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-17T19:13:02.440Z] #46 2.124 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-17T19:13:02.440Z] #46 3.349 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-17T19:13:02.440Z] #46 5.319 go: downloading github.com/pkg/errors v0.9.1 [2020-11-17T19:13:02.440Z] #46 5.370 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:13:02.440Z] #46 5.438 go: downloading github.com/fatih/color v1.9.0 [2020-11-17T19:13:02.440Z] #46 5.480 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:13:02.440Z] #46 5.504 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-17T19:13:02.440Z] #46 5.664 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:13:02.440Z] #46 5.735 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:13:02.440Z] #46 5.746 go: extracting github.com/pkg/errors v0.9.1 [2020-11-17T19:13:02.440Z] #46 5.986 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:13:02.440Z] #46 6.034 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:13:02.440Z] #46 6.224 go: extracting github.com/fatih/color v1.9.0 [2020-11-17T19:13:02.440Z] #46 6.360 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:13:02.440Z] #46 6.407 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:13:02.440Z] #46 6.471 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:13:02.440Z] #46 6.794 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:13:02.440Z] #46 7.008 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:13:02.440Z] #46 7.013 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-17T19:13:02.440Z] #46 7.606 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:13:02.440Z] #46 7.809 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:13:02.440Z] #46 10.05 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:13:02.599Z] #30 4.632 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-17T19:13:02.599Z] #30 4.634 Cloning into '.'... [2020-11-17T19:13:02.599Z] #30 ... [2020-11-17T19:13:02.599Z] [2020-11-17T19:13:02.599Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:02.599Z] #53 5.392 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:02.599Z] #53 5.417 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:02.599Z] #53 5.418 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:02.789Z] #46 ... [2020-11-17T19:13:02.789Z] [2020-11-17T19:13:02.789Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:02.789Z] #23 0.841 + RM_GOPATH=0 [2020-11-17T19:13:02.789Z] #23 0.842 + TMP_GOPATH= [2020-11-17T19:13:02.789Z] #23 0.842 + : /build [2020-11-17T19:13:02.789Z] #23 0.842 + '[' -z '' ']' [2020-11-17T19:13:02.789Z] #23 0.898 ++ mktemp -d [2020-11-17T19:13:02.789Z] #23 0.909 + export GOPATH=/tmp/tmp.A8bJUSz1hE [2020-11-17T19:13:02.789Z] #23 0.909 + GOPATH=/tmp/tmp.A8bJUSz1hE [2020-11-17T19:13:02.789Z] #23 0.910 + RM_GOPATH=1 [2020-11-17T19:13:02.789Z] #23 0.910 + case "$(go env GOARCH)" in [2020-11-17T19:13:02.789Z] #23 0.910 ++ go env GOARCH [2020-11-17T19:13:02.789Z] #23 0.978 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:02.789Z] #23 0.985 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:02.789Z] #23 0.986 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:02.789Z] #23 0.988 + dir=/tmp/install [2020-11-17T19:13:02.789Z] #23 0.988 + bin=dockercli [2020-11-17T19:13:02.789Z] #23 0.989 + shift [2020-11-17T19:13:02.789Z] #23 0.992 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-17T19:13:02.789Z] #23 0.993 + . /tmp/install/dockercli.installer [2020-11-17T19:13:02.789Z] #23 0.993 ++ : stable [2020-11-17T19:13:02.789Z] #23 0.993 ++ : 17.06.2-ce [2020-11-17T19:13:02.789Z] #23 0.994 + install_dockercli [2020-11-17T19:13:02.789Z] #23 0.995 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-17T19:13:02.789Z] #23 0.995 Install docker/cli version 17.06.2-ce from stable [2020-11-17T19:13:02.789Z] #23 0.998 ++ uname -m [2020-11-17T19:13:02.789Z] #23 1.003 + arch=ppc64le [2020-11-17T19:13:02.789Z] #23 1.005 + '[' ppc64le '!=' x86_64 ']' [2020-11-17T19:13:02.789Z] #23 1.005 + '[' ppc64le '!=' s390x ']' [2020-11-17T19:13:02.789Z] #23 1.006 + '[' ppc64le '!=' armhf ']' [2020-11-17T19:13:02.789Z] #23 1.006 + build_dockercli [2020-11-17T19:13:02.789Z] #23 1.007 + git clone https://github.com/docker/docker-ce /tmp/tmp.A8bJUSz1hE/tmp/docker-ce [2020-11-17T19:13:02.789Z] #23 1.011 Cloning into '/tmp/tmp.A8bJUSz1hE/tmp/docker-ce'... [2020-11-17T19:13:02.789Z] #23 ... [2020-11-17T19:13:02.789Z] [2020-11-17T19:13:02.789Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:02.789Z] #48 0.877 + RM_GOPATH=0 [2020-11-17T19:13:02.789Z] #48 0.878 + TMP_GOPATH= [2020-11-17T19:13:02.789Z] #48 0.878 + : /build [2020-11-17T19:13:02.789Z] #48 0.878 + '[' -z '' ']' [2020-11-17T19:13:02.789Z] #48 0.878 ++ mktemp -d [2020-11-17T19:13:02.789Z] #48 0.892 + export GOPATH=/tmp/tmp.MZJ7IlXYMn [2020-11-17T19:13:02.789Z] #48 0.892 + GOPATH=/tmp/tmp.MZJ7IlXYMn [2020-11-17T19:13:02.789Z] #48 0.892 + RM_GOPATH=1 [2020-11-17T19:13:02.789Z] #48 0.893 + case "$(go env GOARCH)" in [2020-11-17T19:13:02.789Z] #48 0.895 ++ go env GOARCH [2020-11-17T19:13:02.789Z] #48 0.955 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:02.789Z] #48 0.988 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:02.789Z] #48 0.989 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:02.789Z] #48 0.995 + dir=/tmp/install [2020-11-17T19:13:02.789Z] #48 0.995 + bin=golangci_lint [2020-11-17T19:13:02.789Z] #48 0.995 + shift [2020-11-17T19:13:02.789Z] #48 0.996 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-17T19:13:02.789Z] #48 0.996 + . /tmp/install/golangci_lint.installer [2020-11-17T19:13:02.789Z] #48 0.997 ++ : v1.23.8 [2020-11-17T19:13:02.789Z] #48 0.998 + install_golangci_lint [2020-11-17T19:13:02.789Z] #48 0.998 + set -e [2020-11-17T19:13:02.789Z] #48 0.999 + export GO111MODULE=on [2020-11-17T19:13:02.789Z] #48 0.999 + GO111MODULE=on [2020-11-17T19:13:02.789Z] #48 0.999 + GOBIN=/build [2020-11-17T19:13:02.789Z] #48 0.999 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-17T19:13:02.789Z] #48 1.117 go: finding github.com v1.23.8 [2020-11-17T19:13:02.789Z] #48 1.120 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-17T19:13:02.789Z] #48 1.121 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:13:02.789Z] #48 1.122 go: finding github.com/golangci v1.23.8 [2020-11-17T19:13:02.789Z] #48 1.122 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-17T19:13:02.789Z] #48 2.275 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:13:02.789Z] #48 4.031 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:13:02.789Z] #48 ... [2020-11-17T19:13:02.789Z] [2020-11-17T19:13:02.789Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:02.789Z] #12 1.257 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:02.789Z] #12 1.574 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:02.789Z] #12 1.612 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:02.789Z] #12 2.990 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-17T19:13:02.966Z] #18 34.49 Setting up xfsprogs (4.20.0-1) ... [2020-11-17T19:13:02.966Z] #18 ... [2020-11-17T19:13:02.966Z] [2020-11-17T19:13:02.966Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:02.966Z] #41 65.49 CC criu/external.o [2020-11-17T19:13:02.966Z] #41 65.64 CC criu/fault-injection.o [2020-11-17T19:13:02.966Z] #41 65.72 CC criu/fdstore.o [2020-11-17T19:13:02.966Z] #41 65.97 CC criu/fifo.o [2020-11-17T19:13:02.966Z] #41 66.14 CC criu/file-ids.o [2020-11-17T19:13:02.966Z] #41 66.27 CC criu/file-lock.o [2020-11-17T19:13:02.966Z] #41 66.94 CC criu/files-ext.o [2020-11-17T19:13:02.966Z] #41 67.27 CC criu/files-reg.o [2020-11-17T19:13:02.966Z] #41 68.54 CC criu/files.o [2020-11-17T19:13:02.966Z] #41 69.68 CC criu/filesystems.o [2020-11-17T19:13:02.966Z] #41 70.18 CC criu/fsnotify.o [2020-11-17T19:13:02.966Z] #41 70.79 CC criu/image-desc.o [2020-11-17T19:13:02.966Z] #41 70.92 CC criu/image.o [2020-11-17T19:13:02.966Z] #41 71.39 CC criu/ipc_ns.o [2020-11-17T19:13:02.966Z] #41 71.99 CC criu/irmap.o [2020-11-17T19:13:02.966Z] #41 72.40 CC criu/kcmp-ids.o [2020-11-17T19:13:02.966Z] #41 72.55 CC criu/kerndat.o [2020-11-17T19:13:02.966Z] #41 73.02 CC criu/libnetlink.o [2020-11-17T19:13:02.966Z] #41 73.27 CC criu/log.o [2020-11-17T19:13:02.966Z] #41 73.55 CC criu/lsm.o [2020-11-17T19:13:02.966Z] #41 73.76 CC criu/mem.o [2020-11-17T19:13:02.966Z] #41 74.69 CC criu/memfd.o [2020-11-17T19:13:02.966Z] #41 75.05 CC criu/mount.o [2020-11-17T19:13:03.097Z] #12 ... [2020-11-17T19:13:03.097Z] [2020-11-17T19:13:03.097Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:03.097Z] #57 0.808 + RM_GOPATH=0 [2020-11-17T19:13:03.097Z] #57 0.808 + TMP_GOPATH= [2020-11-17T19:13:03.097Z] #57 0.808 + : /build [2020-11-17T19:13:03.097Z] #57 0.808 + '[' -z '' ']' [2020-11-17T19:13:03.097Z] #57 0.809 ++ mktemp -d [2020-11-17T19:13:03.097Z] #57 0.811 + export GOPATH=/tmp/tmp.UNGuIhsdJF [2020-11-17T19:13:03.097Z] #57 0.811 + GOPATH=/tmp/tmp.UNGuIhsdJF [2020-11-17T19:13:03.097Z] #57 0.811 + RM_GOPATH=1 [2020-11-17T19:13:03.097Z] #57 0.812 + case "$(go env GOARCH)" in [2020-11-17T19:13:03.097Z] #57 0.813 ++ go env GOARCH [2020-11-17T19:13:03.097Z] #57 0.902 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:03.097Z] #57 0.902 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:03.097Z] #57 0.908 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:03.097Z] #57 0.914 + dir=/tmp/install [2020-11-17T19:13:03.097Z] #57 0.920 + bin=rootlesskit [2020-11-17T19:13:03.097Z] #57 0.920 + shift [2020-11-17T19:13:03.097Z] #57 0.921 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-17T19:13:03.097Z] #57 0.923 + . /tmp/install/rootlesskit.installer [2020-11-17T19:13:03.097Z] #57 0.924 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:13:03.097Z] #57 0.925 + install_rootlesskit [2020-11-17T19:13:03.097Z] #57 0.929 + case "$1" in [2020-11-17T19:13:03.097Z] #57 0.929 + export CGO_ENABLED=0 [2020-11-17T19:13:03.097Z] #57 0.929 + CGO_ENABLED=0 [2020-11-17T19:13:03.097Z] #57 0.929 + _install_rootlesskit [2020-11-17T19:13:03.097Z] #57 0.929 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-17T19:13:03.097Z] #57 0.929 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.UNGuIhsdJF/src/github.com/rootless-containers/rootlesskit [2020-11-17T19:13:03.097Z] #57 0.930 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:13:03.097Z] #57 0.933 Cloning into '/tmp/tmp.UNGuIhsdJF/src/github.com/rootless-containers/rootlesskit'... [2020-11-17T19:13:03.097Z] #57 10.22 + cd /tmp/tmp.UNGuIhsdJF/src/github.com/rootless-containers/rootlesskit [2020-11-17T19:13:03.097Z] #57 10.23 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:13:03.097Z] #57 10.48 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-17T19:13:03.097Z] #57 10.48 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-17T19:13:03.097Z] #57 ... [2020-11-17T19:13:03.097Z] [2020-11-17T19:13:03.097Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:03.097Z] #33 0.854 + RM_GOPATH=0 [2020-11-17T19:13:03.097Z] #33 0.854 + TMP_GOPATH= [2020-11-17T19:13:03.097Z] #33 0.854 + : /build [2020-11-17T19:13:03.097Z] #33 0.854 + '[' -z '' ']' [2020-11-17T19:13:03.097Z] #33 0.902 ++ mktemp -d [2020-11-17T19:13:03.097Z] #33 0.939 + export GOPATH=/tmp/tmp.w2bubWKCu7 [2020-11-17T19:13:03.097Z] #33 0.941 + GOPATH=/tmp/tmp.w2bubWKCu7 [2020-11-17T19:13:03.097Z] #33 0.941 + RM_GOPATH=1 [2020-11-17T19:13:03.097Z] #33 0.944 + case "$(go env GOARCH)" in [2020-11-17T19:13:03.097Z] #33 0.949 ++ go env GOARCH [2020-11-17T19:13:03.097Z] #33 1.004 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:03.097Z] #33 1.004 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:03.097Z] #33 1.021 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:03.097Z] #33 1.024 + dir=/tmp/install [2020-11-17T19:13:03.097Z] #33 1.024 + bin=tomlv [2020-11-17T19:13:03.097Z] #33 1.024 + shift [2020-11-17T19:13:03.097Z] #33 1.025 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-17T19:13:03.097Z] #33 1.025 + . /tmp/install/tomlv.installer [2020-11-17T19:13:03.097Z] #33 1.025 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:13:03.097Z] #33 1.025 + install_tomlv [2020-11-17T19:13:03.097Z] #33 1.025 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-17T19:13:03.097Z] #33 1.026 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.w2bubWKCu7/src/github.com/BurntSushi/toml [2020-11-17T19:13:03.097Z] #33 1.026 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:13:03.097Z] #33 1.031 Cloning into '/tmp/tmp.w2bubWKCu7/src/github.com/BurntSushi/toml'... [2020-11-17T19:13:03.097Z] #33 2.242 + cd /tmp/tmp.w2bubWKCu7/src/github.com/BurntSushi/toml [2020-11-17T19:13:03.097Z] #33 2.245 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:13:03.097Z] #33 2.265 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-17T19:13:03.097Z] #33 3.062 math/bits [2020-11-17T19:13:03.097Z] #33 3.098 runtime/internal/atomic [2020-11-17T19:13:03.097Z] #33 3.114 runtime/internal/sys [2020-11-17T19:13:03.097Z] #33 3.162 internal/cpu [2020-11-17T19:13:03.097Z] #33 3.926 unicode/utf8 [2020-11-17T19:13:03.097Z] #33 3.946 runtime/internal/math [2020-11-17T19:13:03.097Z] #33 4.437 sync/atomic [2020-11-17T19:13:03.097Z] #33 5.075 unicode [2020-11-17T19:13:03.097Z] #33 5.195 internal/bytealg [2020-11-17T19:13:03.097Z] #33 5.840 math [2020-11-17T19:13:03.097Z] #33 6.306 internal/testlog [2020-11-17T19:13:03.097Z] #33 7.359 encoding [2020-11-17T19:13:03.097Z] #33 7.694 runtime/cgo [2020-11-17T19:13:03.097Z] #33 9.907 runtime [2020-11-17T19:13:03.258Z] #41 ... [2020-11-17T19:13:03.258Z] [2020-11-17T19:13:03.258Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:13:03.258Z] #18 34.51 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-17T19:13:03.258Z] #18 34.79 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-17T19:13:03.448Z] #33 ... [2020-11-17T19:13:03.448Z] [2020-11-17T19:13:03.448Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:03.448Z] #35 1.261 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:03.448Z] #35 1.603 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:03.448Z] #35 1.616 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:03.448Z] #35 3.144 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-17T19:13:03.448Z] #35 ... [2020-11-17T19:13:03.448Z] [2020-11-17T19:13:03.448Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:13:03.448Z] #39 0.445 + git clone https://github.com/docker/distribution.git . [2020-11-17T19:13:03.448Z] #39 0.447 Cloning into '.'... [2020-11-17T19:13:03.448Z] #39 ... [2020-11-17T19:13:03.448Z] [2020-11-17T19:13:03.448Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:03.448Z] #54 1.305 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:03.448Z] #54 1.476 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:03.448Z] #54 1.570 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:03.448Z] #54 2.881 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-17T19:13:03.586Z] #53 6.708 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-17T19:13:03.755Z] #54 ... [2020-11-17T19:13:03.755Z] [2020-11-17T19:13:03.755Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:03.755Z] #41 1.319 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:03.755Z] #41 1.477 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:03.755Z] #41 1.624 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:03.755Z] #41 2.727 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-17T19:13:03.755Z] #41 ... [2020-11-17T19:13:03.755Z] [2020-11-17T19:13:03.755Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:03.755Z] #50 0.859 + RM_GOPATH=0 [2020-11-17T19:13:03.755Z] #50 0.896 + TMP_GOPATH= [2020-11-17T19:13:03.755Z] #50 0.896 + : /build [2020-11-17T19:13:03.755Z] #50 0.896 + '[' -z '' ']' [2020-11-17T19:13:03.755Z] #50 0.896 ++ mktemp -d [2020-11-17T19:13:03.755Z] #50 0.896 + export GOPATH=/tmp/tmp.XXUFho5J70 [2020-11-17T19:13:03.755Z] #50 0.896 + GOPATH=/tmp/tmp.XXUFho5J70 [2020-11-17T19:13:03.755Z] #50 0.896 + RM_GOPATH=1 [2020-11-17T19:13:03.755Z] #50 0.897 + case "$(go env GOARCH)" in [2020-11-17T19:13:03.755Z] #50 0.903 ++ go env GOARCH [2020-11-17T19:13:03.755Z] #50 0.985 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:03.755Z] #50 0.988 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:03.755Z] #50 0.991 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:03.755Z] #50 0.994 + dir=/tmp/install [2020-11-17T19:13:03.755Z] #50 0.994 + bin=shfmt [2020-11-17T19:13:03.755Z] #50 0.994 + shift [2020-11-17T19:13:03.755Z] #50 0.994 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-17T19:13:03.755Z] #50 0.995 + . /tmp/install/shfmt.installer [2020-11-17T19:13:03.755Z] #50 0.995 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:13:03.755Z] #50 0.996 + install_shfmt [2020-11-17T19:13:03.755Z] #50 0.996 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-17T19:13:03.755Z] #50 0.996 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:13:03.755Z] #50 0.997 + git clone https://github.com/mvdan/sh.git /tmp/tmp.XXUFho5J70/src/github.com/mvdan/sh [2020-11-17T19:13:03.755Z] #50 1.026 Cloning into '/tmp/tmp.XXUFho5J70/src/github.com/mvdan/sh'... [2020-11-17T19:13:03.805Z] #25 1.285 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:03.805Z] #25 1.290 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:03.805Z] #25 1.290 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:03.805Z] #25 1.453 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:13:04.065Z] #50 ... [2020-11-17T19:13:04.065Z] [2020-11-17T19:13:04.065Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:04.065Z] #44 0.866 + RM_GOPATH=0 [2020-11-17T19:13:04.065Z] #44 0.867 + TMP_GOPATH= [2020-11-17T19:13:04.065Z] #44 0.867 + : /build [2020-11-17T19:13:04.065Z] #44 0.867 + '[' -z '' ']' [2020-11-17T19:13:04.065Z] #44 0.880 ++ mktemp -d [2020-11-17T19:13:04.065Z] #44 0.882 + export GOPATH=/tmp/tmp.DVVVLOFi0A [2020-11-17T19:13:04.065Z] #44 0.882 + GOPATH=/tmp/tmp.DVVVLOFi0A [2020-11-17T19:13:04.065Z] #44 0.883 + RM_GOPATH=1 [2020-11-17T19:13:04.065Z] #44 0.883 + case "$(go env GOARCH)" in [2020-11-17T19:13:04.065Z] #25 1.820 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:13:04.065Z] #44 0.913 ++ go env GOARCH [2020-11-17T19:13:04.066Z] #44 0.964 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:04.066Z] #44 0.964 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:04.066Z] #44 0.966 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:04.066Z] #44 0.969 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:13:04.066Z] #44 0.970 + dir=/tmp/install [2020-11-17T19:13:04.066Z] #44 0.970 + bin=vndr [2020-11-17T19:13:04.066Z] #44 0.970 + shift [2020-11-17T19:13:04.066Z] #44 0.970 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-17T19:13:04.066Z] #44 0.970 + . /tmp/install/vndr.installer [2020-11-17T19:13:04.066Z] #44 0.970 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:13:04.066Z] #44 0.970 + install_vndr [2020-11-17T19:13:04.066Z] #44 0.970 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-17T19:13:04.066Z] #44 0.970 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.DVVVLOFi0A/src/github.com/LK4D4/vndr [2020-11-17T19:13:04.066Z] #44 0.993 Cloning into '/tmp/tmp.DVVVLOFi0A/src/github.com/LK4D4/vndr'... [2020-11-17T19:13:04.066Z] #44 1.798 + cd /tmp/tmp.DVVVLOFi0A/src/github.com/LK4D4/vndr [2020-11-17T19:13:04.066Z] #44 1.799 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:13:04.066Z] #44 1.825 + go build -buildmode=pie -v -o /build/vndr . [2020-11-17T19:13:04.066Z] #44 3.426 internal/cpu [2020-11-17T19:13:04.066Z] #44 3.528 internal/race [2020-11-17T19:13:04.066Z] #44 3.538 runtime/internal/sys [2020-11-17T19:13:04.066Z] #44 3.549 runtime/internal/atomic [2020-11-17T19:13:04.066Z] #44 3.833 sync/atomic [2020-11-17T19:13:04.066Z] #44 4.299 unicode [2020-11-17T19:13:04.066Z] #44 4.750 unicode/utf8 [2020-11-17T19:13:04.066Z] #44 5.101 math/bits [2020-11-17T19:13:04.066Z] #44 5.267 internal/bytealg [2020-11-17T19:13:04.066Z] #44 6.317 internal/testlog [2020-11-17T19:13:04.066Z] #44 7.379 encoding [2020-11-17T19:13:04.066Z] #44 7.708 unicode/utf16 [2020-11-17T19:13:04.066Z] #44 8.091 container/list [2020-11-17T19:13:04.066Z] #44 8.200 runtime [2020-11-17T19:13:04.066Z] #44 8.777 math [2020-11-17T19:13:04.066Z] #44 10.47 crypto/internal/subtle [2020-11-17T19:13:04.066Z] #44 11.36 crypto/subtle [2020-11-17T19:13:04.066Z] #44 ... [2020-11-17T19:13:04.066Z] [2020-11-17T19:13:04.066Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:13:04.066Z] #31 0.749 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-17T19:13:04.066Z] #31 0.755 Cloning into '.'... [2020-11-17T19:13:04.326Z] #25 2.042 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:13:04.369Z] #18 35.42 Setting up python3-distutils (3.7.3-1) ... [2020-11-17T19:13:04.369Z] #18 35.78 Setting up python3-setuptools (40.8.0-1) ... [2020-11-17T19:13:04.378Z] #31 ... [2020-11-17T19:13:04.378Z] [2020-11-17T19:13:04.378Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:04.378Z] #44 11.91 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-17T19:13:04.676Z] #44 12.23 internal/nettrace [2020-11-17T19:13:04.982Z] #44 12.46 runtime/cgo [2020-11-17T19:13:05.053Z] #8 ... [2020-11-17T19:13:05.054Z] [2020-11-17T19:13:05.054Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-17T19:13:05.054Z] #25 1.011 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:05.054Z] #25 1.011 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:05.054Z] #25 1.014 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:05.054Z] #25 1.185 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:13:05.054Z] #25 1.460 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:13:05.054Z] #25 1.776 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:13:05.054Z] #25 3.604 Fetched 8401 kB in 3s (2950 kB/s) [2020-11-17T19:13:05.054Z] #25 3.604 Reading package lists... [2020-11-17T19:13:05.054Z] #25 4.612 Reading package lists... [2020-11-17T19:13:05.054Z] #25 5.652 Building dependency tree... [2020-11-17T19:13:05.054Z] #25 6.022 The following additional packages will be installed: [2020-11-17T19:13:05.054Z] #25 6.024 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-17T19:13:05.054Z] #25 6.024 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-17T19:13:05.054Z] #25 6.024 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-17T19:13:05.054Z] #25 6.026 Suggested packages: [2020-11-17T19:13:05.054Z] #25 6.026 krb5-doc krb5-user [2020-11-17T19:13:05.054Z] #25 6.026 Recommended packages: [2020-11-17T19:13:05.054Z] #25 6.026 krb5-locales publicsuffix libsasl2-modules [2020-11-17T19:13:05.054Z] #25 6.247 The following NEW packages will be installed: [2020-11-17T19:13:05.054Z] #25 6.248 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-17T19:13:05.054Z] #25 6.248 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-17T19:13:05.054Z] #25 6.249 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-17T19:13:05.054Z] #25 6.250 libssh2-1 libssl1.1 openssl [2020-11-17T19:13:05.054Z] #25 6.289 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-17T19:13:05.054Z] #25 6.289 Need to get 5050 kB of archives. [2020-11-17T19:13:05.054Z] #25 6.289 After this operation, 12.1 MB of additional disk space will be used. [2020-11-17T19:13:05.054Z] #25 6.289 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-17T19:13:05.054Z] #25 6.290 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-11-17T19:13:05.054Z] #25 6.535 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-11-17T19:13:05.054Z] #25 6.539 Get:4 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-11-17T19:13:05.054Z] #25 6.549 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB] [2020-11-17T19:13:05.054Z] #25 6.572 Get:6 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB] [2020-11-17T19:13:05.054Z] #25 6.583 Get:7 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-17T19:13:05.054Z] #25 6.583 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-11-17T19:13:05.054Z] #25 6.586 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB] [2020-11-17T19:13:05.054Z] #25 6.586 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB] [2020-11-17T19:13:05.054Z] #25 6.590 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB] [2020-11-17T19:13:05.054Z] #25 6.605 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB] [2020-11-17T19:13:05.054Z] #25 6.605 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-11-17T19:13:05.054Z] #25 6.605 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-11-17T19:13:05.054Z] #25 6.605 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-11-17T19:13:05.054Z] #25 6.605 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-11-17T19:13:05.054Z] #25 6.607 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-11-17T19:13:05.054Z] #25 6.612 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-11-17T19:13:05.054Z] #25 6.619 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-17T19:13:05.054Z] #25 6.622 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-17T19:13:05.054Z] #25 6.625 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-17T19:13:05.054Z] #25 6.852 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:13:05.054Z] #25 6.881 Fetched 5050 kB in 0s (14.6 MB/s) [2020-11-17T19:13:05.054Z] #25 6.902 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-11-17T19:13:05.054Z] #25 6.902 (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-17T19:13:05.054Z] #25 6.909 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 6.912 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:13:05.054Z] #25 6.958 Selecting previously unselected package libsasl2-2:amd64. [2020-11-17T19:13:05.054Z] #25 6.958 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 6.964 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:13:05.054Z] #25 7.012 Selecting previously unselected package libldap-common. [2020-11-17T19:13:05.054Z] #25 7.012 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-17T19:13:05.054Z] #25 7.015 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:13:05.054Z] #25 7.066 Selecting previously unselected package libldap-2.4-2:amd64. [2020-11-17T19:13:05.054Z] #25 7.066 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 7.069 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:13:05.054Z] #25 7.251 Selecting previously unselected package libssl1.1:amd64. [2020-11-17T19:13:05.054Z] #25 7.251 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 7.254 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-17T19:13:05.054Z] #25 7.494 Selecting previously unselected package openssl. [2020-11-17T19:13:05.054Z] #25 7.494 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 7.498 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-17T19:13:05.054Z] #25 7.747 Selecting previously unselected package ca-certificates. [2020-11-17T19:13:05.054Z] #25 7.747 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-17T19:13:05.054Z] #25 7.751 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-17T19:13:05.054Z] #25 7.854 Selecting previously unselected package libkeyutils1:amd64. [2020-11-17T19:13:05.054Z] #25 7.854 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 7.858 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-11-17T19:13:05.054Z] #25 7.892 Selecting previously unselected package libkrb5support0:amd64. [2020-11-17T19:13:05.054Z] #25 7.892 Preparing to unpack .../08-libkrb5support0_1.17-3_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 7.903 Unpacking libkrb5support0:amd64 (1.17-3) ... [2020-11-17T19:13:05.054Z] #25 7.931 Selecting previously unselected package libk5crypto3:amd64. [2020-11-17T19:13:05.054Z] #25 7.932 Preparing to unpack .../09-libk5crypto3_1.17-3_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 7.938 Unpacking libk5crypto3:amd64 (1.17-3) ... [2020-11-17T19:13:05.054Z] #25 7.998 Selecting previously unselected package libkrb5-3:amd64. [2020-11-17T19:13:05.054Z] #25 7.998 Preparing to unpack .../10-libkrb5-3_1.17-3_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 8.000 Unpacking libkrb5-3:amd64 (1.17-3) ... [2020-11-17T19:13:05.054Z] #25 8.090 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-11-17T19:13:05.054Z] #25 8.090 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 8.092 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-17T19:13:05.054Z] #25 8.147 Selecting previously unselected package libnghttp2-14:amd64. [2020-11-17T19:13:05.054Z] #25 8.147 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 8.152 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-17T19:13:05.054Z] #25 8.217 Selecting previously unselected package libpsl5:amd64. [2020-11-17T19:13:05.054Z] #25 8.217 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 8.222 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-11-17T19:13:05.054Z] #25 8.259 Selecting previously unselected package librtmp1:amd64. [2020-11-17T19:13:05.054Z] #25 8.259 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 8.262 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-17T19:13:05.054Z] #25 8.302 Selecting previously unselected package libssh2-1:amd64. [2020-11-17T19:13:05.054Z] #25 8.302 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 8.307 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-17T19:13:05.054Z] #25 8.355 Selecting previously unselected package libcurl4:amd64. [2020-11-17T19:13:05.054Z] #25 8.357 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 8.361 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-17T19:13:05.054Z] #25 8.421 Selecting previously unselected package curl. [2020-11-17T19:13:05.054Z] #25 8.421 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 8.426 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-17T19:13:05.054Z] #25 8.496 Selecting previously unselected package libonig5:amd64. [2020-11-17T19:13:05.054Z] #25 8.498 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 8.501 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-17T19:13:05.054Z] #25 8.568 Selecting previously unselected package libjq1:amd64. [2020-11-17T19:13:05.054Z] #25 8.568 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 8.572 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-17T19:13:05.054Z] #25 8.635 Selecting previously unselected package jq. [2020-11-17T19:13:05.054Z] #25 8.635 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-17T19:13:05.054Z] #25 8.638 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-17T19:13:05.054Z] #25 8.700 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-11-17T19:13:05.054Z] #25 8.715 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-11-17T19:13:05.054Z] #25 8.731 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-17T19:13:05.054Z] #25 ... [2020-11-17T19:13:05.054Z] [2020-11-17T19:13:05.054Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:13:05.065Z] #18 36.47 Setting up python3-pip (18.1-5) ... [2020-11-17T19:13:05.394Z] #11 ... [2020-11-17T19:13:05.394Z] [2020-11-17T19:13:05.394Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:05.394Z] #40 83.35 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-17T19:13:05.394Z] #40 83.39 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:13:05.394Z] #40 83.41 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-17T19:13:05.394Z] #40 83.42 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-17T19:13:05.395Z] #40 83.44 Setting up python-six (1.12.0-1) ... [2020-11-17T19:13:05.526Z] #53 8.616 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [242 kB] [2020-11-17T19:13:05.700Z] #18 37.03 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:13:05.700Z] #18 37.09 Processing triggers for mime-support (3.62) ... [2020-11-17T19:13:05.719Z] #25 3.595 Fetched 8401 kB in 3s (3270 kB/s) [2020-11-17T19:13:06.335Z] #18 DONE 37.6s [2020-11-17T19:13:06.335Z] [2020-11-17T19:13:06.335Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:06.335Z] #41 77.19 CC criu/namespaces.o [2020-11-17T19:13:06.335Z] #41 78.34 CC criu/net.o [2020-11-17T19:13:06.942Z] #53 ... [2020-11-17T19:13:06.942Z] [2020-11-17T19:13:06.942Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:06.942Z] #32 4.208 + RM_GOPATH=0 [2020-11-17T19:13:06.942Z] #32 4.208 + TMP_GOPATH= [2020-11-17T19:13:06.942Z] #32 4.208 + : /build [2020-11-17T19:13:06.942Z] #32 4.208 + '[' -z '' ']' [2020-11-17T19:13:06.942Z] #32 4.210 ++ mktemp -d [2020-11-17T19:13:06.942Z] #32 4.210 + export GOPATH=/tmp/tmp.bGad7I1dNr [2020-11-17T19:13:06.942Z] #32 4.210 + GOPATH=/tmp/tmp.bGad7I1dNr [2020-11-17T19:13:06.942Z] #32 4.210 + RM_GOPATH=1 [2020-11-17T19:13:06.942Z] #32 4.210 + case "$(go env GOARCH)" in [2020-11-17T19:13:06.942Z] #32 4.217 ++ go env GOARCH [2020-11-17T19:13:06.942Z] #32 4.249 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:13:06.942Z] #32 4.250 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:06.942Z] #32 4.250 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:06.942Z] #32 4.250 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:06.942Z] #32 4.250 + dir=/tmp/install [2020-11-17T19:13:06.942Z] #32 4.250 + bin=tomlv [2020-11-17T19:13:06.942Z] #32 4.250 + shift [2020-11-17T19:13:06.942Z] #32 4.250 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-17T19:13:06.942Z] #32 4.250 + . /tmp/install/tomlv.installer [2020-11-17T19:13:06.942Z] #32 4.250 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:13:06.942Z] #32 4.250 + install_tomlv [2020-11-17T19:13:06.942Z] #32 4.250 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-17T19:13:06.942Z] #32 4.250 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.bGad7I1dNr/src/github.com/BurntSushi/toml [2020-11-17T19:13:06.942Z] #32 4.250 Cloning into '/tmp/tmp.bGad7I1dNr/src/github.com/BurntSushi/toml'... [2020-11-17T19:13:06.942Z] #32 4.957 + cd /tmp/tmp.bGad7I1dNr/src/github.com/BurntSushi/toml [2020-11-17T19:13:06.942Z] #32 4.957 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:13:06.942Z] #32 4.977 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-17T19:13:06.942Z] #32 5.326 runtime/internal/sys [2020-11-17T19:13:06.942Z] #32 5.349 math/bits [2020-11-17T19:13:06.942Z] #32 5.384 internal/cpu [2020-11-17T19:13:06.942Z] #32 5.585 runtime/internal/atomic [2020-11-17T19:13:06.942Z] #32 5.665 runtime/internal/math [2020-11-17T19:13:06.942Z] #32 6.026 unicode/utf8 [2020-11-17T19:13:06.942Z] #32 6.397 internal/bytealg [2020-11-17T19:13:06.942Z] #32 6.502 sync/atomic [2020-11-17T19:13:06.942Z] #32 6.560 unicode [2020-11-17T19:13:06.942Z] #32 6.820 math [2020-11-17T19:13:06.942Z] #32 7.386 internal/testlog [2020-11-17T19:13:06.942Z] #32 7.825 runtime [2020-11-17T19:13:06.942Z] #32 8.134 encoding [2020-11-17T19:13:06.942Z] #32 9.056 runtime/cgo [2020-11-17T19:13:06.948Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.1s [2020-11-17T19:13:07.111Z] #25 3.595 Reading package lists... [2020-11-17T19:13:07.204Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.4s done [2020-11-17T19:13:07.307Z] #32 ... [2020-11-17T19:13:07.307Z] [2020-11-17T19:13:07.307Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:07.307Z] #34 5.248 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:07.307Z] #34 5.295 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:07.307Z] #34 5.304 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:07.307Z] #34 6.473 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-17T19:13:07.307Z] #34 8.470 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [242 kB] [2020-11-17T19:13:07.395Z] #41 ... [2020-11-17T19:13:07.395Z] [2020-11-17T19:13:07.395Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-17T19:13:07.395Z] #19 0.911 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-17T19:13:07.395Z] #19 0.917 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-17T19:13:07.395Z] #19 0.921 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-17T19:13:07.395Z] #19 DONE 1.2s [2020-11-17T19:13:07.395Z] [2020-11-17T19:13:07.395Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-17T19:13:07.461Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2020-11-17T19:13:07.578Z] #34 ... [2020-11-17T19:13:07.578Z] [2020-11-17T19:13:07.578Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:07.578Z] #45 4.812 + RM_GOPATH=0 [2020-11-17T19:13:07.578Z] #45 4.812 + TMP_GOPATH= [2020-11-17T19:13:07.578Z] #45 4.812 + : /build [2020-11-17T19:13:07.578Z] #45 4.812 + '[' -z '' ']' [2020-11-17T19:13:07.578Z] #45 4.812 ++ mktemp -d [2020-11-17T19:13:07.578Z] #45 4.837 + export GOPATH=/tmp/tmp.k2Wq1wZHjA [2020-11-17T19:13:07.578Z] #45 4.837 + GOPATH=/tmp/tmp.k2Wq1wZHjA [2020-11-17T19:13:07.578Z] #45 4.837 + RM_GOPATH=1 [2020-11-17T19:13:07.578Z] #45 4.837 + case "$(go env GOARCH)" in [2020-11-17T19:13:07.578Z] #45 4.837 ++ go env GOARCH [2020-11-17T19:13:07.578Z] #45 4.900 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:07.578Z] #45 4.900 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:07.578Z] #45 4.900 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:07.578Z] #45 4.902 + dir=/tmp/install [2020-11-17T19:13:07.578Z] #45 4.902 + bin=gotestsum [2020-11-17T19:13:07.578Z] #45 4.902 + shift [2020-11-17T19:13:07.578Z] #45 4.902 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-17T19:13:07.578Z] #45 4.902 + . /tmp/install/gotestsum.installer [2020-11-17T19:13:07.578Z] #45 4.902 ++ : v0.5.3 [2020-11-17T19:13:07.578Z] #45 4.902 + install_gotestsum [2020-11-17T19:13:07.578Z] #45 4.905 + set -e [2020-11-17T19:13:07.578Z] #45 4.905 + export GO111MODULE=on [2020-11-17T19:13:07.578Z] #45 4.905 + GO111MODULE=on [2020-11-17T19:13:07.578Z] #45 4.905 + GOBIN=/build [2020-11-17T19:13:07.578Z] #45 4.905 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-17T19:13:07.578Z] #45 4.918 go: finding gotest.tools v0.5.3 [2020-11-17T19:13:07.578Z] #45 4.920 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-17T19:13:07.578Z] #45 5.955 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-17T19:13:07.578Z] #45 6.550 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-17T19:13:07.578Z] #45 8.625 go: downloading github.com/pkg/errors v0.9.1 [2020-11-17T19:13:07.578Z] #45 8.661 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:13:07.578Z] #45 8.669 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-17T19:13:07.578Z] #45 8.685 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:13:07.578Z] #45 8.749 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:13:07.578Z] #45 8.935 go: downloading github.com/fatih/color v1.9.0 [2020-11-17T19:13:07.578Z] #45 9.150 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:13:07.578Z] #45 9.283 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:13:07.578Z] #45 9.321 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:13:07.578Z] #45 9.355 go: extracting github.com/fatih/color v1.9.0 [2020-11-17T19:13:07.578Z] #45 9.386 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:13:07.578Z] #45 9.456 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-17T19:13:07.578Z] #45 9.575 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:13:07.578Z] #45 9.590 go: extracting github.com/pkg/errors v0.9.1 [2020-11-17T19:13:07.578Z] #45 9.662 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:13:07.578Z] #45 9.847 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:13:07.578Z] #45 10.24 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:13:07.578Z] #45 10.42 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:13:07.578Z] #45 10.44 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:13:07.578Z] #45 ... [2020-11-17T19:13:07.578Z] [2020-11-17T19:13:07.578Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:07.578Z] #43 4.029 + RM_GOPATH=0 [2020-11-17T19:13:07.578Z] #43 4.029 + TMP_GOPATH= [2020-11-17T19:13:07.578Z] #43 4.030 + : /build [2020-11-17T19:13:07.578Z] #43 4.030 + '[' -z '' ']' [2020-11-17T19:13:07.578Z] #43 4.030 ++ mktemp -d [2020-11-17T19:13:07.578Z] #43 4.032 + export GOPATH=/tmp/tmp.PLjRaXL8uP [2020-11-17T19:13:07.578Z] #43 4.032 + GOPATH=/tmp/tmp.PLjRaXL8uP [2020-11-17T19:13:07.578Z] #43 4.032 + RM_GOPATH=1 [2020-11-17T19:13:07.578Z] #43 4.032 + case "$(go env GOARCH)" in [2020-11-17T19:13:07.578Z] #43 4.034 ++ go env GOARCH [2020-11-17T19:13:07.578Z] #43 4.058 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:13:07.578Z] #43 4.059 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:07.578Z] #43 4.059 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:07.578Z] #43 4.059 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:07.578Z] #43 4.059 + dir=/tmp/install [2020-11-17T19:13:07.578Z] #43 4.059 + bin=vndr [2020-11-17T19:13:07.578Z] #43 4.059 + shift [2020-11-17T19:13:07.578Z] #43 4.059 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-17T19:13:07.578Z] #43 4.059 + . /tmp/install/vndr.installer [2020-11-17T19:13:07.578Z] #43 4.059 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:13:07.578Z] #43 4.059 + install_vndr [2020-11-17T19:13:07.578Z] #43 4.059 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-17T19:13:07.578Z] #43 4.059 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.PLjRaXL8uP/src/github.com/LK4D4/vndr [2020-11-17T19:13:07.578Z] #43 4.063 Cloning into '/tmp/tmp.PLjRaXL8uP/src/github.com/LK4D4/vndr'... [2020-11-17T19:13:07.578Z] #43 4.734 + cd /tmp/tmp.PLjRaXL8uP/src/github.com/LK4D4/vndr [2020-11-17T19:13:07.578Z] #43 4.734 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:13:07.578Z] #43 4.769 + go build -buildmode=pie -v -o /build/vndr . [2020-11-17T19:13:07.578Z] #43 5.969 internal/cpu [2020-11-17T19:13:07.578Z] #43 6.058 internal/race [2020-11-17T19:13:07.578Z] #43 6.157 sync/atomic [2020-11-17T19:13:07.578Z] #43 6.317 unicode [2020-11-17T19:13:07.578Z] #43 6.366 runtime/internal/atomic [2020-11-17T19:13:07.578Z] #43 7.158 math [2020-11-17T19:13:07.578Z] #43 7.390 internal/testlog [2020-11-17T19:13:07.578Z] #43 7.468 internal/bytealg [2020-11-17T19:13:07.578Z] #43 8.231 encoding [2020-11-17T19:13:07.578Z] #43 8.441 unicode/utf16 [2020-11-17T19:13:07.578Z] #43 9.044 container/list [2020-11-17T19:13:07.578Z] #43 9.206 runtime [2020-11-17T19:13:07.578Z] #43 ... [2020-11-17T19:13:07.578Z] [2020-11-17T19:13:07.578Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:07.578Z] #11 5.060 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:07.578Z] #11 5.097 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:07.578Z] #11 5.098 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:07.578Z] #11 6.075 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-17T19:13:07.578Z] #11 8.224 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [242 kB] [2020-11-17T19:13:07.578Z] #11 10.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-17T19:13:07.843Z] #11 ... [2020-11-17T19:13:07.843Z] [2020-11-17T19:13:07.843Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:07.843Z] #47 3.941 + RM_GOPATH=0 [2020-11-17T19:13:07.843Z] #47 3.941 + TMP_GOPATH= [2020-11-17T19:13:07.843Z] #47 3.941 + : /build [2020-11-17T19:13:07.843Z] #47 3.941 + '[' -z '' ']' [2020-11-17T19:13:07.843Z] #47 3.946 ++ mktemp -d [2020-11-17T19:13:07.843Z] #47 3.946 + export GOPATH=/tmp/tmp.JgOQUttLY5 [2020-11-17T19:13:07.843Z] #47 3.946 + GOPATH=/tmp/tmp.JgOQUttLY5 [2020-11-17T19:13:07.843Z] #47 3.946 + RM_GOPATH=1 [2020-11-17T19:13:07.843Z] #47 3.946 + case "$(go env GOARCH)" in [2020-11-17T19:13:07.843Z] #47 3.946 ++ go env GOARCH [2020-11-17T19:13:07.843Z] #47 3.962 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:07.843Z] #47 3.962 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:07.843Z] #47 3.962 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:07.843Z] #47 3.972 + dir=/tmp/install [2020-11-17T19:13:07.843Z] #47 3.972 + bin=golangci_lint [2020-11-17T19:13:07.843Z] #47 3.972 + shift [2020-11-17T19:13:07.843Z] #47 3.972 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-17T19:13:07.843Z] #47 3.972 + . /tmp/install/golangci_lint.installer [2020-11-17T19:13:07.843Z] #47 3.972 ++ : v1.23.8 [2020-11-17T19:13:07.843Z] #47 3.972 + install_golangci_lint [2020-11-17T19:13:07.843Z] #47 3.972 + set -e [2020-11-17T19:13:07.843Z] #47 3.972 + export GO111MODULE=on [2020-11-17T19:13:07.843Z] #47 3.972 + GO111MODULE=on [2020-11-17T19:13:07.843Z] #47 3.972 + GOBIN=/build [2020-11-17T19:13:07.843Z] #47 3.972 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-17T19:13:07.843Z] #47 4.020 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-17T19:13:07.843Z] #47 4.020 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-17T19:13:07.843Z] #47 4.020 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:13:07.843Z] #47 4.022 go: finding github.com/golangci v1.23.8 [2020-11-17T19:13:07.843Z] #47 4.022 go: finding github.com v1.23.8 [2020-11-17T19:13:07.843Z] #47 4.952 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:13:07.843Z] #47 5.586 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:13:07.843Z] #47 ... [2020-11-17T19:13:07.843Z] [2020-11-17T19:13:07.843Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:07.843Z] #56 4.508 + RM_GOPATH=0 [2020-11-17T19:13:07.843Z] #56 4.508 + TMP_GOPATH= [2020-11-17T19:13:07.843Z] #56 4.508 + : /build [2020-11-17T19:13:07.843Z] #56 4.508 + '[' -z '' ']' [2020-11-17T19:13:07.843Z] #56 4.508 ++ mktemp -d [2020-11-17T19:13:07.843Z] #56 4.508 + export GOPATH=/tmp/tmp.MrKayJongd [2020-11-17T19:13:07.843Z] #56 4.508 + GOPATH=/tmp/tmp.MrKayJongd [2020-11-17T19:13:07.843Z] #56 4.508 + RM_GOPATH=1 [2020-11-17T19:13:07.843Z] #56 4.508 + case "$(go env GOARCH)" in [2020-11-17T19:13:07.843Z] #56 4.508 ++ go env GOARCH [2020-11-17T19:13:07.843Z] #56 4.528 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:13:07.843Z] #56 4.528 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:07.843Z] #56 4.528 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:07.843Z] #56 4.528 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:07.843Z] #56 4.528 + dir=/tmp/install [2020-11-17T19:13:07.843Z] #56 4.528 + bin=rootlesskit [2020-11-17T19:13:07.843Z] #56 4.528 + shift [2020-11-17T19:13:07.843Z] #56 4.528 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-17T19:13:07.843Z] #56 4.528 + . /tmp/install/rootlesskit.installer [2020-11-17T19:13:07.843Z] #56 4.528 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:13:07.843Z] #56 4.528 + install_rootlesskit [2020-11-17T19:13:07.843Z] #56 4.528 + case "$1" in [2020-11-17T19:13:07.843Z] #56 4.528 + export CGO_ENABLED=0 [2020-11-17T19:13:07.843Z] #56 4.528 + CGO_ENABLED=0 [2020-11-17T19:13:07.843Z] #56 4.528 + _install_rootlesskit [2020-11-17T19:13:07.843Z] #56 4.528 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-17T19:13:07.843Z] #56 4.529 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.MrKayJongd/src/github.com/rootless-containers/rootlesskit [2020-11-17T19:13:07.843Z] #56 4.555 Cloning into '/tmp/tmp.MrKayJongd/src/github.com/rootless-containers/rootlesskit'... [2020-11-17T19:13:07.843Z] #56 9.539 + cd /tmp/tmp.MrKayJongd/src/github.com/rootless-containers/rootlesskit [2020-11-17T19:13:07.843Z] #56 9.545 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:13:07.843Z] #56 9.787 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-17T19:13:07.843Z] #56 9.788 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-17T19:13:08.056Z] #25 4.696 Reading package lists... [2020-11-17T19:13:08.056Z] #25 5.766 Building dependency tree... [2020-11-17T19:13:08.107Z] #56 ... [2020-11-17T19:13:08.107Z] [2020-11-17T19:13:08.107Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:08.107Z] #62 3.778 + RM_GOPATH=0 [2020-11-17T19:13:08.107Z] #62 3.778 + TMP_GOPATH= [2020-11-17T19:13:08.107Z] #62 3.778 + : /build [2020-11-17T19:13:08.107Z] #62 3.778 + '[' -z '' ']' [2020-11-17T19:13:08.107Z] #62 3.780 ++ mktemp -d [2020-11-17T19:13:08.107Z] #62 3.783 + export GOPATH=/tmp/tmp.7yTMiSFI77 [2020-11-17T19:13:08.107Z] #62 3.783 + GOPATH=/tmp/tmp.7yTMiSFI77 [2020-11-17T19:13:08.107Z] #62 3.783 + RM_GOPATH=1 [2020-11-17T19:13:08.107Z] #62 3.783 + case "$(go env GOARCH)" in [2020-11-17T19:13:08.107Z] #62 3.785 ++ go env GOARCH [2020-11-17T19:13:08.107Z] #62 3.795 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:08.107Z] #62 3.795 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:08.107Z] #62 3.796 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:08.107Z] #62 3.797 + dir=/tmp/install [2020-11-17T19:13:08.107Z] #62 3.798 + bin=proxy [2020-11-17T19:13:08.107Z] #62 3.798 + shift [2020-11-17T19:13:08.107Z] #62 3.798 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-17T19:13:08.107Z] #62 3.798 + . /tmp/install/proxy.installer [2020-11-17T19:13:08.107Z] #62 3.798 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:13:08.107Z] #62 3.798 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:13:08.107Z] #62 3.800 + install_proxy [2020-11-17T19:13:08.107Z] #62 3.800 + case "$1" in [2020-11-17T19:13:08.107Z] #62 3.800 + export CGO_ENABLED=0 [2020-11-17T19:13:08.107Z] #62 3.800 + CGO_ENABLED=0 [2020-11-17T19:13:08.107Z] #62 3.800 + _install_proxy [2020-11-17T19:13:08.107Z] #62 3.800 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-17T19:13:08.107Z] #62 3.800 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.7yTMiSFI77/src/github.com/docker/libnetwork [2020-11-17T19:13:08.107Z] #62 3.804 Cloning into '/tmp/tmp.7yTMiSFI77/src/github.com/docker/libnetwork'... [2020-11-17T19:13:08.107Z] #62 ... [2020-11-17T19:13:08.107Z] [2020-11-17T19:13:08.107Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:08.107Z] #40 5.155 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:08.107Z] #40 5.193 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:08.107Z] #40 5.193 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:08.107Z] #40 6.403 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-17T19:13:08.107Z] #40 8.189 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [242 kB] [2020-11-17T19:13:08.107Z] #40 10.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-17T19:13:08.372Z] #40 ... [2020-11-17T19:13:08.372Z] [2020-11-17T19:13:08.372Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:08.372Z] #27 4.422 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-17T19:13:08.372Z] #27 4.984 [2020-11-17T19:13:08.372Z] #27 5.340 #=#=# 0.8% ## 3.4% ###### 9.6% ######### 13.8% ############## 20.4% ################# 23.8% ################## 26.2% ####################### 33.1% ########################## 36.4% ############################# 40.4% ############################## 42.8% ################################# 46.5% #################################### 50.8% ####################################### 54.5% ######################################### 58.2% ############################################# 63.2% ################################################ 67.8% ################################################### 71.2% ###################################################### 75.6% ########################################################## 81.3% ############################################################# 85.0% ############################################################### 87.7% ################################################################# 90.6% ####################################################################### 99.0% ######################################################################## 100.0% [2020-11-17T19:13:08.372Z] #27 8.718 #=#=# [2020-11-17T19:13:08.372Z] #27 8.982 #=#=# 0.1% ######################## 33.6% ######################################## 56.1% ###################################################### 75.3% ######################################################################## 100.0% [2020-11-17T19:13:08.372Z] #27 10.06 #=#=# [2020-11-17T19:13:08.372Z] #27 10.43 0.1% ################ 22.7% ############################### 44.4% ############################################ 62.0% ############################################################ 83.8% ######################################################################## 100.0% [2020-11-17T19:13:08.372Z] #27 ... [2020-11-17T19:13:08.372Z] [2020-11-17T19:13:08.372Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:08.372Z] #49 4.449 + RM_GOPATH=0 [2020-11-17T19:13:08.372Z] #49 4.449 + TMP_GOPATH= [2020-11-17T19:13:08.372Z] #49 4.449 + : /build [2020-11-17T19:13:08.372Z] #49 4.449 + '[' -z '' ']' [2020-11-17T19:13:08.372Z] #49 4.449 ++ mktemp -d [2020-11-17T19:13:08.372Z] #49 4.451 + export GOPATH=/tmp/tmp.tHMZvGzlKM [2020-11-17T19:13:08.372Z] #49 4.451 + GOPATH=/tmp/tmp.tHMZvGzlKM [2020-11-17T19:13:08.372Z] #49 4.451 + RM_GOPATH=1 [2020-11-17T19:13:08.372Z] #49 4.451 + case "$(go env GOARCH)" in [2020-11-17T19:13:08.372Z] #49 4.451 ++ go env GOARCH [2020-11-17T19:13:08.372Z] #49 4.474 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:13:08.372Z] #49 4.474 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:08.372Z] #49 4.474 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:08.372Z] #49 4.474 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:08.372Z] #49 4.474 + dir=/tmp/install [2020-11-17T19:13:08.372Z] #49 4.474 + bin=shfmt [2020-11-17T19:13:08.372Z] #49 4.474 + shift [2020-11-17T19:13:08.372Z] #49 4.474 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-17T19:13:08.372Z] #49 4.474 + . /tmp/install/shfmt.installer [2020-11-17T19:13:08.372Z] #49 4.474 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:13:08.372Z] #49 4.474 + install_shfmt [2020-11-17T19:13:08.372Z] #49 4.474 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-17T19:13:08.372Z] #49 4.474 + git clone https://github.com/mvdan/sh.git /tmp/tmp.tHMZvGzlKM/src/github.com/mvdan/sh [2020-11-17T19:13:08.372Z] #49 4.484 Cloning into '/tmp/tmp.tHMZvGzlKM/src/github.com/mvdan/sh'... [2020-11-17T19:13:08.628Z] #25 6.312 The following additional packages will be installed: [2020-11-17T19:13:08.628Z] #25 6.312 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-17T19:13:08.628Z] #25 6.312 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-17T19:13:08.628Z] #25 6.312 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-17T19:13:08.628Z] #25 6.312 Suggested packages: [2020-11-17T19:13:08.628Z] #25 6.312 krb5-doc krb5-user [2020-11-17T19:13:08.628Z] #25 6.312 Recommended packages: [2020-11-17T19:13:08.628Z] #25 6.312 krb5-locales publicsuffix libsasl2-modules [2020-11-17T19:13:08.628Z] #25 ... [2020-11-17T19:13:08.628Z] [2020-11-17T19:13:08.628Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:13:08.628Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.0s done [2020-11-17T19:13:08.628Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.0s done [2020-11-17T19:13:08.628Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.5s [2020-11-17T19:13:08.628Z] #8 ... [2020-11-17T19:13:08.628Z] [2020-11-17T19:13:08.628Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-17T19:13:08.628Z] #25 6.517 The following NEW packages will be installed: [2020-11-17T19:13:08.637Z] #49 ... [2020-11-17T19:13:08.637Z] [2020-11-17T19:13:08.637Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:13:08.637Z] #38 4.774 + git clone https://github.com/docker/distribution.git . [2020-11-17T19:13:08.637Z] #38 4.774 Cloning into '.'... [2020-11-17T19:13:08.637Z] #38 ... [2020-11-17T19:13:08.637Z] [2020-11-17T19:13:08.637Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:08.637Z] #22 4.593 + RM_GOPATH=0 [2020-11-17T19:13:08.637Z] #22 4.593 + TMP_GOPATH= [2020-11-17T19:13:08.637Z] #22 4.593 + : /build [2020-11-17T19:13:08.637Z] #22 4.593 + '[' -z '' ']' [2020-11-17T19:13:08.637Z] #22 4.593 ++ mktemp -d [2020-11-17T19:13:08.637Z] #22 4.595 + export GOPATH=/tmp/tmp.gplj1b6aQ8 [2020-11-17T19:13:08.637Z] #22 4.595 + GOPATH=/tmp/tmp.gplj1b6aQ8 [2020-11-17T19:13:08.637Z] #22 4.595 + RM_GOPATH=1 [2020-11-17T19:13:08.637Z] #22 4.595 + case "$(go env GOARCH)" in [2020-11-17T19:13:08.637Z] #22 4.595 ++ go env GOARCH [2020-11-17T19:13:08.637Z] #22 4.632 Install docker/cli version 17.06.2-ce from stable [2020-11-17T19:13:08.637Z] #22 4.632 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:08.637Z] #22 4.632 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:08.637Z] #22 4.632 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:08.637Z] #22 4.632 + dir=/tmp/install [2020-11-17T19:13:08.637Z] #22 4.632 + bin=dockercli [2020-11-17T19:13:08.637Z] #22 4.632 + shift [2020-11-17T19:13:08.637Z] #22 4.632 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-17T19:13:08.637Z] #22 4.632 + . /tmp/install/dockercli.installer [2020-11-17T19:13:08.637Z] #22 4.632 ++ : stable [2020-11-17T19:13:08.637Z] #22 4.632 ++ : 17.06.2-ce [2020-11-17T19:13:08.637Z] #22 4.632 + install_dockercli [2020-11-17T19:13:08.637Z] #22 4.632 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-17T19:13:08.637Z] #22 4.713 ++ uname -m [2020-11-17T19:13:08.637Z] #22 4.717 + arch=aarch64 [2020-11-17T19:13:08.637Z] #22 4.717 + '[' aarch64 '!=' x86_64 ']' [2020-11-17T19:13:08.637Z] #22 4.717 + '[' aarch64 '!=' s390x ']' [2020-11-17T19:13:08.637Z] #22 4.717 + '[' aarch64 '!=' armhf ']' [2020-11-17T19:13:08.637Z] #22 4.717 + build_dockercli [2020-11-17T19:13:08.637Z] #22 4.717 + git clone https://github.com/docker/docker-ce /tmp/tmp.gplj1b6aQ8/tmp/docker-ce [2020-11-17T19:13:08.637Z] #22 4.725 Cloning into '/tmp/tmp.gplj1b6aQ8/tmp/docker-ce'... [2020-11-17T19:13:08.891Z] #25 6.519 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-17T19:13:08.891Z] #25 6.519 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-17T19:13:08.891Z] #25 6.519 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-17T19:13:08.891Z] #25 6.520 libssh2-1 libssl1.1 openssl [2020-11-17T19:13:08.902Z] #22 ... [2020-11-17T19:13:08.902Z] [2020-11-17T19:13:08.902Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:08.902Z] #27 11.53 [2020-11-17T19:13:09.153Z] #25 6.808 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-17T19:13:09.153Z] #25 6.808 Need to get 5050 kB of archives. [2020-11-17T19:13:09.153Z] #25 6.808 After this operation, 12.1 MB of additional disk space will be used. [2020-11-17T19:13:09.153Z] #25 6.808 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-17T19:13:09.153Z] #25 6.810 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-11-17T19:13:09.153Z] #25 6.813 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-11-17T19:13:09.153Z] #25 6.822 Get:4 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-11-17T19:13:09.153Z] #25 6.822 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB] [2020-11-17T19:13:09.153Z] #25 6.844 Get:6 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB] [2020-11-17T19:13:09.153Z] #25 6.867 Get:7 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-17T19:13:09.153Z] #25 6.872 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-11-17T19:13:09.153Z] #25 6.876 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB] [2020-11-17T19:13:09.153Z] #25 6.877 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB] [2020-11-17T19:13:09.153Z] #25 6.880 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB] [2020-11-17T19:13:09.153Z] #25 6.885 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB] [2020-11-17T19:13:09.153Z] #25 6.890 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-11-17T19:13:09.153Z] #25 6.893 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-11-17T19:13:09.153Z] #25 6.894 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-11-17T19:13:09.153Z] #25 6.895 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-11-17T19:13:09.153Z] #25 6.900 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-11-17T19:13:09.153Z] #25 6.905 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-11-17T19:13:09.153Z] #25 6.912 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-17T19:13:09.153Z] #25 6.916 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-17T19:13:09.153Z] #25 6.919 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-17T19:13:09.414Z] #25 7.185 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:13:09.414Z] #25 7.226 Fetched 5050 kB in 0s (13.7 MB/s) [2020-11-17T19:13:09.414Z] #25 7.266 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-11-17T19:13:09.414Z] #25 7.266 (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-17T19:13:09.414Z] #25 7.266 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-17T19:13:09.414Z] #25 7.274 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:13:09.558Z] #44 ... [2020-11-17T19:13:09.558Z] [2020-11-17T19:13:09.558Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:09.558Z] #28 6.846 0.0% 0.6% # 1.5% # 2.4% ### 4.7% #### 5.8% ##### 7.3% ###### 8.3% ####### 10.0% ######## 11.6% ######## 12.1% ######### 13.3% ######### 13.9% ########## 15.0% ########### 16.6% ############ 17.1% ############# 18.2% ############# 19.3% ############### 20.9% ################ 23.3% ################# 24.3% ################# 24.9% ################### 26.5% ################### 27.6% ##################### 29.8% ###################### 31.8% ######################## 33.4% ######################## 34.5% ######################### 36.1% ########################### 37.7% ########################### 38.8% ############################# 40.4% ############################## 42.6% ############################### 43.1% ############################### 43.7% ################################# 45.8% ################################# 46.9% ################################### 49.1% #################################### 50.7% ##################################### 52.3% ###################################### 54.0% ####################################### 54.5% ######################################## 56.1% ######################################### 58.2% ########################################## 59.6% ############################################ 61.2% ############################################# 63.6% ############################################### 65.8% ################################################ 67.9% ################################################## 70.2% ################################################## 70.7% #################################################### 72.8% ###################################################### 75.5% ####################################################### 77.7% ######################################################### 80.0% ########################################################### 82.7% ############################################################# 85.2% ############################################################## 86.6% ############################################################### 88.0% ############################################################### 88.7% ################################################################# 91.1% ################################################################# 91.6% ################################################################## 92.1% ################################################################### 93.8% #################################################################### 94.8% ##################################################################### 96.7% ###################################################################### 97.7% ####################################################################### 99.0% ######################################################################## 100.0% [2020-11-17T19:13:09.558Z] #28 15.03 [2020-11-17T19:13:09.558Z] #28 17.10 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-17T19:13:09.558Z] #28 17.57 #=#=# [2020-11-17T19:13:09.558Z] #28 17.74 0.4% ######################################################################## 100.0% [2020-11-17T19:13:09.558Z] #28 18.09 [2020-11-17T19:13:09.558Z] #28 19.48 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-17T19:13:09.558Z] #28 19.59 skipping existing 5cb8031fd95d [2020-11-17T19:13:09.558Z] #28 19.72 [2020-11-17T19:13:09.676Z] #25 7.341 Selecting previously unselected package libsasl2-2:amd64. [2020-11-17T19:13:09.676Z] #25 7.341 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-17T19:13:09.676Z] #25 7.352 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:13:09.676Z] #25 7.416 Selecting previously unselected package libldap-common. [2020-11-17T19:13:09.676Z] #25 7.416 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-17T19:13:09.676Z] #25 7.425 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:13:09.676Z] #25 7.488 Selecting previously unselected package libldap-2.4-2:amd64. [2020-11-17T19:13:09.676Z] #25 7.488 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-11-17T19:13:09.676Z] #25 7.496 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:13:09.938Z] #25 7.592 Selecting previously unselected package libssl1.1:amd64. [2020-11-17T19:13:09.938Z] #25 7.592 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-17T19:13:09.938Z] #25 7.599 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-17T19:13:09.938Z] #25 7.840 Selecting previously unselected package openssl. [2020-11-17T19:13:09.938Z] #25 7.840 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-17T19:13:09.938Z] #25 7.846 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-17T19:13:10.200Z] #25 8.048 Selecting previously unselected package ca-certificates. [2020-11-17T19:13:10.200Z] #25 8.048 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-17T19:13:10.200Z] #25 8.053 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-17T19:13:10.224Z] #28 21.56 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-17T19:13:10.224Z] #28 21.68 skipping existing 283607eaa57e [2020-11-17T19:13:10.462Z] #25 8.144 Selecting previously unselected package libkeyutils1:amd64. [2020-11-17T19:13:10.462Z] #25 8.144 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2020-11-17T19:13:10.462Z] #25 8.151 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-11-17T19:13:10.462Z] #25 8.205 Selecting previously unselected package libkrb5support0:amd64. [2020-11-17T19:13:10.462Z] #25 8.206 Preparing to unpack .../08-libkrb5support0_1.17-3_amd64.deb ... [2020-11-17T19:13:10.462Z] #25 8.212 Unpacking libkrb5support0:amd64 (1.17-3) ... [2020-11-17T19:13:10.462Z] #25 8.268 Selecting previously unselected package libk5crypto3:amd64. [2020-11-17T19:13:10.462Z] #25 8.268 Preparing to unpack .../09-libk5crypto3_1.17-3_amd64.deb ... [2020-11-17T19:13:10.462Z] #25 8.272 Unpacking libk5crypto3:amd64 (1.17-3) ... [2020-11-17T19:13:10.462Z] #25 8.343 Selecting previously unselected package libkrb5-3:amd64. [2020-11-17T19:13:10.462Z] #25 8.343 Preparing to unpack .../10-libkrb5-3_1.17-3_amd64.deb ... [2020-11-17T19:13:10.462Z] #25 8.351 Unpacking libkrb5-3:amd64 (1.17-3) ... [2020-11-17T19:13:10.529Z] #28 21.81 [2020-11-17T19:13:10.722Z] #25 8.491 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-11-17T19:13:10.722Z] #25 8.491 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_amd64.deb ... [2020-11-17T19:13:10.722Z] #25 8.496 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-17T19:13:10.733Z] #40 ... [2020-11-17T19:13:10.733Z] [2020-11-17T19:13:10.733Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:10.733Z] #34 82.25 Selecting previously unselected package libxml2:amd64. [2020-11-17T19:13:10.733Z] #34 82.25 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-11-17T19:13:10.733Z] #34 82.25 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-17T19:13:10.733Z] #34 83.44 Selecting previously unselected package libarchive13:amd64. [2020-11-17T19:13:10.733Z] #34 83.50 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-11-17T19:13:10.733Z] #34 83.51 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-17T19:13:10.733Z] #34 84.15 Selecting previously unselected package libjsoncpp1:amd64. [2020-11-17T19:13:10.733Z] #34 84.20 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-17T19:13:10.733Z] #34 84.21 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-17T19:13:10.733Z] #34 84.47 Selecting previously unselected package librhash0:amd64. [2020-11-17T19:13:10.733Z] #34 84.48 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-11-17T19:13:10.733Z] #34 84.48 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-11-17T19:13:10.733Z] #34 84.86 Selecting previously unselected package libuv1:amd64. [2020-11-17T19:13:10.733Z] #34 84.89 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-11-17T19:13:10.733Z] #34 84.90 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-11-17T19:13:10.733Z] #34 85.11 Selecting previously unselected package cmake. [2020-11-17T19:13:10.733Z] #34 85.11 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-11-17T19:13:10.733Z] #34 85.12 Unpacking cmake (3.13.4-1) ... [2020-11-17T19:13:10.970Z] #20 2.987 Collecting yamllint==1.16.0 [2020-11-17T19:13:10.971Z] #20 3.156 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-17T19:13:10.971Z] #20 3.182 Collecting pyyaml (from yamllint==1.16.0) [2020-11-17T19:13:10.971Z] #20 3.284 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-17T19:13:10.985Z] #25 8.626 Selecting previously unselected package libnghttp2-14:amd64. [2020-11-17T19:13:10.985Z] #25 8.626 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-11-17T19:13:10.985Z] #25 8.635 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-17T19:13:10.985Z] #25 8.696 Selecting previously unselected package libpsl5:amd64. [2020-11-17T19:13:10.985Z] #25 8.696 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-11-17T19:13:10.985Z] #25 8.702 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-11-17T19:13:10.985Z] #25 8.754 Selecting previously unselected package librtmp1:amd64. [2020-11-17T19:13:10.985Z] #25 8.756 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-11-17T19:13:10.985Z] #25 8.762 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-17T19:13:10.985Z] #25 8.826 Selecting previously unselected package libssh2-1:amd64. [2020-11-17T19:13:10.985Z] #25 8.827 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-11-17T19:13:10.985Z] #25 8.832 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-17T19:13:10.985Z] #25 8.903 Selecting previously unselected package libcurl4:amd64. [2020-11-17T19:13:10.985Z] #25 8.903 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-11-17T19:13:10.985Z] #25 8.909 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-17T19:13:11.245Z] #25 8.999 Selecting previously unselected package curl. [2020-11-17T19:13:11.245Z] #25 9.000 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-11-17T19:13:11.245Z] #25 9.006 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-17T19:13:11.245Z] #25 9.080 Selecting previously unselected package libonig5:amd64. [2020-11-17T19:13:11.245Z] #25 9.080 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-11-17T19:13:11.245Z] #25 9.083 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-17T19:13:11.505Z] #25 9.164 Selecting previously unselected package libjq1:amd64. [2020-11-17T19:13:11.505Z] #25 9.164 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-17T19:13:11.505Z] #25 9.187 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-17T19:13:11.505Z] #25 9.250 Selecting previously unselected package jq. [2020-11-17T19:13:11.505Z] #25 9.250 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-17T19:13:11.505Z] #25 9.260 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-17T19:13:11.505Z] #25 9.316 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-11-17T19:13:11.505Z] #25 9.330 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-11-17T19:13:11.505Z] #25 9.341 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-17T19:13:11.605Z] #20 4.081 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-17T19:13:11.605Z] #20 4.107 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-17T19:13:11.605Z] #20 4.129 Building wheels for collected packages: pyyaml [2020-11-17T19:13:11.605Z] #20 4.130 Running setup.py bdist_wheel for pyyaml: started [2020-11-17T19:13:11.636Z] #8 ... [2020-11-17T19:13:11.636Z] [2020-11-17T19:13:11.636Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-17T19:13:11.636Z] #25 8.858 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-17T19:13:11.636Z] #25 8.875 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:13:11.636Z] #25 8.889 Setting up libkrb5support0:amd64 (1.17-3) ... [2020-11-17T19:13:11.636Z] #25 8.900 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:13:11.636Z] #25 8.908 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-17T19:13:11.636Z] #25 8.917 Setting up libk5crypto3:amd64 (1.17-3) ... [2020-11-17T19:13:11.636Z] #25 8.927 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:13:11.636Z] #25 8.938 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-17T19:13:11.636Z] #25 8.949 Setting up libkrb5-3:amd64 (1.17-3) ... [2020-11-17T19:13:11.636Z] #25 8.960 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-17T19:13:11.636Z] #25 8.973 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-17T19:13:11.636Z] #25 8.982 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-17T19:13:11.636Z] #25 8.992 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:13:11.636Z] #25 9.000 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-17T19:13:11.636Z] #25 9.593 Updating certificates in /etc/ssl/certs... [2020-11-17T19:13:11.636Z] #25 10.63 126 added, 0 removed; done. [2020-11-17T19:13:11.636Z] #25 10.67 Setting up libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-17T19:13:11.636Z] #25 10.68 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-17T19:13:11.636Z] #25 10.69 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-17T19:13:11.636Z] #25 10.70 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-17T19:13:11.636Z] #25 10.71 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:13:11.636Z] #25 10.72 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-17T19:13:11.636Z] #25 10.73 Updating certificates in /etc/ssl/certs... [2020-11-17T19:13:11.636Z] #25 11.58 0 added, 0 removed; done. [2020-11-17T19:13:11.636Z] #25 11.58 Running hooks in /etc/ca-certificates/update.d... [2020-11-17T19:13:11.636Z] #25 11.58 done. [2020-11-17T19:13:11.636Z] #25 DONE 15.5s [2020-11-17T19:13:11.636Z] [2020-11-17T19:13:11.636Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:13:11.636Z] #8 ... [2020-11-17T19:13:11.636Z] [2020-11-17T19:13:11.636Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-17T19:13:11.766Z] #25 9.459 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-17T19:13:11.766Z] #25 9.474 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:13:11.766Z] #25 9.494 Setting up libkrb5support0:amd64 (1.17-3) ... [2020-11-17T19:13:11.766Z] #25 9.506 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:13:11.766Z] #25 9.519 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-17T19:13:11.766Z] #25 9.533 Setting up libk5crypto3:amd64 (1.17-3) ... [2020-11-17T19:13:11.766Z] #25 9.550 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-17T19:13:11.766Z] #25 9.565 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-17T19:13:11.766Z] #25 9.578 Setting up libkrb5-3:amd64 (1.17-3) ... [2020-11-17T19:13:11.766Z] #25 9.594 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-17T19:13:11.766Z] #25 9.615 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-17T19:13:11.766Z] #25 9.626 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-17T19:13:11.766Z] #25 9.639 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-17T19:13:11.766Z] #25 9.654 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-17T19:13:12.081Z] #28 23.53 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-17T19:13:12.122Z] #34 90.55 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-17T19:13:12.122Z] #34 ... [2020-11-17T19:13:12.122Z] [2020-11-17T19:13:12.122Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:12.122Z] #40 90.49 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-17T19:13:12.122Z] #40 90.50 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-17T19:13:12.122Z] #40 90.57 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-17T19:13:12.122Z] #40 90.58 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-11-17T19:13:12.122Z] #40 90.61 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-17T19:13:12.122Z] #40 90.65 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-17T19:13:12.240Z] #20 4.858 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-17T19:13:12.240Z] #20 4.858 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-17T19:13:12.240Z] #20 4.883 Successfully built pyyaml [2020-11-17T19:13:12.240Z] #20 4.917 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-17T19:13:12.400Z] #40 90.69 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-17T19:13:12.400Z] #40 90.76 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-17T19:13:12.400Z] #40 90.87 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-17T19:13:12.400Z] #40 90.92 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-17T19:13:12.409Z] #27 11.79 #=#=# 0.0% ## 3.9% ##### 7.6% ####### 10.9% ######### 13.8% ############ 17.4% ############# 18.7% ############### 21.3% ################ 23.6% ################### 26.9% ##################### 29.4% ###################### 31.9% ######################## 34.7% ########################### 38.2% ############################# 40.7% ############################### 44.2% ################################# 46.7% #################################### 50.1% ##################################### 51.9% ####################################### 55.0% ########################################### 59.9% ############################################# 62.6% ############################################### 66.2% ################################################## 69.9% #################################################### 73.5% ###################################################### 75.8% ######################################################### 79.4% ############################################################ 83.5% ############################################################## 86.4% ################################################################## 91.9% #################################################################### 95.7% ######################################################################## 100.0% [2020-11-17T19:13:12.532Z] #20 5.110 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-17T19:13:12.569Z] #26 DONE 1.0s [2020-11-17T19:13:12.569Z] [2020-11-17T19:13:12.569Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:12.711Z] #25 10.29 Updating certificates in /etc/ssl/certs... [2020-11-17T19:13:12.737Z] #28 24.08 [2020-11-17T19:13:12.825Z] #20 DONE 5.5s [2020-11-17T19:13:12.825Z] [2020-11-17T19:13:12.825Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:13:12.825Z] #38 114.3 + dpkg --print-architecture [2020-11-17T19:13:12.825Z] #38 114.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-17T19:13:12.825Z] #38 115.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-17T19:13:12.825Z] #38 115.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-17T19:13:12.990Z] #27 15.85 [2020-11-17T19:13:13.039Z] #28 24.36 ######################################################################## 100.0% [2020-11-17T19:13:13.039Z] #28 24.52 [2020-11-17T19:13:13.118Z] #38 ... [2020-11-17T19:13:13.119Z] [2020-11-17T19:13:13.119Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-17T19:13:13.119Z] #23 DONE 0.2s [2020-11-17T19:13:13.119Z] [2020-11-17T19:13:13.119Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-17T19:13:13.653Z] #25 11.25 126 added, 0 removed; done. [2020-11-17T19:13:13.653Z] #25 11.29 Setting up libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-17T19:13:13.653Z] #25 11.31 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-17T19:13:13.653Z] #25 11.32 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-17T19:13:13.654Z] #25 11.34 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-17T19:13:13.654Z] #25 11.35 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:13:13.654Z] #25 11.37 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-17T19:13:13.654Z] #25 11.38 Updating certificates in /etc/ssl/certs... [2020-11-17T19:13:13.755Z] #28 DONE 0.8s [2020-11-17T19:13:13.755Z] [2020-11-17T19:13:13.755Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:13.755Z] #41 80.51 CC criu/netfilter.o [2020-11-17T19:13:13.755Z] #41 80.68 CC criu/page-pipe.o [2020-11-17T19:13:13.755Z] #41 80.99 CC criu/page-xfer.o [2020-11-17T19:13:13.755Z] #41 81.95 CC criu/pagemap-cache.o [2020-11-17T19:13:13.755Z] #41 82.15 CC criu/pagemap.o [2020-11-17T19:13:13.755Z] #41 82.75 CC criu/parasite-syscall.o [2020-11-17T19:13:13.755Z] #41 83.34 CC criu/path.o [2020-11-17T19:13:13.755Z] #41 83.51 CC criu/pie-util-vdso.o [2020-11-17T19:13:13.755Z] #41 83.95 CC criu/pie-util.o [2020-11-17T19:13:13.755Z] #41 84.03 CC criu/pipes.o [2020-11-17T19:13:13.755Z] #41 84.40 CC criu/plugin.o [2020-11-17T19:13:13.755Z] #41 84.76 CC criu/proc_parse.o [2020-11-17T19:13:13.794Z] #40 ... [2020-11-17T19:13:13.795Z] [2020-11-17T19:13:13.795Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:13.795Z] #32 82.10 internal/poll [2020-11-17T19:13:13.795Z] #32 84.52 internal/fmtsort [2020-11-17T19:13:13.795Z] #32 85.26 internal/syscall/execenv [2020-11-17T19:13:13.795Z] #32 85.33 internal/syscall/unix [2020-11-17T19:13:13.795Z] #32 85.67 strings [2020-11-17T19:13:13.795Z] #32 85.96 os [2020-11-17T19:13:13.795Z] #32 90.74 path [2020-11-17T19:13:13.795Z] #32 91.31 fmt [2020-11-17T19:13:13.795Z] #32 91.34 path/filepath [2020-11-17T19:13:13.795Z] #32 ... [2020-11-17T19:13:13.795Z] [2020-11-17T19:13:13.795Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:13.795Z] #34 90.59 Setting up xxd (2:8.1.0875-5) ... [2020-11-17T19:13:13.795Z] #34 90.63 Setting up libuv1:amd64 (1.24.1-1) ... [2020-11-17T19:13:13.795Z] #34 90.67 Setting up vim-common (2:8.1.0875-5) ... [2020-11-17T19:13:13.795Z] #34 90.82 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-17T19:13:13.795Z] #34 90.95 Setting up cmake-data (3.13.4-1) ... [2020-11-17T19:13:13.795Z] #34 91.07 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-17T19:13:13.795Z] #34 91.30 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-17T19:13:13.795Z] #34 91.37 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-17T19:13:13.795Z] #34 91.40 Setting up cmake (3.13.4-1) ... [2020-11-17T19:13:13.795Z] #34 91.42 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:13:13.795Z] #34 91.49 Processing triggers for mime-support (3.62) ... [2020-11-17T19:13:13.918Z] #28 ... [2020-11-17T19:13:13.918Z] [2020-11-17T19:13:13.918Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:13.918Z] #46 11.25 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:13:13.918Z] #46 12.68 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:13:13.918Z] #46 16.49 go: finding github.com/fatih/color v1.9.0 [2020-11-17T19:13:13.918Z] #46 16.51 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:13:13.918Z] #46 16.54 go: finding github.com/pkg/errors v0.9.1 [2020-11-17T19:13:13.918Z] #46 16.58 go: finding github.com/spf13/pflag v1.0.3 [2020-11-17T19:13:13.918Z] #46 17.00 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:13:13.918Z] #46 17.06 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:13:13.918Z] #46 17.35 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:13:13.918Z] #46 17.48 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:13:13.918Z] #46 17.52 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:13:13.918Z] #46 17.53 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:13:13.918Z] #46 17.60 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:13:13.918Z] #46 ... [2020-11-17T19:13:13.918Z] [2020-11-17T19:13:13.918Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:13.918Z] #48 15.25 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:13:13.918Z] #48 15.25 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-17T19:13:13.918Z] #48 15.30 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:13:13.918Z] #48 15.39 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-17T19:13:13.918Z] #48 15.40 go: downloading github.com/fatih/color v1.7.0 [2020-11-17T19:13:13.918Z] #48 15.45 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:13:13.918Z] #48 15.46 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:13:13.918Z] #48 15.52 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:13:13.918Z] #48 15.61 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:13:13.918Z] #48 15.73 go: extracting github.com/fatih/color v1.7.0 [2020-11-17T19:13:13.918Z] #48 15.77 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-17T19:13:13.918Z] #48 15.85 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:13:13.918Z] #48 15.87 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:13:13.918Z] #48 15.89 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-17T19:13:13.918Z] #48 15.99 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:13:13.918Z] #48 16.11 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:13:13.918Z] #48 16.20 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-17T19:13:13.918Z] #48 16.22 go: downloading github.com/spf13/viper v1.6.1 [2020-11-17T19:13:13.918Z] #48 16.49 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:13:13.918Z] #48 16.50 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:13:13.918Z] #48 16.80 go: extracting github.com/spf13/viper v1.6.1 [2020-11-17T19:13:13.918Z] #48 16.81 go: downloading github.com/pkg/errors v0.8.1 [2020-11-17T19:13:13.918Z] #48 16.82 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-17T19:13:13.918Z] #48 16.84 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:13:13.918Z] #48 16.89 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:13:13.918Z] #48 17.01 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-17T19:13:13.918Z] #48 17.15 go: extracting github.com/pkg/errors v0.8.1 [2020-11-17T19:13:13.918Z] #48 17.20 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-17T19:13:13.918Z] #48 17.29 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:13:13.918Z] #48 17.30 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:13:13.918Z] #48 17.54 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-17T19:13:13.918Z] #48 17.63 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:13:13.918Z] #48 17.68 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-17T19:13:13.918Z] #48 17.69 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-17T19:13:13.918Z] #48 17.72 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:13:13.918Z] #48 17.92 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:13:13.918Z] #48 17.93 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:13:13.918Z] #48 17.99 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-17T19:13:13.918Z] #48 18.17 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:13:13.918Z] #48 18.52 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-17T19:13:13.918Z] #48 18.58 go: downloading github.com/spf13/afero v1.1.2 [2020-11-17T19:13:13.918Z] #48 18.76 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:13:13.918Z] #48 19.18 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-17T19:13:13.918Z] #48 19.32 go: extracting github.com/spf13/afero v1.1.2 [2020-11-17T19:13:13.918Z] #48 19.37 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:13:13.918Z] #48 19.38 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:13:13.918Z] #48 19.47 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:13:13.918Z] #48 19.52 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:13:13.918Z] #48 19.56 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:13:13.918Z] #48 19.74 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:13:13.918Z] #48 19.75 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:13:13.918Z] #48 19.80 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:13:13.918Z] #48 19.81 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:13:13.918Z] #48 19.87 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:13:13.918Z] #48 19.88 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:13:13.918Z] #48 20.09 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:13:13.918Z] #48 20.20 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:13:13.918Z] #48 20.21 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:13:13.944Z] #27 1.470 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-17T19:13:14.056Z] #34 DONE 92.4s [2020-11-17T19:13:14.056Z] [2020-11-17T19:13:14.056Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:14.084Z] #41 ... [2020-11-17T19:13:14.084Z] [2020-11-17T19:13:14.084Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-17T19:13:14.084Z] #31 DONE 0.2s [2020-11-17T19:13:14.084Z] [2020-11-17T19:13:14.084Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:14.084Z] #41 86.62 CC criu/protobuf-desc.o [2020-11-17T19:13:14.084Z] #41 ... [2020-11-17T19:13:14.084Z] [2020-11-17T19:13:14.084Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-17T19:13:14.202Z] #27 1.575 [2020-11-17T19:13:14.232Z] #48 21.70 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:13:14.232Z] #48 ... [2020-11-17T19:13:14.232Z] [2020-11-17T19:13:14.232Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:14.232Z] #41 11.76 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [237 kB] [2020-11-17T19:13:14.232Z] #41 11.95 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-17T19:13:14.232Z] #41 ... [2020-11-17T19:13:14.232Z] [2020-11-17T19:13:14.232Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:14.232Z] #28 25.61 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-17T19:13:14.408Z] #33 DONE 0.1s [2020-11-17T19:13:14.408Z] [2020-11-17T19:13:14.408Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-17T19:13:14.408Z] #36 DONE 0.2s [2020-11-17T19:13:14.408Z] [2020-11-17T19:13:14.408Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:14.549Z] #28 26.15 [2020-11-17T19:13:14.549Z] #28 ... [2020-11-17T19:13:14.549Z] [2020-11-17T19:13:14.549Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:14.549Z] #12 12.18 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [237 kB] [2020-11-17T19:13:14.549Z] #12 12.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-17T19:13:14.598Z] #25 12.34 0 added, 0 removed; done. [2020-11-17T19:13:14.598Z] #25 12.34 Running hooks in /etc/ca-certificates/update.d... [2020-11-17T19:13:14.598Z] #25 12.34 done. [2020-11-17T19:13:14.699Z] #41 87.09 CC criu/protobuf.o [2020-11-17T19:13:14.855Z] #12 ... [2020-11-17T19:13:14.855Z] [2020-11-17T19:13:14.855Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:14.855Z] #35 12.33 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [237 kB] [2020-11-17T19:13:14.855Z] #35 12.43 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-17T19:13:14.855Z] #35 22.54 Fetched 8176 kB in 21s (382 kB/s) [2020-11-17T19:13:14.855Z] #35 22.54 Reading package lists... [2020-11-17T19:13:14.855Z] #35 ... [2020-11-17T19:13:14.855Z] [2020-11-17T19:13:14.855Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:14.855Z] #54 12.31 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [237 kB] [2020-11-17T19:13:14.855Z] #54 12.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-17T19:13:14.855Z] #54 ... [2020-11-17T19:13:14.855Z] [2020-11-17T19:13:14.855Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:14.855Z] #28 26.32 ######################################################################## 100.0% [2020-11-17T19:13:14.992Z] #41 87.26 CC criu/pstree.o [2020-11-17T19:13:15.157Z] #28 26.63 [2020-11-17T19:13:15.231Z] #27 1.688 ## 4.0% ########## 15.0% ##################### 30.5% ######################################## 55.7% ################################################## 70.7% ################################################### 72.1% #################################################################### 95.1% ######################################################################## 100.0% [2020-11-17T19:13:15.231Z] #27 2.563 [2020-11-17T19:13:15.231Z] #27 2.674 ########################################## 58.9% ######################################################################## 100.0% [2020-11-17T19:13:15.231Z] #27 2.779 [2020-11-17T19:13:15.284Z] #41 87.71 CC criu/rbtree.o [2020-11-17T19:13:15.449Z] #35 1.382 + RM_GOPATH=0 [2020-11-17T19:13:15.449Z] #35 1.384 + TMP_GOPATH= [2020-11-17T19:13:15.449Z] #35 1.384 + : /build [2020-11-17T19:13:15.449Z] #35 1.384 + '[' -z '' ']' [2020-11-17T19:13:15.449Z] #35 1.387 ++ mktemp -d [2020-11-17T19:13:15.449Z] #35 1.390 + export GOPATH=/tmp/tmp.rt2m7zd4Iq [2020-11-17T19:13:15.449Z] #35 1.390 + GOPATH=/tmp/tmp.rt2m7zd4Iq [2020-11-17T19:13:15.449Z] #35 1.390 + RM_GOPATH=1 [2020-11-17T19:13:15.449Z] #35 1.390 + case "$(go env GOARCH)" in [2020-11-17T19:13:15.449Z] #35 1.390 ++ go env GOARCH [2020-11-17T19:13:15.449Z] #35 1.467 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:15.449Z] #35 1.469 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:15.449Z] #35 1.471 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:15.449Z] #35 1.475 + dir=/tmp/install [2020-11-17T19:13:15.449Z] #35 1.475 + bin=tini [2020-11-17T19:13:15.449Z] #35 1.475 + shift [2020-11-17T19:13:15.449Z] #35 1.475 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-17T19:13:15.449Z] #35 1.475 + . /tmp/install/tini.installer [2020-11-17T19:13:15.449Z] #35 1.475 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:13:15.449Z] #35 1.475 + install_tini [2020-11-17T19:13:15.449Z] #35 1.475 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-17T19:13:15.449Z] #35 1.475 + git clone https://github.com/krallin/tini.git /tmp/tmp.rt2m7zd4Iq/tini [2020-11-17T19:13:15.449Z] #35 1.476 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:13:15.449Z] #35 1.496 Cloning into '/tmp/tmp.rt2m7zd4Iq/tini'... [2020-11-17T19:13:15.458Z] #28 26.74 Download of images into '/build' complete. [2020-11-17T19:13:15.458Z] #28 26.74 Use something like the following to load the result into a Docker daemon: [2020-11-17T19:13:15.458Z] #28 26.74 tar -cC '/build' . | docker load [2020-11-17T19:13:15.458Z] #28 DONE 26.8s [2020-11-17T19:13:15.458Z] [2020-11-17T19:13:15.458Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:15.488Z] #27 2.897 ############################# 40.7% ######################################################################## 100.0% [2020-11-17T19:13:15.488Z] #27 3.028 [2020-11-17T19:13:15.576Z] #41 87.88 CC criu/rst-malloc.o [2020-11-17T19:13:15.576Z] #41 88.07 CC criu/seccomp.o [2020-11-17T19:13:15.714Z] #35 ... [2020-11-17T19:13:15.714Z] [2020-11-17T19:13:15.714Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:15.714Z] #49 84.02 context [2020-11-17T19:13:15.714Z] #49 85.09 internal/poll [2020-11-17T19:13:15.714Z] #49 88.86 os [2020-11-17T19:13:15.714Z] #49 94.14 io/ioutil [2020-11-17T19:13:15.714Z] #49 ... [2020-11-17T19:13:15.714Z] [2020-11-17T19:13:15.714Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:15.714Z] #11 84.26 Selecting previously unselected package binutils-mingw-w64. [2020-11-17T19:13:15.714Z] #11 84.27 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-17T19:13:15.714Z] #11 84.28 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-17T19:13:15.714Z] #11 84.46 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-11-17T19:13:15.714Z] #11 84.47 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-17T19:13:15.714Z] #11 84.48 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-17T19:13:15.714Z] #11 84.67 Selecting previously unselected package dmsetup. [2020-11-17T19:13:15.714Z] #11 84.68 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-11-17T19:13:15.714Z] #11 84.68 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-17T19:13:15.714Z] #11 84.86 Selecting previously unselected package mingw-w64-common. [2020-11-17T19:13:15.714Z] #11 84.90 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-17T19:13:15.714Z] #11 84.91 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-17T19:13:15.761Z] #62 22.58 Checking out files: 64% (1228/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-17T19:13:16.064Z] #62 23.56 + cd /tmp/tmp.GfiguwygEn/src/github.com/docker/libnetwork [2020-11-17T19:13:16.064Z] #62 23.58 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:13:16.211Z] #41 88.56 CC criu/seize.o [2020-11-17T19:13:16.287Z] #11 ... [2020-11-17T19:13:16.287Z] [2020-11-17T19:13:16.287Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:16.287Z] #35 2.414 + cd /tmp/tmp.rt2m7zd4Iq/tini [2020-11-17T19:13:16.287Z] #35 2.414 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:13:16.515Z] #27 3.157 ###### 9.0% ####################### 32.4% ################################### 49.1% #################################### 51.3% ############################################## 64.9% ################################################################## 92.5% ######################################################################## 100.0% [2020-11-17T19:13:16.515Z] #27 3.937 [2020-11-17T19:13:16.551Z] #35 2.419 + cmake . [2020-11-17T19:13:16.847Z] #41 89.16 CC criu/servicefd.o [2020-11-17T19:13:16.847Z] #41 89.42 CC criu/shmem.o [2020-11-17T19:13:16.948Z] #62 24.18 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-17T19:13:16.948Z] #62 ... [2020-11-17T19:13:16.948Z] [2020-11-17T19:13:16.948Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:16.948Z] #50 14.33 + cd /tmp/tmp.XXUFho5J70/src/github.com/mvdan/sh [2020-11-17T19:13:16.948Z] #50 14.33 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:13:16.948Z] #50 14.58 + GO111MODULE=on [2020-11-17T19:13:16.948Z] #50 14.58 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-17T19:13:16.948Z] #50 16.58 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:13:16.948Z] #50 16.62 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:13:16.948Z] #50 16.66 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:13:16.948Z] #50 16.81 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:13:16.948Z] #50 17.40 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:13:16.948Z] #50 18.35 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:13:16.948Z] #50 19.30 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:13:16.948Z] #50 21.47 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:13:16.948Z] #50 23.01 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:13:16.948Z] #50 23.07 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:13:16.948Z] #50 23.55 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:13:16.948Z] #50 23.81 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:13:16.948Z] #50 ... [2020-11-17T19:13:16.948Z] [2020-11-17T19:13:16.948Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:13:16.948Z] #39 20.24 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-17T19:13:16.948Z] #39 22.87 + 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-17T19:13:17.128Z] #35 3.130 -- The C compiler identification is GNU 8.3.0 [2020-11-17T19:13:17.128Z] #35 3.242 -- Check for working C compiler: /usr/bin/cc [2020-11-17T19:13:17.288Z] #27 4.074 1.3% ##### 7.9% ########## 14.5% ############## 20.1% ################# 24.8% #################### 29.0% [2020-11-17T19:13:17.288Z] #27 ... [2020-11-17T19:13:17.288Z] [2020-11-17T19:13:17.288Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:13:17.288Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.1s done [2020-11-17T19:13:17.288Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-11-17T19:13:17.288Z] #8 DONE 35.6s [2020-11-17T19:13:17.288Z] [2020-11-17T19:13:17.288Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:17.323Z] #27 16.27 0.0% 0.7% # 1.6% # 2.4% ## 3.2% ## 4.1% ### 5.1% #### 5.8% #### 6.6% ##### 7.3% ##### 8.3% ###### 9.2% ###### 9.5% ####### 10.8% ######## 11.8% ######### 13.2% ########## 14.4% ########### 15.9% ############ 17.5% ############# 18.6% ############## 20.3% ############### 22.0% ################ 23.4% ################# 24.8% ################## 26.1% ################### 27.3% #################### 28.3% ##################### 29.8% ###################### 31.2% ####################### 32.3% ######################## 34.1% ######################### 35.4% ########################## 36.8% ########################### 37.5% ########################### 38.9% ############################ 39.9% ############################# 41.2% [2020-11-17T19:13:17.323Z] #27 ... [2020-11-17T19:13:17.323Z] [2020-11-17T19:13:17.323Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:17.323Z] #53 10.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-17T19:13:17.323Z] #53 18.56 Fetched 8224 kB in 13s (614 kB/s) [2020-11-17T19:13:17.323Z] #53 18.56 Reading package lists... [2020-11-17T19:13:17.323Z] #53 ... [2020-11-17T19:13:17.323Z] [2020-11-17T19:13:17.323Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:17.521Z] #41 89.95 CC criu/sigframe.o [2020-11-17T19:13:17.521Z] #41 ... [2020-11-17T19:13:17.521Z] [2020-11-17T19:13:17.521Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:17.521Z] #51 54.36 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-17T19:13:17.521Z] #51 55.62 + mkdir -p /build [2020-11-17T19:13:17.521Z] #51 55.62 + cp runc /build/runc [2020-11-17T19:13:17.521Z] #51 DONE 56.0s [2020-11-17T19:13:17.521Z] [2020-11-17T19:13:17.521Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:17.521Z] #41 90.05 CC criu/signalfd.o [2020-11-17T19:13:17.590Z] #27 16.27 0.0% 0.7% # 1.6% # 2.4% ## 3.2% ## 4.1% ### 5.1% #### 5.8% #### 6.6% ##### 7.3% ##### 8.3% ###### 9.2% ###### 9.5% ####### 10.8% ######## 11.8% ######### 13.2% ########## 14.4% ########### 15.9% ############ 17.5% ############# 18.6% ############## 20.3% ############### 22.0% ################ 23.4% ################# 24.8% ################## 26.1% ################### 27.3% #################### 28.3% ##################### 29.8% ###################### 31.2% ####################### 32.3% ######################## 34.1% ######################### 35.4% ########################## 36.8% ########################### 37.5% ########################### 38.9% ############################ 39.9% ############################# 41.2% ############################## 42.4% ############################### 43.8% ################################ 44.9% [2020-11-17T19:13:17.590Z] #27 ... [2020-11-17T19:13:17.590Z] [2020-11-17T19:13:17.590Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:17.590Z] #34 10.57 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-17T19:13:17.590Z] #34 18.03 Fetched 8224 kB in 13s (633 kB/s) [2020-11-17T19:13:17.822Z] #41 90.31 CC criu/sk-inet.o [2020-11-17T19:13:17.912Z] #25 DONE 15.6s [2020-11-17T19:13:17.913Z] [2020-11-17T19:13:17.913Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-17T19:13:17.913Z] #26 DONE 0.1s [2020-11-17T19:13:17.913Z] [2020-11-17T19:13:17.913Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:17.961Z] #34 18.03 Reading package lists... [2020-11-17T19:13:17.961Z] #34 ... [2020-11-17T19:13:17.961Z] [2020-11-17T19:13:17.961Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:18.512Z] #27 16.27 0.0% 0.7% # 1.6% # 2.4% ## 3.2% ## 4.1% ### 5.1% #### 5.8% #### 6.6% ##### 7.3% ##### 8.3% ###### 9.2% ###### 9.5% ####### 10.8% ######## 11.8% ######### 13.2% ########## 14.4% ########### 15.9% ############ 17.5% ############# 18.6% ############## 20.3% ############### 22.0% ################ 23.4% ################# 24.8% ################## 26.1% ################### 27.3% #################### 28.3% ##################### 29.8% ###################### 31.2% ####################### 32.3% ######################## 34.1% ######################### 35.4% ########################## 36.8% ########################### 37.5% ########################### 38.9% ############################ 39.9% ############################# 41.2% ############################## 42.4% ############################### 43.8% ################################ 44.9% ################################ 45.6% ################################# 46.7% ################################## 48.5% ################################### 48.7% #################################### 50.2% ##################################### 51.8% ###################################### 52.8% [2020-11-17T19:13:18.512Z] #27 ... [2020-11-17T19:13:18.512Z] [2020-11-17T19:13:18.512Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:18.512Z] #45 11.37 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:13:18.512Z] #45 11.64 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:13:18.512Z] #45 14.73 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:13:18.512Z] #45 19.13 go: finding github.com/fatih/color v1.9.0 [2020-11-17T19:13:18.512Z] #45 19.23 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:13:18.512Z] #45 19.33 go: finding github.com/pkg/errors v0.9.1 [2020-11-17T19:13:18.512Z] #45 19.42 go: finding github.com/spf13/pflag v1.0.3 [2020-11-17T19:13:18.512Z] #45 19.46 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:13:18.512Z] #45 19.57 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:13:18.512Z] #45 20.03 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:13:18.512Z] #45 20.05 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:13:18.512Z] #45 20.13 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:13:18.512Z] #45 20.17 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:13:18.512Z] #45 20.19 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:13:18.512Z] #45 ... [2020-11-17T19:13:18.512Z] [2020-11-17T19:13:18.512Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:18.512Z] #27 16.27 0.0% 0.7% # 1.6% # 2.4% ## 3.2% ## 4.1% ### 5.1% #### 5.8% #### 6.6% ##### 7.3% ##### 8.3% ###### 9.2% ###### 9.5% ####### 10.8% ######## 11.8% ######### 13.2% ########## 14.4% ########### 15.9% ############ 17.5% ############# 18.6% ############## 20.3% ############### 22.0% ################ 23.4% ################# 24.8% ################## 26.1% ################### 27.3% #################### 28.3% ##################### 29.8% ###################### 31.2% ####################### 32.3% ######################## 34.1% ######################### 35.4% ########################## 36.8% ########################### 37.5% ########################### 38.9% ############################ 39.9% ############################# 41.2% ############################## 42.4% ############################### 43.8% ################################ 44.9% ################################ 45.6% ################################# 46.7% ################################## 48.5% ################################### 48.7% #################################### 50.2% ##################################### 51.8% ###################################### 52.8% ####################################### 54.7% ####################################### 55.4% [2020-11-17T19:13:18.512Z] #27 ... [2020-11-17T19:13:18.512Z] [2020-11-17T19:13:18.512Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:18.512Z] #43 11.63 crypto/internal/subtle [2020-11-17T19:13:18.512Z] #43 11.95 crypto/subtle [2020-11-17T19:13:18.512Z] #43 12.18 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-17T19:13:18.512Z] #43 12.43 internal/nettrace [2020-11-17T19:13:18.512Z] #43 12.87 runtime/cgo [2020-11-17T19:13:18.512Z] #43 14.66 vendor/golang.org/x/crypto/internal/subtle [2020-11-17T19:13:18.519Z] #35 4.342 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-17T19:13:18.519Z] #35 4.351 -- Detecting C compiler ABI info [2020-11-17T19:13:18.577Z] #27 4.074 1.3% ##### 7.9% ########## 14.5% ############## 20.1% ################# 24.8% #################### 29.0% ######################## 34.7% ############################# 40.6% ################################## 47.4% ###################################### 53.3% ########################################## 58.4% ############################################# 63.5% ############################################### 65.6% ############################################### 66.2% ################################################### 70.9% ###################################################### 76.1% ########################################################### 82.6% ################################################################ 89.7% ##################################################################### 96.3% ######################################################################## 100.0% [2020-11-17T19:13:18.577Z] #27 6.023 [2020-11-17T19:13:18.854Z] #27 ... [2020-11-17T19:13:18.854Z] [2020-11-17T19:13:18.854Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:13:18.854Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.9s done [2020-11-17T19:13:18.854Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.5s [2020-11-17T19:13:18.906Z] #43 ... [2020-11-17T19:13:18.906Z] [2020-11-17T19:13:18.906Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:18.909Z] #41 91.19 CC criu/sk-netlink.o [2020-11-17T19:13:18.909Z] #41 91.45 CC criu/sk-packet.o [2020-11-17T19:13:19.149Z] #27 6.620 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-17T19:13:19.172Z] #27 16.27 0.0% 0.7% # 1.6% # 2.4% ## 3.2% ## 4.1% ### 5.1% #### 5.8% #### 6.6% ##### 7.3% ##### 8.3% ###### 9.2% ###### 9.5% ####### 10.8% ######## 11.8% ######### 13.2% ########## 14.4% ########### 15.9% ############ 17.5% ############# 18.6% ############## 20.3% ############### 22.0% ################ 23.4% ################# 24.8% ################## 26.1% ################### 27.3% #################### 28.3% ##################### 29.8% ###################### 31.2% ####################### 32.3% ######################## 34.1% ######################### 35.4% ########################## 36.8% ########################### 37.5% ########################### 38.9% ############################ 39.9% ############################# 41.2% ############################## 42.4% ############################### 43.8% ################################ 44.9% ################################ 45.6% ################################# 46.7% ################################## 48.5% ################################### 48.7% #################################### 50.2% ##################################### 51.8% ###################################### 52.8% ####################################### 54.7% ####################################### 55.4% ######################################## 56.2% ######################################## 56.7% ########################################## 58.9% ########################################## 59.0% ########################################### 59.8% [2020-11-17T19:13:19.172Z] #27 ... [2020-11-17T19:13:19.172Z] [2020-11-17T19:13:19.172Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:19.172Z] #47 12.20 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:13:19.172Z] #47 12.29 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-17T19:13:19.172Z] #47 12.30 go: downloading github.com/pkg/errors v0.8.1 [2020-11-17T19:13:19.172Z] #47 12.31 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:13:19.172Z] #47 12.31 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:13:19.172Z] #47 12.31 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-17T19:13:19.172Z] #47 12.31 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:13:19.172Z] #47 12.32 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:13:19.172Z] #47 12.32 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:13:19.172Z] #47 12.69 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:13:19.172Z] #47 13.06 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:13:19.172Z] #47 13.06 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-17T19:13:19.172Z] #47 13.09 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:13:19.172Z] #47 13.11 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:13:19.172Z] #47 13.16 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-17T19:13:19.172Z] #47 13.30 go: extracting github.com/pkg/errors v0.8.1 [2020-11-17T19:13:19.172Z] #47 13.40 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:13:19.172Z] #47 13.47 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:13:19.172Z] #47 13.59 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:13:19.172Z] #47 13.84 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:13:19.172Z] #47 14.04 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:13:19.172Z] #47 14.09 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:13:19.172Z] #47 14.16 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:13:19.172Z] #47 14.31 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:13:19.172Z] #47 14.32 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:13:19.172Z] #47 14.42 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:13:19.172Z] #47 14.49 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:13:19.172Z] #47 14.50 go: downloading github.com/spf13/viper v1.6.1 [2020-11-17T19:13:19.172Z] #47 14.50 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:13:19.172Z] #47 14.62 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:13:19.172Z] #47 14.77 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:13:19.172Z] #47 14.82 go: extracting github.com/spf13/viper v1.6.1 [2020-11-17T19:13:19.172Z] #47 14.87 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:13:19.172Z] #47 15.02 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:13:19.172Z] #47 15.57 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:13:19.172Z] #47 17.23 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:13:19.172Z] #47 17.31 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:13:19.172Z] #47 17.78 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:13:19.172Z] #47 20.27 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:13:19.172Z] #47 20.28 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:13:19.172Z] #47 20.28 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:13:19.172Z] #47 20.28 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:13:19.172Z] #47 20.29 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:13:19.172Z] #47 20.29 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-17T19:13:19.172Z] #47 20.30 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:13:19.172Z] #47 20.41 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:13:19.172Z] #47 20.43 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:13:19.172Z] #47 20.45 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:13:19.172Z] #47 20.47 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:13:19.172Z] #47 20.53 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:13:19.172Z] #47 20.55 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:13:19.172Z] #47 20.59 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-17T19:13:19.172Z] #47 20.68 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:13:19.172Z] #47 20.70 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-17T19:13:19.172Z] #47 20.71 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:13:19.172Z] #47 20.74 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-17T19:13:19.172Z] #47 20.86 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:13:19.172Z] #47 20.86 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:13:19.172Z] #47 20.86 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:13:19.172Z] #47 20.92 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-17T19:13:19.172Z] #47 20.98 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:13:19.172Z] #47 21.02 go: downloading github.com/fatih/color v1.7.0 [2020-11-17T19:13:19.172Z] #47 21.06 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:13:19.172Z] #47 21.14 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:13:19.172Z] #47 21.14 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:13:19.172Z] #47 21.23 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:13:19.172Z] #47 21.24 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-17T19:13:19.172Z] #47 21.24 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:13:19.172Z] #47 21.36 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:13:19.172Z] #47 21.39 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:13:19.172Z] #47 21.60 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-17T19:13:19.172Z] #47 21.61 go: extracting github.com/fatih/color v1.7.0 [2020-11-17T19:13:19.172Z] #47 21.61 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:13:19.172Z] #47 21.62 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:13:19.172Z] #47 21.62 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-17T19:13:19.172Z] #47 21.65 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:13:19.172Z] #47 21.76 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:13:19.172Z] #47 21.78 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-17T19:13:19.172Z] #47 21.78 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:13:19.172Z] #47 21.83 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:13:19.172Z] #47 21.89 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:13:19.172Z] #47 21.89 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:13:19.172Z] #47 21.89 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:13:19.172Z] #47 22.08 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:13:19.172Z] #47 22.10 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:13:19.172Z] #47 22.12 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:13:19.172Z] #47 22.22 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:13:19.203Z] #41 91.73 CC criu/sk-queue.o [2020-11-17T19:13:19.366Z] #39 ... [2020-11-17T19:13:19.366Z] [2020-11-17T19:13:19.366Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:19.366Z] #44 17.07 vendor/golang.org/x/crypto/internal/subtle [2020-11-17T19:13:19.405Z] #27 6.712 [2020-11-17T19:13:19.405Z] #27 6.767 ######################################################################## 100.0% [2020-11-17T19:13:19.405Z] #27 6.782 [2020-11-17T19:13:19.436Z] #47 22.26 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:13:19.436Z] #47 22.28 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:13:19.436Z] #47 22.29 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-17T19:13:19.436Z] #47 ... [2020-11-17T19:13:19.436Z] [2020-11-17T19:13:19.436Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:19.468Z] #35 5.380 -- Detecting C compiler ABI info - done [2020-11-17T19:13:19.468Z] #35 5.477 -- Detecting C compile features [2020-11-17T19:13:19.496Z] #41 91.86 CC criu/sk-tcp.o [2020-11-17T19:13:19.698Z] #44 ... [2020-11-17T19:13:19.698Z] [2020-11-17T19:13:19.698Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:19.698Z] #48 22.21 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:13:19.698Z] #48 24.88 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:13:19.698Z] #48 26.05 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:13:19.698Z] #48 27.01 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:13:19.729Z] #35 ... [2020-11-17T19:13:19.729Z] [2020-11-17T19:13:19.729Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:19.729Z] #43 88.16 os [2020-11-17T19:13:19.729Z] #43 88.70 strings [2020-11-17T19:13:19.729Z] #43 91.92 regexp/syntax [2020-11-17T19:13:19.729Z] #43 93.74 fmt [2020-11-17T19:13:19.788Z] #41 92.03 CC criu/sk-unix.o [2020-11-17T19:13:19.802Z] #8 ... [2020-11-17T19:13:19.802Z] [2020-11-17T19:13:19.802Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:19.802Z] #27 1.705 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-17T19:13:19.802Z] #27 1.795 [2020-11-17T19:13:19.966Z] #27 7.243 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-17T19:13:19.966Z] #27 7.321 [2020-11-17T19:13:19.990Z] #43 ... [2020-11-17T19:13:19.990Z] [2020-11-17T19:13:19.990Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:19.990Z] #11 95.23 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-17T19:13:19.990Z] #11 95.24 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-17T19:13:19.990Z] #11 95.26 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-17T19:13:20.007Z] #48 27.44 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:13:20.222Z] #27 7.433 # 1.8% ############################### 44.0% ################################ 44.6% ######################################################################## 100.0% [2020-11-17T19:13:20.222Z] #27 7.768 [2020-11-17T19:13:20.254Z] #27 16.27 0.0% 0.7% # 1.6% # 2.4% ## 3.2% ## 4.1% ### 5.1% #### 5.8% #### 6.6% ##### 7.3% ##### 8.3% ###### 9.2% ###### 9.5% ####### 10.8% ######## 11.8% ######### 13.2% ########## 14.4% ########### 15.9% ############ 17.5% ############# 18.6% ############## 20.3% ############### 22.0% ################ 23.4% ################# 24.8% ################## 26.1% ################### 27.3% #################### 28.3% ##################### 29.8% ###################### 31.2% ####################### 32.3% ######################## 34.1% ######################### 35.4% ########################## 36.8% ########################### 37.5% ########################### 38.9% ############################ 39.9% ############################# 41.2% ############################## 42.4% ############################### 43.8% ################################ 44.9% ################################ 45.6% ################################# 46.7% ################################## 48.5% ################################### 48.7% #################################### 50.2% ##################################### 51.8% ###################################### 52.8% ####################################### 54.7% ####################################### 55.4% ######################################## 56.2% ######################################## 56.7% ########################################## 58.9% ########################################## 59.0% ########################################### 59.8% ########################################### 60.5% ########################################### 60.9% ############################################# 62.9% ############################################## 64.4% ############################################### 65.6% ############################################### 66.6% ################################################ 68.0% ################################################# 69.2% [2020-11-17T19:13:20.255Z] #27 ... [2020-11-17T19:13:20.255Z] [2020-11-17T19:13:20.255Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:20.255Z] #49 13.20 + cd /tmp/tmp.tHMZvGzlKM/src/github.com/mvdan/sh [2020-11-17T19:13:20.255Z] #49 13.22 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:13:20.255Z] #49 13.33 + GO111MODULE=on [2020-11-17T19:13:20.255Z] #49 13.34 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-17T19:13:20.255Z] #49 14.83 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:13:20.255Z] #49 15.02 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:13:20.255Z] #49 15.10 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:13:20.255Z] #49 15.17 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:13:20.255Z] #49 15.60 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:13:20.255Z] #49 16.35 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:13:20.255Z] #49 17.45 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:13:20.255Z] #49 18.81 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:13:20.255Z] #49 20.52 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:13:20.255Z] #49 20.53 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:13:20.255Z] #49 20.92 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:13:20.255Z] #49 21.12 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:13:20.255Z] #49 21.99 runtime/cgo [2020-11-17T19:13:20.255Z] #49 22.11 runtime [2020-11-17T19:13:20.255Z] #49 ... [2020-11-17T19:13:20.255Z] [2020-11-17T19:13:20.255Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:20.349Z] #27 1.922 ####### 9.7% ########################## 36.6% ######################################## 56.4% ###################################################### 76.2% ##################################################################### 96.5% ######################################################################## 100.0% [2020-11-17T19:13:20.349Z] #27 2.437 [2020-11-17T19:13:20.423Z] #41 92.86 CC criu/sockets.o [2020-11-17T19:13:20.609Z] #27 2.565 0.0% ######################################################################## 100.0% [2020-11-17T19:13:20.609Z] #27 2.725 [2020-11-17T19:13:20.667Z] #48 28.07 go: downloading golang.org/x/text v0.3.2 [2020-11-17T19:13:20.667Z] #48 28.07 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:13:20.667Z] #48 28.08 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:13:20.667Z] #48 28.08 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:13:20.667Z] #48 28.08 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:13:20.667Z] #48 28.08 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:13:20.667Z] #48 28.10 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:13:20.667Z] #48 28.10 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:13:20.667Z] #48 28.16 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:13:20.667Z] #48 28.16 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:13:20.667Z] #48 28.26 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:13:20.667Z] #48 28.26 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:13:20.667Z] #48 28.27 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:13:20.789Z] #27 8.181 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-17T19:13:20.870Z] #27 2.874 ########################### 38.6% ######################################################################## 100.0% [2020-11-17T19:13:20.870Z] #27 3.055 [2020-11-17T19:13:20.968Z] #48 28.45 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:13:20.968Z] #48 28.51 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:13:21.045Z] #27 8.203 skipping existing c35d46ef359f [2020-11-17T19:13:21.045Z] #27 8.217 [2020-11-17T19:13:21.045Z] #27 8.607 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-17T19:13:21.102Z] #41 93.37 CC criu/stats.o [2020-11-17T19:13:21.277Z] #48 28.66 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:13:21.277Z] #48 28.74 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:13:21.277Z] #48 28.85 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:13:21.277Z] #48 28.94 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:13:21.301Z] #27 8.732 [2020-11-17T19:13:21.394Z] #41 93.63 CC criu/string.o [2020-11-17T19:13:21.394Z] #41 93.68 CC criu/sysctl.o [2020-11-17T19:13:21.584Z] #48 29.16 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:13:21.616Z] #27 8.803 ######################################################################## 100.0% [2020-11-17T19:13:21.616Z] #27 8.818 [2020-11-17T19:13:21.667Z] #27 3.181 ########## 15.1% ########################## 36.2% ####################################### 55.5% ##################################################### 74.6% ############################################################ 83.8% ######################################################################## 100.0% [2020-11-17T19:13:21.667Z] #27 3.787 [2020-11-17T19:13:21.686Z] #41 94.05 CC criu/sysfs_parse.o [2020-11-17T19:13:21.872Z] #27 9.059 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-17T19:13:21.872Z] #27 9.182 [2020-11-17T19:13:21.872Z] #27 9.279 ######################################################################## 100.0% [2020-11-17T19:13:21.872Z] #27 9.310 [2020-11-17T19:13:21.887Z] #48 29.44 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:13:21.887Z] #48 29.52 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:13:21.887Z] #48 29.54 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:13:21.887Z] #48 29.61 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:13:21.979Z] #41 94.25 CC criu/timens.o [2020-11-17T19:13:21.979Z] #41 94.40 CC criu/timerfd.o [2020-11-17T19:13:22.128Z] #27 9.319 Download of images into '/build' complete. [2020-11-17T19:13:22.128Z] #27 9.319 Use something like the following to load the result into a Docker daemon: [2020-11-17T19:13:22.128Z] #27 9.319 tar -cC '/build' . | docker load [2020-11-17T19:13:22.186Z] #48 29.88 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:13:22.186Z] #48 29.89 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:13:22.186Z] #48 29.90 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:13:22.186Z] #48 29.91 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-17T19:13:22.273Z] #41 94.60 CC criu/tty.o [2020-11-17T19:13:22.435Z] #27 16.27 0.0% 0.7% # 1.6% # 2.4% ## 3.2% ## 4.1% ### 5.1% #### 5.8% #### 6.6% ##### 7.3% ##### 8.3% ###### 9.2% ###### 9.5% ####### 10.8% ######## 11.8% ######### 13.2% ########## 14.4% ########### 15.9% ############ 17.5% ############# 18.6% ############## 20.3% ############### 22.0% ################ 23.4% ################# 24.8% ################## 26.1% ################### 27.3% #################### 28.3% ##################### 29.8% ###################### 31.2% ####################### 32.3% ######################## 34.1% ######################### 35.4% ########################## 36.8% ########################### 37.5% ########################### 38.9% ############################ 39.9% ############################# 41.2% ############################## 42.4% ############################### 43.8% ################################ 44.9% ################################ 45.6% ################################# 46.7% ################################## 48.5% ################################### 48.7% #################################### 50.2% ##################################### 51.8% ###################################### 52.8% ####################################### 54.7% ####################################### 55.4% ######################################## 56.2% ######################################## 56.7% ########################################## 58.9% ########################################## 59.0% ########################################### 59.8% ########################################### 60.5% ########################################### 60.9% ############################################# 62.9% ############################################## 64.4% ############################################### 65.6% ############################################### 66.6% ################################################ 68.0% ################################################# 69.2% ################################################## 70.6% ################################################### 71.5% #################################################### 73.0% ##################################################### 74.4% ###################################################### 75.7% ####################################################### 77.5% ######################################################## 78.4% ######################################################### 79.3% ######################################################### 80.1% ########################################################### 82.4% ############################################################ 84.0% ############################################################# 85.0% ############################################################## 86.4% ############################################################## 87.5% ################################################################ 89.0% ################################################################ 90.0% ################################################################# 91.3% ################################################################### 93.8% ##################################################################### 96.0% ####################################################################### 98.7% ######################################################################## 100.0% [2020-11-17T19:13:22.487Z] #48 30.00 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:13:22.487Z] #48 30.03 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:13:22.487Z] #48 30.05 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:13:22.487Z] #48 30.20 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:13:22.487Z] #48 30.21 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:13:22.543Z] #11 ... [2020-11-17T19:13:22.543Z] [2020-11-17T19:13:22.543Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:22.543Z] #40 99.96 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-17T19:13:22.543Z] #40 100.0 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:13:22.543Z] #40 DONE 100.8s [2020-11-17T19:13:22.543Z] [2020-11-17T19:13:22.543Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:22.692Z] #27 DONE 10.0s [2020-11-17T19:13:22.692Z] [2020-11-17T19:13:22.692Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-17T19:13:22.692Z] #9 DONE 5.3s [2020-11-17T19:13:22.692Z] [2020-11-17T19:13:22.692Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-17T19:13:22.700Z] #27 25.55 [2020-11-17T19:13:23.144Z] #48 30.67 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:13:23.144Z] #48 30.79 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:13:23.283Z] #27 ... [2020-11-17T19:13:23.283Z] [2020-11-17T19:13:23.283Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:23.283Z] #40 16.26 Fetched 8224 kB in 11s (725 kB/s) [2020-11-17T19:13:23.283Z] #40 16.26 Reading package lists... [2020-11-17T19:13:23.283Z] #40 23.99 Reading package lists... [2020-11-17T19:13:23.283Z] #40 ... [2020-11-17T19:13:23.283Z] [2020-11-17T19:13:23.283Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:23.283Z] #62 19.93 Checking out files: 51% (986/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 95% (1814/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-17T19:13:23.283Z] #62 21.25 + cd /tmp/tmp.7yTMiSFI77/src/github.com/docker/libnetwork [2020-11-17T19:13:23.283Z] #62 21.25 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:13:23.283Z] #62 21.39 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-17T19:13:23.324Z] #41 95.70 CC criu/tun.o [2020-11-17T19:13:23.443Z] #48 30.94 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:13:23.443Z] #48 30.95 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:13:23.443Z] #48 31.12 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:13:23.443Z] #48 31.23 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:13:23.618Z] #41 ... [2020-11-17T19:13:23.618Z] [2020-11-17T19:13:23.618Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:13:23.618Z] #38 DONE 130.0s [2020-11-17T19:13:23.618Z] [2020-11-17T19:13:23.618Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:23.618Z] #41 95.90 CC criu/uffd.o [2020-11-17T19:13:23.743Z] #48 31.29 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:13:23.782Z] #27 3.928 0.0% #### 6.1% ######### 13.7% ############# 19.4% ################## 25.6% ###################### 30.8% ######################### 36.0% ############################# 41.1% ################################# 46.1% ##################################### 51.6% ######################################## 56.8% ############################################ 62.1% ################################################ 67.3% #################################################### 72.3% ####################################################### 77.5% ########################################################### 82.3% ############################################################### 87.5% ################################################################### 93.2% ###################################################################### 98.4% ######################################################################## 100.0% [2020-11-17T19:13:23.783Z] #27 5.841 [2020-11-17T19:13:23.922Z] #41 96.40 CC criu/util.o [2020-11-17T19:13:24.043Z] #48 ... [2020-11-17T19:13:24.043Z] [2020-11-17T19:13:24.043Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:24.043Z] #35 22.54 Reading package lists... [2020-11-17T19:13:24.063Z] #10 DONE 1.5s [2020-11-17T19:13:24.244Z] #62 ... [2020-11-17T19:13:24.244Z] [2020-11-17T19:13:24.244Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:24.244Z] #27 26.91 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-17T19:13:24.323Z] [2020-11-17T19:13:24.323Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-17T19:13:24.323Z] #37 DONE 0.0s [2020-11-17T19:13:24.323Z] [2020-11-17T19:13:24.323Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:13:24.323Z] #38 ... [2020-11-17T19:13:24.323Z] [2020-11-17T19:13:24.323Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-17T19:13:24.323Z] #29 DONE 0.2s [2020-11-17T19:13:24.509Z] #27 27.38 [2020-11-17T19:13:24.583Z] [2020-11-17T19:13:24.583Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:13:24.638Z] #41 ... [2020-11-17T19:13:24.638Z] [2020-11-17T19:13:24.638Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-17T19:13:24.638Z] #39 DONE 0.2s [2020-11-17T19:13:24.638Z] [2020-11-17T19:13:24.638Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:24.638Z] #47 131.2 + /build/golangci-lint --version [2020-11-17T19:13:24.638Z] #47 131.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-17T19:13:24.643Z] #35 32.04 Reading package lists... [2020-11-17T19:13:24.643Z] #35 ... [2020-11-17T19:13:24.643Z] [2020-11-17T19:13:24.643Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:24.643Z] #41 22.35 Fetched 8176 kB in 21s (386 kB/s) [2020-11-17T19:13:24.643Z] #41 22.35 Reading package lists... [2020-11-17T19:13:24.724Z] #27 6.596 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-17T19:13:24.724Z] #27 6.744 [2020-11-17T19:13:24.724Z] #27 6.828 ######################################################################## 100.0% [2020-11-17T19:13:24.724Z] #27 6.853 [2020-11-17T19:13:24.782Z] #27 27.62 ############ 17.4% ######################################################################## 100.0% [2020-11-17T19:13:24.935Z] #47 DONE 131.6s [2020-11-17T19:13:24.935Z] [2020-11-17T19:13:24.935Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:24.935Z] #41 97.00 CC criu/uts_ns.o [2020-11-17T19:13:24.935Z] #41 97.11 CC criu/vdso.o [2020-11-17T19:13:24.935Z] #41 97.29 LINK criu/built-in.o [2020-11-17T19:13:24.935Z] #41 97.36 LINK criu/criu [2020-11-17T19:13:24.942Z] #41 31.26 Reading package lists... [2020-11-17T19:13:24.942Z] #41 ... [2020-11-17T19:13:24.942Z] [2020-11-17T19:13:24.942Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:24.942Z] #48 31.73 go: downloading github.com/spf13/cast v1.3.0 [2020-11-17T19:13:24.942Z] #48 31.75 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:13:24.942Z] #48 31.83 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:13:24.942Z] #48 31.92 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-17T19:13:24.942Z] #48 32.01 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:13:24.942Z] #48 32.17 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:13:24.942Z] #48 32.21 go: extracting github.com/spf13/cast v1.3.0 [2020-11-17T19:13:24.942Z] #48 32.29 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-17T19:13:24.942Z] #48 32.41 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:13:24.942Z] #48 32.49 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-17T19:13:24.942Z] #48 32.52 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-17T19:13:24.942Z] #48 32.54 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-17T19:13:25.086Z] #27 27.84 [2020-11-17T19:13:25.228Z] #41 97.59 DEP lib/c/criu.d [2020-11-17T19:13:25.228Z] #41 97.66 CC images/rpc.pb-c.o [2020-11-17T19:13:25.246Z] #48 32.69 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:13:25.246Z] #48 32.75 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-17T19:13:25.246Z] #48 32.80 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:13:25.246Z] #48 ... [2020-11-17T19:13:25.246Z] [2020-11-17T19:13:25.246Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:25.246Z] #54 22.73 Fetched 8176 kB in 22s (378 kB/s) [2020-11-17T19:13:25.246Z] #54 22.73 Reading package lists... [2020-11-17T19:13:25.246Z] #54 30.74 Reading package lists... [2020-11-17T19:13:25.246Z] #54 ... [2020-11-17T19:13:25.246Z] [2020-11-17T19:13:25.246Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:25.246Z] #12 23.23 Fetched 8176 kB in 22s (370 kB/s) [2020-11-17T19:13:25.246Z] #12 23.23 Reading package lists... [2020-11-17T19:13:25.349Z] #27 ... [2020-11-17T19:13:25.349Z] [2020-11-17T19:13:25.349Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:25.349Z] #11 18.24 Fetched 8224 kB in 13s (610 kB/s) [2020-11-17T19:13:25.349Z] #11 18.24 Reading package lists... [2020-11-17T19:13:25.349Z] #11 23.83 Reading package lists... [2020-11-17T19:13:25.349Z] #11 ... [2020-11-17T19:13:25.349Z] [2020-11-17T19:13:25.349Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:25.349Z] #47 22.42 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:13:25.349Z] #47 22.61 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:13:25.349Z] #47 22.64 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-17T19:13:25.349Z] #47 22.70 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:13:25.349Z] #47 22.71 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:13:25.349Z] #47 22.79 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:13:25.349Z] #47 22.81 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:13:25.349Z] #47 23.03 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:13:25.349Z] #47 23.04 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:13:25.349Z] #47 23.11 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:13:25.349Z] #47 23.51 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:13:25.349Z] #47 23.76 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:13:25.349Z] #47 23.90 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:13:25.349Z] #47 23.95 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:13:25.349Z] #47 24.16 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:13:25.349Z] #47 24.48 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:13:25.349Z] #47 24.63 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:13:25.349Z] #47 24.66 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:13:25.349Z] #47 24.69 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:13:25.349Z] #47 24.78 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:13:25.349Z] #47 25.06 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:13:25.349Z] #47 25.24 go: downloading github.com/spf13/afero v1.1.2 [2020-11-17T19:13:25.349Z] #47 25.26 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:13:25.349Z] #47 25.41 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-17T19:13:25.349Z] #47 25.87 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:13:25.349Z] #47 25.87 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:13:25.349Z] #47 25.90 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-17T19:13:25.349Z] #47 26.00 go: extracting github.com/spf13/afero v1.1.2 [2020-11-17T19:13:25.349Z] #47 26.26 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-17T19:13:25.349Z] #47 26.40 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:13:25.349Z] #47 26.43 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:13:25.349Z] #47 26.51 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:13:25.349Z] #47 26.64 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:13:25.349Z] #47 26.65 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-17T19:13:25.349Z] #47 26.65 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:13:25.349Z] #47 26.65 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:13:25.349Z] #47 26.79 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:13:25.349Z] #47 26.79 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:13:25.349Z] #47 26.87 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:13:25.349Z] #47 26.92 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:13:25.349Z] #47 26.94 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-17T19:13:25.349Z] #47 26.99 go: downloading golang.org/x/text v0.3.2 [2020-11-17T19:13:25.349Z] #47 27.14 go: downloading github.com/spf13/cast v1.3.0 [2020-11-17T19:13:25.349Z] #47 27.20 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:13:25.349Z] #47 27.33 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:13:25.349Z] #47 27.35 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:13:25.349Z] #47 27.48 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-17T19:13:25.349Z] #47 27.64 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:13:25.349Z] #47 27.69 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:13:25.349Z] #47 27.69 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:13:25.349Z] #47 27.91 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:13:25.349Z] #47 27.95 go: extracting github.com/spf13/cast v1.3.0 [2020-11-17T19:13:25.349Z] #47 27.95 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:13:25.349Z] #47 27.99 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-17T19:13:25.349Z] #47 28.02 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-17T19:13:25.349Z] #47 28.03 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:13:25.349Z] #47 28.13 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:13:25.349Z] #47 28.17 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:13:25.549Z] #12 30.44 Reading package lists... [2020-11-17T19:13:25.549Z] #12 ... [2020-11-17T19:13:25.549Z] [2020-11-17T19:13:25.549Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:25.549Z] #48 32.99 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:13:25.549Z] #48 33.05 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:13:25.549Z] #48 33.13 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:13:25.549Z] #48 33.24 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:13:25.555Z] #41 97.88 CC lib/c/criu.o [2020-11-17T19:13:25.612Z] #47 28.50 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-17T19:13:25.612Z] #47 28.54 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:13:25.612Z] #47 28.55 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:13:25.853Z] #48 33.26 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:13:25.853Z] #48 33.36 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:13:25.853Z] #48 33.44 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:13:25.853Z] #48 33.61 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:13:25.854Z] #41 ... [2020-11-17T19:13:25.854Z] [2020-11-17T19:13:25.854Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:25.854Z] #32 93.72 io/ioutil [2020-11-17T19:13:25.854Z] #32 94.75 text/tabwriter [2020-11-17T19:13:25.854Z] #32 97.20 flag [2020-11-17T19:13:25.854Z] #32 97.23 github.com/BurntSushi/toml [2020-11-17T19:13:25.854Z] #32 100.0 log [2020-11-17T19:13:25.854Z] #32 ... [2020-11-17T19:13:25.854Z] [2020-11-17T19:13:25.854Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:25.854Z] #35 8.842 -- Detecting C compile features - done [2020-11-17T19:13:25.854Z] #35 8.860 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-17T19:13:25.854Z] #35 9.354 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-17T19:13:25.854Z] #35 9.776 -- Configuring done [2020-11-17T19:13:25.854Z] #35 9.818 -- Generating done [2020-11-17T19:13:25.854Z] #35 9.833 -- Build files have been written to: /tmp/tmp.rt2m7zd4Iq/tini [2020-11-17T19:13:25.854Z] #35 9.892 + make tini-static [2020-11-17T19:13:25.854Z] #35 10.67 Scanning dependencies of target tini-static [2020-11-17T19:13:25.854Z] #35 10.88 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-17T19:13:25.917Z] #41 98.27 LINK lib/c/built-in.o [2020-11-17T19:13:25.917Z] #41 98.28 LINK lib/c/libcriu.so [2020-11-17T19:13:25.917Z] #41 98.31 LINK lib/c/libcriu.a [2020-11-17T19:13:25.917Z] #41 98.35 GEN magic.py [2020-11-17T19:13:25.917Z] #41 98.40 Note: Building without setproctitle() and strlcpy() support. [2020-11-17T19:13:25.917Z] #41 98.40 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-17T19:13:26.108Z] #27 7.814 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-17T19:13:26.108Z] #27 7.920 [2020-11-17T19:13:26.108Z] #27 8.044 ######################### 35.1% ######################################################################## 100.0% [2020-11-17T19:13:26.108Z] #27 8.118 [2020-11-17T19:13:26.108Z] #27 ... [2020-11-17T19:13:26.108Z] [2020-11-17T19:13:26.108Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-17T19:13:26.108Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.2s done [2020-11-17T19:13:26.108Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-11-17T19:13:26.108Z] #8 DONE 40.0s [2020-11-17T19:13:26.108Z] [2020-11-17T19:13:26.108Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-17T19:13:26.159Z] #48 33.72 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:13:26.159Z] #48 33.79 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:13:26.209Z] #41 98.40 Note: Building without GnuTLS support [2020-11-17T19:13:26.209Z] #41 98.40 Makefile.config:39: Warn: you have no libnftables installed [2020-11-17T19:13:26.209Z] #41 98.40 Makefile.config:40: Warn: Building without nftables support [2020-11-17T19:13:26.209Z] #41 98.61 fatal: not a git repository (or any of the parent directories): .git [2020-11-17T19:13:26.429Z] #35 ... [2020-11-17T19:13:26.429Z] [2020-11-17T19:13:26.429Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:26.429Z] #49 94.85 encoding/base64 [2020-11-17T19:13:26.429Z] #49 94.86 fmt [2020-11-17T19:13:26.429Z] #49 96.16 golang.org/x/sys/unix [2020-11-17T19:13:26.429Z] #49 103.2 encoding/json [2020-11-17T19:13:26.429Z] #49 ... [2020-11-17T19:13:26.429Z] [2020-11-17T19:13:26.429Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:26.429Z] #41 3.821 Note: Building without setproctitle() and strlcpy() support. [2020-11-17T19:13:26.429Z] #41 3.822 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-17T19:13:26.429Z] #41 3.917 Note: Building without GnuTLS support [2020-11-17T19:13:26.429Z] #41 3.934 Makefile.config:39: Warn: you have no libnftables installed [2020-11-17T19:13:26.429Z] #41 3.934 Makefile.config:40: Warn: Building without nftables support [2020-11-17T19:13:26.470Z] #48 33.96 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:13:26.501Z] #41 98.84 make[1]: Nothing to be done for 'all'. [2020-11-17T19:13:26.773Z] #48 34.19 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:13:26.773Z] #48 34.33 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:13:26.773Z] #48 34.37 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:13:26.773Z] #48 34.42 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:13:26.773Z] #48 34.42 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:13:26.773Z] #48 34.42 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:13:26.773Z] #48 34.51 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-17T19:13:26.773Z] #48 34.56 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:13:26.793Z] #41 99.04 make[1]: 'images/built-in.o' is up to date. [2020-11-17T19:13:26.793Z] #41 99.05 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-17T19:13:26.793Z] #41 99.05 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-17T19:13:26.793Z] #41 99.06 make[1]: 'compel/libcompel.a' is up to date. [2020-11-17T19:13:26.793Z] #41 99.08 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-17T19:13:26.793Z] #41 99.08 make[1]: Nothing to be done for 'all'. [2020-11-17T19:13:26.793Z] #41 99.08 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-17T19:13:26.793Z] #41 99.15 make[2]: Nothing to be done for 'all'. [2020-11-17T19:13:26.793Z] #41 99.16 make[2]: Nothing to be done for 'all'. [2020-11-17T19:13:26.793Z] #41 99.17 make[2]: Nothing to be done for 'all'. [2020-11-17T19:13:26.793Z] #41 99.21 make[2]: Nothing to be done for 'all'. [2020-11-17T19:13:26.793Z] #41 99.22 make[2]: Nothing to be done for 'all'. [2020-11-17T19:13:26.793Z] #41 99.23 make[2]: Nothing to be done for 'all'. [2020-11-17T19:13:26.793Z] #41 99.24 make[2]: Nothing to be done for 'all'. [2020-11-17T19:13:26.793Z] #41 99.27 make[2]: Nothing to be done for 'all'. [2020-11-17T19:13:26.793Z] #41 99.28 INSTALL criu/criu [2020-11-17T19:13:27.007Z] #47 ... [2020-11-17T19:13:27.007Z] [2020-11-17T19:13:27.007Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:27.007Z] #27 29.71 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-17T19:13:27.077Z] #48 34.66 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:13:27.077Z] #48 34.68 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:13:27.077Z] #48 34.74 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:13:27.077Z] #48 34.81 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:13:27.085Z] #41 DONE 99.5s [2020-11-17T19:13:27.085Z] [2020-11-17T19:13:27.085Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:27.272Z] #27 ... [2020-11-17T19:13:27.272Z] [2020-11-17T19:13:27.272Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:13:27.272Z] #38 20.02 Checking out files: 84% (1415/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-17T19:13:27.272Z] #38 20.19 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-17T19:13:27.272Z] #38 22.27 + 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-17T19:13:27.380Z] #48 34.84 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:13:27.380Z] #48 35.10 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:13:27.537Z] #38 ... [2020-11-17T19:13:27.537Z] [2020-11-17T19:13:27.537Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:27.537Z] #11 23.83 Reading package lists... [2020-11-17T19:13:27.683Z] #48 35.20 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:13:27.683Z] #48 35.20 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:13:27.683Z] #48 35.22 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-17T19:13:27.683Z] #48 35.27 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:13:27.683Z] #48 35.28 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:13:27.683Z] #48 ... [2020-11-17T19:13:27.683Z] [2020-11-17T19:13:27.683Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:27.683Z] #50 25.32 runtime [2020-11-17T19:13:28.200Z] #54 ... [2020-11-17T19:13:28.200Z] [2020-11-17T19:13:28.200Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-17T19:13:28.200Z] #42 DONE 0.2s [2020-11-17T19:13:28.200Z] [2020-11-17T19:13:28.200Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-17T19:13:28.352Z] #41 ... [2020-11-17T19:13:28.352Z] [2020-11-17T19:13:28.352Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:28.352Z] #35 13.20 [100%] Linking C executable tini-static [2020-11-17T19:13:28.352Z] #35 13.99 [100%] Built target tini-static [2020-11-17T19:13:28.352Z] #35 14.11 + mkdir -p /build [2020-11-17T19:13:28.352Z] #35 14.13 + cp tini-static /build/docker-init [2020-11-17T19:13:28.352Z] #35 DONE 14.2s [2020-11-17T19:13:28.352Z] [2020-11-17T19:13:28.352Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:28.352Z] #11 105.4 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-17T19:13:28.352Z] #11 105.4 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-17T19:13:28.352Z] #11 105.5 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:13:28.352Z] #11 105.7 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-17T19:13:28.352Z] #11 105.7 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-17T19:13:28.352Z] #11 105.7 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:13:28.369Z] #50 ... [2020-11-17T19:13:28.369Z] [2020-11-17T19:13:28.369Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:28.369Z] #48 35.82 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:13:28.492Z] #44 DONE 0.2s [2020-11-17T19:13:28.493Z] [2020-11-17T19:13:28.493Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-17T19:13:28.493Z] #46 DONE 0.2s [2020-11-17T19:13:28.493Z] [2020-11-17T19:13:28.493Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-17T19:13:28.785Z] #48 DONE 0.2s [2020-11-17T19:13:28.785Z] [2020-11-17T19:13:28.785Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-17T19:13:28.785Z] #50 DONE 0.2s [2020-11-17T19:13:28.785Z] [2020-11-17T19:13:28.785Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-17T19:13:28.980Z] #11 30.63 Building dependency tree... [2020-11-17T19:13:29.077Z] #52 DONE 0.2s [2020-11-17T19:13:29.077Z] [2020-11-17T19:13:29.077Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:29.850Z] #30 ... [2020-11-17T19:13:29.850Z] [2020-11-17T19:13:29.850Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:13:29.850Z] #38 5.539 + git clone https://github.com/docker/distribution.git . [2020-11-17T19:13:29.850Z] #38 5.539 Cloning into '.'... [2020-11-17T19:13:30.495Z] #48 38.08 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-17T19:13:30.920Z] #11 ... [2020-11-17T19:13:30.920Z] [2020-11-17T19:13:30.920Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:30.920Z] #34 18.03 Reading package lists... [2020-11-17T19:13:30.920Z] #34 24.38 Reading package lists... [2020-11-17T19:13:30.920Z] #34 30.78 Building dependency tree... [2020-11-17T19:13:31.186Z] #34 ... [2020-11-17T19:13:31.186Z] [2020-11-17T19:13:31.186Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:31.186Z] #27 30.33 [2020-11-17T19:13:31.186Z] #27 30.59 0.0% ######################################################################## 100.0% [2020-11-17T19:13:31.186Z] #27 30.84 [2020-11-17T19:13:31.186Z] #27 32.50 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-17T19:13:31.186Z] #27 32.61 skipping existing 9a99313a2c50 [2020-11-17T19:13:31.186Z] #27 32.76 [2020-11-17T19:13:31.186Z] #27 34.21 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-17T19:13:31.451Z] #27 ... [2020-11-17T19:13:31.451Z] [2020-11-17T19:13:31.451Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:31.451Z] #53 18.56 Reading package lists... [2020-11-17T19:13:31.451Z] #53 24.91 Reading package lists... [2020-11-17T19:13:31.451Z] #53 30.85 Building dependency tree... [2020-11-17T19:13:31.451Z] #53 34.39 The following additional packages will be installed: [2020-11-17T19:13:31.451Z] #53 34.40 libbtrfs0 [2020-11-17T19:13:31.520Z] #9 ... [2020-11-17T19:13:31.520Z] [2020-11-17T19:13:31.520Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:31.520Z] #27 8.608 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-17T19:13:31.520Z] #27 8.635 skipping existing c35d46ef359f [2020-11-17T19:13:31.520Z] #27 8.659 [2020-11-17T19:13:31.520Z] #27 8.949 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-17T19:13:31.520Z] #27 9.087 [2020-11-17T19:13:31.520Z] #27 9.146 ######################################################################## 100.0% [2020-11-17T19:13:31.520Z] #27 9.168 [2020-11-17T19:13:31.520Z] #27 9.520 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-17T19:13:31.520Z] #27 9.601 [2020-11-17T19:13:31.520Z] #27 9.688 ######################################################################## 100.0% [2020-11-17T19:13:31.520Z] #27 9.714 [2020-11-17T19:13:31.520Z] #27 9.727 Download of images into '/build' complete. [2020-11-17T19:13:31.520Z] #27 9.728 Use something like the following to load the result into a Docker daemon: [2020-11-17T19:13:31.520Z] #27 9.728 tar -cC '/build' . | docker load [2020-11-17T19:13:31.681Z] #11 ... [2020-11-17T19:13:31.681Z] [2020-11-17T19:13:31.681Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:31.681Z] #43 99.61 regexp [2020-11-17T19:13:31.681Z] #43 100.2 go/token [2020-11-17T19:13:31.681Z] #43 102.0 go/scanner [2020-11-17T19:13:31.681Z] #43 104.6 go/ast [2020-11-17T19:13:31.681Z] #43 106.5 internal/lazyregexp [2020-11-17T19:13:31.681Z] #43 107.0 net/url [2020-11-17T19:13:31.681Z] #43 109.7 text/template/parse [2020-11-17T19:13:31.681Z] #43 ... [2020-11-17T19:13:31.681Z] [2020-11-17T19:13:31.681Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:31.681Z] #41 6.893 fatal: not a git repository (or any of the parent directories): .git [2020-11-17T19:13:31.681Z] #41 6.959 GEN .gitid [2020-11-17T19:13:31.681Z] #41 7.050 GEN criu/include/version.h [2020-11-17T19:13:31.681Z] #41 7.159 GEN include/common/asm [2020-11-17T19:13:31.716Z] #53 ... [2020-11-17T19:13:31.716Z] [2020-11-17T19:13:31.716Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:31.716Z] #11 34.47 The following additional packages will be installed: [2020-11-17T19:13:31.716Z] #11 34.47 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-17T19:13:31.716Z] #11 34.47 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-17T19:13:31.716Z] #11 34.47 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-17T19:13:31.716Z] #11 34.50 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-17T19:13:31.716Z] #11 34.50 Suggested packages: [2020-11-17T19:13:31.716Z] #11 34.52 gcc-8-locales seccomp wine64 [2020-11-17T19:13:31.813Z] #54 114.4 + bin/containerd [2020-11-17T19:13:32.260Z] #41 ... [2020-11-17T19:13:32.260Z] [2020-11-17T19:13:32.260Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:32.260Z] #32 104.0 github.com/BurntSushi/toml/cmd/tomlv [2020-11-17T19:13:32.260Z] #32 DONE 110.6s [2020-11-17T19:13:32.462Z] #27 DONE 14.3s [2020-11-17T19:13:32.462Z] [2020-11-17T19:13:32.462Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-17T19:13:32.462Z] #9 DONE 6.1s [2020-11-17T19:13:32.462Z] [2020-11-17T19:13:32.462Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-17T19:13:32.523Z] [2020-11-17T19:13:32.523Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:32.523Z] #49 109.3 github.com/pkg/diff [2020-11-17T19:13:33.098Z] #49 111.4 go/ast [2020-11-17T19:13:33.174Z] #11 35.80 The following NEW packages will be installed: [2020-11-17T19:13:33.174Z] #11 35.80 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-17T19:13:33.174Z] #11 35.80 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-17T19:13:33.174Z] #11 35.80 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-17T19:13:33.174Z] #11 35.81 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-17T19:13:33.174Z] #11 35.81 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-17T19:13:33.174Z] #11 35.81 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-17T19:13:33.309Z] #48 ... [2020-11-17T19:13:33.309Z] [2020-11-17T19:13:33.309Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:33.309Z] #33 41.04 internal/reflectlite [2020-11-17T19:13:33.401Z] #10 DONE 1.1s [2020-11-17T19:13:33.401Z] [2020-11-17T19:13:33.401Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:33.439Z] #11 36.34 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:13:33.439Z] #11 36.34 Need to get 73.3 MB of archives. [2020-11-17T19:13:33.439Z] #11 36.34 After this operation, 472 MB of additional disk space will be used. [2020-11-17T19:13:33.439Z] #11 36.34 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-17T19:13:33.439Z] #11 36.57 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-17T19:13:33.622Z] #33 41.04 sync [2020-11-17T19:13:33.662Z] #62 ... [2020-11-17T19:13:33.662Z] [2020-11-17T19:13:33.662Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-17T19:13:33.662Z] #29 DONE 0.2s [2020-11-17T19:13:33.662Z] [2020-11-17T19:13:33.662Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-17T19:13:33.662Z] #37 DONE 0.3s [2020-11-17T19:13:33.662Z] [2020-11-17T19:13:33.662Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:13:34.491Z] #49 112.7 golang.org/x/crypto/ssh/terminal [2020-11-17T19:13:34.503Z] #11 37.25 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-17T19:13:34.503Z] #11 37.26 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-17T19:13:34.503Z] #11 37.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-11-17T19:13:34.503Z] #11 37.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-17T19:13:35.104Z] #38 ... [2020-11-17T19:13:35.104Z] [2020-11-17T19:13:35.104Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:35.104Z] #56 6.306 + RM_GOPATH=0 [2020-11-17T19:13:35.104Z] #56 6.306 + TMP_GOPATH= [2020-11-17T19:13:35.104Z] #56 6.306 + : /build [2020-11-17T19:13:35.104Z] #56 6.306 + '[' -z '' ']' [2020-11-17T19:13:35.104Z] #56 6.306 ++ mktemp -d [2020-11-17T19:13:35.104Z] #56 6.306 + export GOPATH=/tmp/tmp.lZYmyyQ9YA [2020-11-17T19:13:35.104Z] #56 6.306 + GOPATH=/tmp/tmp.lZYmyyQ9YA [2020-11-17T19:13:35.104Z] #56 6.306 + RM_GOPATH=1 [2020-11-17T19:13:35.104Z] #56 6.306 + case "$(go env GOARCH)" in [2020-11-17T19:13:35.104Z] #56 6.306 ++ go env GOARCH [2020-11-17T19:13:35.104Z] #56 6.335 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:13:35.104Z] #56 6.335 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.104Z] #56 6.335 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.104Z] #56 6.335 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:35.104Z] #56 6.335 + dir=/tmp/install [2020-11-17T19:13:35.104Z] #56 6.335 + bin=rootlesskit [2020-11-17T19:13:35.104Z] #56 6.335 + shift [2020-11-17T19:13:35.104Z] #56 6.335 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-17T19:13:35.104Z] #56 6.335 + . /tmp/install/rootlesskit.installer [2020-11-17T19:13:35.104Z] #56 6.335 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:13:35.104Z] #56 6.335 + install_rootlesskit [2020-11-17T19:13:35.104Z] #56 6.335 + case "$1" in [2020-11-17T19:13:35.104Z] #56 6.335 + export CGO_ENABLED=0 [2020-11-17T19:13:35.104Z] #56 6.335 + CGO_ENABLED=0 [2020-11-17T19:13:35.104Z] #56 6.335 + _install_rootlesskit [2020-11-17T19:13:35.104Z] #56 6.335 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-17T19:13:35.104Z] #56 6.335 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.lZYmyyQ9YA/src/github.com/rootless-containers/rootlesskit [2020-11-17T19:13:35.104Z] #56 6.335 Cloning into '/tmp/tmp.lZYmyyQ9YA/src/github.com/rootless-containers/rootlesskit'... [2020-11-17T19:13:35.104Z] #56 ... [2020-11-17T19:13:35.104Z] [2020-11-17T19:13:35.104Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:35.104Z] #32 6.582 + RM_GOPATH=0 [2020-11-17T19:13:35.104Z] #32 6.582 + TMP_GOPATH= [2020-11-17T19:13:35.104Z] #32 6.582 + : /build [2020-11-17T19:13:35.104Z] #32 6.582 + '[' -z '' ']' [2020-11-17T19:13:35.104Z] #32 6.582 ++ mktemp -d [2020-11-17T19:13:35.104Z] #32 6.582 + export GOPATH=/tmp/tmp.3p3SfG7fOD [2020-11-17T19:13:35.104Z] #32 6.582 + GOPATH=/tmp/tmp.3p3SfG7fOD [2020-11-17T19:13:35.104Z] #32 6.582 + RM_GOPATH=1 [2020-11-17T19:13:35.104Z] #32 6.582 + case "$(go env GOARCH)" in [2020-11-17T19:13:35.104Z] #32 6.582 ++ go env GOARCH [2020-11-17T19:13:35.104Z] #32 6.592 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:13:35.104Z] #32 6.592 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.104Z] #32 6.592 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.104Z] #32 6.592 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:35.104Z] #32 6.592 + dir=/tmp/install [2020-11-17T19:13:35.104Z] #32 6.592 + bin=tomlv [2020-11-17T19:13:35.104Z] #32 6.592 + shift [2020-11-17T19:13:35.104Z] #32 6.592 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-17T19:13:35.104Z] #32 6.592 + . /tmp/install/tomlv.installer [2020-11-17T19:13:35.104Z] #32 6.592 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:13:35.104Z] #32 6.592 + install_tomlv [2020-11-17T19:13:35.104Z] #32 6.592 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-17T19:13:35.104Z] #32 6.592 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.3p3SfG7fOD/src/github.com/BurntSushi/toml [2020-11-17T19:13:35.104Z] #32 6.594 Cloning into '/tmp/tmp.3p3SfG7fOD/src/github.com/BurntSushi/toml'... [2020-11-17T19:13:35.104Z] #32 7.889 + cd /tmp/tmp.3p3SfG7fOD/src/github.com/BurntSushi/toml [2020-11-17T19:13:35.104Z] #32 7.889 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:13:35.104Z] #32 7.927 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-17T19:13:35.104Z] #32 8.691 internal/bytealg [2020-11-17T19:13:35.104Z] #32 8.691 runtime/internal/math [2020-11-17T19:13:35.104Z] #32 9.039 math/bits [2020-11-17T19:13:35.104Z] #32 9.569 math [2020-11-17T19:13:35.104Z] #32 10.12 runtime [2020-11-17T19:13:35.104Z] #32 ... [2020-11-17T19:13:35.104Z] [2020-11-17T19:13:35.104Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:35.104Z] #43 5.757 + RM_GOPATH=0 [2020-11-17T19:13:35.104Z] #43 5.757 + TMP_GOPATH= [2020-11-17T19:13:35.104Z] #43 5.757 + : /build [2020-11-17T19:13:35.104Z] #43 5.757 + '[' -z '' ']' [2020-11-17T19:13:35.104Z] #43 5.760 ++ mktemp -d [2020-11-17T19:13:35.104Z] #43 5.760 + export GOPATH=/tmp/tmp.1VoHWwubcq [2020-11-17T19:13:35.104Z] #43 5.760 + GOPATH=/tmp/tmp.1VoHWwubcq [2020-11-17T19:13:35.104Z] #43 5.760 + RM_GOPATH=1 [2020-11-17T19:13:35.104Z] #43 5.760 + case "$(go env GOARCH)" in [2020-11-17T19:13:35.104Z] #43 5.762 ++ go env GOARCH [2020-11-17T19:13:35.104Z] #43 5.774 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.104Z] #43 5.774 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.104Z] #43 5.775 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:35.104Z] #43 5.777 + dir=/tmp/install [2020-11-17T19:13:35.104Z] #43 5.777 + bin=vndr [2020-11-17T19:13:35.104Z] #43 5.777 + shift [2020-11-17T19:13:35.104Z] #43 5.777 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-17T19:13:35.104Z] #43 5.777 + . /tmp/install/vndr.installer [2020-11-17T19:13:35.104Z] #43 5.777 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:13:35.104Z] #43 5.777 + install_vndr [2020-11-17T19:13:35.104Z] #43 5.777 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-17T19:13:35.104Z] #43 5.777 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.1VoHWwubcq/src/github.com/LK4D4/vndr [2020-11-17T19:13:35.104Z] #43 5.779 Cloning into '/tmp/tmp.1VoHWwubcq/src/github.com/LK4D4/vndr'... [2020-11-17T19:13:35.104Z] #43 5.780 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:13:35.104Z] #43 6.211 + cd /tmp/tmp.1VoHWwubcq/src/github.com/LK4D4/vndr [2020-11-17T19:13:35.104Z] #43 6.211 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:13:35.104Z] #43 6.219 + go build -buildmode=pie -v -o /build/vndr . [2020-11-17T19:13:35.104Z] #43 7.487 internal/cpu [2020-11-17T19:13:35.104Z] #43 7.490 runtime/internal/atomic [2020-11-17T19:13:35.104Z] #43 7.997 runtime/internal/sys [2020-11-17T19:13:35.104Z] #43 8.388 runtime/internal/math [2020-11-17T19:13:35.104Z] #43 8.408 internal/bytealg [2020-11-17T19:13:35.104Z] #43 8.707 internal/race [2020-11-17T19:13:35.104Z] #43 9.088 sync/atomic [2020-11-17T19:13:35.104Z] #43 10.06 unicode [2020-11-17T19:13:35.104Z] #43 10.09 runtime [2020-11-17T19:13:35.104Z] #43 ... [2020-11-17T19:13:35.104Z] [2020-11-17T19:13:35.104Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:35.104Z] #45 7.180 + RM_GOPATH=0 [2020-11-17T19:13:35.104Z] #45 7.180 + TMP_GOPATH= [2020-11-17T19:13:35.104Z] #45 7.180 + : /build [2020-11-17T19:13:35.104Z] #45 7.180 + '[' -z '' ']' [2020-11-17T19:13:35.104Z] #45 7.185 ++ mktemp -d [2020-11-17T19:13:35.104Z] #45 7.185 + export GOPATH=/tmp/tmp.mD5wjDVCAB [2020-11-17T19:13:35.104Z] #45 7.185 + GOPATH=/tmp/tmp.mD5wjDVCAB [2020-11-17T19:13:35.104Z] #45 7.185 + RM_GOPATH=1 [2020-11-17T19:13:35.104Z] #45 7.185 + case "$(go env GOARCH)" in [2020-11-17T19:13:35.104Z] #45 7.186 ++ go env GOARCH [2020-11-17T19:13:35.104Z] #45 7.199 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.104Z] #45 7.200 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.104Z] #45 7.208 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:35.104Z] #45 7.223 + dir=/tmp/install [2020-11-17T19:13:35.104Z] #45 7.225 + bin=gotestsum [2020-11-17T19:13:35.104Z] #45 7.226 + shift [2020-11-17T19:13:35.104Z] #45 7.226 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-17T19:13:35.104Z] #45 7.226 + . /tmp/install/gotestsum.installer [2020-11-17T19:13:35.104Z] #45 7.226 ++ : v0.5.3 [2020-11-17T19:13:35.104Z] #45 7.226 + install_gotestsum [2020-11-17T19:13:35.104Z] #45 7.232 + set -e [2020-11-17T19:13:35.104Z] #45 7.232 + export GO111MODULE=on [2020-11-17T19:13:35.104Z] #45 7.232 + GO111MODULE=on [2020-11-17T19:13:35.104Z] #45 7.232 + GOBIN=/build [2020-11-17T19:13:35.104Z] #45 7.232 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-17T19:13:35.104Z] #45 7.333 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-17T19:13:35.104Z] #45 7.333 go: finding gotest.tools v0.5.3 [2020-11-17T19:13:35.104Z] #45 9.009 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-17T19:13:35.104Z] #45 9.836 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-17T19:13:35.104Z] #45 ... [2020-11-17T19:13:35.104Z] [2020-11-17T19:13:35.104Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:35.104Z] #62 7.087 + RM_GOPATH=0 [2020-11-17T19:13:35.104Z] #62 7.087 + TMP_GOPATH= [2020-11-17T19:13:35.104Z] #62 7.087 + : /build [2020-11-17T19:13:35.104Z] #62 7.087 + '[' -z '' ']' [2020-11-17T19:13:35.104Z] #62 7.087 ++ mktemp -d [2020-11-17T19:13:35.104Z] #62 7.087 + export GOPATH=/tmp/tmp.fLb4pMkoe4 [2020-11-17T19:13:35.104Z] #62 7.087 + GOPATH=/tmp/tmp.fLb4pMkoe4 [2020-11-17T19:13:35.104Z] #62 7.087 + RM_GOPATH=1 [2020-11-17T19:13:35.104Z] #62 7.087 + case "$(go env GOARCH)" in [2020-11-17T19:13:35.104Z] #62 7.096 ++ go env GOARCH [2020-11-17T19:13:35.104Z] #62 7.146 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.104Z] #62 7.146 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.104Z] #62 7.146 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:35.104Z] #62 7.146 + dir=/tmp/install [2020-11-17T19:13:35.104Z] #62 7.146 + bin=proxy [2020-11-17T19:13:35.104Z] #62 7.146 + shift [2020-11-17T19:13:35.104Z] #62 7.146 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-17T19:13:35.104Z] #62 7.146 + . /tmp/install/proxy.installer [2020-11-17T19:13:35.104Z] #62 7.146 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:13:35.104Z] #62 7.146 + install_proxy [2020-11-17T19:13:35.104Z] #62 7.146 + case "$1" in [2020-11-17T19:13:35.104Z] #62 7.146 + export CGO_ENABLED=0 [2020-11-17T19:13:35.104Z] #62 7.146 + CGO_ENABLED=0 [2020-11-17T19:13:35.104Z] #62 7.146 + _install_proxy [2020-11-17T19:13:35.104Z] #62 7.146 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-17T19:13:35.104Z] #62 7.146 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.fLb4pMkoe4/src/github.com/docker/libnetwork [2020-11-17T19:13:35.104Z] #62 7.151 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:13:35.104Z] #62 7.192 Cloning into '/tmp/tmp.fLb4pMkoe4/src/github.com/docker/libnetwork'... [2020-11-17T19:13:35.104Z] #62 ... [2020-11-17T19:13:35.104Z] [2020-11-17T19:13:35.104Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:35.104Z] #40 8.260 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:35.104Z] #40 8.381 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:35.104Z] #40 8.381 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:35.104Z] #40 ... [2020-11-17T19:13:35.104Z] [2020-11-17T19:13:35.104Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:35.104Z] #47 7.221 + RM_GOPATH=0 [2020-11-17T19:13:35.104Z] #47 7.221 + TMP_GOPATH= [2020-11-17T19:13:35.104Z] #47 7.221 + : /build [2020-11-17T19:13:35.104Z] #47 7.221 + '[' -z '' ']' [2020-11-17T19:13:35.104Z] #47 7.221 ++ mktemp -d [2020-11-17T19:13:35.104Z] #47 7.222 + export GOPATH=/tmp/tmp.pE0ic9XLKa [2020-11-17T19:13:35.104Z] #47 7.222 + GOPATH=/tmp/tmp.pE0ic9XLKa [2020-11-17T19:13:35.104Z] #47 7.222 + RM_GOPATH=1 [2020-11-17T19:13:35.104Z] #47 7.222 + case "$(go env GOARCH)" in [2020-11-17T19:13:35.104Z] #47 7.237 ++ go env GOARCH [2020-11-17T19:13:35.104Z] #47 7.296 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.104Z] #47 7.296 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.104Z] #47 7.296 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:35.104Z] #47 7.296 + dir=/tmp/install [2020-11-17T19:13:35.104Z] #47 7.296 + bin=golangci_lint [2020-11-17T19:13:35.104Z] #47 7.296 + shift [2020-11-17T19:13:35.104Z] #47 7.333 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-17T19:13:35.104Z] #47 7.333 + . /tmp/install/golangci_lint.installer [2020-11-17T19:13:35.104Z] #47 7.333 ++ : v1.23.8 [2020-11-17T19:13:35.104Z] #47 7.333 + install_golangci_lint [2020-11-17T19:13:35.104Z] #47 7.333 + set -e [2020-11-17T19:13:35.104Z] #47 7.333 + export GO111MODULE=on [2020-11-17T19:13:35.104Z] #47 7.333 + GO111MODULE=on [2020-11-17T19:13:35.104Z] #47 7.333 + GOBIN=/build [2020-11-17T19:13:35.104Z] #47 7.333 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-17T19:13:35.104Z] #47 7.446 go: finding github.com v1.23.8 [2020-11-17T19:13:35.104Z] #47 7.474 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-17T19:13:35.104Z] #47 7.474 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-17T19:13:35.104Z] #47 7.474 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:13:35.104Z] #47 7.474 go: finding github.com/golangci v1.23.8 [2020-11-17T19:13:35.104Z] #47 9.399 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:13:35.104Z] #47 10.51 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:13:35.104Z] #47 ... [2020-11-17T19:13:35.104Z] [2020-11-17T19:13:35.104Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:35.104Z] #34 7.889 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:35.104Z] #34 7.954 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:35.104Z] #34 7.954 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:35.104Z] #34 10.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:13:35.186Z] #33 ... [2020-11-17T19:13:35.186Z] [2020-11-17T19:13:35.186Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:35.186Z] #54 30.74 Reading package lists... [2020-11-17T19:13:35.186Z] #54 37.43 Building dependency tree... [2020-11-17T19:13:35.186Z] #54 39.84 The following additional packages will be installed: [2020-11-17T19:13:35.186Z] #54 39.85 libbtrfs0 [2020-11-17T19:13:35.186Z] #54 40.00 The following NEW packages will be installed: [2020-11-17T19:13:35.186Z] #54 40.02 libbtrfs-dev libbtrfs0 [2020-11-17T19:13:35.186Z] #54 40.19 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:13:35.186Z] #54 40.19 Need to get 120 kB of archives. [2020-11-17T19:13:35.186Z] #54 40.19 After this operation, 423 kB of additional disk space will be used. [2020-11-17T19:13:35.186Z] #54 40.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-11-17T19:13:35.186Z] #54 40.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-11-17T19:13:35.186Z] #54 41.42 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:13:35.186Z] #54 41.63 Fetched 120 kB in 0s (1543 kB/s) [2020-11-17T19:13:35.186Z] #54 41.74 Selecting previously unselected package libbtrfs0. [2020-11-17T19:13:35.186Z] #54 41.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 ... 15339 files and directories currently installed.) [2020-11-17T19:13:35.186Z] #54 41.90 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-11-17T19:13:35.186Z] #54 41.93 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-17T19:13:35.186Z] #54 42.03 Selecting previously unselected package libbtrfs-dev. [2020-11-17T19:13:35.186Z] #54 42.03 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-11-17T19:13:35.186Z] #54 42.04 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:13:35.186Z] #54 42.33 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-17T19:13:35.186Z] #54 42.33 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:13:35.186Z] #54 42.34 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:13:35.186Z] #54 DONE 42.6s [2020-11-17T19:13:35.186Z] [2020-11-17T19:13:35.186Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:35.186Z] #55 0.263 + RM_GOPATH=0 [2020-11-17T19:13:35.186Z] #55 0.265 + TMP_GOPATH= [2020-11-17T19:13:35.186Z] #55 0.266 + : /build [2020-11-17T19:13:35.186Z] #55 0.266 + '[' -z '' ']' [2020-11-17T19:13:35.186Z] #55 0.268 ++ mktemp -d [2020-11-17T19:13:35.186Z] #55 0.274 + export GOPATH=/tmp/tmp.n1kdojFcKc [2020-11-17T19:13:35.186Z] #55 0.274 + GOPATH=/tmp/tmp.n1kdojFcKc [2020-11-17T19:13:35.186Z] #55 0.274 + RM_GOPATH=1 [2020-11-17T19:13:35.186Z] #55 0.274 + case "$(go env GOARCH)" in [2020-11-17T19:13:35.186Z] #55 0.277 ++ go env GOARCH [2020-11-17T19:13:35.186Z] #55 0.302 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.186Z] #55 0.303 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.186Z] #55 0.304 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:35.186Z] #55 0.306 + dir=/tmp/install [2020-11-17T19:13:35.186Z] #55 0.307 + bin=containerd [2020-11-17T19:13:35.186Z] #55 0.307 + shift [2020-11-17T19:13:35.186Z] #55 0.308 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-17T19:13:35.186Z] #55 0.309 + . /tmp/install/containerd.installer [2020-11-17T19:13:35.186Z] #55 0.310 ++ set -e [2020-11-17T19:13:35.186Z] #55 0.313 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:13:35.186Z] #55 0.320 + install_containerd [2020-11-17T19:13:35.362Z] #34 ... [2020-11-17T19:13:35.362Z] [2020-11-17T19:13:35.362Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:35.362Z] #22 5.609 + RM_GOPATH=0 [2020-11-17T19:13:35.362Z] #22 5.609 + TMP_GOPATH= [2020-11-17T19:13:35.362Z] #22 5.609 + : /build [2020-11-17T19:13:35.362Z] #22 5.609 + '[' -z '' ']' [2020-11-17T19:13:35.362Z] #22 5.609 ++ mktemp -d [2020-11-17T19:13:35.362Z] #22 5.609 + export GOPATH=/tmp/tmp.npwbkdw4JR [2020-11-17T19:13:35.362Z] #22 5.609 + GOPATH=/tmp/tmp.npwbkdw4JR [2020-11-17T19:13:35.362Z] #22 5.609 + RM_GOPATH=1 [2020-11-17T19:13:35.362Z] #22 5.609 + case "$(go env GOARCH)" in [2020-11-17T19:13:35.362Z] #22 5.610 ++ go env GOARCH [2020-11-17T19:13:35.362Z] #22 5.615 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.362Z] #22 5.615 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.362Z] #22 5.618 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:35.362Z] #22 5.619 + dir=/tmp/install [2020-11-17T19:13:35.362Z] #22 5.619 + bin=dockercli [2020-11-17T19:13:35.362Z] #22 5.619 + shift [2020-11-17T19:13:35.362Z] #22 5.619 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-17T19:13:35.362Z] #22 5.619 + . /tmp/install/dockercli.installer [2020-11-17T19:13:35.362Z] #22 5.619 ++ : stable [2020-11-17T19:13:35.362Z] #22 5.619 ++ : 17.06.2-ce [2020-11-17T19:13:35.362Z] #22 5.619 + install_dockercli [2020-11-17T19:13:35.362Z] #22 5.619 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-17T19:13:35.362Z] #22 5.619 Install docker/cli version 17.06.2-ce from stable [2020-11-17T19:13:35.362Z] #22 5.622 ++ uname -m [2020-11-17T19:13:35.362Z] #22 5.623 + arch=x86_64 [2020-11-17T19:13:35.362Z] #22 5.623 + '[' x86_64 '!=' x86_64 ']' [2020-11-17T19:13:35.362Z] #22 5.623 + url=https://download.docker.com/linux/static [2020-11-17T19:13:35.362Z] #22 5.626 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-17T19:13:35.362Z] #22 5.634 + tar -xz docker/docker [2020-11-17T19:13:35.362Z] #22 ... [2020-11-17T19:13:35.362Z] [2020-11-17T19:13:35.362Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:35.362Z] #49 6.699 + RM_GOPATH=0 [2020-11-17T19:13:35.362Z] #49 6.699 + TMP_GOPATH= [2020-11-17T19:13:35.362Z] #49 6.699 + : /build [2020-11-17T19:13:35.362Z] #49 6.699 + '[' -z '' ']' [2020-11-17T19:13:35.362Z] #49 6.699 ++ mktemp -d [2020-11-17T19:13:35.362Z] #49 6.708 + export GOPATH=/tmp/tmp.CLskhVVi2x [2020-11-17T19:13:35.362Z] #49 6.708 + GOPATH=/tmp/tmp.CLskhVVi2x [2020-11-17T19:13:35.362Z] #49 6.708 + RM_GOPATH=1 [2020-11-17T19:13:35.362Z] #49 6.708 + case "$(go env GOARCH)" in [2020-11-17T19:13:35.362Z] #49 6.708 ++ go env GOARCH [2020-11-17T19:13:35.362Z] #49 6.761 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.362Z] #49 6.761 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:35.362Z] #49 6.761 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:35.362Z] #49 6.770 + dir=/tmp/install [2020-11-17T19:13:35.362Z] #49 6.770 + bin=shfmt [2020-11-17T19:13:35.362Z] #49 6.770 + shift [2020-11-17T19:13:35.362Z] #49 6.770 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-17T19:13:35.362Z] #49 6.770 + . /tmp/install/shfmt.installer [2020-11-17T19:13:35.362Z] #49 6.770 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:13:35.362Z] #49 6.770 + install_shfmt [2020-11-17T19:13:35.362Z] #49 6.770 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-17T19:13:35.362Z] #49 6.770 + git clone https://github.com/mvdan/sh.git /tmp/tmp.CLskhVVi2x/src/github.com/mvdan/sh [2020-11-17T19:13:35.362Z] #49 6.773 Cloning into '/tmp/tmp.CLskhVVi2x/src/github.com/mvdan/sh'... [2020-11-17T19:13:35.362Z] #49 6.773 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:13:35.503Z] #55 0.326 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-17T19:13:35.503Z] #55 0.329 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:13:35.503Z] #55 0.330 + git clone https://github.com/containerd/containerd.git /tmp/tmp.n1kdojFcKc/src/github.com/containerd/containerd [2020-11-17T19:13:35.503Z] #55 0.347 Cloning into '/tmp/tmp.n1kdojFcKc/src/github.com/containerd/containerd'... [2020-11-17T19:13:35.619Z] #49 ... [2020-11-17T19:13:35.620Z] [2020-11-17T19:13:35.620Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:35.620Z] #11 8.480 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:35.620Z] #11 8.590 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:35.620Z] #11 8.594 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:35.620Z] #11 10.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:13:35.879Z] #11 ... [2020-11-17T19:13:35.879Z] [2020-11-17T19:13:35.879Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:35.879Z] #53 8.077 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:35.879Z] #53 8.189 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:35.879Z] #53 8.189 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:35.879Z] #53 9.406 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:13:35.879Z] #53 ... [2020-11-17T19:13:35.879Z] [2020-11-17T19:13:35.879Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:35.879Z] #45 11.00 go: downloading github.com/fatih/color v1.9.0 [2020-11-17T19:13:35.879Z] #45 11.02 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:13:35.879Z] #45 11.02 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-17T19:13:35.879Z] #45 11.30 go: downloading github.com/pkg/errors v0.9.1 [2020-11-17T19:13:35.879Z] #45 11.35 go: extracting github.com/fatih/color v1.9.0 [2020-11-17T19:13:35.879Z] #45 11.35 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:13:35.879Z] #45 11.38 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:13:35.879Z] #45 11.41 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:13:35.879Z] #45 11.54 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:13:35.879Z] #45 11.54 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:13:35.879Z] #45 11.54 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:13:35.879Z] #45 11.69 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:13:35.879Z] #45 11.78 go: extracting github.com/pkg/errors v0.9.1 [2020-11-17T19:13:35.918Z] #11 38.65 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-17T19:13:36.218Z] #45 12.04 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:13:36.218Z] #45 12.07 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:13:36.412Z] #49 ... [2020-11-17T19:13:36.412Z] [2020-11-17T19:13:36.412Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:36.412Z] #41 10.80 PBCC images/timens.pb-c.c [2020-11-17T19:13:36.412Z] #41 10.82 DEP images/timens.pb-c.d [2020-11-17T19:13:36.412Z] #41 10.91 PBCC images/fown.pb-c.c [2020-11-17T19:13:36.412Z] #41 10.98 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-17T19:13:36.412Z] #41 11.09 PBCC images/opts.pb-c.c [2020-11-17T19:13:36.412Z] #41 11.22 PBCC images/memfd.pb-c.c [2020-11-17T19:13:36.412Z] #41 11.30 DEP images/fown.pb-c.d [2020-11-17T19:13:36.412Z] #41 11.39 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-17T19:13:36.412Z] #41 11.56 DEP images/opts.pb-c.d [2020-11-17T19:13:36.412Z] #41 11.66 DEP images/memfd.pb-c.d [2020-11-17T19:13:36.412Z] #41 11.81 PBCC images/sit.pb-c.c [2020-11-17T19:13:36.412Z] #41 11.92 DEP images/sit.pb-c.d [2020-11-17T19:13:36.412Z] #41 12.05 PBCC images/macvlan.pb-c.c [2020-11-17T19:13:36.412Z] #41 12.09 DEP images/macvlan.pb-c.d [2020-11-17T19:13:36.412Z] #41 12.18 PBCC images/autofs.pb-c.c [2020-11-17T19:13:36.412Z] #41 12.33 DEP images/autofs.pb-c.d [2020-11-17T19:13:36.412Z] #41 12.41 PBCC images/sysctl.pb-c.c [2020-11-17T19:13:36.412Z] #41 12.54 DEP images/sysctl.pb-c.d [2020-11-17T19:13:36.412Z] #41 12.61 PBCC images/time.pb-c.c [2020-11-17T19:13:36.412Z] #41 12.65 DEP images/time.pb-c.d [2020-11-17T19:13:36.412Z] #41 12.74 PBCC images/binfmt-misc.pb-c.c [2020-11-17T19:13:36.412Z] #41 12.82 DEP images/binfmt-misc.pb-c.d [2020-11-17T19:13:36.412Z] #41 12.91 PBCC images/seccomp.pb-c.c [2020-11-17T19:13:36.412Z] #41 13.00 DEP images/seccomp.pb-c.d [2020-11-17T19:13:36.412Z] #41 13.09 PBCC images/userns.pb-c.c [2020-11-17T19:13:36.412Z] #41 13.13 DEP images/userns.pb-c.d [2020-11-17T19:13:36.412Z] #41 13.20 PBCC images/cgroup.pb-c.c [2020-11-17T19:13:36.412Z] #41 13.22 DEP images/cgroup.pb-c.d [2020-11-17T19:13:36.412Z] #41 13.24 PBCC images/ext-file.pb-c.c [2020-11-17T19:13:36.412Z] #41 13.26 DEP images/ext-file.pb-c.d [2020-11-17T19:13:36.412Z] #41 13.28 PBCC images/rpc.pb-c.c [2020-11-17T19:13:36.412Z] #41 13.33 DEP images/rpc.pb-c.d [2020-11-17T19:13:36.412Z] #41 13.39 PBCC images/siginfo.pb-c.c [2020-11-17T19:13:36.412Z] #41 13.41 DEP images/siginfo.pb-c.d [2020-11-17T19:13:36.412Z] #41 13.45 PBCC images/pagemap.pb-c.c [2020-11-17T19:13:36.412Z] #41 13.47 DEP images/pagemap.pb-c.d [2020-11-17T19:13:36.412Z] #41 13.54 PBCC images/rlimit.pb-c.c [2020-11-17T19:13:36.412Z] #41 13.56 DEP images/rlimit.pb-c.d [2020-11-17T19:13:36.412Z] #41 13.61 PBCC images/file-lock.pb-c.c [2020-11-17T19:13:36.412Z] #41 13.66 DEP images/file-lock.pb-c.d [2020-11-17T19:13:36.412Z] #41 13.70 PBCC images/tty.pb-c.c [2020-11-17T19:13:36.412Z] #41 13.76 DEP images/tty.pb-c.d [2020-11-17T19:13:36.412Z] #41 13.80 PBCC images/tun.pb-c.c [2020-11-17T19:13:36.412Z] #41 13.85 PBCC images/netdev.pb-c.c [2020-11-17T19:13:36.412Z] #41 13.91 DEP images/tun.pb-c.d [2020-11-17T19:13:36.412Z] #41 13.95 DEP images/netdev.pb-c.d [2020-11-17T19:13:36.412Z] #41 13.99 PBCC images/vma.pb-c.c [2020-11-17T19:13:36.412Z] #41 14.03 DEP images/vma.pb-c.d [2020-11-17T19:13:36.412Z] #41 14.08 PBCC images/creds.pb-c.c [2020-11-17T19:13:36.412Z] #41 14.09 DEP images/creds.pb-c.d [2020-11-17T19:13:36.412Z] #41 14.13 PBCC images/utsns.pb-c.c [2020-11-17T19:13:36.523Z] #45 12.16 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-17T19:13:36.675Z] #41 14.16 DEP images/utsns.pb-c.d [2020-11-17T19:13:36.675Z] #41 14.20 PBCC images/ipc-desc.pb-c.c [2020-11-17T19:13:36.675Z] #41 14.23 PBCC images/ipc-sem.pb-c.c [2020-11-17T19:13:36.675Z] #41 14.25 DEP images/ipc-desc.pb-c.d [2020-11-17T19:13:36.675Z] #41 14.30 DEP images/ipc-sem.pb-c.d [2020-11-17T19:13:36.675Z] #41 14.35 PBCC images/ipc-msg.pb-c.c [2020-11-17T19:13:36.675Z] #41 14.39 DEP images/ipc-msg.pb-c.d [2020-11-17T19:13:36.789Z] #45 12.52 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:13:36.938Z] #41 14.43 PBCC images/ipc-shm.pb-c.c [2020-11-17T19:13:36.938Z] #41 14.45 DEP images/ipc-shm.pb-c.d [2020-11-17T19:13:36.938Z] #41 14.48 PBCC images/ipc-var.pb-c.c [2020-11-17T19:13:36.938Z] #41 14.49 DEP images/ipc-var.pb-c.d [2020-11-17T19:13:36.938Z] #41 14.52 PBCC images/sk-opts.pb-c.c [2020-11-17T19:13:36.938Z] #41 14.54 PBCC images/packet-sock.pb-c.c [2020-11-17T19:13:36.938Z] #41 14.58 DEP images/sk-opts.pb-c.d [2020-11-17T19:13:36.938Z] #41 14.63 DEP images/packet-sock.pb-c.d [2020-11-17T19:13:36.969Z] #11 39.70 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-17T19:13:36.969Z] #11 39.70 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-17T19:13:36.969Z] #11 ... [2020-11-17T19:13:36.969Z] [2020-11-17T19:13:36.969Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:36.969Z] #27 34.67 [2020-11-17T19:13:36.969Z] #27 34.96 ######################################################################## 100.0% [2020-11-17T19:13:36.969Z] #27 35.05 [2020-11-17T19:13:36.969Z] #27 36.04 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-17T19:13:36.969Z] #27 36.57 [2020-11-17T19:13:36.969Z] #27 37.17 ############# 19.4% ######################################################################## 100.0% [2020-11-17T19:13:36.969Z] #27 37.23 [2020-11-17T19:13:36.969Z] #27 37.29 Download of images into '/build' complete. [2020-11-17T19:13:36.969Z] #27 37.29 Use something like the following to load the result into a Docker daemon: [2020-11-17T19:13:36.969Z] #27 37.29 tar -cC '/build' . | docker load [2020-11-17T19:13:37.049Z] #45 12.96 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:13:37.049Z] #45 12.98 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:13:37.200Z] #41 14.67 PBCC images/sk-netlink.pb-c.c [2020-11-17T19:13:37.200Z] #41 14.73 DEP images/sk-netlink.pb-c.d [2020-11-17T19:13:37.200Z] #41 14.77 PBCC images/sk-inet.pb-c.c [2020-11-17T19:13:37.200Z] #41 14.81 DEP images/sk-inet.pb-c.d [2020-11-17T19:13:37.200Z] #41 14.84 PBCC images/sk-unix.pb-c.c [2020-11-17T19:13:37.463Z] #41 14.88 DEP images/sk-unix.pb-c.d [2020-11-17T19:13:37.463Z] #41 14.93 PBCC images/mm.pb-c.c [2020-11-17T19:13:37.463Z] #41 14.98 DEP images/mm.pb-c.d [2020-11-17T19:13:37.463Z] #41 15.02 PBCC images/timerfd.pb-c.c [2020-11-17T19:13:37.463Z] #41 15.04 DEP images/timerfd.pb-c.d [2020-11-17T19:13:37.463Z] #41 15.07 PBCC images/timer.pb-c.c [2020-11-17T19:13:37.463Z] #41 15.11 DEP images/timer.pb-c.d [2020-11-17T19:13:37.647Z] #27 ... [2020-11-17T19:13:37.647Z] [2020-11-17T19:13:37.647Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:37.647Z] #40 23.99 Reading package lists... [2020-11-17T19:13:37.647Z] #40 30.90 Building dependency tree... [2020-11-17T19:13:37.647Z] #40 32.55 The following additional packages will be installed: [2020-11-17T19:13:37.647Z] #40 32.56 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-17T19:13:37.647Z] #40 32.57 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-17T19:13:37.647Z] #40 32.58 Suggested packages: [2020-11-17T19:13:37.647Z] #40 32.58 manpages-dev python-setuptools [2020-11-17T19:13:37.647Z] #40 33.72 The following NEW packages will be installed: [2020-11-17T19:13:37.647Z] #40 33.72 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-17T19:13:37.647Z] #40 33.73 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-17T19:13:37.647Z] #40 33.73 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-17T19:13:37.647Z] #40 33.73 python-six zlib1g-dev [2020-11-17T19:13:37.647Z] #40 34.28 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:13:37.647Z] #40 34.28 Need to get 3798 kB of archives. [2020-11-17T19:13:37.647Z] #40 34.28 After this operation, 21.6 MB of additional disk space will be used. [2020-11-17T19:13:37.647Z] #40 34.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-11-17T19:13:37.647Z] #40 34.30 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-17T19:13:37.647Z] #40 34.31 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-17T19:13:37.647Z] #40 34.31 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-17T19:13:37.647Z] #40 34.33 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-17T19:13:37.647Z] #40 34.34 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-17T19:13:37.647Z] #40 34.37 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-17T19:13:37.647Z] #40 34.38 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-17T19:13:37.647Z] #40 34.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-11-17T19:13:37.647Z] #40 34.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-11-17T19:13:37.647Z] #40 34.52 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-11-17T19:13:37.647Z] #40 34.63 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-11-17T19:13:37.647Z] #40 34.66 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-17T19:13:37.647Z] #40 34.67 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-17T19:13:37.647Z] #40 34.68 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-17T19:13:37.647Z] #40 34.68 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-11-17T19:13:37.647Z] #40 34.69 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-11-17T19:13:37.647Z] #40 36.81 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:13:37.647Z] #40 38.29 Fetched 3798 kB in 1s (4638 kB/s) [2020-11-17T19:13:37.647Z] #40 39.98 Selecting previously unselected package libcap-dev:arm64. [2020-11-17T19:13:37.647Z] #40 39.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 ... 15383 files and directories currently installed.) [2020-11-17T19:13:37.647Z] #40 40.17 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-11-17T19:13:37.725Z] #41 15.14 PBCC images/sa.pb-c.c [2020-11-17T19:13:37.725Z] #41 15.22 DEP images/sa.pb-c.d [2020-11-17T19:13:37.725Z] #41 15.29 PBCC images/pipe-data.pb-c.c [2020-11-17T19:13:37.725Z] #41 15.31 DEP images/pipe-data.pb-c.d [2020-11-17T19:13:37.725Z] #41 15.33 PBCC images/mnt.pb-c.c [2020-11-17T19:13:37.725Z] #41 15.35 DEP images/mnt.pb-c.d [2020-11-17T19:13:37.725Z] #41 15.40 PBCC images/sk-packet.pb-c.c [2020-11-17T19:13:37.725Z] #41 15.42 DEP images/sk-packet.pb-c.d [2020-11-17T19:13:37.725Z] #41 15.46 PBCC images/tcp-stream.pb-c.c [2020-11-17T19:13:37.913Z] #40 ... [2020-11-17T19:13:37.914Z] [2020-11-17T19:13:37.914Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:37.914Z] #47 33.17 go: extracting golang.org/x/text v0.3.2 [2020-11-17T19:13:37.914Z] #47 37.81 go: finding github.com/fatih/color v1.7.0 [2020-11-17T19:13:37.914Z] #47 37.85 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:13:37.914Z] #47 38.06 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:13:37.914Z] #47 38.06 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:13:37.914Z] #47 39.08 go: finding github.com/pkg/errors v0.8.1 [2020-11-17T19:13:37.914Z] #47 39.08 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:13:37.914Z] #47 39.08 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:13:37.914Z] #47 39.10 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:13:37.914Z] #47 39.12 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:13:37.914Z] #47 39.14 go: finding github.com/spf13/viper v1.6.1 [2020-11-17T19:13:37.914Z] #47 39.20 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:13:37.914Z] #47 39.24 go: finding github.com/stretchr/testify v1.4.0 [2020-11-17T19:13:37.914Z] #47 39.36 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:13:37.914Z] #47 39.61 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:13:37.914Z] #47 39.62 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:13:37.914Z] #47 39.68 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:13:37.914Z] #47 39.73 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:13:37.914Z] #47 39.74 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:13:37.914Z] #47 39.81 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:13:37.914Z] #47 39.81 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:13:37.914Z] #47 40.02 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:13:37.914Z] #47 40.04 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:13:37.914Z] #47 40.15 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:13:37.914Z] #47 40.18 go: finding github.com/gobwas/glob v0.2.3 [2020-11-17T19:13:37.914Z] #47 40.18 go: finding github.com/spf13/cobra v0.0.5 [2020-11-17T19:13:37.914Z] #47 40.30 go: finding github.com/stretchr/objx v0.2.0 [2020-11-17T19:13:37.914Z] #47 40.48 go: finding github.com/spf13/pflag v1.0.5 [2020-11-17T19:13:37.914Z] #47 40.49 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:13:37.914Z] #47 40.50 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:13:37.914Z] #47 40.65 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:13:37.914Z] #47 40.82 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:13:37.914Z] #47 40.82 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:13:37.914Z] #47 40.83 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:13:37.914Z] #47 ... [2020-11-17T19:13:37.914Z] [2020-11-17T19:13:37.914Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:37.914Z] #40 40.82 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-11-17T19:13:37.988Z] #41 15.50 DEP images/tcp-stream.pb-c.d [2020-11-17T19:13:37.988Z] #41 15.57 PBCC images/pipe.pb-c.c [2020-11-17T19:13:37.988Z] #41 15.62 DEP images/pipe.pb-c.d [2020-11-17T19:13:37.988Z] #41 15.68 PBCC images/pstree.pb-c.c [2020-11-17T19:13:38.250Z] #41 15.72 DEP images/pstree.pb-c.d [2020-11-17T19:13:38.250Z] #41 15.78 PBCC images/fs.pb-c.c [2020-11-17T19:13:38.250Z] #41 15.81 DEP images/fs.pb-c.d [2020-11-17T19:13:38.250Z] #41 15.88 PBCC images/signalfd.pb-c.c [2020-11-17T19:13:38.512Z] #41 15.97 DEP images/signalfd.pb-c.d [2020-11-17T19:13:38.512Z] #41 16.05 PBCC images/fh.pb-c.c [2020-11-17T19:13:38.512Z] #41 16.10 PBCC images/fsnotify.pb-c.c [2020-11-17T19:13:38.512Z] #41 16.13 DEP images/fh.pb-c.d [2020-11-17T19:13:38.512Z] #41 16.17 DEP images/fsnotify.pb-c.d [2020-11-17T19:13:38.512Z] #41 16.21 PBCC images/eventpoll.pb-c.c [2020-11-17T19:13:38.775Z] #41 16.25 DEP images/eventpoll.pb-c.d [2020-11-17T19:13:38.775Z] #41 16.29 PBCC images/eventfd.pb-c.c [2020-11-17T19:13:38.775Z] #41 16.30 DEP images/eventfd.pb-c.d [2020-11-17T19:13:38.775Z] #41 16.35 PBCC images/remap-file-path.pb-c.c [2020-11-17T19:13:38.775Z] #41 16.36 DEP images/remap-file-path.pb-c.d [2020-11-17T19:13:38.775Z] #41 16.40 PBCC images/fifo.pb-c.c [2020-11-17T19:13:38.775Z] #41 16.43 DEP images/fifo.pb-c.d [2020-11-17T19:13:38.775Z] #41 16.48 PBCC images/ghost-file.pb-c.c [2020-11-17T19:13:39.037Z] #41 16.54 DEP images/ghost-file.pb-c.d [2020-11-17T19:13:39.037Z] #41 16.63 PBCC images/regfile.pb-c.c [2020-11-17T19:13:39.037Z] #41 16.70 DEP images/regfile.pb-c.d [2020-11-17T19:13:39.037Z] #41 16.74 PBCC images/ns.pb-c.c [2020-11-17T19:13:39.120Z] #55 ... [2020-11-17T19:13:39.120Z] [2020-11-17T19:13:39.120Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:39.120Z] #62 DONE 46.2s [2020-11-17T19:13:39.120Z] [2020-11-17T19:13:39.120Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:39.120Z] #41 31.26 Reading package lists... [2020-11-17T19:13:39.120Z] #41 38.91 Building dependency tree... [2020-11-17T19:13:39.120Z] #41 41.87 The following additional packages will be installed: [2020-11-17T19:13:39.120Z] #41 41.87 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-17T19:13:39.120Z] #41 41.88 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-17T19:13:39.120Z] #41 41.89 Suggested packages: [2020-11-17T19:13:39.120Z] #41 41.89 manpages-dev python-setuptools [2020-11-17T19:13:39.120Z] #41 43.48 The following NEW packages will be installed: [2020-11-17T19:13:39.120Z] #41 43.48 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-17T19:13:39.120Z] #41 43.49 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-17T19:13:39.121Z] #41 43.49 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-17T19:13:39.121Z] #41 43.49 python-six zlib1g-dev [2020-11-17T19:13:39.121Z] #41 43.64 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:13:39.121Z] #41 43.64 Need to get 4075 kB of archives. [2020-11-17T19:13:39.121Z] #41 43.64 After this operation, 24.5 MB of additional disk space will be used. [2020-11-17T19:13:39.121Z] #41 43.64 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-11-17T19:13:39.121Z] #41 43.66 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-17T19:13:39.121Z] #41 43.70 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-17T19:13:39.121Z] #41 43.71 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-17T19:13:39.121Z] #41 43.73 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-11-17T19:13:39.121Z] #41 43.77 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-17T19:13:39.121Z] #41 43.77 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-17T19:13:39.121Z] #41 43.77 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-17T19:13:39.121Z] #41 43.81 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-11-17T19:13:39.121Z] #41 44.60 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-11-17T19:13:39.121Z] #41 44.81 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-11-17T19:13:39.121Z] #41 45.74 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-11-17T19:13:39.121Z] #41 45.99 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-17T19:13:39.121Z] #41 46.03 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-17T19:13:39.121Z] #41 46.05 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-17T19:13:39.121Z] #41 46.12 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-11-17T19:13:39.121Z] #41 46.13 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-11-17T19:13:39.300Z] #41 16.79 DEP images/ns.pb-c.d [2020-11-17T19:13:39.300Z] #41 16.84 PBCC images/fdinfo.pb-c.c [2020-11-17T19:13:39.300Z] #41 16.90 DEP images/fdinfo.pb-c.d [2020-11-17T19:13:39.300Z] #41 16.94 PBCC images/core-aarch64.pb-c.c [2020-11-17T19:13:39.300Z] #41 16.97 PBCC images/core-arm.pb-c.c [2020-11-17T19:13:39.300Z] #41 17.03 PBCC images/core-ppc64.pb-c.c [2020-11-17T19:13:39.562Z] #41 17.07 PBCC images/core-s390.pb-c.c [2020-11-17T19:13:39.562Z] #41 17.14 PBCC images/core-x86.pb-c.c [2020-11-17T19:13:39.562Z] #41 17.24 PBCC images/core.pb-c.c [2020-11-17T19:13:39.825Z] #41 17.32 PBCC images/inventory.pb-c.c [2020-11-17T19:13:39.825Z] #41 17.38 DEP images/core-aarch64.pb-c.d [2020-11-17T19:13:39.825Z] #41 17.43 DEP images/core-arm.pb-c.d [2020-11-17T19:13:39.825Z] #41 17.50 DEP images/core-ppc64.pb-c.d [2020-11-17T19:13:39.825Z] #41 17.57 DEP images/core-s390.pb-c.d [2020-11-17T19:13:40.087Z] #41 17.62 DEP images/core-x86.pb-c.d [2020-11-17T19:13:40.087Z] #41 17.67 DEP images/core.pb-c.d [2020-11-17T19:13:40.087Z] #41 17.73 DEP images/inventory.pb-c.d [2020-11-17T19:13:40.087Z] #41 17.77 PBCC images/cpuinfo.pb-c.c [2020-11-17T19:13:40.188Z] #41 ... [2020-11-17T19:13:40.188Z] [2020-11-17T19:13:40.188Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:40.188Z] #48 42.14 go: extracting golang.org/x/text v0.3.2 [2020-11-17T19:13:40.188Z] #48 46.76 go: finding github.com/fatih/color v1.7.0 [2020-11-17T19:13:40.188Z] #48 47.08 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:13:40.188Z] #48 47.10 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:13:40.188Z] #48 47.15 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:13:40.188Z] #48 47.21 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:13:40.188Z] #48 47.22 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:13:40.188Z] #48 47.27 go: finding github.com/pkg/errors v0.8.1 [2020-11-17T19:13:40.188Z] #48 47.35 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:13:40.188Z] #48 47.37 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:13:40.188Z] #48 47.38 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:13:40.188Z] #48 47.39 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:13:40.188Z] #48 47.46 go: finding github.com/spf13/viper v1.6.1 [2020-11-17T19:13:40.188Z] #48 47.53 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:13:40.188Z] #48 47.60 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:13:40.188Z] #48 47.64 go: finding github.com/stretchr/testify v1.4.0 [2020-11-17T19:13:40.188Z] #48 47.65 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:13:40.188Z] #48 47.67 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:13:40.189Z] #48 47.70 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:13:40.189Z] #48 47.73 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:13:40.189Z] #48 47.73 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:13:40.189Z] #48 47.75 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:13:40.189Z] #48 47.80 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:13:40.189Z] #48 47.82 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:13:40.189Z] #48 47.82 go: finding github.com/spf13/cobra v0.0.5 [2020-11-17T19:13:40.189Z] #48 47.84 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:13:40.189Z] #48 47.90 go: finding github.com/spf13/pflag v1.0.5 [2020-11-17T19:13:40.189Z] #48 47.91 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:13:40.189Z] #48 47.91 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:13:40.189Z] #48 47.91 go: finding github.com/stretchr/objx v0.2.0 [2020-11-17T19:13:40.189Z] #48 47.94 go: finding github.com/gobwas/glob v0.2.3 [2020-11-17T19:13:40.249Z] #38 ... [2020-11-17T19:13:40.249Z] [2020-11-17T19:13:40.249Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:40.249Z] #32 5.669 + RM_GOPATH=0 [2020-11-17T19:13:40.249Z] #32 5.669 + TMP_GOPATH= [2020-11-17T19:13:40.249Z] #32 5.669 + : /build [2020-11-17T19:13:40.249Z] #32 5.669 + '[' -z '' ']' [2020-11-17T19:13:40.249Z] #32 5.669 ++ mktemp -d [2020-11-17T19:13:40.249Z] #32 5.669 + export GOPATH=/tmp/tmp.WvE9C5WcAT [2020-11-17T19:13:40.249Z] #32 5.669 + GOPATH=/tmp/tmp.WvE9C5WcAT [2020-11-17T19:13:40.249Z] #32 5.669 + RM_GOPATH=1 [2020-11-17T19:13:40.249Z] #32 5.669 + case "$(go env GOARCH)" in [2020-11-17T19:13:40.249Z] #32 5.669 ++ go env GOARCH [2020-11-17T19:13:40.249Z] #32 5.674 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:40.249Z] #32 5.674 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:40.249Z] #32 5.675 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:40.249Z] #32 5.676 + dir=/tmp/install [2020-11-17T19:13:40.249Z] #32 5.676 + bin=tomlv [2020-11-17T19:13:40.249Z] #32 5.676 + shift [2020-11-17T19:13:40.249Z] #32 5.676 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-17T19:13:40.249Z] #32 5.676 + . /tmp/install/tomlv.installer [2020-11-17T19:13:40.249Z] #32 5.676 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:13:40.249Z] #32 5.676 + install_tomlv [2020-11-17T19:13:40.249Z] #32 5.676 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-17T19:13:40.249Z] #32 5.676 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.WvE9C5WcAT/src/github.com/BurntSushi/toml [2020-11-17T19:13:40.249Z] #32 5.677 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:13:40.249Z] #32 5.678 Cloning into '/tmp/tmp.WvE9C5WcAT/src/github.com/BurntSushi/toml'... [2020-11-17T19:13:40.249Z] #32 6.050 + cd /tmp/tmp.WvE9C5WcAT/src/github.com/BurntSushi/toml [2020-11-17T19:13:40.249Z] #32 6.051 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-17T19:13:40.249Z] #32 6.062 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-17T19:13:40.249Z] #32 6.156 runtime/internal/atomic [2020-11-17T19:13:40.249Z] #32 6.163 internal/cpu [2020-11-17T19:13:40.249Z] #32 6.196 runtime/internal/sys [2020-11-17T19:13:40.249Z] #32 6.241 runtime/internal/math [2020-11-17T19:13:40.249Z] #32 6.254 math/bits [2020-11-17T19:13:40.249Z] #32 6.274 internal/bytealg [2020-11-17T19:13:40.249Z] #32 6.366 math [2020-11-17T19:13:40.249Z] #32 6.507 runtime [2020-11-17T19:13:40.350Z] #41 17.80 DEP images/cpuinfo.pb-c.d [2020-11-17T19:13:40.350Z] #41 17.85 PBCC images/stats.pb-c.c [2020-11-17T19:13:40.350Z] #41 17.88 DEP images/stats.pb-c.d [2020-11-17T19:13:40.468Z] #45 16.29 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:13:40.495Z] #48 47.99 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:13:40.495Z] #48 48.05 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:13:40.495Z] #48 48.06 go: finding github.com/magiconair/properties v1.8.1 [2020-11-17T19:13:40.495Z] #48 48.09 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:13:40.495Z] #48 48.12 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:13:40.495Z] #48 48.15 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:13:40.495Z] #48 48.17 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:13:40.835Z] #48 48.21 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:13:40.835Z] #48 48.22 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:13:40.835Z] #48 48.29 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:13:40.835Z] #48 48.31 go: finding github.com/spf13/cast v1.3.0 [2020-11-17T19:13:40.835Z] #48 48.33 go: finding github.com/spf13/afero v1.1.2 [2020-11-17T19:13:40.835Z] #48 48.36 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:13:40.835Z] #48 48.39 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:13:40.835Z] #48 48.41 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:13:40.835Z] #48 48.52 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-17T19:13:41.143Z] #48 48.55 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:13:41.143Z] #48 48.78 go: finding golang.org/x/text v0.3.2 [2020-11-17T19:13:41.143Z] #48 48.84 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:13:41.143Z] #48 48.86 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:13:41.143Z] #48 48.88 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:13:41.143Z] #48 48.91 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:13:41.198Z] #32 7.526 unicode/utf8 [2020-11-17T19:13:41.198Z] #32 7.711 internal/race [2020-11-17T19:13:41.198Z] #32 7.830 sync/atomic [2020-11-17T19:13:41.243Z] #40 ... [2020-11-17T19:13:41.243Z] [2020-11-17T19:13:41.243Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:41.243Z] #34 34.22 The following additional packages will be installed: [2020-11-17T19:13:41.243Z] #34 34.24 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-17T19:13:41.243Z] #34 34.24 Suggested packages: [2020-11-17T19:13:41.243Z] #34 34.25 cmake-doc ninja-build lrzip [2020-11-17T19:13:41.243Z] #34 34.25 Recommended packages: [2020-11-17T19:13:41.243Z] #34 34.25 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-17T19:13:41.243Z] #34 35.30 The following NEW packages will be installed: [2020-11-17T19:13:41.243Z] #34 35.30 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-17T19:13:41.243Z] #34 35.30 vim-common xxd [2020-11-17T19:13:41.243Z] #34 35.72 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:13:41.243Z] #34 35.72 Need to get 14.2 MB of archives. [2020-11-17T19:13:41.243Z] #34 35.72 After this operation, 60.0 MB of additional disk space will be used. [2020-11-17T19:13:41.243Z] #34 35.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-11-17T19:13:41.243Z] #34 35.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-17T19:13:41.243Z] #34 35.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-17T19:13:41.243Z] #34 35.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-11-17T19:13:41.243Z] #34 37.39 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-11-17T19:13:41.243Z] #34 37.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-11-17T19:13:41.243Z] #34 37.64 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-11-17T19:13:41.243Z] #34 37.65 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-11-17T19:13:41.243Z] #34 37.68 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-11-17T19:13:41.243Z] #34 37.96 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-11-17T19:13:41.243Z] #34 40.07 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:13:41.243Z] #34 41.05 Fetched 14.2 MB in 3s (4533 kB/s) [2020-11-17T19:13:41.243Z] #34 42.38 Selecting previously unselected package xxd. [2020-11-17T19:13:41.243Z] #34 42.38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-17T19:13:41.243Z] #34 42.51 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-11-17T19:13:41.243Z] #34 44.12 Unpacking xxd (2:8.1.0875-5) ... [2020-11-17T19:13:41.446Z] #48 49.10 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:13:41.447Z] #48 ... [2020-11-17T19:13:41.447Z] [2020-11-17T19:13:41.447Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:41.447Z] #41 48.45 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:13:41.447Z] #41 48.86 Fetched 4075 kB in 3s (1512 kB/s) [2020-11-17T19:13:41.447Z] #41 49.00 Selecting previously unselected package libcap-dev:ppc64el. [2020-11-17T19:13:41.447Z] #41 49.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-17T19:13:41.447Z] #41 49.13 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-11-17T19:13:41.457Z] #32 ... [2020-11-17T19:13:41.457Z] [2020-11-17T19:13:41.458Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:41.458Z] #62 8.151 + RM_GOPATH=0 [2020-11-17T19:13:41.458Z] #62 8.151 + TMP_GOPATH= [2020-11-17T19:13:41.458Z] #62 8.151 + : /build [2020-11-17T19:13:41.458Z] #62 8.151 + '[' -z '' ']' [2020-11-17T19:13:41.458Z] #62 8.151 ++ mktemp -d [2020-11-17T19:13:41.458Z] #62 8.151 + export GOPATH=/tmp/tmp.4YQQYH897o [2020-11-17T19:13:41.458Z] #62 8.151 + GOPATH=/tmp/tmp.4YQQYH897o [2020-11-17T19:13:41.458Z] #62 8.151 + RM_GOPATH=1 [2020-11-17T19:13:41.458Z] #62 8.151 + case "$(go env GOARCH)" in [2020-11-17T19:13:41.520Z] #34 ... [2020-11-17T19:13:41.520Z] [2020-11-17T19:13:41.520Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:41.520Z] #40 44.33 Selecting previously unselected package libnet1:arm64. [2020-11-17T19:13:41.520Z] #40 44.33 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-17T19:13:41.520Z] #40 44.38 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:13:41.719Z] #62 8.158 ++ go env GOARCH [2020-11-17T19:13:41.719Z] #62 8.159 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:41.719Z] #62 8.159 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:41.719Z] #62 8.164 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:41.719Z] #62 8.164 + dir=/tmp/install [2020-11-17T19:13:41.719Z] #62 8.164 + bin=proxy [2020-11-17T19:13:41.719Z] #62 8.164 + shift [2020-11-17T19:13:41.719Z] #62 8.164 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-17T19:13:41.719Z] #62 8.164 + . /tmp/install/proxy.installer [2020-11-17T19:13:41.719Z] #62 8.164 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:13:41.719Z] #62 8.164 + install_proxy [2020-11-17T19:13:41.719Z] #62 8.164 + case "$1" in [2020-11-17T19:13:41.719Z] #62 8.164 + export CGO_ENABLED=0 [2020-11-17T19:13:41.719Z] #62 8.164 + CGO_ENABLED=0 [2020-11-17T19:13:41.719Z] #62 8.164 + _install_proxy [2020-11-17T19:13:41.719Z] #62 8.164 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-17T19:13:41.719Z] #62 8.164 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.4YQQYH897o/src/github.com/docker/libnetwork [2020-11-17T19:13:41.719Z] #62 8.174 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:13:41.719Z] #62 8.216 Cloning into '/tmp/tmp.4YQQYH897o/src/github.com/docker/libnetwork'... [2020-11-17T19:13:41.741Z] #41 19.20 make[1]: Nothing to be done for 'all'. [2020-11-17T19:13:41.747Z] #41 49.19 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-11-17T19:13:41.747Z] #41 ... [2020-11-17T19:13:41.747Z] [2020-11-17T19:13:41.747Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:41.747Z] #12 30.44 Reading package lists... [2020-11-17T19:13:41.747Z] #12 39.44 Building dependency tree... [2020-11-17T19:13:41.747Z] #12 41.98 The following additional packages will be installed: [2020-11-17T19:13:41.747Z] #12 41.98 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-17T19:13:41.747Z] #12 41.99 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-17T19:13:41.747Z] #12 42.00 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-17T19:13:41.747Z] #12 42.00 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-17T19:13:41.747Z] #12 42.00 Suggested packages: [2020-11-17T19:13:41.747Z] #12 42.00 gcc-8-locales seccomp wine64 [2020-11-17T19:13:41.747Z] #12 43.19 The following NEW packages will be installed: [2020-11-17T19:13:41.747Z] #12 43.19 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-17T19:13:41.747Z] #12 43.19 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-17T19:13:41.747Z] #12 43.19 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-17T19:13:41.747Z] #12 43.20 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-17T19:13:41.747Z] #12 43.20 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-17T19:13:41.747Z] #12 43.20 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-17T19:13:41.747Z] #12 43.35 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:13:41.747Z] #12 43.35 Need to get 78.9 MB of archives. [2020-11-17T19:13:41.747Z] #12 43.35 After this operation, 532 MB of additional disk space will be used. [2020-11-17T19:13:41.747Z] #12 43.35 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-17T19:13:41.747Z] #12 44.62 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-17T19:13:41.747Z] #12 46.60 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-17T19:13:41.747Z] #12 46.66 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-17T19:13:41.747Z] #12 46.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-11-17T19:13:41.747Z] #12 46.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-17T19:13:41.747Z] #12 48.20 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-17T19:13:41.747Z] #12 ... [2020-11-17T19:13:41.747Z] [2020-11-17T19:13:41.747Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:41.747Z] #41 49.37 Selecting previously unselected package libnet1:ppc64el. [2020-11-17T19:13:41.747Z] #41 49.38 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-17T19:13:41.747Z] #41 49.40 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-17T19:13:41.785Z] #40 44.68 Selecting previously unselected package libnet1-dev. [2020-11-17T19:13:41.785Z] #40 ... [2020-11-17T19:13:41.785Z] [2020-11-17T19:13:41.785Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:41.785Z] #53 34.63 The following NEW packages will be installed: [2020-11-17T19:13:41.785Z] #53 34.65 libbtrfs-dev libbtrfs0 [2020-11-17T19:13:41.785Z] #53 35.18 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:13:41.785Z] #53 35.18 Need to get 119 kB of archives. [2020-11-17T19:13:41.785Z] #53 35.18 After this operation, 387 kB of additional disk space will be used. [2020-11-17T19:13:41.785Z] #53 35.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-11-17T19:13:41.785Z] #53 35.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-11-17T19:13:41.785Z] #53 37.71 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:13:41.785Z] #53 39.73 Fetched 119 kB in 0s (304 kB/s) [2020-11-17T19:13:41.785Z] #53 40.00 Selecting previously unselected package libbtrfs0. [2020-11-17T19:13:41.785Z] #53 40.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-17T19:13:41.785Z] #53 40.17 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-11-17T19:13:41.785Z] #53 41.60 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-17T19:13:41.785Z] #53 44.31 Selecting previously unselected package libbtrfs-dev. [2020-11-17T19:13:41.785Z] #53 44.32 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-11-17T19:13:41.785Z] #53 44.35 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:13:41.785Z] #53 44.74 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-17T19:13:41.785Z] #53 ... [2020-11-17T19:13:41.785Z] [2020-11-17T19:13:41.785Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:41.785Z] #40 44.69 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-17T19:13:41.785Z] #40 44.74 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-17T19:13:41.837Z] #45 17.57 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:13:41.837Z] #45 ... [2020-11-17T19:13:41.837Z] [2020-11-17T19:13:41.837Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:13:41.837Z] #30 7.620 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-17T19:13:41.837Z] #30 7.636 Cloning into '.'... [2020-11-17T19:13:42.051Z] #41 49.55 Selecting previously unselected package libnet1-dev. [2020-11-17T19:13:42.051Z] #41 49.55 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-17T19:13:42.051Z] #41 49.56 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-17T19:13:42.051Z] #41 49.70 Selecting previously unselected package libnl-3-200:ppc64el. [2020-11-17T19:13:42.051Z] #41 49.74 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-11-17T19:13:42.051Z] #41 49.75 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-17T19:13:42.051Z] #41 ... [2020-11-17T19:13:42.051Z] [2020-11-17T19:13:42.051Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:42.051Z] #35 32.04 Reading package lists... [2020-11-17T19:13:42.051Z] #35 40.08 Building dependency tree... [2020-11-17T19:13:42.051Z] #35 42.70 The following additional packages will be installed: [2020-11-17T19:13:42.051Z] #35 42.70 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-17T19:13:42.051Z] #35 42.71 Suggested packages: [2020-11-17T19:13:42.051Z] #35 42.72 cmake-doc ninja-build lrzip [2020-11-17T19:13:42.051Z] #35 42.72 Recommended packages: [2020-11-17T19:13:42.051Z] #35 42.72 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-17T19:13:42.051Z] #35 44.04 The following NEW packages will be installed: [2020-11-17T19:13:42.051Z] #35 44.05 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-17T19:13:42.051Z] #35 44.05 vim-common xxd [2020-11-17T19:13:42.051Z] #35 44.16 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:13:42.051Z] #35 44.16 Need to get 14.9 MB of archives. [2020-11-17T19:13:42.051Z] #35 44.16 After this operation, 67.2 MB of additional disk space will be used. [2020-11-17T19:13:42.051Z] #35 44.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-11-17T19:13:42.051Z] #35 44.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-11-17T19:13:42.051Z] #35 44.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-11-17T19:13:42.051Z] #35 45.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-11-17T19:13:42.051Z] #35 48.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-11-17T19:13:42.051Z] #35 48.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-11-17T19:13:42.051Z] #35 49.02 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-11-17T19:13:42.051Z] #35 49.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-11-17T19:13:42.051Z] #35 49.21 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-11-17T19:13:42.051Z] #35 49.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-11-17T19:13:42.053Z] #40 ... [2020-11-17T19:13:42.053Z] [2020-11-17T19:13:42.053Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:42.053Z] #62 DONE 45.0s [2020-11-17T19:13:42.053Z] [2020-11-17T19:13:42.053Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-17T19:13:42.053Z] #27 DONE 45.0s [2020-11-17T19:13:42.111Z] #30 ... [2020-11-17T19:13:42.111Z] [2020-11-17T19:13:42.111Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:42.111Z] #43 15.61 unicode/utf8 [2020-11-17T19:13:42.111Z] #43 17.28 internal/testlog [2020-11-17T19:13:42.111Z] #43 17.68 encoding [2020-11-17T19:13:42.111Z] #43 17.93 unicode/utf16 [2020-11-17T19:13:42.315Z] #41 ... [2020-11-17T19:13:42.315Z] [2020-11-17T19:13:42.315Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:42.321Z] [2020-11-17T19:13:42.321Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:42.321Z] #40 45.20 Selecting previously unselected package libnl-3-200:arm64. [2020-11-17T19:13:42.321Z] #40 45.20 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-11-17T19:13:42.321Z] #40 45.25 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-11-17T19:13:42.321Z] #40 45.45 Selecting previously unselected package libnl-3-dev:arm64. [2020-11-17T19:13:42.321Z] #40 45.46 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-11-17T19:13:42.321Z] #40 45.48 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-11-17T19:13:42.355Z] #35 ... [2020-11-17T19:13:42.355Z] [2020-11-17T19:13:42.355Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:13:42.586Z] #40 ... [2020-11-17T19:13:42.586Z] [2020-11-17T19:13:42.586Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:42.586Z] #53 44.89 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:13:42.586Z] #53 44.99 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:13:42.586Z] #53 DONE 45.5s [2020-11-17T19:13:42.586Z] [2020-11-17T19:13:42.586Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:42.586Z] #47 41.19 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:13:42.586Z] #47 41.19 go: finding github.com/magiconair/properties v1.8.1 [2020-11-17T19:13:42.586Z] #47 41.19 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:13:42.586Z] #47 41.25 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:13:42.586Z] #47 41.59 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:13:42.586Z] #47 41.60 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:13:42.586Z] #47 41.60 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:13:42.586Z] #47 41.62 go: finding github.com/spf13/afero v1.1.2 [2020-11-17T19:13:42.586Z] #47 42.02 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:13:42.586Z] #47 42.03 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:13:42.586Z] #47 42.03 go: finding golang.org/x/text v0.3.2 [2020-11-17T19:13:42.586Z] #47 42.04 go: finding github.com/spf13/cast v1.3.0 [2020-11-17T19:13:42.586Z] #47 42.38 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:13:42.586Z] #47 42.39 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-17T19:13:42.586Z] #47 42.40 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:13:42.586Z] #47 42.44 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:13:42.586Z] #47 42.79 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:13:42.586Z] #47 42.80 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:13:42.586Z] #47 42.82 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:13:42.586Z] #47 43.06 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:13:42.586Z] #47 43.55 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:13:42.586Z] #47 43.58 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:13:42.586Z] #47 43.60 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:13:42.586Z] #47 44.12 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:13:42.586Z] #47 44.18 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:13:42.586Z] #47 44.18 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:13:42.586Z] #47 44.18 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-17T19:13:42.586Z] #47 44.18 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:13:42.586Z] #47 44.21 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:13:42.586Z] #47 44.22 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-17T19:13:42.586Z] #47 44.22 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:13:42.586Z] #47 44.24 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:13:42.586Z] #47 44.26 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:13:42.586Z] #47 44.29 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:13:42.586Z] #47 44.34 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:13:42.586Z] #47 44.36 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-17T19:13:42.586Z] #47 44.45 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:13:42.586Z] #47 44.55 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:13:42.586Z] #47 44.55 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:13:42.586Z] #47 44.58 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:13:42.586Z] #47 44.63 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:13:43.080Z] #43 18.77 container/list [2020-11-17T19:13:43.080Z] #43 ... [2020-11-17T19:13:43.080Z] [2020-11-17T19:13:43.080Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:43.080Z] #22 18.26 + mkdir -p /build [2020-11-17T19:13:43.080Z] #22 18.28 + mv docker/docker /build/ [2020-11-17T19:13:43.080Z] #22 18.29 + rmdir docker [2020-11-17T19:13:43.080Z] #22 DONE 18.9s [2020-11-17T19:13:43.166Z] #47 ... [2020-11-17T19:13:43.166Z] [2020-11-17T19:13:43.166Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:43.166Z] #32 36.17 sync [2020-11-17T19:13:43.166Z] #32 36.18 internal/reflectlite [2020-11-17T19:13:43.166Z] #32 38.05 sort [2020-11-17T19:13:43.166Z] #32 38.05 errors [2020-11-17T19:13:43.166Z] #32 38.47 strconv [2020-11-17T19:13:43.166Z] #32 38.48 internal/oserror [2020-11-17T19:13:43.166Z] #32 38.48 io [2020-11-17T19:13:43.166Z] #32 38.58 syscall [2020-11-17T19:13:43.166Z] #32 39.39 strings [2020-11-17T19:13:43.166Z] #32 39.73 bytes [2020-11-17T19:13:43.166Z] #32 41.59 reflect [2020-11-17T19:13:43.166Z] #32 41.71 path [2020-11-17T19:13:43.166Z] #32 42.39 bufio [2020-11-17T19:13:43.166Z] #32 42.54 text/tabwriter [2020-11-17T19:13:43.166Z] #32 43.90 internal/syscall/execenv [2020-11-17T19:13:43.166Z] #32 43.92 internal/syscall/unix [2020-11-17T19:13:43.166Z] #32 43.93 time [2020-11-17T19:13:43.336Z] [2020-11-17T19:13:43.336Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:43.336Z] #32 16.72 unicode/utf8 [2020-11-17T19:13:43.336Z] #32 17.77 encoding [2020-11-17T19:13:43.336Z] #32 18.09 runtime/cgo [2020-11-17T19:13:43.371Z] #54 55.99 Checking out files: 59% (2027/3411) Checking out files: 60% (2047/3411) Checking out files: 61% (2081/3411) Checking out files: 62% (2115/3411) Checking out files: 63% (2149/3411) Checking out files: 64% (2184/3411) Checking out files: 65% (2218/3411) Checking out files: 66% (2252/3411) Checking out files: 67% (2286/3411) Checking out files: 68% (2320/3411) Checking out files: 69% (2354/3411) Checking out files: 70% (2388/3411) Checking out files: 71% (2422/3411) Checking out files: 72% (2456/3411) Checking out files: 73% (2491/3411) Checking out files: 74% (2525/3411) Checking out files: 75% (2559/3411) Checking out files: 76% (2593/3411) Checking out files: 77% (2627/3411) Checking out files: 78% (2661/3411) Checking out files: 79% (2695/3411) Checking out files: 80% (2729/3411) Checking out files: 81% (2763/3411) Checking out files: 82% (2798/3411) Checking out files: 83% (2832/3411) Checking out files: 84% (2866/3411) Checking out files: 85% (2900/3411) Checking out files: 86% (2934/3411) Checking out files: 87% (2968/3411) Checking out files: 88% (3002/3411) Checking out files: 89% (3036/3411) Checking out files: 90% (3070/3411) Checking out files: 91% (3105/3411) Checking out files: 92% (3139/3411) Checking out files: 92% (3160/3411) Checking out files: 93% (3173/3411) Checking out files: 94% (3207/3411) Checking out files: 95% (3241/3411) Checking out files: 96% (3275/3411) Checking out files: 97% (3309/3411) Checking out files: 98% (3343/3411) Checking out files: 99% (3377/3411) Checking out files: 100% (3411/3411) Checking out files: 100% (3411/3411), done. [2020-11-17T19:13:43.371Z] #54 57.24 + cd /tmp/tmp.bAug1zyisc/src/github.com/containerd/containerd [2020-11-17T19:13:43.431Z] #32 ... [2020-11-17T19:13:43.431Z] [2020-11-17T19:13:43.431Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:43.431Z] #40 46.06 Selecting previously unselected package libprotobuf-c1:arm64. [2020-11-17T19:13:43.431Z] #40 46.07 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-11-17T19:13:43.431Z] #40 46.09 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-17T19:13:43.431Z] #40 46.29 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-11-17T19:13:43.431Z] #40 46.29 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-11-17T19:13:43.431Z] #40 46.29 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-11-17T19:13:43.431Z] #40 46.45 Selecting previously unselected package zlib1g-dev:arm64. [2020-11-17T19:13:43.431Z] #40 46.46 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-11-17T19:13:43.431Z] #40 46.48 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-11-17T19:13:43.492Z] #31 49.82 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-17T19:13:43.492Z] #31 50.63 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-17T19:13:43.640Z] #54 57.24 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:13:43.648Z] #62 ... [2020-11-17T19:13:43.648Z] [2020-11-17T19:13:43.648Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:43.648Z] #47 8.216 + RM_GOPATH=0 [2020-11-17T19:13:43.648Z] #47 8.216 + TMP_GOPATH= [2020-11-17T19:13:43.648Z] #47 8.216 + : /build [2020-11-17T19:13:43.648Z] #47 8.216 + '[' -z '' ']' [2020-11-17T19:13:43.648Z] #47 8.216 ++ mktemp -d [2020-11-17T19:13:43.648Z] #47 8.216 + export GOPATH=/tmp/tmp.wsgoTxagDd [2020-11-17T19:13:43.648Z] #47 8.216 + GOPATH=/tmp/tmp.wsgoTxagDd [2020-11-17T19:13:43.648Z] #47 8.216 + RM_GOPATH=1 [2020-11-17T19:13:43.648Z] #47 8.216 + case "$(go env GOARCH)" in [2020-11-17T19:13:43.648Z] #47 8.218 ++ go env GOARCH [2020-11-17T19:13:43.648Z] #47 8.243 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:43.648Z] #47 8.243 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:43.648Z] #47 8.258 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:43.648Z] #47 8.266 + dir=/tmp/install [2020-11-17T19:13:43.648Z] #47 8.266 + bin=golangci_lint [2020-11-17T19:13:43.648Z] #47 8.266 + shift [2020-11-17T19:13:43.648Z] #47 8.266 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-17T19:13:43.648Z] #47 8.266 + . /tmp/install/golangci_lint.installer [2020-11-17T19:13:43.648Z] #47 8.266 ++ : v1.23.8 [2020-11-17T19:13:43.648Z] #47 8.266 + install_golangci_lint [2020-11-17T19:13:43.648Z] #47 8.266 + set -e [2020-11-17T19:13:43.648Z] #47 8.266 + export GO111MODULE=on [2020-11-17T19:13:43.648Z] #47 8.266 + GO111MODULE=on [2020-11-17T19:13:43.648Z] #47 8.266 + GOBIN=/build [2020-11-17T19:13:43.648Z] #47 8.266 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-17T19:13:43.648Z] #47 8.284 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-17T19:13:43.648Z] #47 8.284 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-17T19:13:43.648Z] #47 8.292 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:13:43.648Z] #47 8.292 go: finding github.com/golangci v1.23.8 [2020-11-17T19:13:43.648Z] #47 8.292 go: finding github.com v1.23.8 [2020-11-17T19:13:43.648Z] #47 9.668 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:13:43.648Z] #47 ... [2020-11-17T19:13:43.648Z] [2020-11-17T19:13:43.648Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:43.648Z] #43 6.381 + RM_GOPATH=0 [2020-11-17T19:13:43.648Z] #43 6.381 + TMP_GOPATH= [2020-11-17T19:13:43.648Z] #43 6.381 + : /build [2020-11-17T19:13:43.648Z] #43 6.381 + '[' -z '' ']' [2020-11-17T19:13:43.648Z] #43 6.381 ++ mktemp -d [2020-11-17T19:13:43.648Z] #43 6.381 + export GOPATH=/tmp/tmp.EkaFMBW9Q4 [2020-11-17T19:13:43.648Z] #43 6.381 + GOPATH=/tmp/tmp.EkaFMBW9Q4 [2020-11-17T19:13:43.648Z] #43 6.381 + RM_GOPATH=1 [2020-11-17T19:13:43.648Z] #43 6.381 + case "$(go env GOARCH)" in [2020-11-17T19:13:43.648Z] #43 6.382 ++ go env GOARCH [2020-11-17T19:13:43.648Z] #43 6.402 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:13:43.648Z] #43 6.403 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:43.648Z] #43 6.403 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:43.648Z] #43 6.403 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:43.648Z] #43 6.403 + dir=/tmp/install [2020-11-17T19:13:43.648Z] #43 6.403 + bin=vndr [2020-11-17T19:13:43.648Z] #43 6.403 + shift [2020-11-17T19:13:43.648Z] #43 6.403 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-17T19:13:43.648Z] #43 6.403 + . /tmp/install/vndr.installer [2020-11-17T19:13:43.648Z] #43 6.403 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:13:43.648Z] #43 6.403 + install_vndr [2020-11-17T19:13:43.648Z] #43 6.403 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-17T19:13:43.648Z] #43 6.403 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.EkaFMBW9Q4/src/github.com/LK4D4/vndr [2020-11-17T19:13:43.648Z] #43 6.403 Cloning into '/tmp/tmp.EkaFMBW9Q4/src/github.com/LK4D4/vndr'... [2020-11-17T19:13:43.648Z] #43 6.843 + cd /tmp/tmp.EkaFMBW9Q4/src/github.com/LK4D4/vndr [2020-11-17T19:13:43.648Z] #43 6.843 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-17T19:13:43.648Z] #43 6.859 + go build -buildmode=pie -v -o /build/vndr . [2020-11-17T19:13:43.648Z] #43 7.654 internal/race [2020-11-17T19:13:43.648Z] #43 7.903 runtime [2020-11-17T19:13:43.648Z] #43 7.926 sync/atomic [2020-11-17T19:13:43.648Z] #43 8.241 unicode [2020-11-17T19:13:43.648Z] #43 ... [2020-11-17T19:13:43.648Z] [2020-11-17T19:13:43.648Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:13:43.648Z] #30 8.222 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-17T19:13:43.648Z] #30 8.222 Cloning into '.'... [2020-11-17T19:13:43.902Z] #54 ... [2020-11-17T19:13:43.902Z] [2020-11-17T19:13:43.902Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:43.902Z] #43 112.2 go/parser [2020-11-17T19:13:43.902Z] #43 115.3 text/template [2020-11-17T19:13:43.902Z] #43 116.7 encoding/xml [2020-11-17T19:13:43.902Z] #43 120.6 go/doc [2020-11-17T19:13:43.902Z] #43 122.1 github.com/LK4D4/vndr/versioned [2020-11-17T19:13:43.902Z] #43 122.2 compress/flate [2020-11-17T19:13:43.902Z] #43 ... [2020-11-17T19:13:43.903Z] [2020-11-17T19:13:43.903Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:43.903Z] #41 20.52 CC images/stats.o [2020-11-17T19:13:43.903Z] #41 21.00 CC images/core.o [2020-11-17T19:13:43.903Z] #41 21.65 CC images/core-x86.o [2020-11-17T19:13:43.909Z] #30 ... [2020-11-17T19:13:43.909Z] [2020-11-17T19:13:43.909Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:43.909Z] #22 7.986 + RM_GOPATH=0 [2020-11-17T19:13:43.909Z] #22 7.986 + TMP_GOPATH= [2020-11-17T19:13:43.909Z] #22 7.986 + : /build [2020-11-17T19:13:43.909Z] #22 7.986 + '[' -z '' ']' [2020-11-17T19:13:43.909Z] #22 7.986 ++ mktemp -d [2020-11-17T19:13:43.909Z] #22 7.986 + export GOPATH=/tmp/tmp.lVkvhuFVIr [2020-11-17T19:13:43.909Z] #22 7.986 + GOPATH=/tmp/tmp.lVkvhuFVIr [2020-11-17T19:13:43.909Z] #22 7.986 + RM_GOPATH=1 [2020-11-17T19:13:43.909Z] #22 7.986 + case "$(go env GOARCH)" in [2020-11-17T19:13:43.909Z] #22 7.986 ++ go env GOARCH [2020-11-17T19:13:43.909Z] #22 8.041 Install docker/cli version 17.06.2-ce from stable [2020-11-17T19:13:43.909Z] #22 8.041 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:43.909Z] #22 8.041 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:43.909Z] #22 8.041 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:43.909Z] #22 8.041 + dir=/tmp/install [2020-11-17T19:13:43.909Z] #22 8.041 + bin=dockercli [2020-11-17T19:13:43.909Z] #22 8.041 + shift [2020-11-17T19:13:43.909Z] #22 8.041 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-17T19:13:43.909Z] #22 8.041 + . /tmp/install/dockercli.installer [2020-11-17T19:13:43.909Z] #22 8.041 ++ : stable [2020-11-17T19:13:43.909Z] #22 8.041 ++ : 17.06.2-ce [2020-11-17T19:13:43.909Z] #22 8.041 + install_dockercli [2020-11-17T19:13:43.909Z] #22 8.041 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-17T19:13:43.909Z] #22 8.041 ++ uname -m [2020-11-17T19:13:43.909Z] #22 8.041 + arch=x86_64 [2020-11-17T19:13:43.909Z] #22 8.041 + '[' x86_64 '!=' x86_64 ']' [2020-11-17T19:13:43.909Z] #22 8.041 + url=https://download.docker.com/linux/static [2020-11-17T19:13:43.909Z] #22 8.041 + tar -xz docker/docker [2020-11-17T19:13:43.909Z] #22 8.052 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-17T19:13:43.909Z] #22 ... [2020-11-17T19:13:43.909Z] [2020-11-17T19:13:43.909Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:43.909Z] #11 9.127 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:43.909Z] #11 9.349 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:43.909Z] #11 9.349 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:44.013Z] #40 46.89 Selecting previously unselected package libprotobuf17:arm64. [2020-11-17T19:13:44.013Z] #40 46.91 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-11-17T19:13:44.013Z] #40 46.92 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-11-17T19:13:44.100Z] #31 51.40 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-17T19:13:44.169Z] #11 ... [2020-11-17T19:13:44.169Z] [2020-11-17T19:13:44.169Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:44.169Z] #40 9.072 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:44.169Z] #40 9.155 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:44.169Z] #40 9.246 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:44.466Z] #40 ... [2020-11-17T19:13:44.466Z] [2020-11-17T19:13:44.466Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:44.466Z] #45 8.041 + RM_GOPATH=0 [2020-11-17T19:13:44.466Z] #45 8.041 + TMP_GOPATH= [2020-11-17T19:13:44.466Z] #45 8.041 + : /build [2020-11-17T19:13:44.466Z] #45 8.041 + '[' -z '' ']' [2020-11-17T19:13:44.466Z] #45 8.041 ++ mktemp -d [2020-11-17T19:13:44.466Z] #45 8.041 + export GOPATH=/tmp/tmp.xbBQpBm7OU [2020-11-17T19:13:44.466Z] #45 8.041 + GOPATH=/tmp/tmp.xbBQpBm7OU [2020-11-17T19:13:44.466Z] #45 8.041 + RM_GOPATH=1 [2020-11-17T19:13:44.466Z] #45 8.041 + case "$(go env GOARCH)" in [2020-11-17T19:13:44.466Z] #45 8.041 ++ go env GOARCH [2020-11-17T19:13:44.466Z] #45 8.071 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:44.466Z] #45 8.071 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:44.466Z] #45 8.071 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:44.466Z] #45 8.081 + dir=/tmp/install [2020-11-17T19:13:44.466Z] #45 8.081 + bin=gotestsum [2020-11-17T19:13:44.466Z] #45 8.081 + shift [2020-11-17T19:13:44.466Z] #45 8.081 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-17T19:13:44.466Z] #45 8.081 + . /tmp/install/gotestsum.installer [2020-11-17T19:13:44.466Z] #45 8.081 ++ : v0.5.3 [2020-11-17T19:13:44.466Z] #45 8.081 + install_gotestsum [2020-11-17T19:13:44.466Z] #45 8.081 + set -e [2020-11-17T19:13:44.466Z] #45 8.081 + export GO111MODULE=on [2020-11-17T19:13:44.466Z] #45 8.081 + GO111MODULE=on [2020-11-17T19:13:44.466Z] #45 8.081 + GOBIN=/build [2020-11-17T19:13:44.466Z] #45 8.081 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-17T19:13:44.466Z] #45 8.102 go: finding gotest.tools v0.5.3 [2020-11-17T19:13:44.466Z] #45 8.102 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-17T19:13:44.466Z] #45 9.124 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-17T19:13:44.466Z] #45 9.838 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-17T19:13:44.466Z] #45 ... [2020-11-17T19:13:44.466Z] [2020-11-17T19:13:44.466Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:44.466Z] #49 7.366 + RM_GOPATH=0 [2020-11-17T19:13:44.466Z] #49 7.366 + TMP_GOPATH= [2020-11-17T19:13:44.466Z] #49 7.366 + : /build [2020-11-17T19:13:44.466Z] #49 7.366 + '[' -z '' ']' [2020-11-17T19:13:44.466Z] #49 7.366 ++ mktemp -d [2020-11-17T19:13:44.466Z] #49 7.366 + export GOPATH=/tmp/tmp.6aXPMx9g65 [2020-11-17T19:13:44.466Z] #49 7.366 + GOPATH=/tmp/tmp.6aXPMx9g65 [2020-11-17T19:13:44.466Z] #49 7.366 + RM_GOPATH=1 [2020-11-17T19:13:44.466Z] #49 7.366 + case "$(go env GOARCH)" in [2020-11-17T19:13:44.466Z] #49 7.366 ++ go env GOARCH [2020-11-17T19:13:44.466Z] #49 7.404 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:13:44.466Z] #49 7.405 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:44.466Z] #49 7.405 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:44.466Z] #49 7.405 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:44.466Z] #49 7.405 + dir=/tmp/install [2020-11-17T19:13:44.466Z] #49 7.405 + bin=shfmt [2020-11-17T19:13:44.466Z] #49 7.405 + shift [2020-11-17T19:13:44.466Z] #49 7.405 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-17T19:13:44.466Z] #49 7.405 + . /tmp/install/shfmt.installer [2020-11-17T19:13:44.466Z] #49 7.405 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:13:44.466Z] #49 7.405 + install_shfmt [2020-11-17T19:13:44.466Z] #49 7.405 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-17T19:13:44.466Z] #49 7.405 + git clone https://github.com/mvdan/sh.git /tmp/tmp.6aXPMx9g65/src/github.com/mvdan/sh [2020-11-17T19:13:44.466Z] #49 7.405 Cloning into '/tmp/tmp.6aXPMx9g65/src/github.com/mvdan/sh'... [2020-11-17T19:13:44.764Z] #49 ... [2020-11-17T19:13:44.764Z] [2020-11-17T19:13:44.764Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:44.764Z] #56 6.964 + RM_GOPATH=0 [2020-11-17T19:13:44.764Z] #56 6.964 + TMP_GOPATH= [2020-11-17T19:13:44.764Z] #56 6.964 + : /build [2020-11-17T19:13:44.764Z] #56 6.964 + '[' -z '' ']' [2020-11-17T19:13:44.764Z] #56 6.964 ++ mktemp -d [2020-11-17T19:13:44.764Z] #56 6.969 + export GOPATH=/tmp/tmp.G9F2Kx2Wjw [2020-11-17T19:13:44.764Z] #56 6.969 + GOPATH=/tmp/tmp.G9F2Kx2Wjw [2020-11-17T19:13:44.764Z] #56 6.969 + RM_GOPATH=1 [2020-11-17T19:13:44.764Z] #56 6.969 + case "$(go env GOARCH)" in [2020-11-17T19:13:44.764Z] #56 6.969 ++ go env GOARCH [2020-11-17T19:13:44.764Z] #56 6.971 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:44.764Z] #56 6.972 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:44.764Z] #56 6.975 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:44.764Z] #56 6.977 + dir=/tmp/install [2020-11-17T19:13:44.764Z] #56 6.977 + bin=rootlesskit [2020-11-17T19:13:44.764Z] #56 6.977 + shift [2020-11-17T19:13:44.764Z] #56 6.977 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-17T19:13:44.764Z] #56 6.977 + . /tmp/install/rootlesskit.installer [2020-11-17T19:13:44.764Z] #56 6.977 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:13:44.764Z] #56 6.977 + install_rootlesskit [2020-11-17T19:13:44.764Z] #56 6.977 + case "$1" in [2020-11-17T19:13:44.764Z] #56 6.977 + export CGO_ENABLED=0 [2020-11-17T19:13:44.764Z] #56 6.977 + CGO_ENABLED=0 [2020-11-17T19:13:44.764Z] #56 6.977 + _install_rootlesskit [2020-11-17T19:13:44.764Z] #56 6.977 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-17T19:13:44.764Z] #56 6.977 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.G9F2Kx2Wjw/src/github.com/rootless-containers/rootlesskit [2020-11-17T19:13:44.764Z] #56 6.978 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:13:44.764Z] #56 6.984 Cloning into '/tmp/tmp.G9F2Kx2Wjw/src/github.com/rootless-containers/rootlesskit'... [2020-11-17T19:13:44.764Z] #56 ... [2020-11-17T19:13:44.764Z] [2020-11-17T19:13:44.764Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:44.764Z] #34 7.775 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:44.764Z] #34 7.874 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:44.764Z] #34 7.898 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:44.764Z] #34 10.46 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:13:44.849Z] #41 22.13 CC images/core-arm.o [2020-11-17T19:13:44.971Z] #40 47.91 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-11-17T19:13:44.971Z] #40 47.95 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-11-17T19:13:44.971Z] #40 47.96 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-11-17T19:13:44.971Z] #40 ... [2020-11-17T19:13:44.971Z] [2020-11-17T19:13:44.971Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:44.971Z] #43 38.02 internal/reflectlite [2020-11-17T19:13:44.971Z] #43 38.03 github.com/LK4D4/vndr/godl/singleflight [2020-11-17T19:13:44.971Z] #43 38.03 math/rand [2020-11-17T19:13:44.971Z] #43 38.03 internal/singleflight [2020-11-17T19:13:44.971Z] #43 39.81 bytes [2020-11-17T19:13:44.971Z] #43 39.82 strconv [2020-11-17T19:13:44.971Z] #43 39.83 syscall [2020-11-17T19:13:44.971Z] #43 39.84 strings [2020-11-17T19:13:44.971Z] #43 41.94 bufio [2020-11-17T19:13:44.971Z] #43 42.24 path [2020-11-17T19:13:44.971Z] #43 42.84 regexp/syntax [2020-11-17T19:13:44.971Z] #43 42.85 reflect [2020-11-17T19:13:44.971Z] #43 43.63 hash/crc32 [2020-11-17T19:13:44.971Z] #43 44.41 crypto [2020-11-17T19:13:44.971Z] #43 45.04 crypto/rc4 [2020-11-17T19:13:44.971Z] #43 45.81 vendor/golang.org/x/net/dns/dnsmessage [2020-11-17T19:13:45.025Z] #34 ... [2020-11-17T19:13:45.025Z] [2020-11-17T19:13:45.025Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:45.025Z] #53 9.369 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:13:45.025Z] #53 9.553 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:13:45.025Z] #53 9.590 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:13:45.025Z] #53 ... [2020-11-17T19:13:45.025Z] [2020-11-17T19:13:45.025Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:45.025Z] #11 11.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:13:45.113Z] #41 22.57 CC images/core-aarch64.o [2020-11-17T19:13:45.229Z] #32 ... [2020-11-17T19:13:45.229Z] [2020-11-17T19:13:45.229Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:45.229Z] #40 10.99 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:13:45.229Z] #40 14.77 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:13:45.229Z] #40 18.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:13:45.229Z] #40 ... [2020-11-17T19:13:45.229Z] [2020-11-17T19:13:45.229Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:45.229Z] #47 20.46 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:13:45.229Z] #47 20.57 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-17T19:13:45.229Z] #47 20.57 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:13:45.229Z] #47 20.57 go: downloading github.com/spf13/viper v1.6.1 [2020-11-17T19:13:45.229Z] #47 20.57 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:13:45.229Z] #47 20.57 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-17T19:13:45.229Z] #47 20.57 go: downloading github.com/fatih/color v1.7.0 [2020-11-17T19:13:45.229Z] #47 20.60 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:13:45.229Z] #47 20.62 go: downloading github.com/pkg/errors v0.8.1 [2020-11-17T19:13:45.229Z] #47 21.03 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:13:45.229Z] #47 21.18 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:13:45.229Z] #47 21.24 go: extracting github.com/pkg/errors v0.8.1 [2020-11-17T19:13:45.239Z] #43 ... [2020-11-17T19:13:45.239Z] [2020-11-17T19:13:45.239Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:45.239Z] #54 2.491 + RM_GOPATH=0 [2020-11-17T19:13:45.239Z] #54 2.491 + TMP_GOPATH= [2020-11-17T19:13:45.239Z] #54 2.491 + : /build [2020-11-17T19:13:45.239Z] #54 2.493 + '[' -z '' ']' [2020-11-17T19:13:45.239Z] #54 2.509 ++ mktemp -d [2020-11-17T19:13:45.239Z] #54 2.509 + export GOPATH=/tmp/tmp.FIkEhEPma6 [2020-11-17T19:13:45.239Z] #54 2.509 + GOPATH=/tmp/tmp.FIkEhEPma6 [2020-11-17T19:13:45.239Z] #54 2.509 + RM_GOPATH=1 [2020-11-17T19:13:45.239Z] #54 2.509 + case "$(go env GOARCH)" in [2020-11-17T19:13:45.239Z] #54 2.521 ++ go env GOARCH [2020-11-17T19:13:45.239Z] #54 2.544 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:45.239Z] #54 2.544 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:45.239Z] #54 2.544 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:45.239Z] #54 2.551 + dir=/tmp/install [2020-11-17T19:13:45.239Z] #54 2.551 + bin=containerd [2020-11-17T19:13:45.239Z] #54 2.551 + shift [2020-11-17T19:13:45.239Z] #54 2.551 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-17T19:13:45.239Z] #54 2.551 + . /tmp/install/containerd.installer [2020-11-17T19:13:45.239Z] #54 2.551 ++ set -e [2020-11-17T19:13:45.239Z] #54 2.551 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:13:45.239Z] #54 2.551 + install_containerd [2020-11-17T19:13:45.239Z] #54 2.551 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-17T19:13:45.239Z] #54 2.551 + git clone https://github.com/containerd/containerd.git /tmp/tmp.FIkEhEPma6/src/github.com/containerd/containerd [2020-11-17T19:13:45.239Z] #54 2.551 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:13:45.239Z] #54 2.563 Cloning into '/tmp/tmp.FIkEhEPma6/src/github.com/containerd/containerd'... [2020-11-17T19:13:45.375Z] #41 22.91 CC images/core-ppc64.o [2020-11-17T19:13:45.487Z] #47 21.25 go: extracting github.com/fatih/color v1.7.0 [2020-11-17T19:13:45.487Z] #47 21.38 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:13:45.487Z] #47 21.52 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:13:45.743Z] #47 21.58 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:13:45.743Z] #47 21.58 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:13:45.743Z] #47 21.59 go: extracting github.com/spf13/viper v1.6.1 [2020-11-17T19:13:45.743Z] #47 21.66 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-17T19:13:45.743Z] #47 21.67 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-17T19:13:45.743Z] #47 21.67 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:13:45.950Z] #41 23.53 CC images/core-s390.o [2020-11-17T19:13:46.000Z] #47 21.84 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:13:46.000Z] #47 21.87 go: downloading github.com/spf13/afero v1.1.2 [2020-11-17T19:13:46.000Z] #47 22.00 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:13:46.198Z] #54 ... [2020-11-17T19:13:46.198Z] [2020-11-17T19:13:46.198Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:13:46.198Z] #30 38.66 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-17T19:13:46.198Z] #30 39.34 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-17T19:13:46.198Z] #30 ... [2020-11-17T19:13:46.198Z] [2020-11-17T19:13:46.198Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:46.198Z] #11 44.00 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-17T19:13:46.198Z] #11 45.50 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-11-17T19:13:46.198Z] #11 45.51 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-11-17T19:13:46.198Z] #11 45.51 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-11-17T19:13:46.198Z] #11 45.51 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-11-17T19:13:46.198Z] #11 45.51 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-17T19:13:46.198Z] #11 45.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB] [2020-11-17T19:13:46.198Z] #11 45.53 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-11-17T19:13:46.198Z] #11 45.54 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-11-17T19:13:46.198Z] #11 45.57 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-11-17T19:13:46.198Z] #11 45.60 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-11-17T19:13:46.198Z] #11 45.60 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-11-17T19:13:46.198Z] #11 45.65 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-11-17T19:13:46.198Z] #11 45.66 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-17T19:13:46.198Z] #11 45.68 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-11-17T19:13:46.198Z] #11 45.70 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB] [2020-11-17T19:13:46.198Z] #11 47.84 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:13:46.198Z] #11 48.22 Fetched 73.3 MB in 10s (7481 kB/s) [2020-11-17T19:13:46.198Z] #11 48.50 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-17T19:13:46.198Z] #11 48.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 ... 15383 files and directories currently installed.) [2020-11-17T19:13:46.198Z] #11 48.70 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-11-17T19:13:46.198Z] #11 48.87 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-17T19:13:46.212Z] #41 ... [2020-11-17T19:13:46.212Z] [2020-11-17T19:13:46.212Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:46.212Z] #49 114.7 mvdan.cc/editorconfig [2020-11-17T19:13:46.212Z] #49 115.9 mvdan.cc/sh/v3/fileutil [2020-11-17T19:13:46.212Z] #49 116.1 mvdan.cc/sh/v3/syntax [2020-11-17T19:13:46.212Z] #49 122.1 mvdan.cc/sh/v3/cmd/shfmt [2020-11-17T19:13:46.242Z] #31 ... [2020-11-17T19:13:46.242Z] [2020-11-17T19:13:46.242Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:46.242Z] #44 43.80 math/rand [2020-11-17T19:13:46.242Z] #44 43.80 internal/singleflight [2020-11-17T19:13:46.242Z] #44 43.81 github.com/LK4D4/vndr/godl/singleflight [2020-11-17T19:13:46.242Z] #44 43.88 internal/reflectlite [2020-11-17T19:13:46.242Z] #44 47.97 sort [2020-11-17T19:13:46.242Z] #44 47.99 syscall [2020-11-17T19:13:46.242Z] #44 47.99 strconv [2020-11-17T19:13:46.242Z] #44 47.99 io [2020-11-17T19:13:46.242Z] #44 51.83 vendor/golang.org/x/net/dns/dnsmessage [2020-11-17T19:13:46.242Z] #44 52.47 bytes [2020-11-17T19:13:46.242Z] #44 ... [2020-11-17T19:13:46.242Z] [2020-11-17T19:13:46.242Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:46.242Z] #35 52.41 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:13:46.242Z] #35 52.68 Fetched 14.9 MB in 7s (2225 kB/s) [2020-11-17T19:13:46.242Z] #35 52.78 Selecting previously unselected package xxd. [2020-11-17T19:13:46.242Z] #35 52.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-17T19:13:46.242Z] #35 52.94 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-17T19:13:46.242Z] #35 52.94 Unpacking xxd (2:8.1.0875-5) ... [2020-11-17T19:13:46.242Z] #35 53.22 Selecting previously unselected package vim-common. [2020-11-17T19:13:46.242Z] #35 53.24 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:13:46.242Z] #35 53.32 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-17T19:13:46.242Z] #35 53.56 Selecting previously unselected package cmake-data. [2020-11-17T19:13:46.242Z] #35 53.57 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-17T19:13:46.242Z] #35 53.58 Unpacking cmake-data (3.13.4-1) ... [2020-11-17T19:13:46.256Z] #47 22.01 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:13:46.256Z] #47 22.03 go: downloading github.com/spf13/cast v1.3.0 [2020-11-17T19:13:46.475Z] #49 ... [2020-11-17T19:13:46.475Z] [2020-11-17T19:13:46.475Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:46.475Z] #54 58.17 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-17T19:13:46.475Z] #54 58.17 + BUILDTAGS='netgo osusergo static_build' [2020-11-17T19:13:46.475Z] #54 58.17 + export EXTRA_FLAGS=-buildmode=pie [2020-11-17T19:13:46.475Z] #54 58.17 + EXTRA_FLAGS=-buildmode=pie [2020-11-17T19:13:46.475Z] #54 58.17 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-17T19:13:46.475Z] #54 58.17 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-17T19:13:46.475Z] #54 58.17 + '[' '' = dynamic ']' [2020-11-17T19:13:46.475Z] #54 58.17 + make [2020-11-17T19:13:46.475Z] #54 59.15 + bin/ctr [2020-11-17T19:13:46.513Z] #47 22.16 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:13:46.775Z] #47 22.52 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:13:46.775Z] #47 22.65 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:13:46.775Z] #47 22.65 go: extracting github.com/spf13/afero v1.1.2 [2020-11-17T19:13:46.781Z] #11 ... [2020-11-17T19:13:46.781Z] [2020-11-17T19:13:46.781Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:46.781Z] #43 49.85 time [2020-11-17T19:13:46.899Z] #35 ... [2020-11-17T19:13:46.899Z] [2020-11-17T19:13:46.899Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:46.899Z] #33 44.40 errors [2020-11-17T19:13:46.899Z] #33 44.42 sort [2020-11-17T19:13:46.899Z] #33 44.66 io [2020-11-17T19:13:46.899Z] #33 44.69 internal/oserror [2020-11-17T19:13:46.899Z] #33 44.70 strconv [2020-11-17T19:13:46.899Z] #33 45.10 syscall [2020-11-17T19:13:46.899Z] #33 49.26 strings [2020-11-17T19:13:46.899Z] #33 49.90 bytes [2020-11-17T19:13:46.899Z] #33 ... [2020-11-17T19:13:46.899Z] [2020-11-17T19:13:46.899Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:46.899Z] #41 49.97 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-11-17T19:13:46.899Z] #41 49.98 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-11-17T19:13:46.899Z] #41 49.99 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-11-17T19:13:46.899Z] #41 50.31 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-11-17T19:13:46.899Z] #41 50.33 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-11-17T19:13:46.899Z] #41 50.34 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-17T19:13:46.899Z] #41 50.45 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-11-17T19:13:46.899Z] #41 50.46 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-11-17T19:13:46.899Z] #41 50.46 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-11-17T19:13:46.899Z] #41 50.56 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-11-17T19:13:46.899Z] #41 50.56 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-11-17T19:13:46.899Z] #41 50.58 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-11-17T19:13:46.899Z] #41 50.94 Selecting previously unselected package libprotobuf17:ppc64el. [2020-11-17T19:13:46.899Z] #41 50.95 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-11-17T19:13:46.899Z] #41 50.95 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-11-17T19:13:46.899Z] #41 51.56 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-11-17T19:13:46.899Z] #41 51.57 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-11-17T19:13:46.899Z] #41 51.57 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-11-17T19:13:46.899Z] #41 51.81 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-11-17T19:13:46.899Z] #41 51.82 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-11-17T19:13:46.899Z] #41 51.82 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-11-17T19:13:46.899Z] #41 52.91 Selecting previously unselected package libprotoc17:ppc64el. [2020-11-17T19:13:46.899Z] #41 52.94 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-11-17T19:13:46.899Z] #41 52.94 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-11-17T19:13:46.899Z] #41 53.48 Selecting previously unselected package protobuf-c-compiler. [2020-11-17T19:13:46.899Z] #41 53.49 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-11-17T19:13:46.899Z] #41 53.49 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-17T19:13:46.899Z] #41 53.64 Selecting previously unselected package protobuf-compiler. [2020-11-17T19:13:46.899Z] #41 53.64 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-11-17T19:13:46.899Z] #41 53.64 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-17T19:13:46.899Z] #41 53.78 Selecting previously unselected package python-pkg-resources. [2020-11-17T19:13:46.899Z] #41 53.79 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-17T19:13:46.899Z] #41 53.79 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-17T19:13:46.899Z] #41 54.01 Selecting previously unselected package python-six. [2020-11-17T19:13:46.899Z] #41 54.01 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-17T19:13:46.899Z] #41 54.03 Unpacking python-six (1.12.0-1) ... [2020-11-17T19:13:46.899Z] #41 54.14 Selecting previously unselected package python-protobuf. [2020-11-17T19:13:46.899Z] #41 54.14 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-11-17T19:13:46.899Z] #41 54.15 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-17T19:13:47.033Z] #47 22.87 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:13:47.046Z] #43 ... [2020-11-17T19:13:47.046Z] [2020-11-17T19:13:47.046Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:47.046Z] #45 DONE 49.9s [2020-11-17T19:13:47.046Z] [2020-11-17T19:13:47.046Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:47.046Z] #40 48.52 Selecting previously unselected package libprotobuf-dev:arm64. [2020-11-17T19:13:47.046Z] #40 48.52 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-11-17T19:13:47.046Z] #40 48.52 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-11-17T19:13:47.046Z] #40 49.89 Selecting previously unselected package libprotoc17:arm64. [2020-11-17T19:13:47.046Z] #40 49.89 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-11-17T19:13:47.046Z] #40 49.94 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-11-17T19:13:47.202Z] #41 54.73 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-17T19:13:47.290Z] #47 23.02 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-17T19:13:47.290Z] #47 ... [2020-11-17T19:13:47.290Z] [2020-11-17T19:13:47.290Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:47.290Z] #34 13.22 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:13:47.290Z] #34 17.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:13:47.547Z] #34 ... [2020-11-17T19:13:47.547Z] [2020-11-17T19:13:47.547Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:47.547Z] #56 13.19 + cd /tmp/tmp.lZYmyyQ9YA/src/github.com/rootless-containers/rootlesskit [2020-11-17T19:13:47.547Z] #56 13.19 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:13:47.547Z] #56 13.54 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-17T19:13:47.547Z] #56 13.54 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-17T19:13:47.547Z] #56 ... [2020-11-17T19:13:47.547Z] [2020-11-17T19:13:47.547Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:47.547Z] #47 23.25 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:13:47.547Z] #47 23.39 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:13:47.547Z] #47 23.43 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:13:47.547Z] #47 23.51 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:13:47.805Z] #47 23.53 go: extracting github.com/spf13/cast v1.3.0 [2020-11-17T19:13:47.805Z] #47 23.61 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:13:47.857Z] #41 ... [2020-11-17T19:13:47.857Z] [2020-11-17T19:13:47.857Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:47.857Z] #33 55.60 bufio [2020-11-17T19:13:48.006Z] #40 50.94 Selecting previously unselected package protobuf-c-compiler. [2020-11-17T19:13:48.006Z] #40 50.96 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-11-17T19:13:48.006Z] #40 50.97 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-17T19:13:48.062Z] #47 23.83 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:13:48.062Z] #47 23.91 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:13:48.062Z] #47 23.92 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-17T19:13:48.062Z] #47 23.92 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-17T19:13:48.162Z] #33 55.80 reflect [2020-11-17T19:13:48.319Z] #47 24.14 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:13:48.319Z] #47 24.15 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:13:48.335Z] #11 14.75 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:13:48.575Z] #47 ... [2020-11-17T19:13:48.575Z] [2020-11-17T19:13:48.575Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:48.575Z] #53 14.39 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:13:48.575Z] #53 18.11 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:13:48.588Z] #40 51.35 Selecting previously unselected package protobuf-compiler. [2020-11-17T19:13:48.588Z] #40 51.37 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-11-17T19:13:48.588Z] #40 51.37 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-17T19:13:48.588Z] #40 51.75 Selecting previously unselected package python-pkg-resources. [2020-11-17T19:13:48.588Z] #40 51.75 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-17T19:13:48.588Z] #40 51.75 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-17T19:13:48.832Z] #53 ... [2020-11-17T19:13:48.832Z] [2020-11-17T19:13:48.832Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:48.832Z] #49 21.76 + cd /tmp/tmp.CLskhVVi2x/src/github.com/mvdan/sh [2020-11-17T19:13:48.832Z] #49 21.77 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:13:48.832Z] #49 21.87 + GO111MODULE=on [2020-11-17T19:13:48.832Z] #49 21.87 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-17T19:13:48.832Z] #49 23.43 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:13:48.832Z] #49 23.45 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:13:48.832Z] #49 23.52 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:13:48.832Z] #49 23.81 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:13:48.832Z] #49 24.09 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:13:48.854Z] #40 ... [2020-11-17T19:13:48.854Z] [2020-11-17T19:13:48.854Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:48.854Z] #49 41.78 syscall [2020-11-17T19:13:48.854Z] #49 41.79 bytes [2020-11-17T19:13:48.854Z] #49 41.79 reflect [2020-11-17T19:13:48.854Z] #49 41.88 regexp/syntax [2020-11-17T19:13:48.854Z] #49 49.28 regexp [2020-11-17T19:13:48.854Z] #49 ... [2020-11-17T19:13:48.854Z] [2020-11-17T19:13:48.854Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:49.030Z] #54 ... [2020-11-17T19:13:49.030Z] [2020-11-17T19:13:49.030Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:49.030Z] #49 DONE 127.4s [2020-11-17T19:13:49.030Z] [2020-11-17T19:13:49.030Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:49.030Z] #41 24.23 CC images/cpuinfo.o [2020-11-17T19:13:49.030Z] #41 24.67 CC images/inventory.o [2020-11-17T19:13:49.030Z] #41 24.98 CC images/fdinfo.o [2020-11-17T19:13:49.030Z] #41 25.30 CC images/fown.o [2020-11-17T19:13:49.030Z] #41 25.54 CC images/ns.o [2020-11-17T19:13:49.030Z] #41 25.77 CC images/regfile.o [2020-11-17T19:13:49.030Z] #41 26.03 CC images/ghost-file.o [2020-11-17T19:13:49.030Z] #41 26.26 CC images/fifo.o [2020-11-17T19:13:49.030Z] #41 26.39 CC images/remap-file-path.o [2020-11-17T19:13:49.104Z] #49 ... [2020-11-17T19:13:49.104Z] [2020-11-17T19:13:49.104Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:49.104Z] #11 14.84 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:13:49.104Z] #11 18.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:13:49.104Z] #11 ... [2020-11-17T19:13:49.104Z] [2020-11-17T19:13:49.104Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:49.104Z] #47 24.72 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:13:49.104Z] #47 24.84 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-17T19:13:49.105Z] #47 24.98 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:13:49.119Z] #40 52.00 Selecting previously unselected package python-six. [2020-11-17T19:13:49.119Z] #40 52.00 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-17T19:13:49.119Z] #40 52.01 Unpacking python-six (1.12.0-1) ... [2020-11-17T19:13:49.119Z] #40 52.22 Selecting previously unselected package python-protobuf. [2020-11-17T19:13:49.119Z] #40 52.22 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-11-17T19:13:49.119Z] #40 52.23 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-17T19:13:49.292Z] #41 26.71 CC images/eventfd.o [2020-11-17T19:13:49.555Z] #41 27.17 CC images/eventpoll.o [2020-11-17T19:13:49.674Z] #47 25.45 go: downloading golang.org/x/text v0.3.2 [2020-11-17T19:13:49.674Z] #47 25.48 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:13:49.674Z] #47 25.54 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:13:50.081Z] #40 52.83 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-17T19:13:50.130Z] #41 27.47 CC images/fh.o [2020-11-17T19:13:50.237Z] #47 26.09 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:13:50.246Z] #11 ... [2020-11-17T19:13:50.246Z] [2020-11-17T19:13:50.246Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:50.246Z] #56 13.17 Checking out files: 85% (676/794) Checking out files: 86% (683/794) Checking out files: 87% (691/794) Checking out files: 88% (699/794) Checking out files: 89% (707/794) Checking out files: 90% (715/794) Checking out files: 91% (723/794) Checking out files: 92% (731/794) Checking out files: 93% (739/794) Checking out files: 94% (747/794) Checking out files: 95% (755/794) Checking out files: 96% (763/794) Checking out files: 97% (771/794) Checking out files: 98% (779/794) Checking out files: 99% (787/794) Checking out files: 100% (794/794) Checking out files: 100% (794/794), done. [2020-11-17T19:13:50.246Z] #56 13.58 + cd /tmp/tmp.G9F2Kx2Wjw/src/github.com/rootless-containers/rootlesskit [2020-11-17T19:13:50.246Z] #56 13.59 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-17T19:13:50.246Z] #56 14.24 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-17T19:13:50.246Z] #56 14.24 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-17T19:13:50.393Z] #41 27.87 CC images/fsnotify.o [2020-11-17T19:13:50.526Z] #54 133.1 + bin/containerd-stress [2020-11-17T19:13:50.801Z] #47 26.58 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:13:50.963Z] #33 58.16 path [2020-11-17T19:13:50.968Z] #41 28.32 CC images/signalfd.o [2020-11-17T19:13:50.968Z] #41 28.59 CC images/fs.o [2020-11-17T19:13:51.366Z] #47 27.15 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:13:51.486Z] #40 ... [2020-11-17T19:13:51.487Z] [2020-11-17T19:13:51.487Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:51.487Z] #34 44.55 Selecting previously unselected package vim-common. [2020-11-17T19:13:51.487Z] #34 44.56 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:13:51.487Z] #34 44.64 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-17T19:13:51.487Z] #34 45.37 Selecting previously unselected package cmake-data. [2020-11-17T19:13:51.487Z] #34 45.37 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-17T19:13:51.487Z] #34 45.41 Unpacking cmake-data (3.13.4-1) ... [2020-11-17T19:13:51.487Z] #34 51.84 Selecting previously unselected package libicu63:arm64. [2020-11-17T19:13:51.487Z] #34 51.84 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-11-17T19:13:51.487Z] #34 52.01 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-17T19:13:51.569Z] #41 28.94 CC images/pstree.o [2020-11-17T19:13:51.569Z] #41 29.16 CC images/pipe.o [2020-11-17T19:13:51.603Z] #54 134.5 + bin/containerd-shim [2020-11-17T19:13:51.612Z] #33 ... [2020-11-17T19:13:51.612Z] [2020-11-17T19:13:51.612Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:51.612Z] #48 49.14 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:13:51.612Z] #48 49.16 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:13:51.612Z] #48 49.19 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:13:51.612Z] #48 49.22 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:13:51.612Z] #48 49.31 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:13:51.612Z] #48 49.33 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:13:51.612Z] #48 49.33 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:13:51.612Z] #48 49.42 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-17T19:13:51.612Z] #48 49.44 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:13:51.612Z] #48 49.45 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:13:51.612Z] #48 49.47 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:13:51.612Z] #48 49.52 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-17T19:13:51.612Z] #48 49.56 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:13:51.612Z] #48 49.57 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:13:51.612Z] #48 49.67 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:13:51.612Z] #48 49.80 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-17T19:13:51.612Z] #48 50.05 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:13:51.612Z] #48 50.14 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:13:51.612Z] #48 50.14 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:13:51.612Z] #48 50.18 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:13:51.612Z] #48 50.29 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:13:51.612Z] #48 ... [2020-11-17T19:13:51.612Z] [2020-11-17T19:13:51.612Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:51.612Z] #41 59.17 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-11-17T19:13:51.612Z] #41 59.17 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-17T19:13:51.612Z] #41 59.18 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-17T19:13:51.612Z] #41 59.19 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-11-17T19:13:51.612Z] #41 59.20 Setting up python-six (1.12.0-1) ... [2020-11-17T19:13:51.628Z] #56 ... [2020-11-17T19:13:51.629Z] [2020-11-17T19:13:51.629Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:51.629Z] #11 18.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:13:51.751Z] #34 ... [2020-11-17T19:13:51.751Z] [2020-11-17T19:13:51.751Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:51.751Z] #11 51.63 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-17T19:13:51.751Z] #11 51.64 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-11-17T19:13:51.751Z] #11 51.65 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-17T19:13:51.751Z] #11 54.07 Selecting previously unselected package binutils-mingw-w64. [2020-11-17T19:13:51.751Z] #11 54.07 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-17T19:13:51.751Z] #11 54.08 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-17T19:13:51.751Z] #11 54.23 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-11-17T19:13:51.751Z] #11 54.24 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-11-17T19:13:51.751Z] #11 54.27 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-11-17T19:13:51.751Z] #11 54.49 Selecting previously unselected package dmsetup. [2020-11-17T19:13:51.751Z] #11 54.49 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-11-17T19:13:51.751Z] #11 54.50 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-17T19:13:51.751Z] #11 54.71 Selecting previously unselected package mingw-w64-common. [2020-11-17T19:13:51.751Z] #11 54.72 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-17T19:13:51.751Z] #11 54.73 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-17T19:13:51.915Z] #11 ... [2020-11-17T19:13:51.915Z] [2020-11-17T19:13:51.915Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:51.915Z] #32 8.411 unicode [2020-11-17T19:13:51.915Z] #32 13.17 internal/testlog [2020-11-17T19:13:51.915Z] #32 13.84 encoding [2020-11-17T19:13:51.915Z] #32 14.22 runtime/cgo [2020-11-17T19:13:51.930Z] #47 27.78 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:13:52.146Z] #41 29.49 CC images/tcp-stream.o [2020-11-17T19:13:52.181Z] #32 ... [2020-11-17T19:13:52.181Z] [2020-11-17T19:13:52.181Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:13:52.181Z] #38 8.260 + git clone https://github.com/docker/distribution.git . [2020-11-17T19:13:52.181Z] #38 8.260 Cloning into '.'... [2020-11-17T19:13:52.181Z] #38 ... [2020-11-17T19:13:52.181Z] [2020-11-17T19:13:52.181Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:52.181Z] #45 12.20 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:13:52.181Z] #45 12.21 go: downloading github.com/fatih/color v1.9.0 [2020-11-17T19:13:52.181Z] #45 12.21 go: downloading github.com/pkg/errors v0.9.1 [2020-11-17T19:13:52.181Z] #45 12.38 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-17T19:13:52.181Z] #45 12.54 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:13:52.181Z] #45 12.54 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:13:52.181Z] #45 12.54 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:13:52.181Z] #45 12.55 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:13:52.181Z] #45 12.65 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:13:52.181Z] #45 12.85 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:13:52.181Z] #45 13.01 go: extracting github.com/fatih/color v1.9.0 [2020-11-17T19:13:52.181Z] #45 13.30 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:13:52.181Z] #45 13.55 go: extracting github.com/pkg/errors v0.9.1 [2020-11-17T19:13:52.181Z] #45 13.64 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:13:52.181Z] #45 13.67 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:13:52.181Z] #45 13.74 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:13:52.181Z] #45 14.11 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:13:52.181Z] #45 14.23 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:13:52.181Z] #45 14.75 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-17T19:13:52.181Z] #45 17.83 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:13:52.186Z] #47 27.89 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:13:52.186Z] #47 28.11 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:13:52.260Z] #41 ... [2020-11-17T19:13:52.260Z] [2020-11-17T19:13:52.260Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:52.260Z] #12 49.80 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-17T19:13:52.260Z] #12 49.89 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-17T19:13:52.260Z] #12 58.26 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-17T19:13:52.260Z] #12 ... [2020-11-17T19:13:52.260Z] [2020-11-17T19:13:52.260Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:52.260Z] #33 59.71 text/tabwriter [2020-11-17T19:13:52.407Z] #41 29.77 CC images/sk-packet.o [2020-11-17T19:13:52.441Z] #45 18.87 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:13:52.560Z] #33 ... [2020-11-17T19:13:52.560Z] [2020-11-17T19:13:52.560Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:52.560Z] #50 50.01 bytes [2020-11-17T19:13:52.560Z] #50 50.03 strings [2020-11-17T19:13:52.560Z] #50 50.05 strconv [2020-11-17T19:13:52.560Z] #50 50.08 syscall [2020-11-17T19:13:52.560Z] #50 57.27 bufio [2020-11-17T19:13:52.560Z] #50 58.72 text/tabwriter [2020-11-17T19:13:52.560Z] #50 ... [2020-11-17T19:13:52.560Z] [2020-11-17T19:13:52.560Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:52.560Z] #44 58.93 bufio [2020-11-17T19:13:52.560Z] #44 59.42 reflect [2020-11-17T19:13:52.668Z] #41 30.09 CC images/mnt.o [2020-11-17T19:13:52.668Z] #41 30.31 CC images/pipe-data.o [2020-11-17T19:13:52.749Z] #47 28.63 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:13:52.941Z] #41 30.51 CC images/sa.o [2020-11-17T19:13:53.202Z] #41 30.71 CC images/timer.o [2020-11-17T19:13:53.202Z] #41 ... [2020-11-17T19:13:53.202Z] [2020-11-17T19:13:53.202Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:53.202Z] #11 131.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-17T19:13:53.202Z] #11 131.6 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-17T19:13:53.202Z] #11 131.6 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:13:53.679Z] #47 ... [2020-11-17T19:13:53.679Z] [2020-11-17T19:13:53.679Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:53.679Z] #45 19.55 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:13:53.679Z] #45 25.88 go: finding github.com/fatih/color v1.9.0 [2020-11-17T19:13:53.679Z] #45 25.91 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:13:53.679Z] #45 25.94 go: finding github.com/pkg/errors v0.9.1 [2020-11-17T19:13:53.679Z] #45 25.98 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:13:53.679Z] #45 26.18 go: finding github.com/spf13/pflag v1.0.3 [2020-11-17T19:13:53.679Z] #45 26.30 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:13:53.679Z] #45 26.54 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:13:53.679Z] #45 26.77 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:13:53.679Z] #45 26.94 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:13:53.679Z] #45 26.99 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:13:53.679Z] #45 27.04 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:13:53.824Z] #45 20.33 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:13:53.936Z] #45 ... [2020-11-17T19:13:53.937Z] [2020-11-17T19:13:53.937Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:13:53.937Z] #38 26.18 Checking out files: 70% (1170/1665) Checking out files: 71% (1183/1665) Checking out files: 72% (1199/1665) Checking out files: 73% (1216/1665) Checking out files: 74% (1233/1665) Checking out files: 75% (1249/1665) Checking out files: 76% (1266/1665) Checking out files: 77% (1283/1665) Checking out files: 78% (1299/1665) Checking out files: 79% (1316/1665) Checking out files: 80% (1332/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/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-17T19:13:53.937Z] #38 26.94 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-17T19:13:53.937Z] #38 ... [2020-11-17T19:13:53.937Z] [2020-11-17T19:13:53.937Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:53.937Z] #43 19.86 crypto/internal/subtle [2020-11-17T19:13:53.937Z] #43 20.19 crypto/subtle [2020-11-17T19:13:53.937Z] #43 20.43 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-17T19:13:53.937Z] #43 20.68 internal/nettrace [2020-11-17T19:13:53.937Z] #43 20.88 runtime/cgo [2020-11-17T19:13:54.086Z] #45 ... [2020-11-17T19:13:54.086Z] [2020-11-17T19:13:54.086Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:54.086Z] #47 10.75 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-17T19:13:54.194Z] #43 ... [2020-11-17T19:13:54.194Z] [2020-11-17T19:13:54.194Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:54.194Z] #49 25.49 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:13:54.194Z] #49 26.91 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:13:54.194Z] #49 28.96 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:13:54.321Z] #11 ... [2020-11-17T19:13:54.321Z] [2020-11-17T19:13:54.321Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:54.321Z] #34 57.28 Selecting previously unselected package libxml2:arm64. [2020-11-17T19:13:54.321Z] #34 57.29 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-11-17T19:13:54.321Z] #34 57.30 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-11-17T19:13:54.346Z] #47 ... [2020-11-17T19:13:54.346Z] [2020-11-17T19:13:54.346Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:54.346Z] #43 14.73 unicode/utf16 [2020-11-17T19:13:54.346Z] #43 15.47 container/list [2020-11-17T19:13:54.346Z] #43 16.29 crypto/internal/subtle [2020-11-17T19:13:54.346Z] #43 16.70 crypto/subtle [2020-11-17T19:13:54.346Z] #43 17.11 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-17T19:13:54.346Z] #43 17.24 internal/nettrace [2020-11-17T19:13:54.346Z] #43 17.64 runtime/cgo [2020-11-17T19:13:54.608Z] #43 ... [2020-11-17T19:13:54.608Z] [2020-11-17T19:13:54.608Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:54.608Z] #47 21.26 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:13:54.608Z] #47 21.31 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:13:54.884Z] #47 21.52 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:13:54.884Z] #47 ... [2020-11-17T19:13:54.884Z] [2020-11-17T19:13:54.884Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:54.884Z] #40 11.50 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:13:54.884Z] #40 15.09 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:13:54.884Z] #40 18.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:13:54.901Z] #34 57.81 Selecting previously unselected package libarchive13:arm64. [2020-11-17T19:13:54.901Z] #34 57.81 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-11-17T19:13:54.901Z] #34 57.82 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-11-17T19:13:55.122Z] #49 30.93 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:13:55.122Z] #49 31.13 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:13:55.122Z] #49 ... [2020-11-17T19:13:55.122Z] [2020-11-17T19:13:55.122Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:55.122Z] #47 31.10 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:13:55.123Z] #11 ... [2020-11-17T19:13:55.123Z] [2020-11-17T19:13:55.123Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:55.123Z] #43 123.5 github.com/LK4D4/vndr/build [2020-11-17T19:13:55.123Z] #43 125.0 hash/crc32 [2020-11-17T19:13:55.123Z] #43 125.6 compress/gzip [2020-11-17T19:13:55.123Z] #43 126.3 vendor/golang.org/x/crypto/cryptobyte [2020-11-17T19:13:55.123Z] #43 127.3 net [2020-11-17T19:13:55.123Z] #43 128.8 vendor/golang.org/x/sys/cpu [2020-11-17T19:13:55.123Z] #43 129.1 vendor/golang.org/x/crypto/chacha20poly1305 [2020-11-17T19:13:55.123Z] #43 130.2 vendor/golang.org/x/crypto/hkdf [2020-11-17T19:13:55.123Z] #43 130.3 vendor/golang.org/x/text/transform [2020-11-17T19:13:55.123Z] #43 130.8 vendor/golang.org/x/text/unicode/bidi [2020-11-17T19:13:55.123Z] #43 132.3 vendor/golang.org/x/text/secure/bidirule [2020-11-17T19:13:55.123Z] #43 132.7 vendor/golang.org/x/text/unicode/norm [2020-11-17T19:13:55.123Z] #43 ... [2020-11-17T19:13:55.123Z] [2020-11-17T19:13:55.123Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:13:55.123Z] #41 31.04 CC images/timerfd.o [2020-11-17T19:13:55.123Z] #41 31.25 CC images/mm.o [2020-11-17T19:13:55.123Z] #41 31.45 CC images/sk-opts.o [2020-11-17T19:13:55.123Z] #41 31.63 CC images/sk-unix.o [2020-11-17T19:13:55.123Z] #41 31.88 CC images/sk-inet.o [2020-11-17T19:13:55.123Z] #41 32.22 CC images/tun.o [2020-11-17T19:13:55.123Z] #41 32.49 CC images/sk-netlink.o [2020-11-17T19:13:55.123Z] #41 32.65 CC images/packet-sock.o [2020-11-17T19:13:55.143Z] #40 ... [2020-11-17T19:13:55.144Z] [2020-11-17T19:13:55.144Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:55.144Z] #47 21.53 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-17T19:13:55.144Z] #47 21.54 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:13:55.144Z] #47 21.73 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:13:55.169Z] #34 58.12 Selecting previously unselected package libjsoncpp1:arm64. [2020-11-17T19:13:55.169Z] #34 58.13 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-11-17T19:13:55.169Z] #34 58.14 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-11-17T19:13:55.388Z] #41 33.03 CC images/ipc-var.o [2020-11-17T19:13:55.403Z] #47 22.07 go: downloading github.com/fatih/color v1.7.0 [2020-11-17T19:13:55.403Z] #47 22.07 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:13:55.403Z] #47 22.08 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-17T19:13:55.437Z] #34 58.41 Selecting previously unselected package librhash0:arm64. [2020-11-17T19:13:55.437Z] #34 58.41 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-11-17T19:13:55.437Z] #34 58.43 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-11-17T19:13:55.650Z] #41 33.25 CC images/ipc-desc.o [2020-11-17T19:13:55.666Z] #47 ... [2020-11-17T19:13:55.666Z] [2020-11-17T19:13:55.666Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:13:55.666Z] #53 12.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:13:55.666Z] #53 15.16 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:13:55.666Z] #53 17.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:13:55.666Z] #53 ... [2020-11-17T19:13:55.666Z] [2020-11-17T19:13:55.666Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:55.666Z] #49 22.12 + cd /tmp/tmp.6aXPMx9g65/src/github.com/mvdan/sh [2020-11-17T19:13:55.666Z] #49 22.12 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-17T19:13:55.666Z] #49 22.34 + GO111MODULE=on [2020-11-17T19:13:55.666Z] #49 22.34 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-17T19:13:55.703Z] #34 58.64 Selecting previously unselected package libuv1:arm64. [2020-11-17T19:13:55.703Z] #34 58.65 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-11-17T19:13:55.703Z] #34 58.66 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-11-17T19:13:55.913Z] #41 33.43 CC images/ipc-shm.o [2020-11-17T19:13:55.969Z] #34 58.82 Selecting previously unselected package cmake. [2020-11-17T19:13:55.969Z] #34 58.82 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-11-17T19:13:55.969Z] #34 58.83 Unpacking cmake (3.13.4-1) ... [2020-11-17T19:13:56.068Z] #54 138.9 + bin/containerd-shim-runc-v1 [2020-11-17T19:13:56.175Z] #41 33.70 CC images/ipc-msg.o [2020-11-17T19:13:56.236Z] #49 ... [2020-11-17T19:13:56.236Z] [2020-11-17T19:13:56.236Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:56.236Z] #34 12.78 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:13:56.236Z] #34 15.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:13:56.236Z] #34 ... [2020-11-17T19:13:56.236Z] [2020-11-17T19:13:56.236Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:56.236Z] #47 22.72 go: extracting github.com/fatih/color v1.7.0 [2020-11-17T19:13:56.236Z] #47 22.73 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:13:56.236Z] #47 22.80 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:13:56.236Z] #47 22.85 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:13:56.236Z] #47 22.85 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-17T19:13:56.236Z] #47 22.98 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:13:56.438Z] #41 33.97 CC images/ipc-sem.o [2020-11-17T19:13:56.497Z] #47 23.03 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-17T19:13:56.497Z] #47 23.06 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:13:56.700Z] #41 34.14 CC images/utsns.o [2020-11-17T19:13:56.758Z] #47 23.33 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-17T19:13:56.758Z] #47 23.35 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:13:56.963Z] #41 34.40 CC images/creds.o [2020-11-17T19:13:56.963Z] #41 34.66 CC images/vma.o [2020-11-17T19:13:57.023Z] #47 23.65 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:13:57.023Z] #47 23.65 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-17T19:13:57.023Z] #47 23.66 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:13:57.023Z] #47 23.67 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:13:57.130Z] #44 ... [2020-11-17T19:13:57.130Z] [2020-11-17T19:13:57.130Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:13:57.130Z] #41 63.29 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-11-17T19:13:57.130Z] #41 63.29 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-17T19:13:57.130Z] #41 63.30 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-11-17T19:13:57.130Z] #41 63.31 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-11-17T19:13:57.130Z] #41 63.32 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-11-17T19:13:57.130Z] #41 63.32 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-17T19:13:57.130Z] #41 63.33 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-17T19:13:57.130Z] #41 63.34 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-11-17T19:13:57.130Z] #41 63.35 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-17T19:13:57.130Z] #41 63.36 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-17T19:13:57.225Z] #41 34.86 CC images/netdev.o [2020-11-17T19:13:57.283Z] #47 23.95 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:13:57.283Z] #47 24.03 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:13:57.543Z] #47 24.04 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:13:57.543Z] #47 24.05 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:13:57.543Z] #47 ... [2020-11-17T19:13:57.543Z] [2020-11-17T19:13:57.543Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:57.543Z] #22 23.33 + mkdir -p /build [2020-11-17T19:13:57.543Z] #22 23.35 + mv docker/docker /build/ [2020-11-17T19:13:57.543Z] #22 23.37 + rmdir docker [2020-11-17T19:13:57.543Z] #22 DONE 24.3s [2020-11-17T19:13:57.543Z] [2020-11-17T19:13:57.543Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:57.543Z] #47 24.24 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:13:57.800Z] #41 35.19 CC images/tty.o [2020-11-17T19:13:57.841Z] #47 24.53 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:13:57.905Z] #34 ... [2020-11-17T19:13:57.905Z] [2020-11-17T19:13:57.905Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:57.905Z] #32 50.88 internal/poll [2020-11-17T19:13:57.905Z] #32 52.69 internal/fmtsort [2020-11-17T19:13:57.905Z] #32 52.80 os [2020-11-17T19:13:57.905Z] #32 54.76 fmt [2020-11-17T19:13:57.905Z] #32 54.77 path/filepath [2020-11-17T19:13:57.905Z] #32 56.22 io/ioutil [2020-11-17T19:13:57.905Z] #32 58.02 github.com/BurntSushi/toml [2020-11-17T19:13:57.905Z] #32 58.02 log [2020-11-17T19:13:57.905Z] #32 58.03 flag [2020-11-17T19:13:58.181Z] #32 ... [2020-11-17T19:13:58.181Z] [2020-11-17T19:13:58.181Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:58.181Z] #34 61.06 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-17T19:13:58.181Z] #34 61.09 Setting up xxd (2:8.1.0875-5) ... [2020-11-17T19:13:58.181Z] #34 61.13 Setting up libuv1:arm64 (1.24.1-1) ... [2020-11-17T19:13:58.181Z] #34 61.17 Setting up vim-common (2:8.1.0875-5) ... [2020-11-17T19:13:58.181Z] #34 61.23 Setting up librhash0:arm64 (1.3.8-1) ... [2020-11-17T19:13:58.190Z] #41 ... [2020-11-17T19:13:58.190Z] [2020-11-17T19:13:58.190Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:58.190Z] #35 55.93 Selecting previously unselected package libicu63:ppc64el. [2020-11-17T19:13:58.190Z] #35 55.95 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-11-17T19:13:58.190Z] #35 55.96 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-17T19:13:58.190Z] #35 61.21 Selecting previously unselected package libxml2:ppc64el. [2020-11-17T19:13:58.190Z] #35 61.22 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-11-17T19:13:58.190Z] #35 61.22 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-11-17T19:13:58.190Z] #35 61.75 Selecting previously unselected package libarchive13:ppc64el. [2020-11-17T19:13:58.190Z] #35 61.75 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-11-17T19:13:58.190Z] #35 61.76 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-11-17T19:13:58.190Z] #35 62.06 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-11-17T19:13:58.190Z] #35 62.07 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-11-17T19:13:58.190Z] #35 62.08 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-11-17T19:13:58.190Z] #35 62.25 Selecting previously unselected package librhash0:ppc64el. [2020-11-17T19:13:58.190Z] #35 62.26 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-11-17T19:13:58.190Z] #35 62.27 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-11-17T19:13:58.190Z] #35 62.46 Selecting previously unselected package libuv1:ppc64el. [2020-11-17T19:13:58.190Z] #35 62.47 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-11-17T19:13:58.190Z] #35 62.47 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-11-17T19:13:58.190Z] #35 62.66 Selecting previously unselected package cmake. [2020-11-17T19:13:58.190Z] #35 62.67 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-11-17T19:13:58.190Z] #35 62.68 Unpacking cmake (3.13.4-1) ... [2020-11-17T19:13:58.190Z] #35 65.62 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-17T19:13:58.190Z] #35 65.63 Setting up xxd (2:8.1.0875-5) ... [2020-11-17T19:13:58.190Z] #35 65.64 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-11-17T19:13:58.190Z] #35 65.65 Setting up vim-common (2:8.1.0875-5) ... [2020-11-17T19:13:58.190Z] #35 65.67 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-11-17T19:13:58.190Z] #35 65.67 Setting up cmake-data (3.13.4-1) ... [2020-11-17T19:13:58.190Z] #35 65.70 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-11-17T19:13:58.190Z] #35 65.71 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-11-17T19:13:58.190Z] #35 65.72 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-11-17T19:13:58.190Z] #35 65.72 Setting up cmake (3.13.4-1) ... [2020-11-17T19:13:58.190Z] #35 65.72 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:13:58.190Z] #35 65.85 Processing triggers for mime-support (3.62) ... [2020-11-17T19:13:58.351Z] Running on azwin-2-34df70 in d:\jenkins\workspace\moby_PR-41682 [Pipeline] { [Pipeline] ws [2020-11-17T19:13:58.368Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2020-11-17T19:13:58.375Z] #41 35.72 CC images/file-lock.o [2020-11-17T19:13:58.375Z] #41 35.92 CC images/rlimit.o [2020-11-17T19:13:58.375Z] #41 36.12 CC images/pagemap.o [Pipeline] checkout [2020-11-17T19:13:58.419Z] #47 24.81 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:13:58.419Z] #47 24.93 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:13:58.449Z] #34 61.28 Setting up cmake-data (3.13.4-1) ... [2020-11-17T19:13:58.449Z] #34 61.35 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-11-17T19:13:58.449Z] #34 61.39 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-11-17T19:13:58.449Z] #34 61.42 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-11-17T19:13:58.449Z] #34 61.46 Setting up cmake (3.13.4-1) ... [2020-11-17T19:13:58.449Z] #34 61.47 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:13:58.490Z] #35 ... [2020-11-17T19:13:58.490Z] [2020-11-17T19:13:58.490Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:58.490Z] #12 61.81 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-11-17T19:13:58.490Z] #12 61.83 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-11-17T19:13:58.490Z] #12 61.85 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-11-17T19:13:58.490Z] #12 61.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-11-17T19:13:58.490Z] #12 61.90 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-17T19:13:58.490Z] #12 61.90 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-11-17T19:13:58.490Z] #12 61.91 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-11-17T19:13:58.490Z] #12 61.94 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-11-17T19:13:58.490Z] #12 61.98 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-11-17T19:13:58.490Z] #12 62.02 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-11-17T19:13:58.490Z] #12 62.04 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-11-17T19:13:58.490Z] #12 62.14 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-11-17T19:13:58.490Z] #12 62.16 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-17T19:13:58.490Z] #12 62.17 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-11-17T19:13:58.490Z] #12 62.18 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-11-17T19:13:58.490Z] #12 63.45 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:13:58.490Z] #12 63.58 Fetched 78.9 MB in 19s (4169 kB/s) [2020-11-17T19:13:58.490Z] #12 63.72 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-17T19:13:58.490Z] #12 63.72 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-17T19:13:58.490Z] #12 63.81 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-11-17T19:13:58.491Z] #12 63.82 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-17T19:13:58.491Z] #12 ... [2020-11-17T19:13:58.491Z] [2020-11-17T19:13:58.491Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:13:58.491Z] #35 DONE 66.2s [2020-11-17T19:13:58.679Z] #47 25.11 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:13:58.715Z] #34 61.62 Processing triggers for mime-support (3.62) ... [2020-11-17T19:13:58.790Z] [2020-11-17T19:13:58.790Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:58.790Z] #36 0.281 + RM_GOPATH=0 [2020-11-17T19:13:58.790Z] #36 0.281 + TMP_GOPATH= [2020-11-17T19:13:58.790Z] #36 0.281 + : /build [2020-11-17T19:13:58.790Z] #36 0.281 + '[' -z '' ']' [2020-11-17T19:13:58.790Z] #36 0.282 ++ mktemp -d [2020-11-17T19:13:58.790Z] #36 0.284 + export GOPATH=/tmp/tmp.WEQAlrJ1oK [2020-11-17T19:13:58.790Z] #36 0.284 + GOPATH=/tmp/tmp.WEQAlrJ1oK [2020-11-17T19:13:58.790Z] #36 0.284 + RM_GOPATH=1 [2020-11-17T19:13:58.790Z] #36 0.284 + case "$(go env GOARCH)" in [2020-11-17T19:13:58.790Z] #36 0.285 ++ go env GOARCH [2020-11-17T19:13:58.790Z] #36 0.302 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:58.790Z] #36 0.302 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:13:58.790Z] #36 0.303 ++ dirname /tmp/install/install.sh [2020-11-17T19:13:58.790Z] #36 0.304 + dir=/tmp/install [2020-11-17T19:13:58.790Z] #36 0.304 + bin=tini [2020-11-17T19:13:58.790Z] #36 0.304 + shift [2020-11-17T19:13:58.790Z] #36 0.304 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-17T19:13:58.790Z] #36 0.304 + . /tmp/install/tini.installer [2020-11-17T19:13:58.790Z] #36 0.305 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:13:58.790Z] #36 0.306 + install_tini [2020-11-17T19:13:58.790Z] #36 0.307 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-17T19:13:58.790Z] #36 0.307 + git clone https://github.com/krallin/tini.git /tmp/tmp.WEQAlrJ1oK/tini [2020-11-17T19:13:58.790Z] #36 0.307 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:13:58.790Z] #36 0.313 Cloning into '/tmp/tmp.WEQAlrJ1oK/tini'... [2020-11-17T19:13:58.803Z] #54 141.7 + bin/containerd-shim-runc-v2 [2020-11-17T19:13:58.950Z] #41 36.47 CC images/siginfo.o [2020-11-17T19:13:59.212Z] #41 36.73 CC images/rpc.o [2020-11-17T19:13:59.296Z] #34 ... [2020-11-17T19:13:59.296Z] [2020-11-17T19:13:59.296Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:13:59.296Z] #43 52.24 regexp [2020-11-17T19:13:59.296Z] #43 56.86 net [2020-11-17T19:13:59.296Z] #43 56.87 os/exec [2020-11-17T19:13:59.296Z] #43 59.54 internal/lazyregexp [2020-11-17T19:13:59.296Z] #43 59.86 github.com/LK4D4/vndr/versioned [2020-11-17T19:13:59.296Z] #43 ... [2020-11-17T19:13:59.296Z] [2020-11-17T19:13:59.296Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:13:59.296Z] #49 52.29 internal/poll [2020-11-17T19:13:59.296Z] #49 52.32 context [2020-11-17T19:13:59.296Z] #49 55.59 path/filepath [2020-11-17T19:13:59.296Z] #49 55.60 mvdan.cc/sh/v3/fileutil [2020-11-17T19:13:59.296Z] #49 56.91 fmt [2020-11-17T19:13:59.296Z] #49 56.92 encoding/binary [2020-11-17T19:13:59.296Z] #49 59.16 encoding/base64 [2020-11-17T19:13:59.296Z] #49 59.20 golang.org/x/sys/unix [2020-11-17T19:13:59.296Z] #49 61.66 encoding/json [2020-11-17T19:13:59.296Z] #49 61.66 github.com/pkg/diff [2020-11-17T19:13:59.296Z] #49 61.67 go/token [2020-11-17T19:13:59.298Z] #47 34.40 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:13:59.562Z] #49 ... [2020-11-17T19:13:59.562Z] [2020-11-17T19:13:59.562Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:13:59.562Z] #11 61.56 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-17T19:13:59.562Z] #11 61.56 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-17T19:13:59.562Z] #11 61.59 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-17T19:13:59.620Z] #47 26.39 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:13:59.786Z] #41 ... [2020-11-17T19:13:59.786Z] [2020-11-17T19:13:59.786Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:13:59.786Z] #56 138.3 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-17T19:13:59.786Z] #56 138.3 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-17T19:13:59.839Z] #54 142.5 + binaries [2020-11-17T19:13:59.839Z] #54 142.5 + install -D bin/containerd /build/containerd [2020-11-17T19:13:59.839Z] #54 142.5 + install -D bin/containerd-shim /build/containerd-shim [2020-11-17T19:13:59.839Z] #54 142.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-17T19:13:59.839Z] #54 142.5 + install -D bin/ctr /build/ctr [2020-11-17T19:14:00.131Z] #54 DONE 143.1s [2020-11-17T19:14:00.228Z] #47 ... [2020-11-17T19:14:00.228Z] [2020-11-17T19:14:00.228Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:00.228Z] #62 32.25 Checking out files: 48% (931/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: 91% (1747/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-17T19:14:00.228Z] #62 33.59 + cd /tmp/tmp.fLb4pMkoe4/src/github.com/docker/libnetwork [2020-11-17T19:14:00.228Z] #62 33.59 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:14:00.228Z] #62 34.07 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-17T19:14:00.346Z] #36 1.405 + cd /tmp/tmp.WEQAlrJ1oK/tini [2020-11-17T19:14:00.346Z] #36 1.405 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:14:00.346Z] #36 1.433 + cmake . [2020-11-17T19:14:00.767Z] [2020-11-17T19:14:00.767Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-17T19:14:00.996Z] #36 2.206 -- The C compiler identification is GNU 8.3.0 [2020-11-17T19:14:00.996Z] #36 2.292 -- Check for working C compiler: /usr/bin/cc [2020-11-17T19:14:01.004Z] #47 27.69 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:14:01.059Z] #55 DONE 0.3s [2020-11-17T19:14:01.059Z] [2020-11-17T19:14:01.059Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-17T19:14:01.351Z] #59 DONE 0.2s [2020-11-17T19:14:01.351Z] [2020-11-17T19:14:01.351Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-17T19:14:01.351Z] #61 DONE 0.2s [2020-11-17T19:14:01.351Z] [2020-11-17T19:14:01.351Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-17T19:14:01.643Z] #63 DONE 0.1s [2020-11-17T19:14:01.643Z] [2020-11-17T19:14:01.643Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-17T19:14:01.643Z] #64 DONE 0.0s [2020-11-17T19:14:01.643Z] [2020-11-17T19:14:01.643Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-17T19:14:01.648Z] #36 3.018 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-17T19:14:01.648Z] #36 3.029 -- Detecting C compiler ABI info [2020-11-17T19:14:02.155Z] #11 ... [2020-11-17T19:14:02.155Z] [2020-11-17T19:14:02.155Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:02.155Z] #34 DONE 65.1s [2020-11-17T19:14:02.283Z] #65 DONE 0.6s [2020-11-17T19:14:02.283Z] [2020-11-17T19:14:02.283Z] #66 exporting to image [2020-11-17T19:14:02.283Z] #66 exporting layers [2020-11-17T19:14:02.299Z] #36 3.662 -- Detecting C compiler ABI info - done [2020-11-17T19:14:02.299Z] #36 3.727 -- Detecting C compile features [2020-11-17T19:14:02.420Z] [2020-11-17T19:14:02.420Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:02.420Z] #43 64.51 crypto/cipher [2020-11-17T19:14:02.420Z] #43 64.51 crypto/sha512 [2020-11-17T19:14:02.420Z] #43 64.54 go/scanner [2020-11-17T19:14:02.599Z] #36 ... [2020-11-17T19:14:02.599Z] [2020-11-17T19:14:02.599Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:02.599Z] #41 70.09 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-11-17T19:14:02.599Z] #41 70.10 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:14:02.599Z] #41 DONE 70.3s [2020-11-17T19:14:02.685Z] #43 ... [2020-11-17T19:14:02.685Z] [2020-11-17T19:14:02.685Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:02.685Z] #40 55.77 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-11-17T19:14:02.685Z] #40 55.79 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:14:02.685Z] #40 55.81 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-17T19:14:02.685Z] #40 55.82 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-11-17T19:14:02.685Z] #40 55.84 Setting up python-six (1.12.0-1) ... [2020-11-17T19:14:02.685Z] #40 58.42 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-11-17T19:14:02.685Z] #40 58.44 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-11-17T19:14:02.685Z] #40 58.47 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-11-17T19:14:02.685Z] #40 58.49 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-11-17T19:14:02.685Z] #40 58.51 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-11-17T19:14:02.685Z] #40 58.52 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-17T19:14:02.685Z] #40 58.55 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-17T19:14:02.685Z] #40 58.57 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-11-17T19:14:02.685Z] #40 58.61 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-17T19:14:02.685Z] #40 58.62 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-17T19:14:02.685Z] #40 63.69 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-11-17T19:14:02.685Z] #40 65.09 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:14:02.900Z] [2020-11-17T19:14:02.900Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:02.953Z] #40 DONE 66.1s [2020-11-17T19:14:02.953Z] [2020-11-17T19:14:02.953Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:02.953Z] #49 63.31 go/scanner [2020-11-17T19:14:02.953Z] #49 64.47 mvdan.cc/editorconfig [2020-11-17T19:14:02.953Z] #49 64.77 go/ast [2020-11-17T19:14:03.553Z] #42 ... [2020-11-17T19:14:03.553Z] [2020-11-17T19:14:03.553Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:03.553Z] #46 DONE 71.2s [2020-11-17T19:14:03.553Z] [2020-11-17T19:14:03.553Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:03.553Z] #50 61.22 regexp/syntax [2020-11-17T19:14:03.553Z] #50 61.27 reflect [2020-11-17T19:14:03.553Z] #50 70.91 time [2020-11-17T19:14:03.867Z] #50 ... [2020-11-17T19:14:03.867Z] [2020-11-17T19:14:03.867Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:03.867Z] #12 66.99 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-17T19:14:03.867Z] #12 66.99 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-11-17T19:14:03.867Z] #12 67.00 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-17T19:14:03.867Z] #12 70.24 Selecting previously unselected package binutils-mingw-w64. [2020-11-17T19:14:03.867Z] #12 70.25 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-17T19:14:03.867Z] #12 70.25 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-17T19:14:03.867Z] #12 70.43 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-11-17T19:14:03.867Z] #12 70.44 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-11-17T19:14:03.867Z] #12 70.45 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-17T19:14:03.867Z] #12 70.66 Selecting previously unselected package dmsetup. [2020-11-17T19:14:03.867Z] #12 70.68 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-11-17T19:14:03.867Z] #12 70.69 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-17T19:14:03.867Z] #12 70.88 Selecting previously unselected package mingw-w64-common. [2020-11-17T19:14:03.867Z] #12 70.89 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-17T19:14:03.867Z] #12 70.90 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-17T19:14:03.915Z] #49 66.87 mvdan.cc/sh/v3/syntax [2020-11-17T19:14:04.303Z] #47 ... [2020-11-17T19:14:04.303Z] [2020-11-17T19:14:04.303Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:04.303Z] #45 26.76 go: finding github.com/fatih/color v1.9.0 [2020-11-17T19:14:04.303Z] #45 26.80 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:14:04.303Z] #45 26.84 go: finding github.com/pkg/errors v0.9.1 [2020-11-17T19:14:04.303Z] #45 26.87 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:14:04.303Z] #45 26.89 go: finding github.com/spf13/pflag v1.0.3 [2020-11-17T19:14:04.303Z] #45 27.11 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:14:04.303Z] #45 27.50 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:14:04.303Z] #45 27.94 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:14:04.303Z] #45 28.15 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:14:04.303Z] #45 28.23 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:14:04.303Z] #45 28.29 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:14:05.019Z] #66 exporting layers 2.5s done [2020-11-17T19:14:05.019Z] #66 writing image sha256:210438ca4ae7250cc56db265ddc63e98fab42a7a7032575d752ea64d25e5f345 done [2020-11-17T19:14:05.019Z] #66 naming to docker.io/library/docker:941fea1c58966531ef56fc020a3901158a01a473 done [2020-11-17T19:14:05.019Z] #66 DONE 2.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-17T19:14:05.319Z] #49 ... [2020-11-17T19:14:05.319Z] [2020-11-17T19:14:05.319Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:05.319Z] #32 62.02 github.com/BurntSushi/toml/cmd/tomlv [2020-11-17T19:14:05.319Z] #32 DONE 68.2s [2020-11-17T19:14:05.319Z] [2020-11-17T19:14:05.319Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:05.319Z] #35 1.687 + RM_GOPATH=0 [2020-11-17T19:14:05.319Z] #35 1.687 + TMP_GOPATH= [2020-11-17T19:14:05.319Z] #35 1.687 + : /build [2020-11-17T19:14:05.319Z] #35 1.687 + '[' -z '' ']' [2020-11-17T19:14:05.319Z] #35 1.687 ++ mktemp -d [2020-11-17T19:14:05.319Z] #35 1.695 + export GOPATH=/tmp/tmp.hVcHhbY2Fh [2020-11-17T19:14:05.319Z] #35 1.695 + GOPATH=/tmp/tmp.hVcHhbY2Fh [2020-11-17T19:14:05.319Z] #35 1.695 + RM_GOPATH=1 [2020-11-17T19:14:05.319Z] #35 1.695 + case "$(go env GOARCH)" in [2020-11-17T19:14:05.319Z] #35 1.695 ++ go env GOARCH [2020-11-17T19:14:05.319Z] #35 1.712 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:05.319Z] #35 1.712 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:05.319Z] #35 1.714 ++ dirname /tmp/install/install.sh [2020-11-17T19:14:05.319Z] #35 1.733 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:14:05.319Z] #35 1.734 + dir=/tmp/install [2020-11-17T19:14:05.319Z] #35 1.734 + bin=tini [2020-11-17T19:14:05.319Z] #35 1.734 + shift [2020-11-17T19:14:05.319Z] #35 1.734 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-17T19:14:05.319Z] #35 1.734 + . /tmp/install/tini.installer [2020-11-17T19:14:05.319Z] #35 1.734 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:14:05.319Z] #35 1.734 + install_tini [2020-11-17T19:14:05.319Z] #35 1.734 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-17T19:14:05.319Z] #35 1.734 + git clone https://github.com/krallin/tini.git /tmp/tmp.hVcHhbY2Fh/tini [2020-11-17T19:14:05.319Z] #35 1.736 Cloning into '/tmp/tmp.hVcHhbY2Fh/tini'... [2020-11-17T19:14:05.319Z] #35 2.535 + cd /tmp/tmp.hVcHhbY2Fh/tini [2020-11-17T19:14:05.319Z] #35 2.535 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:14:05.319Z] #35 2.561 + cmake . [2020-11-17T19:14:05.403Z] #12 ... [2020-11-17T19:14:05.403Z] [2020-11-17T19:14:05.403Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:05.403Z] #42 2.572 Note: Building without setproctitle() and strlcpy() support. [2020-11-17T19:14:05.403Z] #42 2.578 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-17T19:14:05.403Z] #42 2.600 Note: Building without GnuTLS support [2020-11-17T19:14:05.403Z] #42 2.604 Makefile.config:39: Warn: you have no libnftables installed [2020-11-17T19:14:05.403Z] #42 2.611 Makefile.config:40: Warn: Building without nftables support [2020-11-17T19:14:05.452Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:941fea1c58966531ef56fc020a3901158a01a473 hack/test/unit [2020-11-17T19:14:05.497Z] #62 ... [2020-11-17T19:14:05.497Z] [2020-11-17T19:14:05.497Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:14:05.497Z] #38 30.52 + 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-17T19:14:05.497Z] #38 ... [2020-11-17T19:14:05.497Z] [2020-11-17T19:14:05.497Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:05.497Z] #47 37.55 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:14:05.497Z] #47 37.76 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:14:05.497Z] #47 37.77 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:14:05.497Z] #47 38.30 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:14:05.497Z] #47 ... [2020-11-17T19:14:05.497Z] [2020-11-17T19:14:05.497Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:05.497Z] #49 31.34 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:14:05.497Z] #49 31.40 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:14:05.497Z] #49 32.99 runtime/cgo [2020-11-17T19:14:05.497Z] #49 33.00 runtime [2020-11-17T19:14:05.497Z] #49 ... [2020-11-17T19:14:05.497Z] [2020-11-17T19:14:05.497Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:05.497Z] #43 37.96 vendor/golang.org/x/crypto/internal/subtle [2020-11-17T19:14:05.497Z] #43 38.10 vendor/golang.org/x/crypto/curve25519 [2020-11-17T19:14:05.584Z] #35 3.364 -- The C compiler identification is GNU 8.3.0 [2020-11-17T19:14:05.584Z] #35 3.452 -- Check for working C compiler: /usr/bin/cc [2020-11-17T19:14:05.684Z] #45 ... [2020-11-17T19:14:05.684Z] [2020-11-17T19:14:05.684Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:05.684Z] #47 32.05 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:14:05.684Z] #47 32.14 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:14:05.684Z] #47 32.15 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:14:05.684Z] #47 32.15 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:14:05.684Z] #47 32.15 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:14:05.684Z] #47 32.15 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-17T19:14:05.684Z] #47 32.15 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:14:05.684Z] #47 32.25 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:14:05.684Z] #47 32.26 go: downloading github.com/pkg/errors v0.8.1 [2020-11-17T19:14:05.959Z] #47 32.45 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:14:05.959Z] #47 32.45 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:14:05.959Z] #47 32.56 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:14:06.219Z] #47 32.68 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-17T19:14:06.219Z] #47 32.68 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:14:06.219Z] #47 32.72 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:14:06.219Z] #47 32.80 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:14:06.219Z] #47 32.87 go: extracting github.com/pkg/errors v0.8.1 [2020-11-17T19:14:06.219Z] #47 32.91 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-17T19:14:06.392Z] #56 ... [2020-11-17T19:14:06.392Z] [2020-11-17T19:14:06.392Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:06.392Z] #41 37.82 CC images/ext-file.o [2020-11-17T19:14:06.392Z] #41 37.99 CC images/cgroup.o [2020-11-17T19:14:06.392Z] #41 38.48 CC images/userns.o [2020-11-17T19:14:06.392Z] #41 38.79 CC images/google/protobuf/descriptor.o [2020-11-17T19:14:06.392Z] #41 40.30 CC images/opts.o [2020-11-17T19:14:06.392Z] #41 40.50 CC images/seccomp.o [2020-11-17T19:14:06.392Z] #41 40.80 CC images/binfmt-misc.o [2020-11-17T19:14:06.392Z] #41 41.00 CC images/time.o [2020-11-17T19:14:06.392Z] #41 41.18 CC images/sysctl.o [2020-11-17T19:14:06.392Z] #41 41.34 CC images/autofs.o [2020-11-17T19:14:06.392Z] #41 41.58 CC images/macvlan.o [2020-11-17T19:14:06.392Z] #41 41.74 CC images/sit.o [2020-11-17T19:14:06.392Z] #41 41.95 CC images/memfd.o [2020-11-17T19:14:06.392Z] #41 42.19 CC images/timens.o [2020-11-17T19:14:06.392Z] #41 42.46 LINK images/built-in.o [2020-11-17T19:14:06.392Z] #41 42.63 GEN compel/include/asm [2020-11-17T19:14:06.392Z] #41 42.65 GEN compel/include/version.h [2020-11-17T19:14:06.392Z] #41 42.68 touch .config [2020-11-17T19:14:06.392Z] #41 42.75 GEN include/common/config.h [2020-11-17T19:14:06.392Z] #41 42.86 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-17T19:14:06.392Z] #41 42.88 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-17T19:14:06.392Z] #41 42.90 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-17T19:14:06.392Z] #41 42.91 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-17T19:14:06.392Z] #41 42.95 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-17T19:14:06.392Z] #41 42.98 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-17T19:14:06.392Z] #41 43.00 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-17T19:14:06.392Z] #41 43.05 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-17T19:14:06.392Z] #41 43.07 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-17T19:14:06.392Z] #41 43.09 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-17T19:14:06.392Z] #41 43.09 DEP compel/plugins/std/infect.d [2020-11-17T19:14:06.392Z] #41 43.21 DEP compel/plugins/std/string.d [2020-11-17T19:14:06.392Z] #41 43.33 DEP compel/plugins/std/log.d [2020-11-17T19:14:06.392Z] #41 43.47 DEP compel/plugins/std/fds.d [2020-11-17T19:14:06.392Z] #41 43.57 DEP compel/plugins/std/std.d [2020-11-17T19:14:06.392Z] #41 ... [2020-11-17T19:14:06.392Z] [2020-11-17T19:14:06.392Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:06.392Z] #56 DONE 144.6s [2020-11-17T19:14:06.392Z] [2020-11-17T19:14:06.392Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:06.392Z] #41 43.68 DEP compel/plugins/shmem/shmem.d [2020-11-17T19:14:06.392Z] #41 ... [2020-11-17T19:14:06.392Z] [2020-11-17T19:14:06.392Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:06.392Z] #43 136.6 vendor/golang.org/x/net/idna [2020-11-17T19:14:06.392Z] #43 138.9 vendor/golang.org/x/net/http2/hpack [2020-11-17T19:14:06.392Z] #43 139.8 mime [2020-11-17T19:14:06.392Z] #43 141.3 mime/quotedprintable [2020-11-17T19:14:06.392Z] #43 141.6 net/http/internal [2020-11-17T19:14:06.392Z] #43 ... [2020-11-17T19:14:06.392Z] [2020-11-17T19:14:06.392Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-17T19:14:06.392Z] #57 DONE 0.0s [2020-11-17T19:14:06.392Z] [2020-11-17T19:14:06.392Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-17T19:14:06.392Z] #58 DONE 0.0s [2020-11-17T19:14:06.392Z] [2020-11-17T19:14:06.392Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:06.392Z] #43 144.7 crypto/tls [2020-11-17T19:14:06.392Z] #43 ... [2020-11-17T19:14:06.392Z] [2020-11-17T19:14:06.392Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:06.392Z] #41 43.80 DEP compel/plugins/fds/fds.d [2020-11-17T19:14:06.392Z] #41 44.00 CC compel/plugins/std/std.o [2020-11-17T19:14:06.481Z] #47 33.16 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:14:06.481Z] #47 33.17 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:14:06.540Z] #35 4.540 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-17T19:14:06.540Z] #35 4.540 -- Detecting C compiler ABI info [2020-11-17T19:14:06.742Z] #47 33.48 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:14:06.946Z] #42 4.268 fatal: not a git repository (or any of the parent directories): .git [2020-11-17T19:14:06.947Z] #42 4.329 GEN .gitid [2020-11-17T19:14:06.965Z] #41 44.52 CC compel/plugins/std/fds.o [2020-11-17T19:14:07.034Z] #47 33.53 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:14:07.034Z] #47 33.53 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:14:07.247Z] #42 4.370 GEN criu/include/version.h [2020-11-17T19:14:07.247Z] #42 4.444 GEN include/common/asm [2020-11-17T19:14:07.294Z] #47 33.69 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:14:07.294Z] #47 33.85 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:14:07.294Z] #47 33.87 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:14:07.294Z] #47 33.89 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-17T19:14:07.294Z] #47 33.89 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:14:07.294Z] #47 33.98 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:14:07.294Z] #47 34.01 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:14:07.387Z] #43 ... [2020-11-17T19:14:07.387Z] [2020-11-17T19:14:07.387Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:07.387Z] #47 42.56 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-17T19:14:07.387Z] #47 42.58 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:14:07.387Z] #47 42.72 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:14:07.387Z] #47 42.72 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:14:07.387Z] #47 42.73 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:14:07.387Z] #47 42.75 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:14:07.387Z] #47 42.76 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:14:07.387Z] #47 42.76 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:14:07.387Z] #47 42.77 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:14:07.387Z] #47 42.81 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-17T19:14:07.387Z] #47 42.97 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:14:07.387Z] #47 43.01 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:14:07.387Z] #47 43.09 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:14:07.387Z] #47 43.14 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:14:07.387Z] #47 43.17 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:14:07.387Z] #47 43.18 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:14:07.387Z] #47 43.19 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:14:07.387Z] #47 43.29 go: extracting golang.org/x/text v0.3.2 [2020-11-17T19:14:07.387Z] #47 ... [2020-11-17T19:14:07.387Z] [2020-11-17T19:14:07.387Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:14:07.387Z] #53 33.20 Fetched 8401 kB in 25s (332 kB/s) [2020-11-17T19:14:07.497Z] #35 5.235 -- Detecting C compiler ABI info - done [2020-11-17T19:14:07.497Z] #35 5.278 -- Detecting C compile features [2020-11-17T19:14:07.522Z] ? github.com/docker/docker/api [no test files] [2020-11-17T19:14:07.540Z] #41 45.12 CC compel/plugins/std/log.o [2020-11-17T19:14:07.554Z] #47 34.02 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:14:07.554Z] #47 34.15 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:14:07.554Z] #47 ... [2020-11-17T19:14:07.554Z] [2020-11-17T19:14:07.554Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:07.554Z] #49 24.09 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:14:07.554Z] #49 24.09 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:14:07.554Z] #49 24.13 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:14:07.554Z] #49 24.98 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:14:07.554Z] #49 24.98 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:14:07.554Z] #49 26.93 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:14:07.554Z] #49 28.12 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:14:07.554Z] #49 30.14 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:14:07.554Z] #49 32.28 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-17T19:14:07.554Z] #49 32.58 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-17T19:14:07.554Z] #49 32.93 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-17T19:14:07.554Z] #49 32.95 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-17T19:14:07.554Z] #49 ... [2020-11-17T19:14:07.554Z] [2020-11-17T19:14:07.554Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:07.554Z] #47 34.15 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:14:07.554Z] #47 34.17 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-17T19:14:07.554Z] #47 34.28 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-17T19:14:07.645Z] #53 33.20 Reading package lists... [2020-11-17T19:14:07.645Z] #53 ... [2020-11-17T19:14:07.645Z] [2020-11-17T19:14:07.645Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:07.645Z] #47 43.34 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:14:07.645Z] #47 43.34 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:14:07.645Z] #47 43.35 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:14:07.645Z] #47 43.38 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:14:07.645Z] #47 43.43 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:14:07.645Z] #47 43.43 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:14:07.645Z] #47 43.43 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:14:07.645Z] #47 43.59 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:14:07.645Z] #47 43.61 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:14:07.815Z] #47 34.30 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:14:07.815Z] #47 34.38 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:14:07.815Z] #47 34.53 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:14:07.902Z] #47 43.67 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:14:07.902Z] #47 43.74 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:14:07.902Z] #47 43.78 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:14:07.902Z] #47 43.78 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:14:07.902Z] #47 43.81 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:14:07.902Z] #47 43.81 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:14:07.902Z] #47 43.84 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:14:07.902Z] #47 43.88 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:14:07.903Z] #42 ... [2020-11-17T19:14:07.903Z] [2020-11-17T19:14:07.903Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:07.903Z] #33 65.32 internal/syscall/execenv [2020-11-17T19:14:07.903Z] #33 65.33 internal/syscall/unix [2020-11-17T19:14:07.903Z] #33 65.42 time [2020-11-17T19:14:07.903Z] #33 74.72 internal/poll [2020-11-17T19:14:07.903Z] #33 ... [2020-11-17T19:14:07.903Z] [2020-11-17T19:14:07.903Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:07.903Z] #44 65.29 regexp/syntax [2020-11-17T19:14:07.903Z] #44 70.12 hash/crc32 [2020-11-17T19:14:07.903Z] #44 73.72 vendor/golang.org/x/text/transform [2020-11-17T19:14:07.903Z] #44 ... [2020-11-17T19:14:07.903Z] [2020-11-17T19:14:07.903Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:07.903Z] #36 6.160 -- Detecting C compile features - done [2020-11-17T19:14:07.903Z] #36 6.184 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-17T19:14:07.903Z] #36 6.310 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-17T19:14:07.903Z] #36 6.381 -- Configuring done [2020-11-17T19:14:07.903Z] #36 6.392 -- Generating done [2020-11-17T19:14:07.903Z] #36 6.395 -- Build files have been written to: /tmp/tmp.WEQAlrJ1oK/tini [2020-11-17T19:14:07.903Z] #36 6.401 + make tini-static [2020-11-17T19:14:07.903Z] #36 6.763 Scanning dependencies of target tini-static [2020-11-17T19:14:07.903Z] #36 6.858 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-17T19:14:07.903Z] #36 8.700 [100%] Linking C executable tini-static [2020-11-17T19:14:07.903Z] #36 9.423 [100%] Built target tini-static [2020-11-17T19:14:08.077Z] #47 34.54 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:14:08.077Z] #47 34.63 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:14:08.077Z] #47 34.70 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:14:08.112Z] #41 45.73 CC compel/plugins/std/string.o [2020-11-17T19:14:08.159Z] #47 44.02 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:14:08.159Z] #47 44.05 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:14:08.159Z] #47 44.11 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:14:08.159Z] #47 44.11 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:14:08.159Z] #47 44.11 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:14:08.159Z] #47 44.17 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:14:08.159Z] #47 44.17 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:14:08.159Z] #47 44.17 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-17T19:14:08.210Z] #36 9.486 + mkdir -p /build [2020-11-17T19:14:08.210Z] #36 9.496 + cp tini-static /build/docker-init [2020-11-17T19:14:08.210Z] #36 DONE 9.6s [2020-11-17T19:14:08.210Z] [2020-11-17T19:14:08.210Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:08.210Z] #50 74.82 regexp [2020-11-17T19:14:08.342Z] #47 34.89 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:14:08.342Z] #47 34.89 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:14:08.604Z] #47 34.99 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:14:08.604Z] #47 35.16 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:14:08.685Z] #41 46.28 CC compel/plugins/std/infect.o [2020-11-17T19:14:08.722Z] #47 44.55 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:14:08.722Z] #47 ... [2020-11-17T19:14:08.722Z] [2020-11-17T19:14:08.722Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:08.722Z] #11 34.59 Fetched 8401 kB in 26s (318 kB/s) [2020-11-17T19:14:08.722Z] #11 34.59 Reading package lists... [2020-11-17T19:14:08.722Z] #11 ... [2020-11-17T19:14:08.722Z] [2020-11-17T19:14:08.722Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:08.722Z] #34 34.57 Fetched 8401 kB in 27s (310 kB/s) [2020-11-17T19:14:08.722Z] #34 34.57 Reading package lists... [2020-11-17T19:14:08.866Z] #47 35.34 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:14:08.898Z] #35 ... [2020-11-17T19:14:08.898Z] [2020-11-17T19:14:08.898Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:08.898Z] #11 71.76 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-17T19:14:08.898Z] #11 71.77 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-17T19:14:08.898Z] #11 71.77 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:08.898Z] #11 71.92 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-17T19:14:08.898Z] #11 71.92 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-17T19:14:08.898Z] #11 71.93 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:08.952Z] #41 46.59 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-17T19:14:08.952Z] #41 46.63 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-17T19:14:08.984Z] #34 44.40 Reading package lists... [2020-11-17T19:14:08.984Z] #34 ... [2020-11-17T19:14:08.984Z] [2020-11-17T19:14:08.984Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:08.984Z] #40 34.60 Fetched 8401 kB in 27s (317 kB/s) [2020-11-17T19:14:08.984Z] #40 34.60 Reading package lists... [2020-11-17T19:14:08.984Z] #40 ... [2020-11-17T19:14:08.984Z] [2020-11-17T19:14:08.984Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:08.984Z] #47 44.62 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:14:08.984Z] #47 44.62 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-17T19:14:08.984Z] #47 44.72 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:14:08.984Z] #47 44.75 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-17T19:14:08.984Z] #47 44.86 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:14:08.984Z] #47 44.93 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:14:08.984Z] #47 44.98 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:14:09.127Z] #47 35.61 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:14:09.127Z] #47 35.82 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:14:09.213Z] #41 46.66 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-17T19:14:09.213Z] #41 46.73 AR compel/plugins/std.lib.a [2020-11-17T19:14:09.213Z] #41 46.80 CC compel/plugins/fds/fds.o [2020-11-17T19:14:09.239Z] #47 45.15 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:14:09.239Z] #47 45.17 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:14:09.239Z] #47 45.17 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-17T19:14:09.388Z] #47 35.95 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:14:09.388Z] #47 35.96 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-17T19:14:09.388Z] #47 36.02 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:14:09.474Z] #41 47.01 AR compel/plugins/fds.lib.a [2020-11-17T19:14:09.474Z] #41 47.06 HOSTDEP compel/src/lib/log-host.d [2020-11-17T19:14:09.474Z] #41 47.11 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-17T19:14:09.650Z] #47 36.27 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:14:09.736Z] #41 47.18 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-17T19:14:09.736Z] #41 47.23 HOSTDEP compel/src/main-host.d [2020-11-17T19:14:09.736Z] #41 47.36 DEP compel/src/lib/ptrace.d [2020-11-17T19:14:09.736Z] #41 47.45 DEP compel/src/lib/infect.d [2020-11-17T19:14:09.805Z] #47 45.47 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-17T19:14:09.806Z] #47 45.61 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:14:09.910Z] #47 36.52 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:14:09.910Z] #47 36.56 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:14:09.997Z] #41 47.57 DEP compel/src/lib/infect-util.d [2020-11-17T19:14:09.997Z] #41 47.64 DEP compel/src/lib/infect-rpc.d [2020-11-17T19:14:10.068Z] #47 45.75 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-17T19:14:10.068Z] #47 45.86 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:14:10.068Z] #47 45.87 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:14:10.068Z] #47 45.99 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:14:10.259Z] #41 47.72 DEP compel/arch/x86/src/lib/infect.d [2020-11-17T19:14:10.259Z] #41 47.84 DEP compel/arch/x86/src/lib/cpu.d [2020-11-17T19:14:10.259Z] #41 47.89 DEP compel/src/lib/log.d [2020-11-17T19:14:10.259Z] #41 47.96 DEP compel/src/main.d [2020-11-17T19:14:10.324Z] #47 46.15 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:14:10.324Z] #47 46.24 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:14:10.324Z] #47 46.24 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:14:10.480Z] #47 37.03 go: downloading github.com/spf13/viper v1.6.1 [2020-11-17T19:14:10.480Z] #47 37.06 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:14:10.520Z] #41 48.03 DEP compel/src/lib/handle-elf.d [2020-11-17T19:14:10.520Z] #41 48.12 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-17T19:14:10.520Z] #41 48.21 CC compel/src/lib/log.o [2020-11-17T19:14:10.581Z] #47 46.33 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:14:10.581Z] #47 46.42 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:14:10.581Z] #47 46.42 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-17T19:14:10.581Z] #47 46.49 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:14:10.740Z] #47 37.31 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:14:10.741Z] #47 37.32 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:14:10.741Z] #47 37.33 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:14:10.741Z] #47 37.45 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:14:10.782Z] #41 48.46 CC compel/arch/x86/src/lib/cpu.o [2020-11-17T19:14:10.837Z] #47 46.57 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:14:11.001Z] #47 37.51 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:14:11.001Z] #47 37.52 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:14:11.099Z] #47 47.02 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:14:11.099Z] #47 47.11 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-17T19:14:11.099Z] #47 47.12 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-17T19:14:11.356Z] #47 47.21 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:14:11.644Z] #47 47.33 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:14:11.726Z] #41 49.12 CC compel/arch/x86/src/lib/infect.o [2020-11-17T19:14:11.902Z] #47 47.78 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-17T19:14:11.948Z] #47 38.37 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:14:11.948Z] #47 38.64 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:14:12.005Z] #41 ... [2020-11-17T19:14:12.005Z] [2020-11-17T19:14:12.005Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:12.005Z] #11 147.2 Selecting previously unselected package libapparmor1:amd64. [2020-11-17T19:14:12.005Z] #11 147.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 147.3 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-11-17T19:14:12.005Z] #11 147.4 Selecting previously unselected package libapparmor-dev:amd64. [2020-11-17T19:14:12.005Z] #11 147.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 147.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-17T19:14:12.005Z] #11 147.5 Selecting previously unselected package libbtrfs0. [2020-11-17T19:14:12.005Z] #11 147.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 147.5 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-17T19:14:12.005Z] #11 147.6 Selecting previously unselected package libbtrfs-dev. [2020-11-17T19:14:12.005Z] #11 147.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 147.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:14:12.005Z] #11 147.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-11-17T19:14:12.005Z] #11 147.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 147.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-17T19:14:12.005Z] #11 147.8 Selecting previously unselected package libudev-dev:amd64. [2020-11-17T19:14:12.005Z] #11 147.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 147.8 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-17T19:14:12.005Z] #11 147.9 Selecting previously unselected package libsepol1-dev:amd64. [2020-11-17T19:14:12.005Z] #11 148.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 148.0 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-11-17T19:14:12.005Z] #11 148.2 Selecting previously unselected package libpcre16-3:amd64. [2020-11-17T19:14:12.005Z] #11 148.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 148.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-11-17T19:14:12.005Z] #11 148.4 Selecting previously unselected package libpcre32-3:amd64. [2020-11-17T19:14:12.005Z] #11 148.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 148.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-11-17T19:14:12.005Z] #11 148.5 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-11-17T19:14:12.005Z] #11 148.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 148.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-17T19:14:12.005Z] #11 148.7 Selecting previously unselected package libpcre3-dev:amd64. [2020-11-17T19:14:12.005Z] #11 148.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 148.7 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-17T19:14:12.005Z] #11 149.1 Selecting previously unselected package libselinux1-dev:amd64. [2020-11-17T19:14:12.005Z] #11 149.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 149.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-17T19:14:12.005Z] #11 149.3 Selecting previously unselected package libdevmapper-dev:amd64. [2020-11-17T19:14:12.005Z] #11 149.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 149.3 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-17T19:14:12.005Z] #11 149.4 Selecting previously unselected package libseccomp-dev:amd64. [2020-11-17T19:14:12.005Z] #11 149.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 149.4 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-17T19:14:12.005Z] #11 149.5 Selecting previously unselected package libsystemd-dev:amd64. [2020-11-17T19:14:12.005Z] #11 149.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-11-17T19:14:12.005Z] #11 149.6 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-17T19:14:12.005Z] #11 150.0 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-17T19:14:12.005Z] #11 150.0 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-17T19:14:12.005Z] #11 150.0 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-11-17T19:14:12.005Z] #11 150.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-17T19:14:12.005Z] #11 150.0 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-11-17T19:14:12.005Z] #11 150.0 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-11-17T19:14:12.005Z] #11 150.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:12.005Z] #11 150.1 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-17T19:14:12.005Z] #11 150.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-17T19:14:12.005Z] #11 150.1 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-17T19:14:12.005Z] #11 150.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-17T19:14:12.005Z] #11 150.1 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:14:12.005Z] #11 150.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-17T19:14:12.005Z] #11 150.2 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-17T19:14:12.005Z] #11 150.2 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-17T19:14:12.005Z] #11 150.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-17T19:14:12.005Z] #11 150.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-17T19:14:12.005Z] #11 150.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:12.005Z] #11 150.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-17T19:14:12.005Z] #11 150.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-17T19:14:12.005Z] #11 150.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:12.005Z] #11 150.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-17T19:14:12.005Z] #11 150.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-17T19:14:12.005Z] #11 150.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-17T19:14:12.005Z] #11 150.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-17T19:14:12.005Z] #11 150.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-17T19:14:12.005Z] #11 150.3 Setting up dmsetup (2:1.02.155-3) ... [2020-11-17T19:14:12.005Z] #11 150.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-17T19:14:12.005Z] #11 150.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-17T19:14:12.005Z] #11 150.4 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:14:12.158Z] #47 48.06 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:14:12.159Z] #47 48.07 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-17T19:14:12.159Z] #47 48.09 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:14:12.209Z] #47 38.75 go: extracting github.com/spf13/viper v1.6.1 [2020-11-17T19:14:12.209Z] #47 38.79 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:14:12.209Z] #47 38.79 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:14:12.267Z] #11 DONE 150.8s [2020-11-17T19:14:12.267Z] [2020-11-17T19:14:12.267Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:12.267Z] #41 49.86 CC compel/src/lib/infect-rpc.o [2020-11-17T19:14:12.416Z] #47 48.21 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:14:12.470Z] #47 39.00 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:14:12.470Z] #47 39.17 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:14:12.673Z] #47 48.48 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-17T19:14:12.732Z] #47 39.17 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:14:12.732Z] #47 39.39 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:14:12.732Z] #47 39.45 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:14:12.733Z] #50 ... [2020-11-17T19:14:12.733Z] [2020-11-17T19:14:12.733Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:12.733Z] #42 6.873 PBCC images/timens.pb-c.c [2020-11-17T19:14:12.733Z] #42 6.908 DEP images/timens.pb-c.d [2020-11-17T19:14:12.733Z] #42 6.997 PBCC images/fown.pb-c.c [2020-11-17T19:14:12.733Z] #42 7.010 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-17T19:14:12.733Z] #42 7.119 PBCC images/opts.pb-c.c [2020-11-17T19:14:12.733Z] #42 7.173 PBCC images/memfd.pb-c.c [2020-11-17T19:14:12.733Z] #42 7.214 DEP images/fown.pb-c.d [2020-11-17T19:14:12.733Z] #42 7.333 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-17T19:14:12.733Z] #42 7.382 DEP images/opts.pb-c.d [2020-11-17T19:14:12.733Z] #42 7.426 DEP images/memfd.pb-c.d [2020-11-17T19:14:12.733Z] #42 7.491 PBCC images/sit.pb-c.c [2020-11-17T19:14:12.733Z] #42 7.547 DEP images/sit.pb-c.d [2020-11-17T19:14:12.733Z] #42 7.661 PBCC images/macvlan.pb-c.c [2020-11-17T19:14:12.733Z] #42 7.680 DEP images/macvlan.pb-c.d [2020-11-17T19:14:12.733Z] #42 7.751 PBCC images/autofs.pb-c.c [2020-11-17T19:14:12.733Z] #42 7.775 DEP images/autofs.pb-c.d [2020-11-17T19:14:12.733Z] #42 7.847 PBCC images/sysctl.pb-c.c [2020-11-17T19:14:12.733Z] #42 7.908 DEP images/sysctl.pb-c.d [2020-11-17T19:14:12.733Z] #42 7.967 PBCC images/time.pb-c.c [2020-11-17T19:14:12.733Z] #42 8.009 DEP images/time.pb-c.d [2020-11-17T19:14:12.733Z] #42 8.069 PBCC images/binfmt-misc.pb-c.c [2020-11-17T19:14:12.733Z] #42 8.105 DEP images/binfmt-misc.pb-c.d [2020-11-17T19:14:12.733Z] #42 8.160 PBCC images/seccomp.pb-c.c [2020-11-17T19:14:12.733Z] #42 8.207 DEP images/seccomp.pb-c.d [2020-11-17T19:14:12.733Z] #42 8.246 PBCC images/userns.pb-c.c [2020-11-17T19:14:12.733Z] #42 8.270 DEP images/userns.pb-c.d [2020-11-17T19:14:12.733Z] #42 8.349 PBCC images/cgroup.pb-c.c [2020-11-17T19:14:12.733Z] #42 8.377 DEP images/cgroup.pb-c.d [2020-11-17T19:14:12.733Z] #42 8.432 PBCC images/ext-file.pb-c.c [2020-11-17T19:14:12.733Z] #42 8.451 DEP images/ext-file.pb-c.d [2020-11-17T19:14:12.733Z] #42 8.510 PBCC images/rpc.pb-c.c [2020-11-17T19:14:12.733Z] #42 8.612 DEP images/rpc.pb-c.d [2020-11-17T19:14:12.733Z] #42 8.737 PBCC images/siginfo.pb-c.c [2020-11-17T19:14:12.733Z] #42 8.794 DEP images/siginfo.pb-c.d [2020-11-17T19:14:12.733Z] #42 8.877 PBCC images/pagemap.pb-c.c [2020-11-17T19:14:12.733Z] #42 8.974 DEP images/pagemap.pb-c.d [2020-11-17T19:14:12.733Z] #42 9.013 PBCC images/rlimit.pb-c.c [2020-11-17T19:14:12.733Z] #42 9.024 DEP images/rlimit.pb-c.d [2020-11-17T19:14:12.733Z] #42 9.101 PBCC images/file-lock.pb-c.c [2020-11-17T19:14:12.733Z] #42 9.146 DEP images/file-lock.pb-c.d [2020-11-17T19:14:12.733Z] #42 9.214 PBCC images/tty.pb-c.c [2020-11-17T19:14:12.733Z] #42 9.270 DEP images/tty.pb-c.d [2020-11-17T19:14:12.733Z] #42 9.318 PBCC images/tun.pb-c.c [2020-11-17T19:14:12.733Z] #42 9.366 PBCC images/netdev.pb-c.c [2020-11-17T19:14:12.733Z] #42 9.430 DEP images/tun.pb-c.d [2020-11-17T19:14:12.733Z] #42 9.530 DEP images/netdev.pb-c.d [2020-11-17T19:14:12.733Z] #42 9.587 PBCC images/vma.pb-c.c [2020-11-17T19:14:12.733Z] #42 9.651 DEP images/vma.pb-c.d [2020-11-17T19:14:12.733Z] #42 9.710 PBCC images/creds.pb-c.c [2020-11-17T19:14:12.733Z] #42 9.726 DEP images/creds.pb-c.d [2020-11-17T19:14:12.733Z] #42 9.805 PBCC images/utsns.pb-c.c [2020-11-17T19:14:12.733Z] #42 9.832 DEP images/utsns.pb-c.d [2020-11-17T19:14:12.733Z] #42 9.888 PBCC images/ipc-desc.pb-c.c [2020-11-17T19:14:12.733Z] #42 9.934 PBCC images/ipc-sem.pb-c.c [2020-11-17T19:14:12.733Z] #42 9.964 DEP images/ipc-desc.pb-c.d [2020-11-17T19:14:12.733Z] #42 10.08 DEP images/ipc-sem.pb-c.d [2020-11-17T19:14:12.839Z] #41 50.29 CC compel/src/lib/infect-util.o [2020-11-17T19:14:12.930Z] #47 48.80 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:14:12.998Z] #47 39.61 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:14:13.032Z] #42 10.14 PBCC images/ipc-msg.pb-c.c [2020-11-17T19:14:13.032Z] #42 10.20 DEP images/ipc-msg.pb-c.d [2020-11-17T19:14:13.032Z] #42 10.24 PBCC images/ipc-shm.pb-c.c [2020-11-17T19:14:13.032Z] #42 10.26 DEP images/ipc-shm.pb-c.d [2020-11-17T19:14:13.032Z] #42 10.32 PBCC images/ipc-var.pb-c.c [2020-11-17T19:14:13.032Z] #42 10.34 DEP images/ipc-var.pb-c.d [2020-11-17T19:14:13.032Z] #42 10.40 PBCC images/sk-opts.pb-c.c [2020-11-17T19:14:13.032Z] #42 10.44 PBCC images/packet-sock.pb-c.c [2020-11-17T19:14:13.099Z] #41 50.69 CC compel/src/lib/infect.o [2020-11-17T19:14:13.137Z] #11 ... [2020-11-17T19:14:13.137Z] [2020-11-17T19:14:13.137Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:13.137Z] #41 2.833 Note: Building without setproctitle() and strlcpy() support. [2020-11-17T19:14:13.137Z] #41 2.833 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-17T19:14:13.137Z] #41 2.868 Note: Building without GnuTLS support [2020-11-17T19:14:13.137Z] #41 2.871 Makefile.config:39: Warn: you have no libnftables installed [2020-11-17T19:14:13.137Z] #41 2.871 Makefile.config:40: Warn: Building without nftables support [2020-11-17T19:14:13.137Z] #41 5.223 fatal: not a git repository (or any of the parent directories): .git [2020-11-17T19:14:13.137Z] #41 5.281 GEN .gitid [2020-11-17T19:14:13.137Z] #41 5.437 GEN criu/include/version.h [2020-11-17T19:14:13.137Z] #41 5.527 GEN include/common/asm [2020-11-17T19:14:13.137Z] #41 7.439 PBCC images/timens.pb-c.c [2020-11-17T19:14:13.137Z] #41 7.517 DEP images/timens.pb-c.d [2020-11-17T19:14:13.137Z] #41 7.571 PBCC images/fown.pb-c.c [2020-11-17T19:14:13.137Z] #41 7.631 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-17T19:14:13.137Z] #41 7.764 PBCC images/opts.pb-c.c [2020-11-17T19:14:13.137Z] #41 7.829 PBCC images/memfd.pb-c.c [2020-11-17T19:14:13.137Z] #41 7.869 DEP images/fown.pb-c.d [2020-11-17T19:14:13.137Z] #41 7.957 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-17T19:14:13.137Z] #41 8.034 DEP images/opts.pb-c.d [2020-11-17T19:14:13.137Z] #41 8.076 DEP images/memfd.pb-c.d [2020-11-17T19:14:13.137Z] #41 8.139 PBCC images/sit.pb-c.c [2020-11-17T19:14:13.137Z] #41 8.221 DEP images/sit.pb-c.d [2020-11-17T19:14:13.137Z] #41 8.265 PBCC images/macvlan.pb-c.c [2020-11-17T19:14:13.138Z] #41 8.293 DEP images/macvlan.pb-c.d [2020-11-17T19:14:13.138Z] #41 8.323 PBCC images/autofs.pb-c.c [2020-11-17T19:14:13.138Z] #41 8.350 DEP images/autofs.pb-c.d [2020-11-17T19:14:13.138Z] #41 8.386 PBCC images/sysctl.pb-c.c [2020-11-17T19:14:13.138Z] #41 8.409 DEP images/sysctl.pb-c.d [2020-11-17T19:14:13.138Z] #41 8.457 PBCC images/time.pb-c.c [2020-11-17T19:14:13.138Z] #41 8.484 DEP images/time.pb-c.d [2020-11-17T19:14:13.138Z] #41 8.556 PBCC images/binfmt-misc.pb-c.c [2020-11-17T19:14:13.138Z] #41 8.581 DEP images/binfmt-misc.pb-c.d [2020-11-17T19:14:13.138Z] #41 8.638 PBCC images/seccomp.pb-c.c [2020-11-17T19:14:13.138Z] #41 8.666 DEP images/seccomp.pb-c.d [2020-11-17T19:14:13.138Z] #41 8.709 PBCC images/userns.pb-c.c [2020-11-17T19:14:13.138Z] #41 8.733 DEP images/userns.pb-c.d [2020-11-17T19:14:13.138Z] #41 8.771 PBCC images/cgroup.pb-c.c [2020-11-17T19:14:13.138Z] #41 8.802 DEP images/cgroup.pb-c.d [2020-11-17T19:14:13.138Z] #41 8.837 PBCC images/ext-file.pb-c.c [2020-11-17T19:14:13.138Z] #41 8.852 DEP images/ext-file.pb-c.d [2020-11-17T19:14:13.138Z] #41 8.901 PBCC images/rpc.pb-c.c [2020-11-17T19:14:13.138Z] #41 8.979 DEP images/rpc.pb-c.d [2020-11-17T19:14:13.138Z] #41 9.061 PBCC images/siginfo.pb-c.c [2020-11-17T19:14:13.138Z] #41 9.090 DEP images/siginfo.pb-c.d [2020-11-17T19:14:13.138Z] #41 9.191 PBCC images/pagemap.pb-c.c [2020-11-17T19:14:13.138Z] #41 9.206 DEP images/pagemap.pb-c.d [2020-11-17T19:14:13.138Z] #41 9.241 PBCC images/rlimit.pb-c.c [2020-11-17T19:14:13.138Z] #41 9.252 DEP images/rlimit.pb-c.d [2020-11-17T19:14:13.138Z] #41 9.342 PBCC images/file-lock.pb-c.c [2020-11-17T19:14:13.138Z] #41 9.365 DEP images/file-lock.pb-c.d [2020-11-17T19:14:13.138Z] #41 9.461 PBCC images/tty.pb-c.c [2020-11-17T19:14:13.138Z] #41 9.584 DEP images/tty.pb-c.d [2020-11-17T19:14:13.138Z] #41 9.645 PBCC images/tun.pb-c.c [2020-11-17T19:14:13.138Z] #41 9.733 PBCC images/netdev.pb-c.c [2020-11-17T19:14:13.138Z] #41 9.820 DEP images/tun.pb-c.d [2020-11-17T19:14:13.138Z] #41 9.925 DEP images/netdev.pb-c.d [2020-11-17T19:14:13.138Z] #41 10.00 PBCC images/vma.pb-c.c [2020-11-17T19:14:13.138Z] #41 10.06 DEP images/vma.pb-c.d [2020-11-17T19:14:13.138Z] #41 10.13 PBCC images/creds.pb-c.c [2020-11-17T19:14:13.138Z] #41 ... [2020-11-17T19:14:13.138Z] [2020-11-17T19:14:13.138Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:13.138Z] #43 66.18 net/url [2020-11-17T19:14:13.138Z] #43 66.28 text/template/parse [2020-11-17T19:14:13.138Z] #43 67.00 go/ast [2020-11-17T19:14:13.138Z] #43 69.12 encoding/json [2020-11-17T19:14:13.138Z] #43 75.70 text/template [2020-11-17T19:14:13.138Z] #43 76.17 go/parser [2020-11-17T19:14:13.187Z] #47 48.95 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-17T19:14:13.187Z] #47 49.02 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:14:13.187Z] #47 49.04 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:14:13.187Z] #47 49.12 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:14:13.187Z] #47 49.13 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:14:13.259Z] #47 39.81 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:14:13.259Z] #47 39.82 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:14:13.259Z] #47 39.83 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:14:13.259Z] #47 39.91 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:14:13.332Z] #42 10.53 DEP images/sk-opts.pb-c.d [2020-11-17T19:14:13.332Z] #42 10.60 DEP images/packet-sock.pb-c.d [2020-11-17T19:14:13.332Z] #42 10.64 PBCC images/sk-netlink.pb-c.c [2020-11-17T19:14:13.332Z] #42 10.73 DEP images/sk-netlink.pb-c.d [2020-11-17T19:14:13.403Z] #43 ... [2020-11-17T19:14:13.403Z] [2020-11-17T19:14:13.403Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:13.403Z] #41 10.18 DEP images/creds.pb-c.d [2020-11-17T19:14:13.403Z] #41 10.23 PBCC images/utsns.pb-c.c [2020-11-17T19:14:13.403Z] #41 10.25 DEP images/utsns.pb-c.d [2020-11-17T19:14:13.403Z] #41 10.29 PBCC images/ipc-desc.pb-c.c [2020-11-17T19:14:13.403Z] #41 10.32 PBCC images/ipc-sem.pb-c.c [2020-11-17T19:14:13.403Z] #41 10.36 DEP images/ipc-desc.pb-c.d [2020-11-17T19:14:13.443Z] #47 49.25 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:14:13.531Z] #47 40.17 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:14:13.531Z] #47 40.20 go: downloading github.com/spf13/cast v1.3.0 [2020-11-17T19:14:13.531Z] #47 40.30 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:14:13.632Z] #42 10.80 PBCC images/sk-inet.pb-c.c [2020-11-17T19:14:13.632Z] #42 10.87 DEP images/sk-inet.pb-c.d [2020-11-17T19:14:13.632Z] #42 10.96 PBCC images/sk-unix.pb-c.c [2020-11-17T19:14:13.668Z] #41 10.40 DEP images/ipc-sem.pb-c.d [2020-11-17T19:14:13.668Z] #41 10.43 PBCC images/ipc-msg.pb-c.c [2020-11-17T19:14:13.668Z] #41 10.46 DEP images/ipc-msg.pb-c.d [2020-11-17T19:14:13.668Z] #41 10.49 PBCC images/ipc-shm.pb-c.c [2020-11-17T19:14:13.668Z] #41 10.51 DEP images/ipc-shm.pb-c.d [2020-11-17T19:14:13.668Z] #41 10.53 PBCC images/ipc-var.pb-c.c [2020-11-17T19:14:13.668Z] #41 10.55 DEP images/ipc-var.pb-c.d [2020-11-17T19:14:13.668Z] #41 10.57 PBCC images/sk-opts.pb-c.c [2020-11-17T19:14:13.668Z] #41 10.60 PBCC images/packet-sock.pb-c.c [2020-11-17T19:14:13.668Z] #41 10.66 DEP images/sk-opts.pb-c.d [2020-11-17T19:14:13.668Z] #41 10.69 DEP images/packet-sock.pb-c.d [2020-11-17T19:14:13.668Z] #41 10.74 PBCC images/sk-netlink.pb-c.c [2020-11-17T19:14:13.791Z] #47 40.41 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:14:13.938Z] #42 11.05 DEP images/sk-unix.pb-c.d [2020-11-17T19:14:13.938Z] #42 11.10 PBCC images/mm.pb-c.c [2020-11-17T19:14:13.938Z] #42 11.18 DEP images/mm.pb-c.d [2020-11-17T19:14:13.938Z] #42 11.21 PBCC images/timerfd.pb-c.c [2020-11-17T19:14:13.938Z] #42 11.25 DEP images/timerfd.pb-c.d [2020-11-17T19:14:13.972Z] #41 10.78 DEP images/sk-netlink.pb-c.d [2020-11-17T19:14:13.972Z] #41 10.82 PBCC images/sk-inet.pb-c.c [2020-11-17T19:14:14.042Z] #41 ... [2020-11-17T19:14:14.042Z] [2020-11-17T19:14:14.042Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-17T19:14:14.042Z] #12 DONE 1.5s [2020-11-17T19:14:14.042Z] [2020-11-17T19:14:14.042Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:14.042Z] #51 1.500 + RM_GOPATH=0 [2020-11-17T19:14:14.042Z] #51 1.500 + TMP_GOPATH= [2020-11-17T19:14:14.042Z] #51 1.500 + : /build [2020-11-17T19:14:14.042Z] #51 1.500 + '[' -z '' ']' [2020-11-17T19:14:14.042Z] #51 1.505 ++ mktemp -d [2020-11-17T19:14:14.042Z] #51 1.510 + export GOPATH=/tmp/tmp.XBKB4cqhRY [2020-11-17T19:14:14.042Z] #51 1.510 + GOPATH=/tmp/tmp.XBKB4cqhRY [2020-11-17T19:14:14.042Z] #51 1.510 + RM_GOPATH=1 [2020-11-17T19:14:14.042Z] #51 1.511 + case "$(go env GOARCH)" in [2020-11-17T19:14:14.042Z] #51 1.513 ++ go env GOARCH [2020-11-17T19:14:14.042Z] #51 1.543 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:14.042Z] #51 1.545 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:14.042Z] #51 1.548 ++ dirname /tmp/install/install.sh [2020-11-17T19:14:14.042Z] #51 1.561 + dir=/tmp/install [2020-11-17T19:14:14.042Z] #51 1.561 + bin=runc [2020-11-17T19:14:14.042Z] #51 1.561 + shift [2020-11-17T19:14:14.042Z] #51 1.561 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-17T19:14:14.042Z] #51 1.561 + . /tmp/install/runc.installer [2020-11-17T19:14:14.042Z] #51 1.561 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-17T19:14:14.042Z] #51 1.561 + install_runc [2020-11-17T19:14:14.042Z] #51 1.561 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-17T19:14:14.042Z] #51 1.561 + uname -r [2020-11-17T19:14:14.042Z] #51 1.561 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-17T19:14:14.042Z] #51 1.561 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-17T19:14:14.042Z] #51 1.562 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-17T19:14:14.042Z] #51 1.562 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.XBKB4cqhRY/src/github.com/opencontainers/runc [2020-11-17T19:14:14.042Z] #51 1.571 Cloning into '/tmp/tmp.XBKB4cqhRY/src/github.com/opencontainers/runc'... [2020-11-17T19:14:14.050Z] #47 40.56 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:14:14.050Z] #47 40.70 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-17T19:14:14.237Z] #42 11.33 PBCC images/timer.pb-c.c [2020-11-17T19:14:14.237Z] #42 11.37 DEP images/timer.pb-c.d [2020-11-17T19:14:14.237Z] #42 11.43 PBCC images/sa.pb-c.c [2020-11-17T19:14:14.237Z] #42 11.52 DEP images/sa.pb-c.d [2020-11-17T19:14:14.237Z] #42 11.67 PBCC images/pipe-data.pb-c.c [2020-11-17T19:14:14.237Z] #42 11.68 DEP images/pipe-data.pb-c.d [2020-11-17T19:14:14.238Z] #41 11.03 DEP images/sk-inet.pb-c.d [2020-11-17T19:14:14.238Z] #41 11.09 PBCC images/sk-unix.pb-c.c [2020-11-17T19:14:14.238Z] #41 ... [2020-11-17T19:14:14.238Z] [2020-11-17T19:14:14.238Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:14.238Z] #35 7.641 -- Detecting C compile features - done [2020-11-17T19:14:14.238Z] #35 7.676 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-17T19:14:14.238Z] #35 8.127 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-17T19:14:14.238Z] #35 8.262 -- Configuring done [2020-11-17T19:14:14.238Z] #35 8.281 -- Generating done [2020-11-17T19:14:14.238Z] #35 8.293 -- Build files have been written to: /tmp/tmp.hVcHhbY2Fh/tini [2020-11-17T19:14:14.238Z] #35 8.302 + make tini-static [2020-11-17T19:14:14.238Z] #35 8.875 Scanning dependencies of target tini-static [2020-11-17T19:14:14.238Z] #35 8.963 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-17T19:14:14.238Z] #35 10.35 [100%] Linking C executable tini-static [2020-11-17T19:14:14.238Z] #35 10.95 [100%] Built target tini-static [2020-11-17T19:14:14.238Z] #35 11.06 + mkdir -p /build [2020-11-17T19:14:14.238Z] #35 11.06 + cp tini-static /build/docker-init [2020-11-17T19:14:14.238Z] #35 DONE 12.2s [2020-11-17T19:14:14.238Z] [2020-11-17T19:14:14.238Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:14.238Z] #41 11.15 DEP images/sk-unix.pb-c.d [2020-11-17T19:14:14.238Z] #41 11.20 PBCC images/mm.pb-c.c [2020-11-17T19:14:14.238Z] #41 11.28 DEP images/mm.pb-c.d [2020-11-17T19:14:14.310Z] #47 40.96 go: extracting github.com/spf13/cast v1.3.0 [2020-11-17T19:14:14.310Z] #47 40.99 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:14:14.310Z] #47 41.08 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:14:14.400Z] #47 50.03 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:14:14.400Z] #47 50.09 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:14:14.504Z] #41 11.46 PBCC images/timerfd.pb-c.c [2020-11-17T19:14:14.504Z] #41 11.55 DEP images/timerfd.pb-c.d [2020-11-17T19:14:14.534Z] #42 11.71 PBCC images/mnt.pb-c.c [2020-11-17T19:14:14.534Z] #42 11.77 DEP images/mnt.pb-c.d [2020-11-17T19:14:14.534Z] #42 11.80 PBCC images/sk-packet.pb-c.c [2020-11-17T19:14:14.534Z] #42 11.82 DEP images/sk-packet.pb-c.d [2020-11-17T19:14:14.534Z] #42 11.89 PBCC images/tcp-stream.pb-c.c [2020-11-17T19:14:14.534Z] #42 11.94 DEP images/tcp-stream.pb-c.d [2020-11-17T19:14:14.572Z] #47 41.23 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:14:14.771Z] #41 11.69 PBCC images/timer.pb-c.c [2020-11-17T19:14:14.771Z] #41 11.72 DEP images/timer.pb-c.d [2020-11-17T19:14:14.771Z] #41 11.76 PBCC images/sa.pb-c.c [2020-11-17T19:14:14.771Z] #41 11.78 DEP images/sa.pb-c.d [2020-11-17T19:14:14.771Z] #41 11.82 PBCC images/pipe-data.pb-c.c [2020-11-17T19:14:14.832Z] #47 41.23 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-17T19:14:14.832Z] #47 41.48 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-17T19:14:14.834Z] #42 12.06 PBCC images/pipe.pb-c.c [2020-11-17T19:14:14.834Z] #42 12.17 DEP images/pipe.pb-c.d [2020-11-17T19:14:14.985Z] #51 ... [2020-11-17T19:14:14.985Z] [2020-11-17T19:14:14.985Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-17T19:14:14.985Z] #13 DONE 1.1s [2020-11-17T19:14:15.037Z] #41 11.84 DEP images/pipe-data.pb-c.d [2020-11-17T19:14:15.037Z] #41 11.87 PBCC images/mnt.pb-c.c [2020-11-17T19:14:15.037Z] #41 11.91 DEP images/mnt.pb-c.d [2020-11-17T19:14:15.037Z] #41 11.95 PBCC images/sk-packet.pb-c.c [2020-11-17T19:14:15.037Z] #41 11.97 DEP images/sk-packet.pb-c.d [2020-11-17T19:14:15.092Z] #47 41.57 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:14:15.092Z] #47 ... [2020-11-17T19:14:15.092Z] [2020-11-17T19:14:15.092Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:15.092Z] #62 35.15 Checking out files: 43% (827/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 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-17T19:14:15.092Z] #62 36.88 + cd /tmp/tmp.4YQQYH897o/src/github.com/docker/libnetwork [2020-11-17T19:14:15.092Z] #62 36.88 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-17T19:14:15.092Z] #62 37.69 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-17T19:14:15.133Z] #42 12.23 PBCC images/pstree.pb-c.c [2020-11-17T19:14:15.133Z] #42 12.26 DEP images/pstree.pb-c.d [2020-11-17T19:14:15.133Z] #42 12.32 PBCC images/fs.pb-c.c [2020-11-17T19:14:15.133Z] #42 12.34 DEP images/fs.pb-c.d [2020-11-17T19:14:15.133Z] #42 12.42 PBCC images/signalfd.pb-c.c [2020-11-17T19:14:15.133Z] #42 12.49 DEP images/signalfd.pb-c.d [2020-11-17T19:14:15.133Z] #42 12.57 PBCC images/fh.pb-c.c [2020-11-17T19:14:15.247Z] [2020-11-17T19:14:15.247Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-17T19:14:15.302Z] #41 12.12 PBCC images/tcp-stream.pb-c.c [2020-11-17T19:14:15.302Z] #41 12.15 DEP images/tcp-stream.pb-c.d [2020-11-17T19:14:15.302Z] #41 12.22 PBCC images/pipe.pb-c.c [2020-11-17T19:14:15.302Z] #41 12.35 DEP images/pipe.pb-c.d [2020-11-17T19:14:15.352Z] #62 ... [2020-11-17T19:14:15.352Z] [2020-11-17T19:14:15.352Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:15.352Z] #47 41.91 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:14:15.352Z] #47 42.06 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-17T19:14:15.433Z] #42 12.65 PBCC images/fsnotify.pb-c.c [2020-11-17T19:14:15.433Z] #42 12.74 DEP images/fh.pb-c.d [2020-11-17T19:14:15.433Z] #42 12.81 DEP images/fsnotify.pb-c.d [2020-11-17T19:14:15.568Z] #41 12.45 PBCC images/pstree.pb-c.c [2020-11-17T19:14:15.568Z] #41 12.50 DEP images/pstree.pb-c.d [2020-11-17T19:14:15.612Z] #47 ... [2020-11-17T19:14:15.612Z] [2020-11-17T19:14:15.612Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:14:15.612Z] #38 31.83 Checking out files: 59% (993/1665) Checking out files: 60% (999/1665) Checking out files: 61% (1016/1665) Checking out files: 62% (1033/1665) Checking out files: 63% (1049/1665) Checking out files: 64% (1066/1665) Checking out files: 65% (1083/1665) Checking out files: 66% (1099/1665) Checking out files: 67% (1116/1665) Checking out files: 68% (1133/1665) Checking out files: 69% (1149/1665) Checking out files: 70% (1166/1665) Checking out files: 71% (1183/1665) Checking out files: 72% (1199/1665) Checking out files: 73% (1216/1665) Checking out files: 74% (1233/1665) Checking out files: 75% (1249/1665) Checking out files: 76% (1266/1665) Checking out files: 77% (1283/1665) Checking out files: 78% (1299/1665) Checking out files: 79% (1316/1665) Checking out files: 80% (1332/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/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-17T19:14:15.612Z] #38 32.81 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-17T19:14:15.612Z] #38 35.51 + 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-17T19:14:15.806Z] #42 12.87 PBCC images/eventpoll.pb-c.c [2020-11-17T19:14:15.806Z] #42 12.90 DEP images/eventpoll.pb-c.d [2020-11-17T19:14:15.806Z] #42 12.99 PBCC images/eventfd.pb-c.c [2020-11-17T19:14:15.806Z] #42 13.04 DEP images/eventfd.pb-c.d [2020-11-17T19:14:15.806Z] #42 13.10 PBCC images/remap-file-path.pb-c.c [2020-11-17T19:14:15.819Z] #14 0.917 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-17T19:14:15.819Z] #14 DONE 1.0s [2020-11-17T19:14:15.819Z] [2020-11-17T19:14:15.819Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:15.819Z] #43 150.4 net/http/httptrace [2020-11-17T19:14:15.819Z] #43 150.7 net/http [2020-11-17T19:14:15.833Z] #41 12.60 PBCC images/fs.pb-c.c [2020-11-17T19:14:15.833Z] #41 12.64 DEP images/fs.pb-c.d [2020-11-17T19:14:15.833Z] #41 12.70 PBCC images/signalfd.pb-c.c [2020-11-17T19:14:15.833Z] #41 12.75 DEP images/signalfd.pb-c.d [2020-11-17T19:14:15.833Z] #41 12.87 PBCC images/fh.pb-c.c [2020-11-17T19:14:15.873Z] #38 ... [2020-11-17T19:14:15.873Z] [2020-11-17T19:14:15.873Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:15.873Z] #47 42.38 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:14:15.873Z] #47 42.43 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:14:15.873Z] #47 42.59 go: downloading github.com/spf13/afero v1.1.2 [2020-11-17T19:14:15.873Z] #47 42.59 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:14:15.873Z] #47 42.59 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-17T19:14:16.008Z] ok github.com/docker/docker/api/server 0.012s coverage: 9.0% of statements [2020-11-17T19:14:16.099Z] #41 12.96 PBCC images/fsnotify.pb-c.c [2020-11-17T19:14:16.099Z] #41 13.06 DEP images/fh.pb-c.d [2020-11-17T19:14:16.106Z] #42 13.12 DEP images/remap-file-path.pb-c.d [2020-11-17T19:14:16.106Z] #42 13.17 PBCC images/fifo.pb-c.c [2020-11-17T19:14:16.106Z] #42 13.26 DEP images/fifo.pb-c.d [2020-11-17T19:14:16.106Z] #42 13.37 PBCC images/ghost-file.pb-c.c [2020-11-17T19:14:16.106Z] #42 13.43 DEP images/ghost-file.pb-c.d [2020-11-17T19:14:16.106Z] #42 13.49 PBCC images/regfile.pb-c.c [2020-11-17T19:14:16.137Z] #47 42.71 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:14:16.137Z] #47 42.71 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-17T19:14:16.365Z] #41 13.18 DEP images/fsnotify.pb-c.d [2020-11-17T19:14:16.365Z] #41 13.29 PBCC images/eventpoll.pb-c.c [2020-11-17T19:14:16.365Z] #41 13.34 DEP images/eventpoll.pb-c.d [2020-11-17T19:14:16.365Z] #41 13.41 PBCC images/eventfd.pb-c.c [2020-11-17T19:14:16.398Z] #47 42.96 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:14:16.406Z] #42 13.52 DEP images/regfile.pb-c.d [2020-11-17T19:14:16.406Z] #42 13.58 PBCC images/ns.pb-c.c [2020-11-17T19:14:16.406Z] #42 13.62 DEP images/ns.pb-c.d [2020-11-17T19:14:16.406Z] #42 13.66 PBCC images/fdinfo.pb-c.c [2020-11-17T19:14:16.406Z] #42 13.76 DEP images/fdinfo.pb-c.d [2020-11-17T19:14:16.630Z] #41 13.44 DEP images/eventfd.pb-c.d [2020-11-17T19:14:16.630Z] #41 13.56 PBCC images/remap-file-path.pb-c.c [2020-11-17T19:14:16.630Z] #41 13.60 DEP images/remap-file-path.pb-c.d [2020-11-17T19:14:16.630Z] #41 13.69 PBCC images/fifo.pb-c.c [2020-11-17T19:14:16.658Z] #47 43.13 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:14:16.658Z] #47 43.15 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:14:16.658Z] #47 ... [2020-11-17T19:14:16.658Z] [2020-11-17T19:14:16.658Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:16.658Z] #34 33.22 Fetched 8401 kB in 26s (327 kB/s) [2020-11-17T19:14:16.658Z] #34 33.22 Reading package lists... [2020-11-17T19:14:16.658Z] #34 ... [2020-11-17T19:14:16.658Z] [2020-11-17T19:14:16.658Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:16.658Z] #43 35.48 vendor/golang.org/x/crypto/internal/subtle [2020-11-17T19:14:16.658Z] #43 35.78 vendor/golang.org/x/crypto/curve25519 [2020-11-17T19:14:16.705Z] #42 13.87 PBCC images/core-aarch64.pb-c.c [2020-11-17T19:14:16.705Z] #42 13.95 PBCC images/core-arm.pb-c.c [2020-11-17T19:14:16.895Z] #41 13.71 DEP images/fifo.pb-c.d [2020-11-17T19:14:16.895Z] #41 13.79 PBCC images/ghost-file.pb-c.c [2020-11-17T19:14:16.925Z] #43 ... [2020-11-17T19:14:16.925Z] [2020-11-17T19:14:16.925Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:16.925Z] #34 33.22 Reading package lists... [2020-11-17T19:14:17.007Z] #42 14.04 PBCC images/core-ppc64.pb-c.c [2020-11-17T19:14:17.007Z] #42 14.10 PBCC images/core-s390.pb-c.c [2020-11-17T19:14:17.007Z] #42 14.19 PBCC images/core-x86.pb-c.c [2020-11-17T19:14:17.007Z] #42 14.31 PBCC images/core.pb-c.c [2020-11-17T19:14:17.007Z] #42 14.41 PBCC images/inventory.pb-c.c [2020-11-17T19:14:17.161Z] #41 13.92 DEP images/ghost-file.pb-c.d [2020-11-17T19:14:17.161Z] #41 13.99 PBCC images/regfile.pb-c.c [2020-11-17T19:14:17.161Z] #41 14.08 DEP images/regfile.pb-c.d [2020-11-17T19:14:17.204Z] #43 ... [2020-11-17T19:14:17.204Z] [2020-11-17T19:14:17.204Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-17T19:14:17.204Z] #15 DONE 1.0s [2020-11-17T19:14:17.204Z] [2020-11-17T19:14:17.204Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-17T19:14:17.312Z] #42 14.52 DEP images/core-aarch64.pb-c.d [2020-11-17T19:14:17.312Z] #42 14.62 DEP images/core-arm.pb-c.d [2020-11-17T19:14:17.312Z] #42 14.69 DEP images/core-ppc64.pb-c.d [2020-11-17T19:14:17.312Z] #42 14.76 DEP images/core-s390.pb-c.d [2020-11-17T19:14:17.426Z] #41 14.22 PBCC images/ns.pb-c.c [2020-11-17T19:14:17.426Z] #41 14.23 DEP images/ns.pb-c.d [2020-11-17T19:14:17.426Z] #41 14.26 PBCC images/fdinfo.pb-c.c [2020-11-17T19:14:17.426Z] #41 14.32 DEP images/fdinfo.pb-c.d [2020-11-17T19:14:17.617Z] #42 14.82 DEP images/core-x86.pb-c.d [2020-11-17T19:14:17.617Z] #42 14.92 DEP images/core.pb-c.d [2020-11-17T19:14:17.617Z] #42 14.95 DEP images/inventory.pb-c.d [2020-11-17T19:14:17.617Z] #42 15.01 PBCC images/cpuinfo.pb-c.c [2020-11-17T19:14:17.690Z] #47 53.59 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-17T19:14:17.690Z] #47 ... [2020-11-17T19:14:17.690Z] [2020-11-17T19:14:17.690Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:14:17.690Z] #53 33.20 Reading package lists... [2020-11-17T19:14:17.692Z] #41 14.43 PBCC images/core-aarch64.pb-c.c [2020-11-17T19:14:17.692Z] #41 14.48 PBCC images/core-arm.pb-c.c [2020-11-17T19:14:17.692Z] #41 14.53 PBCC images/core-ppc64.pb-c.c [2020-11-17T19:14:17.692Z] #41 14.58 PBCC images/core-s390.pb-c.c [2020-11-17T19:14:17.692Z] #41 14.62 PBCC images/core-x86.pb-c.c [2020-11-17T19:14:17.692Z] #41 14.65 PBCC images/core.pb-c.c [2020-11-17T19:14:17.869Z] #34 44.24 Reading package lists... [2020-11-17T19:14:17.869Z] #34 ... [2020-11-17T19:14:17.869Z] [2020-11-17T19:14:17.869Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:17.869Z] #49 34.43 runtime [2020-11-17T19:14:17.915Z] #42 15.04 DEP images/cpuinfo.pb-c.d [2020-11-17T19:14:17.915Z] #42 15.08 PBCC images/stats.pb-c.c [2020-11-17T19:14:17.915Z] #42 15.11 DEP images/stats.pb-c.d [2020-11-17T19:14:17.950Z] #53 44.10 Reading package lists... [2020-11-17T19:14:17.957Z] #41 14.71 PBCC images/inventory.pb-c.c [2020-11-17T19:14:17.957Z] #41 14.81 DEP images/core-aarch64.pb-c.d [2020-11-17T19:14:17.957Z] #41 14.86 DEP images/core-arm.pb-c.d [2020-11-17T19:14:17.957Z] #41 14.89 DEP images/core-ppc64.pb-c.d [2020-11-17T19:14:17.957Z] #41 14.94 DEP images/core-s390.pb-c.d [2020-11-17T19:14:18.129Z] #49 ... [2020-11-17T19:14:18.129Z] [2020-11-17T19:14:18.129Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:14:18.129Z] #53 34.56 Fetched 8401 kB in 26s (329 kB/s) [2020-11-17T19:14:18.129Z] #53 34.56 Reading package lists... [2020-11-17T19:14:18.129Z] #53 ... [2020-11-17T19:14:18.129Z] [2020-11-17T19:14:18.129Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:18.129Z] #47 43.75 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:14:18.129Z] #47 43.76 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:14:18.129Z] #47 43.76 go: extracting github.com/spf13/afero v1.1.2 [2020-11-17T19:14:18.129Z] #47 43.90 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-17T19:14:18.129Z] #47 43.96 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:14:18.129Z] #47 44.05 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-17T19:14:18.129Z] #47 44.05 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-17T19:14:18.129Z] #47 44.09 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:14:18.129Z] #47 44.24 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-17T19:14:18.129Z] #47 44.34 go: downloading golang.org/x/text v0.3.2 [2020-11-17T19:14:18.129Z] #47 44.39 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:14:18.147Z] #16 DONE 1.0s [2020-11-17T19:14:18.147Z] [2020-11-17T19:14:18.147Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:18.147Z] #41 54.22 CC compel/src/lib/ptrace.o [2020-11-17T19:14:18.147Z] #41 54.89 AR compel/libcompel.a [2020-11-17T19:14:18.147Z] #41 54.97 HOSTCC compel/src/main-host.o [2020-11-17T19:14:18.147Z] #41 55.34 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-17T19:14:18.147Z] #41 55.59 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-17T19:14:18.207Z] #53 ... [2020-11-17T19:14:18.207Z] [2020-11-17T19:14:18.207Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:18.207Z] #34 44.40 Reading package lists... [2020-11-17T19:14:18.222Z] #41 14.97 DEP images/core-x86.pb-c.d [2020-11-17T19:14:18.222Z] #41 15.01 DEP images/core.pb-c.d [2020-11-17T19:14:18.222Z] #41 15.07 DEP images/inventory.pb-c.d [2020-11-17T19:14:18.222Z] #41 15.14 PBCC images/cpuinfo.pb-c.c [2020-11-17T19:14:18.222Z] #41 15.16 DEP images/cpuinfo.pb-c.d [2020-11-17T19:14:18.390Z] #47 44.83 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:14:18.390Z] #47 45.09 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:14:18.390Z] #47 ... [2020-11-17T19:14:18.390Z] [2020-11-17T19:14:18.390Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:18.390Z] #40 35.08 Fetched 8401 kB in 26s (320 kB/s) [2020-11-17T19:14:18.390Z] #40 35.08 Reading package lists... [2020-11-17T19:14:18.408Z] #41 56.01 HOSTCC compel/src/lib/log-host.o [2020-11-17T19:14:18.487Z] #41 15.22 PBCC images/stats.pb-c.c [2020-11-17T19:14:18.487Z] #41 15.26 DEP images/stats.pb-c.d [2020-11-17T19:14:18.564Z] #42 ... [2020-11-17T19:14:18.564Z] [2020-11-17T19:14:18.564Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:18.564Z] #44 76.16 internal/poll [2020-11-17T19:14:18.564Z] #44 77.76 context [2020-11-17T19:14:18.564Z] #44 81.85 path/filepath [2020-11-17T19:14:18.564Z] #44 81.92 net [2020-11-17T19:14:18.564Z] #44 82.68 regexp [2020-11-17T19:14:18.564Z] #44 85.02 os/exec [2020-11-17T19:14:18.669Z] #41 56.16 HOSTLINK compel/compel-host-bin [2020-11-17T19:14:18.867Z] #44 ... [2020-11-17T19:14:18.867Z] [2020-11-17T19:14:18.867Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:18.867Z] #50 83.79 mvdan.cc/sh/v3/fileutil [2020-11-17T19:14:18.867Z] #50 85.69 flag [2020-11-17T19:14:18.867Z] #50 85.69 github.com/pkg/diff [2020-11-17T19:14:18.867Z] #50 85.71 go/token [2020-11-17T19:14:18.867Z] #50 85.74 encoding/binary [2020-11-17T19:14:18.933Z] #41 56.35 DEP soccr/soccr.d [2020-11-17T19:14:18.933Z] #41 56.52 CC soccr/soccr.o [2020-11-17T19:14:18.961Z] #40 45.54 Reading package lists... [2020-11-17T19:14:18.961Z] #40 ... [2020-11-17T19:14:18.961Z] [2020-11-17T19:14:18.961Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:14:18.961Z] #53 34.56 Reading package lists... [2020-11-17T19:14:19.034Z] #34 54.34 Building dependency tree... [2020-11-17T19:14:19.034Z] #34 ... [2020-11-17T19:14:19.034Z] [2020-11-17T19:14:19.034Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:19.034Z] #11 44.87 Reading package lists... [2020-11-17T19:14:19.195Z] #41 ... [2020-11-17T19:14:19.195Z] [2020-11-17T19:14:19.195Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-17T19:14:19.195Z] #17 DONE 1.1s [2020-11-17T19:14:19.195Z] [2020-11-17T19:14:19.195Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:14:19.291Z] #11 54.67 Building dependency tree... [2020-11-17T19:14:19.291Z] #11 ... [2020-11-17T19:14:19.291Z] [2020-11-17T19:14:19.291Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:19.291Z] #40 45.11 Reading package lists... [2020-11-17T19:14:19.291Z] #40 55.05 Building dependency tree... [2020-11-17T19:14:19.291Z] #40 ... [2020-11-17T19:14:19.291Z] [2020-11-17T19:14:19.291Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:19.291Z] #32 55.12 sync [2020-11-17T19:14:19.291Z] #32 55.19 internal/reflectlite [2020-11-17T19:14:19.575Z] #53 ... [2020-11-17T19:14:19.575Z] [2020-11-17T19:14:19.575Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:19.575Z] #11 36.18 Fetched 8401 kB in 27s (307 kB/s) [2020-11-17T19:14:19.840Z] #11 36.18 Reading package lists... [2020-11-17T19:14:19.840Z] #11 ... [2020-11-17T19:14:19.840Z] [2020-11-17T19:14:19.840Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:14:19.924Z] #50 ... [2020-11-17T19:14:19.924Z] [2020-11-17T19:14:19.924Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:19.924Z] #33 77.54 os [2020-11-17T19:14:19.924Z] #33 78.84 internal/fmtsort [2020-11-17T19:14:19.924Z] #33 80.53 path/filepath [2020-11-17T19:14:19.924Z] #33 80.55 fmt [2020-11-17T19:14:19.924Z] #33 82.30 io/ioutil [2020-11-17T19:14:19.924Z] #33 84.38 flag [2020-11-17T19:14:19.924Z] #33 84.38 github.com/BurntSushi/toml [2020-11-17T19:14:19.924Z] #33 84.40 log [2020-11-17T19:14:20.223Z] #33 ... [2020-11-17T19:14:20.223Z] [2020-11-17T19:14:20.223Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:20.223Z] #42 16.81 make[1]: Nothing to be done for 'all'. [2020-11-17T19:14:20.423Z] #41 16.92 make[1]: Nothing to be done for 'all'. [2020-11-17T19:14:20.423Z] #41 ... [2020-11-17T19:14:20.423Z] [2020-11-17T19:14:20.423Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:20.423Z] #49 73.55 golang.org/x/crypto/ssh/terminal [2020-11-17T19:14:20.423Z] #49 78.04 mvdan.cc/sh/v3/cmd/shfmt [2020-11-17T19:14:20.423Z] #49 DONE 83.6s [2020-11-17T19:14:20.423Z] [2020-11-17T19:14:20.423Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:20.423Z] #54 36.63 Checking out files: 65% (2230/3411) Checking out files: 66% (2252/3411) Checking out files: 67% (2286/3411) Checking out files: 68% (2320/3411) Checking out files: 69% (2354/3411) Checking out files: 70% (2388/3411) Checking out files: 71% (2422/3411) Checking out files: 72% (2456/3411) Checking out files: 73% (2491/3411) Checking out files: 74% (2525/3411) Checking out files: 75% (2559/3411) Checking out files: 76% (2593/3411) Checking out files: 77% (2627/3411) Checking out files: 78% (2661/3411) Checking out files: 79% (2695/3411) Checking out files: 80% (2729/3411) Checking out files: 81% (2763/3411) Checking out files: 82% (2798/3411) Checking out files: 83% (2832/3411) Checking out files: 84% (2866/3411) Checking out files: 85% (2900/3411) Checking out files: 86% (2934/3411) Checking out files: 87% (2968/3411) Checking out files: 88% (3002/3411) Checking out files: 89% (3036/3411) Checking out files: 90% (3070/3411) Checking out files: 91% (3105/3411) Checking out files: 92% (3139/3411) Checking out files: 93% (3173/3411) Checking out files: 94% (3207/3411) Checking out files: 95% (3241/3411) Checking out files: 96% (3275/3411) Checking out files: 97% (3309/3411) Checking out files: 98% (3343/3411) Checking out files: 99% (3377/3411) Checking out files: 100% (3411/3411) Checking out files: 100% (3411/3411), done. [2020-11-17T19:14:20.423Z] #54 37.47 + cd /tmp/tmp.FIkEhEPma6/src/github.com/containerd/containerd [2020-11-17T19:14:20.423Z] #54 37.47 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:14:20.521Z] #42 ... [2020-11-17T19:14:20.521Z] [2020-11-17T19:14:20.521Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:20.521Z] #12 77.99 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-17T19:14:20.521Z] #12 77.99 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-17T19:14:20.521Z] #12 77.99 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-17T19:14:20.521Z] #12 83.40 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-17T19:14:20.521Z] #12 83.40 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-17T19:14:20.521Z] #12 83.41 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:20.521Z] #12 83.65 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-17T19:14:20.521Z] #12 83.65 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-17T19:14:20.521Z] #12 83.71 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:20.582Z] #18 1.510 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:14:20.820Z] #12 ... [2020-11-17T19:14:20.820Z] [2020-11-17T19:14:20.820Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:20.820Z] #50 88.38 go/scanner [2020-11-17T19:14:20.844Z] #18 1.678 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:14:20.844Z] #18 1.768 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:14:21.105Z] #18 2.174 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:14:21.156Z] using credential docker-jenkins-github-credentials [2020-11-17T19:14:21.231Z] Cloning the remote Git repository [2020-11-17T19:14:21.231Z] Cloning with configured refspecs honoured and without tags [2020-11-17T19:14:21.385Z] #54 38.87 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-17T19:14:21.385Z] #54 38.87 + BUILDTAGS='netgo osusergo static_build' [2020-11-17T19:14:21.385Z] #54 38.87 + export EXTRA_FLAGS=-buildmode=pie [2020-11-17T19:14:21.385Z] #54 38.87 + EXTRA_FLAGS=-buildmode=pie [2020-11-17T19:14:21.385Z] #54 38.87 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-17T19:14:21.385Z] #54 38.87 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-17T19:14:21.385Z] #54 38.87 + '[' '' = dynamic ']' [2020-11-17T19:14:21.385Z] #54 38.87 + make [2020-11-17T19:14:21.411Z] Cloning repository https://github.com/moby/moby.git [2020-11-17T19:14:21.805Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-11-17T19:14:22.494Z] #18 3.218 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:14:22.786Z] #54 40.09 + bin/ctr [2020-11-17T19:14:22.939Z] #50 90.50 mvdan.cc/editorconfig [2020-11-17T19:14:22.939Z] #50 90.60 mvdan.cc/sh/v3/syntax [2020-11-17T19:14:23.464Z] #32 59.29 sort [2020-11-17T19:14:23.464Z] #32 59.30 errors [2020-11-17T19:14:23.883Z] #18 4.660 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:14:22.699Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:14:22.700Z] > git --version # timeout=10 [2020-11-17T19:14:22.737Z] > git --version # 'git version 2.24.1.windows.2' [2020-11-17T19:14:22.738Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:14:22.740Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:14:24.030Z] #32 59.88 strconv [2020-11-17T19:14:24.595Z] #32 ... [2020-11-17T19:14:24.596Z] [2020-11-17T19:14:24.596Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:24.596Z] #62 DONE 60.6s [2020-11-17T19:14:24.596Z] [2020-11-17T19:14:24.596Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:24.596Z] #11 54.67 Building dependency tree... [2020-11-17T19:14:24.596Z] #11 60.14 The following additional packages will be installed: [2020-11-17T19:14:24.596Z] #11 60.16 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-17T19:14:24.596Z] #11 60.16 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-17T19:14:24.596Z] #11 60.16 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-17T19:14:24.596Z] #11 60.18 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-17T19:14:24.596Z] #11 60.20 Suggested packages: [2020-11-17T19:14:24.596Z] #11 60.22 gcc-8-locales seccomp wine64 [2020-11-17T19:14:25.094Z] #50 92.24 encoding/base64 [2020-11-17T19:14:25.271Z] #18 ... [2020-11-17T19:14:25.271Z] [2020-11-17T19:14:25.271Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:25.271Z] #41 58.03 AR soccr/libsoccr.a [2020-11-17T19:14:25.271Z] #41 58.07 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-17T19:14:25.271Z] #41 58.48 DEP criu/arch/x86/sigframe.d [2020-11-17T19:14:25.271Z] #41 58.58 DEP criu/arch/x86/sigaction_compat.d [2020-11-17T19:14:25.271Z] #41 58.69 DEP criu/arch/x86/kerndat.d [2020-11-17T19:14:25.271Z] #41 58.83 DEP criu/arch/x86/crtools.d [2020-11-17T19:14:25.271Z] #41 58.94 DEP criu/arch/x86/cpu.d [2020-11-17T19:14:25.271Z] #41 59.15 CC criu/arch/x86/cpu.o [2020-11-17T19:14:25.271Z] #41 59.72 CC criu/arch/x86/crtools.o [2020-11-17T19:14:25.271Z] #41 60.77 CC criu/arch/x86/kerndat.o [2020-11-17T19:14:25.271Z] #41 61.31 CC criu/arch/x86/sigaction_compat.o [2020-11-17T19:14:25.271Z] #41 61.62 CC criu/arch/x86/sigframe.o [2020-11-17T19:14:25.271Z] #41 61.88 LINK criu/arch/x86/crtools.built-in.o [2020-11-17T19:14:25.271Z] #41 61.94 DEP criu/pie/util-vdso-elf32.d [2020-11-17T19:14:25.271Z] #41 62.15 DEP criu/pie/util-vdso.d [2020-11-17T19:14:25.271Z] #41 62.26 DEP criu/pie/util.d [2020-11-17T19:14:25.271Z] #41 62.44 CC criu/pie/util.o [2020-11-17T19:14:25.271Z] #41 62.74 CC criu/pie/util-vdso.o [2020-11-17T19:14:25.357Z] #54 ... [2020-11-17T19:14:25.357Z] [2020-11-17T19:14:25.357Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:25.357Z] #43 78.07 encoding/xml [2020-11-17T19:14:25.357Z] #43 81.65 compress/flate [2020-11-17T19:14:25.357Z] #43 83.86 go/doc [2020-11-17T19:14:25.357Z] #43 86.34 compress/gzip [2020-11-17T19:14:25.357Z] #43 87.24 encoding/asn1 [2020-11-17T19:14:25.357Z] #43 ... [2020-11-17T19:14:25.357Z] [2020-11-17T19:14:25.357Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:25.357Z] #41 18.76 CC images/stats.o [2020-11-17T19:14:25.357Z] #41 19.36 CC images/core.o [2020-11-17T19:14:25.357Z] #41 20.03 CC images/core-x86.o [2020-11-17T19:14:25.357Z] #41 20.62 CC images/core-arm.o [2020-11-17T19:14:25.357Z] #41 20.93 CC images/core-aarch64.o [2020-11-17T19:14:25.357Z] #41 21.40 CC images/core-ppc64.o [2020-11-17T19:14:25.357Z] #41 22.08 CC images/core-s390.o [2020-11-17T19:14:25.747Z] #50 93.22 go/ast [2020-11-17T19:14:25.843Z] #41 63.36 CC criu/pie/util-vdso-elf32.o [2020-11-17T19:14:26.053Z] #50 ... [2020-11-17T19:14:26.053Z] [2020-11-17T19:14:26.053Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:26.053Z] #55 45.89 Checking out files: 48% (1666/3411) Checking out files: 49% (1672/3411) Checking out files: 50% (1706/3411) Checking out files: 51% (1740/3411) Checking out files: 52% (1774/3411) Checking out files: 53% (1808/3411) Checking out files: 54% (1842/3411) Checking out files: 55% (1877/3411) Checking out files: 56% (1911/3411) Checking out files: 57% (1945/3411) Checking out files: 58% (1979/3411) Checking out files: 59% (2013/3411) Checking out files: 60% (2047/3411) Checking out files: 61% (2081/3411) Checking out files: 62% (2115/3411) Checking out files: 63% (2149/3411) Checking out files: 64% (2184/3411) Checking out files: 65% (2218/3411) Checking out files: 66% (2252/3411) Checking out files: 67% (2286/3411) Checking out files: 68% (2320/3411) Checking out files: 69% (2354/3411) Checking out files: 70% (2388/3411) Checking out files: 71% (2422/3411) Checking out files: 72% (2456/3411) Checking out files: 73% (2491/3411) Checking out files: 74% (2525/3411) Checking out files: 75% (2559/3411) Checking out files: 76% (2593/3411) Checking out files: 77% (2627/3411) Checking out files: 78% (2661/3411) Checking out files: 79% (2695/3411) Checking out files: 80% (2729/3411) Checking out files: 81% (2763/3411) Checking out files: 82% (2798/3411) Checking out files: 83% (2832/3411) Checking out files: 84% (2866/3411) Checking out files: 85% (2900/3411) Checking out files: 86% (2934/3411) Checking out files: 87% (2968/3411) Checking out files: 88% (3002/3411) Checking out files: 89% (3036/3411) Checking out files: 90% (3070/3411) Checking out files: 91% (3105/3411) Checking out files: 92% (3139/3411) Checking out files: 92% (3161/3411) Checking out files: 93% (3173/3411) Checking out files: 94% (3207/3411) Checking out files: 95% (3241/3411) Checking out files: 96% (3275/3411) Checking out files: 97% (3309/3411) Checking out files: 98% (3343/3411) Checking out files: 99% (3377/3411) Checking out files: 100% (3411/3411) Checking out files: 100% (3411/3411), done. [2020-11-17T19:14:26.053Z] #55 47.15 + cd /tmp/tmp.n1kdojFcKc/src/github.com/containerd/containerd [2020-11-17T19:14:26.053Z] #55 47.15 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:14:26.053Z] #55 48.92 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-17T19:14:26.053Z] #55 48.92 + BUILDTAGS='netgo osusergo static_build' [2020-11-17T19:14:26.053Z] #55 48.92 + export EXTRA_FLAGS=-buildmode=pie [2020-11-17T19:14:26.053Z] #55 48.92 + EXTRA_FLAGS=-buildmode=pie [2020-11-17T19:14:26.053Z] #55 48.92 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-17T19:14:26.053Z] #55 48.92 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-17T19:14:26.053Z] #55 48.92 + '[' '' = dynamic ']' [2020-11-17T19:14:26.053Z] #55 48.92 + make [2020-11-17T19:14:26.053Z] #55 49.89 + bin/ctr [2020-11-17T19:14:26.313Z] #41 22.94 CC images/cpuinfo.o [2020-11-17T19:14:26.363Z] #55 ... [2020-11-17T19:14:26.363Z] [2020-11-17T19:14:26.363Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:26.363Z] #33 89.64 github.com/BurntSushi/toml/cmd/tomlv [2020-11-17T19:14:26.363Z] #33 DONE 93.9s [2020-11-17T19:14:26.363Z] [2020-11-17T19:14:26.363Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:26.363Z] #44 91.63 encoding/binary [2020-11-17T19:14:26.363Z] #44 91.75 go/scanner [2020-11-17T19:14:26.363Z] #44 92.24 internal/lazyregexp [2020-11-17T19:14:26.363Z] #44 92.82 net/url [2020-11-17T19:14:26.417Z] #41 64.03 AR criu/pie/pie.lib.a [2020-11-17T19:14:26.455Z] #53 46.39 Reading package lists... [2020-11-17T19:14:26.455Z] #53 ... [2020-11-17T19:14:26.455Z] [2020-11-17T19:14:26.455Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:26.455Z] #11 36.18 Reading package lists... [2020-11-17T19:14:26.455Z] #11 48.03 Reading package lists... [2020-11-17T19:14:26.455Z] #11 ... [2020-11-17T19:14:26.455Z] [2020-11-17T19:14:26.455Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:26.455Z] #32 52.92 internal/reflectlite [2020-11-17T19:14:26.455Z] #32 52.96 sync [2020-11-17T19:14:26.488Z] #11 ... [2020-11-17T19:14:26.488Z] [2020-11-17T19:14:26.488Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:26.488Z] #47 62.10 go: finding github.com/fatih/color v1.7.0 [2020-11-17T19:14:26.488Z] #47 62.12 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:14:26.578Z] #41 23.60 CC images/inventory.o [2020-11-17T19:14:26.679Z] #41 64.10 DEP criu/pie/restorer.d [2020-11-17T19:14:26.744Z] #47 62.60 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:14:26.744Z] #47 62.60 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:14:26.744Z] #47 62.63 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:14:26.744Z] #47 62.63 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:14:26.744Z] #47 62.63 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:14:26.744Z] #47 62.68 go: finding github.com/pkg/errors v0.8.1 [2020-11-17T19:14:26.744Z] #47 62.71 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:14:26.941Z] #41 64.39 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-17T19:14:26.941Z] #41 64.53 DEP criu/arch/x86/restorer_unmap.d [2020-11-17T19:14:26.941Z] #41 64.56 DEP criu/arch/x86/restorer.d [2020-11-17T19:14:27.001Z] #47 62.73 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:14:27.001Z] #47 62.74 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:14:27.001Z] #47 62.78 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:14:27.001Z] #47 62.83 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:14:27.001Z] #47 62.86 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:14:27.001Z] #47 62.95 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:14:27.001Z] #47 62.95 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:14:27.158Z] #41 23.98 CC images/fdinfo.o [2020-11-17T19:14:27.202Z] #41 64.78 DEP criu/arch/x86/vdso-pie.d [2020-11-17T19:14:27.202Z] #41 64.89 DEP criu/pie/parasite-vdso.d [2020-11-17T19:14:27.257Z] #47 62.98 go: finding github.com/spf13/viper v1.6.1 [2020-11-17T19:14:27.258Z] #47 63.05 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:14:27.258Z] #47 63.05 go: finding github.com/stretchr/testify v1.4.0 [2020-11-17T19:14:27.258Z] #47 63.18 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:14:27.258Z] #47 63.19 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:14:27.258Z] #47 63.20 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:14:27.258Z] #47 63.23 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:14:27.463Z] #41 65.06 DEP criu/pie/parasite.d [2020-11-17T19:14:27.516Z] #47 63.33 go: finding github.com/gobwas/glob v0.2.3 [2020-11-17T19:14:27.516Z] #47 ... [2020-11-17T19:14:27.516Z] [2020-11-17T19:14:27.516Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:14:27.516Z] #53 54.14 Building dependency tree... [2020-11-17T19:14:27.516Z] #53 58.91 The following additional packages will be installed: [2020-11-17T19:14:27.516Z] #53 58.91 libbtrfs0 [2020-11-17T19:14:27.516Z] #53 59.21 The following NEW packages will be installed: [2020-11-17T19:14:27.516Z] #53 59.23 libbtrfs-dev libbtrfs0 [2020-11-17T19:14:27.516Z] #53 59.58 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:14:27.516Z] #53 59.58 Need to get 119 kB of archives. [2020-11-17T19:14:27.516Z] #53 59.58 After this operation, 387 kB of additional disk space will be used. [2020-11-17T19:14:27.516Z] #53 59.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-17T19:14:27.516Z] #53 59.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-17T19:14:27.516Z] #53 61.60 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:14:27.516Z] #53 61.84 Fetched 119 kB in 0s (421 kB/s) [2020-11-17T19:14:27.516Z] #53 62.09 Selecting previously unselected package libbtrfs0. [2020-11-17T19:14:27.517Z] #53 62.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-17T19:14:27.517Z] #53 62.29 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-17T19:14:27.517Z] #53 62.40 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-17T19:14:27.517Z] #53 62.61 Selecting previously unselected package libbtrfs-dev. [2020-11-17T19:14:27.517Z] #53 62.64 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-17T19:14:27.517Z] #53 62.68 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:14:27.517Z] #53 62.95 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-17T19:14:27.517Z] #53 62.96 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:14:27.517Z] #53 62.99 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:14:27.517Z] #53 DONE 63.4s [2020-11-17T19:14:27.517Z] [2020-11-17T19:14:27.517Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:27.517Z] #47 63.35 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:14:27.517Z] #47 63.36 go: finding github.com/stretchr/objx v0.2.0 [2020-11-17T19:14:27.737Z] #41 24.44 CC images/fown.o [2020-11-17T19:14:27.737Z] #41 24.65 CC images/ns.o [2020-11-17T19:14:27.774Z] #47 63.50 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:14:27.774Z] #47 63.53 go: finding github.com/spf13/cobra v0.0.5 [2020-11-17T19:14:27.774Z] #47 63.59 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:14:27.774Z] #47 63.70 go: finding github.com/spf13/pflag v1.0.5 [2020-11-17T19:14:27.774Z] #47 63.74 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:14:27.774Z] #47 63.74 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:14:28.002Z] #41 24.97 CC images/regfile.o [2020-11-17T19:14:28.030Z] #47 63.83 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:14:28.030Z] #47 63.88 go: finding github.com/magiconair/properties v1.8.1 [2020-11-17T19:14:28.030Z] #47 63.89 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:14:28.030Z] #47 63.91 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:14:28.030Z] #47 64.01 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:14:28.036Z] #41 65.38 CC criu/pie/parasite.o [2020-11-17T19:14:28.267Z] #41 25.20 CC images/ghost-file.o [2020-11-17T19:14:28.286Z] #47 64.09 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:14:28.286Z] #47 64.14 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:14:28.286Z] #47 64.23 go: finding github.com/spf13/afero v1.1.2 [2020-11-17T19:14:28.286Z] #47 64.28 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:14:28.286Z] #47 64.28 go: finding github.com/spf13/cast v1.3.0 [2020-11-17T19:14:28.485Z] #44 95.65 go/ast [2020-11-17T19:14:28.542Z] #47 64.32 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:14:28.542Z] #47 64.42 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:14:28.542Z] #47 64.46 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:14:28.542Z] #47 64.52 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-17T19:14:28.798Z] #47 64.54 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:14:28.798Z] #47 64.61 go: finding golang.org/x/text v0.3.2 [2020-11-17T19:14:28.849Z] #41 25.68 CC images/fifo.o [2020-11-17T19:14:28.849Z] #41 ... [2020-11-17T19:14:28.849Z] [2020-11-17T19:14:28.849Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:28.849Z] #56 91.77 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-17T19:14:28.849Z] #56 91.77 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-17T19:14:29.000Z] #32 ... [2020-11-17T19:14:29.000Z] [2020-11-17T19:14:29.000Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:29.000Z] #47 45.48 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:14:29.000Z] #47 48.76 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-17T19:14:29.000Z] #47 ... [2020-11-17T19:14:29.000Z] [2020-11-17T19:14:29.000Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:29.000Z] #34 44.24 Reading package lists... [2020-11-17T19:14:29.055Z] #47 64.91 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:14:29.055Z] #47 64.95 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:14:29.055Z] #47 65.01 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:14:29.055Z] #47 65.02 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:14:29.312Z] #47 65.12 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:14:29.312Z] #47 65.14 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:14:29.312Z] #47 65.18 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:14:29.312Z] #47 65.22 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:14:29.424Z] #41 66.73 LINK criu/pie/parasite.built-in.o [2020-11-17T19:14:29.424Z] #41 66.77 GEN criu/pie/parasite-blob.h [2020-11-17T19:14:29.424Z] #41 66.79 CC criu/pie/parasite-vdso.o [2020-11-17T19:14:29.424Z] #41 ... [2020-11-17T19:14:29.424Z] [2020-11-17T19:14:29.424Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:14:29.424Z] #18 10.34 Fetched 8401 kB in 9s (905 kB/s) [2020-11-17T19:14:29.545Z] #44 97.04 text/template/parse [2020-11-17T19:14:29.545Z] #44 97.29 encoding/json [2020-11-17T19:14:29.568Z] #47 65.23 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:14:29.568Z] #47 65.26 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:14:29.568Z] #47 65.28 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:14:29.568Z] #47 ... [2020-11-17T19:14:29.568Z] [2020-11-17T19:14:29.568Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:29.568Z] #43 55.31 sync [2020-11-17T19:14:29.568Z] #43 55.51 internal/reflectlite [2020-11-17T19:14:29.568Z] #43 58.45 github.com/LK4D4/vndr/godl/singleflight [2020-11-17T19:14:29.568Z] #43 58.87 math/rand [2020-11-17T19:14:29.568Z] #43 60.62 internal/singleflight [2020-11-17T19:14:29.568Z] #43 61.51 strconv [2020-11-17T19:14:29.568Z] #43 61.52 io [2020-11-17T19:14:29.568Z] #43 63.40 bytes [2020-11-17T19:14:29.568Z] #43 ... [2020-11-17T19:14:29.568Z] [2020-11-17T19:14:29.568Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:29.568Z] #47 65.39 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-17T19:14:29.568Z] #47 65.41 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:14:29.568Z] #47 65.43 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:14:29.568Z] #47 65.44 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:14:29.568Z] #47 65.48 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:14:29.824Z] #47 65.52 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-17T19:14:29.824Z] #47 65.54 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:14:29.824Z] #47 65.57 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:14:30.080Z] #47 65.96 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-17T19:14:30.080Z] #47 65.98 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:14:30.337Z] #47 66.12 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:14:30.337Z] #47 66.17 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:14:30.337Z] #47 66.22 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:14:30.337Z] #47 66.26 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:14:30.337Z] #47 66.29 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:14:30.593Z] #47 ... [2020-11-17T19:14:30.593Z] [2020-11-17T19:14:30.593Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:30.593Z] #34 54.34 Building dependency tree... [2020-11-17T19:14:30.593Z] #34 59.31 The following additional packages will be installed: [2020-11-17T19:14:30.593Z] #34 59.31 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-17T19:14:30.593Z] #34 59.31 Suggested packages: [2020-11-17T19:14:30.593Z] #34 59.31 cmake-doc ninja-build lrzip [2020-11-17T19:14:30.593Z] #34 59.31 Recommended packages: [2020-11-17T19:14:30.593Z] #34 59.31 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-17T19:14:30.593Z] #34 60.83 The following NEW packages will be installed: [2020-11-17T19:14:30.593Z] #34 60.88 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-17T19:14:30.593Z] #34 60.88 vim-common xxd [2020-11-17T19:14:30.593Z] #34 61.44 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:14:30.593Z] #34 61.44 Need to get 14.9 MB of archives. [2020-11-17T19:14:30.593Z] #34 61.44 After this operation, 61.8 MB of additional disk space will be used. [2020-11-17T19:14:30.593Z] #34 61.44 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-17T19:14:30.593Z] #34 61.45 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-17T19:14:30.593Z] #34 61.45 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-17T19:14:30.593Z] #34 61.64 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-17T19:14:30.593Z] #34 62.68 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-11-17T19:14:30.593Z] #34 62.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-11-17T19:14:30.593Z] #34 62.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-11-17T19:14:30.593Z] #34 62.81 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-11-17T19:14:30.593Z] #34 62.83 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-11-17T19:14:30.593Z] #34 62.87 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-11-17T19:14:30.593Z] #34 65.24 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:14:30.593Z] #34 65.56 Fetched 14.9 MB in 2s (6833 kB/s) [2020-11-17T19:14:30.593Z] #34 65.78 Selecting previously unselected package xxd. [2020-11-17T19:14:30.593Z] #34 65.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-17T19:14:30.593Z] #34 65.91 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-17T19:14:30.593Z] #34 65.91 Unpacking xxd (2:8.1.0875-5) ... [2020-11-17T19:14:30.593Z] #34 66.13 Selecting previously unselected package vim-common. [2020-11-17T19:14:30.593Z] #34 66.13 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:14:30.593Z] #34 66.18 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-17T19:14:30.593Z] #34 66.59 Selecting previously unselected package cmake-data. [2020-11-17T19:14:30.593Z] #34 66.59 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-17T19:14:30.593Z] #34 66.61 Unpacking cmake-data (3.13.4-1) ... [2020-11-17T19:14:30.857Z] #34 ... [2020-11-17T19:14:30.857Z] [2020-11-17T19:14:30.857Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:30.857Z] #40 55.05 Building dependency tree... [2020-11-17T19:14:30.857Z] #40 60.82 The following additional packages will be installed: [2020-11-17T19:14:30.857Z] #40 60.82 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-17T19:14:30.857Z] #40 60.82 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-17T19:14:30.857Z] #40 60.85 Suggested packages: [2020-11-17T19:14:30.857Z] #40 60.85 manpages-dev python-setuptools [2020-11-17T19:14:30.857Z] #40 63.01 The following NEW packages will be installed: [2020-11-17T19:14:30.857Z] #40 63.02 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-17T19:14:30.857Z] #40 63.03 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-17T19:14:30.857Z] #40 63.03 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-17T19:14:30.857Z] #40 63.03 python-six zlib1g-dev [2020-11-17T19:14:30.857Z] #40 63.49 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:14:30.857Z] #40 63.49 Need to get 4095 kB of archives. [2020-11-17T19:14:30.857Z] #40 63.49 After this operation, 22.5 MB of additional disk space will be used. [2020-11-17T19:14:30.857Z] #40 63.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-11-17T19:14:30.857Z] #40 63.49 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-17T19:14:30.857Z] #40 63.49 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-17T19:14:30.857Z] #40 63.50 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-17T19:14:30.857Z] #40 63.50 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-11-17T19:14:30.857Z] #40 63.55 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-17T19:14:30.857Z] #40 63.55 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-17T19:14:30.857Z] #40 63.57 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-17T19:14:30.857Z] #40 63.64 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-11-17T19:14:30.857Z] #40 63.86 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-11-17T19:14:30.857Z] #40 63.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-11-17T19:14:30.857Z] #40 64.02 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-11-17T19:14:30.857Z] #40 64.14 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-17T19:14:30.857Z] #40 64.14 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-17T19:14:30.857Z] #40 64.17 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-17T19:14:30.857Z] #40 64.17 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-11-17T19:14:30.857Z] #40 64.17 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-11-17T19:14:30.857Z] #40 65.90 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:14:30.857Z] #40 66.11 Fetched 4095 kB in 1s (3925 kB/s) [2020-11-17T19:14:30.857Z] #40 66.22 Selecting previously unselected package libcap-dev:amd64. [2020-11-17T19:14:30.857Z] #40 66.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-17T19:14:30.857Z] #40 66.33 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-11-17T19:14:30.857Z] #40 66.35 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-11-17T19:14:30.857Z] #40 66.51 Selecting previously unselected package libnet1:amd64. [2020-11-17T19:14:30.857Z] #40 66.51 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-17T19:14:30.857Z] #40 66.53 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:14:30.857Z] #40 66.70 Selecting previously unselected package libnet1-dev. [2020-11-17T19:14:30.857Z] #40 66.71 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-17T19:14:30.857Z] #40 66.73 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-17T19:14:31.091Z] #44 ... [2020-11-17T19:14:31.091Z] [2020-11-17T19:14:31.091Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:31.091Z] #42 18.68 CC images/stats.o [2020-11-17T19:14:31.091Z] #42 19.20 CC images/core.o [2020-11-17T19:14:31.091Z] #42 19.89 CC images/core-x86.o [2020-11-17T19:14:31.091Z] #42 20.61 CC images/core-arm.o [2020-11-17T19:14:31.091Z] #42 21.25 CC images/core-aarch64.o [2020-11-17T19:14:31.091Z] #42 21.79 CC images/core-ppc64.o [2020-11-17T19:14:31.091Z] #42 22.49 CC images/core-s390.o [2020-11-17T19:14:31.091Z] #42 23.29 CC images/cpuinfo.o [2020-11-17T19:14:31.091Z] #42 24.05 CC images/inventory.o [2020-11-17T19:14:31.091Z] #42 24.58 CC images/fdinfo.o [2020-11-17T19:14:31.091Z] #42 25.13 CC images/fown.o [2020-11-17T19:14:31.091Z] #42 25.41 CC images/ns.o [2020-11-17T19:14:31.091Z] #42 25.63 CC images/regfile.o [2020-11-17T19:14:31.091Z] #42 25.97 CC images/ghost-file.o [2020-11-17T19:14:31.091Z] #42 26.38 CC images/fifo.o [2020-11-17T19:14:31.091Z] #42 26.60 CC images/remap-file-path.o [2020-11-17T19:14:31.091Z] #42 26.78 CC images/eventfd.o [2020-11-17T19:14:31.091Z] #42 27.05 CC images/eventpoll.o [2020-11-17T19:14:31.091Z] #42 27.40 CC images/fh.o [2020-11-17T19:14:31.091Z] #42 27.70 CC images/fsnotify.o [2020-11-17T19:14:31.091Z] #42 28.38 CC images/signalfd.o [2020-11-17T19:14:31.113Z] #40 67.13 Selecting previously unselected package libnl-3-200:amd64. [2020-11-17T19:14:31.369Z] #40 67.14 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-17T19:14:31.369Z] #40 67.14 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-17T19:14:31.369Z] #40 67.32 Selecting previously unselected package libnl-3-dev:amd64. [2020-11-17T19:14:31.369Z] #40 67.34 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-11-17T19:14:31.369Z] #40 67.39 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-17T19:14:31.390Z] #42 28.58 CC images/fs.o [2020-11-17T19:14:31.545Z] #34 54.99 Building dependency tree... [2020-11-17T19:14:31.697Z] #42 28.93 CC images/pstree.o [2020-11-17T19:14:31.697Z] #42 29.13 CC images/pipe.o [2020-11-17T19:14:31.932Z] #40 67.82 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-17T19:14:31.932Z] #40 67.82 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-17T19:14:31.932Z] #40 67.83 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-17T19:14:31.998Z] #42 29.41 CC images/tcp-stream.o [2020-11-17T19:14:32.189Z] #40 68.10 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-11-17T19:14:32.453Z] #40 68.10 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-11-17T19:14:32.453Z] #40 68.11 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-17T19:14:32.453Z] #40 68.29 Selecting previously unselected package zlib1g-dev:amd64. [2020-11-17T19:14:32.453Z] #40 68.31 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-11-17T19:14:32.453Z] #40 68.33 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-17T19:14:32.657Z] #42 29.81 CC images/sk-packet.o [2020-11-17T19:14:32.957Z] #42 30.21 CC images/mnt.o [2020-11-17T19:14:33.027Z] #40 68.91 Selecting previously unselected package libprotobuf17:amd64. [2020-11-17T19:14:33.027Z] #40 68.91 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-11-17T19:14:33.027Z] #40 68.93 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-17T19:14:33.257Z] #42 30.52 CC images/pipe-data.o [2020-11-17T19:14:33.558Z] #42 30.77 CC images/sa.o [2020-11-17T19:14:33.635Z] #18 10.34 Reading package lists... [2020-11-17T19:14:33.635Z] #18 ... [2020-11-17T19:14:33.635Z] [2020-11-17T19:14:33.635Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:33.635Z] #51 10.60 + cd /tmp/tmp.XBKB4cqhRY/src/github.com/opencontainers/runc [2020-11-17T19:14:33.635Z] #51 10.61 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-17T19:14:33.635Z] #51 11.26 + '[' -z '' ']' [2020-11-17T19:14:33.635Z] #51 11.26 + target=static [2020-11-17T19:14:33.635Z] #51 11.26 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-17T19:14:33.635Z] #51 11.66 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-17T19:14:33.635Z] #51 ... [2020-11-17T19:14:33.635Z] [2020-11-17T19:14:33.635Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:14:33.862Z] #42 31.03 CC images/timer.o [2020-11-17T19:14:34.094Z] #34 ... [2020-11-17T19:14:34.094Z] [2020-11-17T19:14:34.094Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:34.094Z] #43 55.83 internal/reflectlite [2020-11-17T19:14:34.094Z] #43 55.93 github.com/LK4D4/vndr/godl/singleflight [2020-11-17T19:14:34.094Z] #43 56.42 math/rand [2020-11-17T19:14:34.094Z] #43 58.93 internal/singleflight [2020-11-17T19:14:34.094Z] #43 60.24 strconv [2020-11-17T19:14:34.094Z] #43 60.24 io [2020-11-17T19:14:34.175Z] #42 31.46 CC images/timerfd.o [2020-11-17T19:14:34.177Z] #56 DONE 96.9s [2020-11-17T19:14:34.177Z] [2020-11-17T19:14:34.177Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-17T19:14:34.177Z] #57 DONE 0.2s [2020-11-17T19:14:34.177Z] [2020-11-17T19:14:34.177Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-17T19:14:34.177Z] #58 DONE 0.2s [2020-11-17T19:14:34.177Z] [2020-11-17T19:14:34.177Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:34.177Z] #41 25.92 CC images/remap-file-path.o [2020-11-17T19:14:34.177Z] #41 26.19 CC images/eventfd.o [2020-11-17T19:14:34.177Z] #41 26.42 CC images/eventpoll.o [2020-11-17T19:14:34.177Z] #41 26.70 CC images/fh.o [2020-11-17T19:14:34.177Z] #41 27.06 CC images/fsnotify.o [2020-11-17T19:14:34.177Z] #41 28.05 CC images/signalfd.o [2020-11-17T19:14:34.177Z] #41 28.37 CC images/fs.o [2020-11-17T19:14:34.177Z] #41 28.63 CC images/pstree.o [2020-11-17T19:14:34.177Z] #41 28.77 CC images/pipe.o [2020-11-17T19:14:34.177Z] #41 28.92 CC images/tcp-stream.o [2020-11-17T19:14:34.177Z] #41 29.14 CC images/sk-packet.o [2020-11-17T19:14:34.177Z] #41 29.59 CC images/mnt.o [2020-11-17T19:14:34.177Z] #41 29.93 CC images/pipe-data.o [2020-11-17T19:14:34.177Z] #41 30.13 CC images/sa.o [2020-11-17T19:14:34.177Z] #41 30.40 CC images/timer.o [2020-11-17T19:14:34.177Z] #41 30.75 CC images/timerfd.o [2020-11-17T19:14:34.177Z] #41 30.95 CC images/mm.o [2020-11-17T19:14:34.397Z] #40 70.33 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-11-17T19:14:34.441Z] #41 31.24 CC images/sk-opts.o [2020-11-17T19:14:34.441Z] #41 31.48 CC images/sk-unix.o [2020-11-17T19:14:34.508Z] #42 31.72 CC images/mm.o [2020-11-17T19:14:34.654Z] #40 70.35 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-11-17T19:14:34.654Z] #40 70.36 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-17T19:14:34.666Z] #43 ... [2020-11-17T19:14:34.666Z] [2020-11-17T19:14:34.666Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:34.666Z] #34 61.27 The following additional packages will be installed: [2020-11-17T19:14:34.666Z] #34 61.31 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-17T19:14:34.666Z] #34 61.35 Suggested packages: [2020-11-17T19:14:34.807Z] #42 32.04 CC images/sk-opts.o [2020-11-17T19:14:34.911Z] #40 70.74 Selecting previously unselected package libprotobuf-dev:amd64. [2020-11-17T19:14:34.911Z] #40 70.74 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-11-17T19:14:34.911Z] #40 70.74 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-17T19:14:34.911Z] #40 ... [2020-11-17T19:14:34.911Z] [2020-11-17T19:14:34.911Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:14:34.930Z] #34 61.38 cmake-doc ninja-build lrzip [2020-11-17T19:14:34.930Z] #34 61.38 Recommended packages: [2020-11-17T19:14:34.930Z] #34 61.38 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-17T19:14:35.021Z] #41 31.95 CC images/sk-inet.o [2020-11-17T19:14:35.107Z] #42 32.29 CC images/sk-unix.o [2020-11-17T19:14:35.407Z] #42 32.61 CC images/sk-inet.o [2020-11-17T19:14:35.425Z] #30 70.66 Checking out files: 81% (1237/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) [2020-11-17T19:14:35.425Z] #30 ... [2020-11-17T19:14:35.425Z] [2020-11-17T19:14:35.425Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:35.425Z] #32 61.36 io [2020-11-17T19:14:35.425Z] #32 63.58 internal/oserror [2020-11-17T19:14:35.425Z] #32 63.80 syscall [2020-11-17T19:14:35.425Z] #32 65.97 reflect [2020-11-17T19:14:35.605Z] #41 32.32 CC images/tun.o [2020-11-17T19:14:35.681Z] #32 ... [2020-11-17T19:14:35.681Z] [2020-11-17T19:14:35.681Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:14:35.708Z] #42 32.94 CC images/tun.o [2020-11-17T19:14:35.870Z] #41 ... [2020-11-17T19:14:35.870Z] [2020-11-17T19:14:35.870Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:35.870Z] #43 88.86 crypto/dsa [2020-11-17T19:14:35.870Z] #43 89.23 github.com/LK4D4/vndr/build [2020-11-17T19:14:35.870Z] #43 89.59 vendor/golang.org/x/text/unicode/norm [2020-11-17T19:14:35.870Z] #43 91.53 vendor/golang.org/x/crypto/cryptobyte [2020-11-17T19:14:35.870Z] #43 93.57 mime [2020-11-17T19:14:35.870Z] #43 96.07 net/textproto [2020-11-17T19:14:35.870Z] #43 96.08 vendor/golang.org/x/net/http/httpproxy [2020-11-17T19:14:35.870Z] #43 96.08 crypto/x509 [2020-11-17T19:14:35.870Z] #43 97.45 vendor/golang.org/x/net/http/httpguts [2020-11-17T19:14:35.870Z] #43 97.47 mime/multipart [2020-11-17T19:14:36.136Z] #43 ... [2020-11-17T19:14:36.136Z] [2020-11-17T19:14:36.136Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:36.136Z] #41 32.84 CC images/sk-netlink.o [2020-11-17T19:14:36.233Z] #42 33.26 CC images/sk-netlink.o [2020-11-17T19:14:36.233Z] #42 33.45 CC images/packet-sock.o [2020-11-17T19:14:36.314Z] #34 63.05 The following NEW packages will be installed: [2020-11-17T19:14:36.314Z] #34 63.10 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-17T19:14:36.401Z] #41 33.22 CC images/packet-sock.o [2020-11-17T19:14:36.455Z] #30 70.66 Checking out files: 81% (1237/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% (1413/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-17T19:14:36.455Z] #30 ... [2020-11-17T19:14:36.455Z] [2020-11-17T19:14:36.455Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:36.455Z] #11 62.26 The following NEW packages will be installed: [2020-11-17T19:14:36.455Z] #11 62.26 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-17T19:14:36.455Z] #11 62.26 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-17T19:14:36.455Z] #11 62.26 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-17T19:14:36.455Z] #11 62.26 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-17T19:14:36.455Z] #11 62.26 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-17T19:14:36.455Z] #11 62.31 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-17T19:14:36.455Z] #11 63.00 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:14:36.455Z] #11 63.00 Need to get 77.7 MB of archives. [2020-11-17T19:14:36.455Z] #11 63.00 After this operation, 487 MB of additional disk space will be used. [2020-11-17T19:14:36.455Z] #11 63.00 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-17T19:14:36.455Z] #11 63.25 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-17T19:14:36.455Z] #11 63.76 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-17T19:14:36.455Z] #11 63.78 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-17T19:14:36.455Z] #11 63.80 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-11-17T19:14:36.455Z] #11 63.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-17T19:14:36.455Z] #11 64.51 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-17T19:14:36.455Z] #11 65.00 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-17T19:14:36.455Z] #11 65.01 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-17T19:14:36.455Z] #11 70.13 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-17T19:14:36.455Z] #11 ... [2020-11-17T19:14:36.455Z] [2020-11-17T19:14:36.455Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:14:36.455Z] #30 72.10 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-17T19:14:36.577Z] #34 63.15 vim-common xxd [2020-11-17T19:14:36.667Z] #41 33.68 CC images/ipc-var.o [2020-11-17T19:14:36.713Z] #30 72.48 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-17T19:14:36.906Z] #42 33.93 CC images/ipc-var.o [2020-11-17T19:14:36.906Z] #42 34.12 CC images/ipc-desc.o [2020-11-17T19:14:36.906Z] #42 ... [2020-11-17T19:14:36.906Z] [2020-11-17T19:14:36.906Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:36.906Z] #12 104.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-17T19:14:36.941Z] #41 33.82 CC images/ipc-desc.o [2020-11-17T19:14:36.941Z] #41 ... [2020-11-17T19:14:36.941Z] [2020-11-17T19:14:36.941Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:36.941Z] #11 89.79 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-17T19:14:36.941Z] #11 89.79 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-17T19:14:36.941Z] #11 89.81 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:36.941Z] #11 ... [2020-11-17T19:14:36.941Z] [2020-11-17T19:14:36.941Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:36.941Z] #41 33.96 CC images/ipc-shm.o [2020-11-17T19:14:37.007Z] #18 14.11 Reading package lists... [2020-11-17T19:14:37.007Z] #18 ... [2020-11-17T19:14:37.007Z] [2020-11-17T19:14:37.007Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:37.007Z] #43 165.0 github.com/LK4D4/vndr/godl [2020-11-17T19:14:37.007Z] #43 165.8 github.com/LK4D4/vndr [2020-11-17T19:14:37.007Z] #43 DONE 175.0s [2020-11-17T19:14:37.007Z] [2020-11-17T19:14:37.008Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:37.008Z] #41 67.46 CC criu/arch/x86/vdso-pie.o [2020-11-17T19:14:37.008Z] #41 67.73 CC criu/arch/x86/restorer.o [2020-11-17T19:14:37.008Z] #41 68.34 CC criu/arch/x86/restorer_unmap.o [2020-11-17T19:14:37.008Z] #41 68.38 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-17T19:14:37.008Z] #41 68.77 CC criu/pie/restorer.o [2020-11-17T19:14:37.008Z] #41 71.90 LINK criu/pie/restorer.built-in.o [2020-11-17T19:14:37.008Z] #41 71.92 GEN criu/pie/restorer-blob.h [2020-11-17T19:14:37.008Z] #41 72.03 DEP criu/vdso.d [2020-11-17T19:14:37.008Z] #41 72.30 DEP criu/vdso-compat.d [2020-11-17T19:14:37.008Z] #41 72.45 DEP criu/uts_ns.d [2020-11-17T19:14:37.008Z] #41 72.65 DEP criu/util.d [2020-11-17T19:14:37.008Z] #41 72.93 DEP criu/uffd.d [2020-11-17T19:14:37.008Z] #41 73.15 DEP criu/tun.d [2020-11-17T19:14:37.008Z] #41 73.33 DEP criu/tty.d [2020-11-17T19:14:37.008Z] #41 73.55 DEP criu/timerfd.d [2020-11-17T19:14:37.008Z] #41 73.71 DEP criu/timens.d [2020-11-17T19:14:37.008Z] #41 73.97 DEP criu/sysfs_parse.d [2020-11-17T19:14:37.008Z] #41 74.25 DEP criu/sysctl.d [2020-11-17T19:14:37.008Z] #41 74.48 DEP criu/string.d [2020-11-17T19:14:37.008Z] #41 74.52 DEP criu/stats.d [2020-11-17T19:14:37.008Z] #41 ... [2020-11-17T19:14:37.008Z] [2020-11-17T19:14:37.008Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:14:37.008Z] #18 14.11 Reading package lists... [2020-11-17T19:14:37.148Z] #34 63.80 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:14:37.148Z] #34 63.80 Need to get 14.9 MB of archives. [2020-11-17T19:14:37.148Z] #34 63.80 After this operation, 61.8 MB of additional disk space will be used. [2020-11-17T19:14:37.148Z] #34 63.80 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-17T19:14:37.148Z] #34 63.81 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-17T19:14:37.148Z] #34 63.86 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-17T19:14:37.205Z] #12 104.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-17T19:14:37.205Z] #12 104.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:37.205Z] #12 ... [2020-11-17T19:14:37.205Z] [2020-11-17T19:14:37.205Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:37.205Z] #50 94.69 encoding/json [2020-11-17T19:14:37.205Z] #50 95.75 golang.org/x/sys/unix [2020-11-17T19:14:37.205Z] #50 ... [2020-11-17T19:14:37.205Z] [2020-11-17T19:14:37.205Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:37.205Z] #42 34.36 CC images/ipc-shm.o [2020-11-17T19:14:37.205Z] #42 34.58 CC images/ipc-msg.o [2020-11-17T19:14:37.208Z] #41 34.15 CC images/ipc-msg.o [2020-11-17T19:14:37.410Z] #34 64.07 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-17T19:14:37.505Z] #42 34.87 CC images/ipc-sem.o [2020-11-17T19:14:37.643Z] #30 ... [2020-11-17T19:14:37.643Z] [2020-11-17T19:14:37.643Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:37.643Z] #54 1.470 + RM_GOPATH=0 [2020-11-17T19:14:37.643Z] #54 1.470 + TMP_GOPATH= [2020-11-17T19:14:37.643Z] #54 1.470 + : /build [2020-11-17T19:14:37.643Z] #54 1.470 + '[' -z '' ']' [2020-11-17T19:14:37.643Z] #54 1.478 ++ mktemp -d [2020-11-17T19:14:37.643Z] #54 1.494 + export GOPATH=/tmp/tmp.TLkfJa9nT3 [2020-11-17T19:14:37.643Z] #54 1.494 + GOPATH=/tmp/tmp.TLkfJa9nT3 [2020-11-17T19:14:37.643Z] #54 1.494 + RM_GOPATH=1 [2020-11-17T19:14:37.643Z] #54 1.494 + case "$(go env GOARCH)" in [2020-11-17T19:14:37.643Z] #54 1.494 ++ go env GOARCH [2020-11-17T19:14:37.643Z] #54 1.530 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:37.643Z] #54 1.530 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:37.643Z] #54 1.530 ++ dirname /tmp/install/install.sh [2020-11-17T19:14:37.643Z] #54 1.530 + dir=/tmp/install [2020-11-17T19:14:37.643Z] #54 1.530 + bin=containerd [2020-11-17T19:14:37.643Z] #54 1.530 + shift [2020-11-17T19:14:37.643Z] #54 1.530 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-17T19:14:37.643Z] #54 1.530 + . /tmp/install/containerd.installer [2020-11-17T19:14:37.643Z] #54 1.530 ++ set -e [2020-11-17T19:14:37.643Z] #54 1.530 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:14:37.643Z] #54 1.530 + install_containerd [2020-11-17T19:14:37.643Z] #54 1.530 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:14:37.643Z] #54 1.530 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-17T19:14:37.643Z] #54 1.530 + git clone https://github.com/containerd/containerd.git /tmp/tmp.TLkfJa9nT3/src/github.com/containerd/containerd [2020-11-17T19:14:37.643Z] #54 1.541 Cloning into '/tmp/tmp.TLkfJa9nT3/src/github.com/containerd/containerd'... [2020-11-17T19:14:37.643Z] #54 ... [2020-11-17T19:14:37.643Z] [2020-11-17T19:14:37.643Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:37.643Z] #40 73.06 Selecting previously unselected package libprotoc17:amd64. [2020-11-17T19:14:37.643Z] #40 73.06 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-11-17T19:14:37.643Z] #40 73.11 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-17T19:14:37.790Z] #41 34.60 CC images/ipc-sem.o [2020-11-17T19:14:37.804Z] #42 35.05 CC images/utsns.o [2020-11-17T19:14:38.055Z] #41 34.91 CC images/utsns.o [2020-11-17T19:14:38.056Z] #41 35.11 CC images/creds.o [2020-11-17T19:14:38.104Z] #42 35.28 CC images/creds.o [2020-11-17T19:14:38.210Z] #18 18.08 Building dependency tree... [2020-11-17T19:14:38.321Z] Fetching without tags [2020-11-17T19:14:38.402Z] #42 35.47 CC images/vma.o [2020-11-17T19:14:38.470Z] #18 19.49 libcap2-bin is already the newest version (1:2.25-2). [2020-11-17T19:14:38.470Z] #18 19.49 The following additional packages will be installed: [2020-11-17T19:14:38.470Z] #18 19.49 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-17T19:14:38.470Z] #18 19.49 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-17T19:14:38.470Z] #18 19.49 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-17T19:14:38.470Z] #18 19.49 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-17T19:14:38.470Z] #18 19.49 python3.7 python3.7-minimal vim-runtime xxd [2020-11-17T19:14:38.470Z] #18 19.50 Suggested packages: [2020-11-17T19:14:38.470Z] #18 19.50 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-17T19:14:38.470Z] #18 19.50 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-17T19:14:38.470Z] #18 19.50 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-17T19:14:38.470Z] #18 19.50 Recommended packages: [2020-11-17T19:14:38.470Z] #18 19.50 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-17T19:14:38.470Z] #18 19.50 python3-keyrings.alt python3-xdg unzip [2020-11-17T19:14:38.574Z] #40 74.23 Selecting previously unselected package protobuf-c-compiler. [2020-11-17T19:14:38.574Z] #40 74.24 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-11-17T19:14:38.574Z] #40 74.24 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-17T19:14:38.636Z] #41 35.30 CC images/vma.o [2020-11-17T19:14:38.636Z] #41 35.51 CC images/netdev.o [2020-11-17T19:14:38.718Z] #42 35.82 CC images/netdev.o [2020-11-17T19:14:38.798Z] #34 65.24 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-11-17T19:14:38.798Z] #34 65.33 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-11-17T19:14:38.798Z] #34 65.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-11-17T19:14:38.798Z] #34 65.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-11-17T19:14:38.798Z] #34 65.45 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-11-17T19:14:38.798Z] #34 65.47 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-11-17T19:14:38.831Z] #40 74.67 Selecting previously unselected package protobuf-compiler. [2020-11-17T19:14:38.831Z] #40 74.67 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-11-17T19:14:38.831Z] #40 74.68 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-17T19:14:38.901Z] #41 35.73 CC images/tty.o [2020-11-17T19:14:39.018Z] #42 36.27 CC images/tty.o [2020-11-17T19:14:39.025Z] Merging remotes/origin/master commit 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 into PR head commit 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:14:39.088Z] #40 75.03 Selecting previously unselected package python-pkg-resources. [2020-11-17T19:14:39.166Z] #41 36.23 CC images/file-lock.o [2020-11-17T19:14:39.344Z] #40 75.03 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-17T19:14:39.344Z] #40 75.03 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-17T19:14:39.369Z] #34 ... [2020-11-17T19:14:39.369Z] [2020-11-17T19:14:39.369Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:39.369Z] #62 DONE 65.9s [2020-11-17T19:14:39.369Z] [2020-11-17T19:14:39.369Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:39.369Z] #47 57.13 go: extracting golang.org/x/text v0.3.2 [2020-11-17T19:14:39.369Z] #47 64.57 go: finding github.com/fatih/color v1.7.0 [2020-11-17T19:14:39.369Z] #47 64.57 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-17T19:14:39.369Z] #47 64.62 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-17T19:14:39.369Z] #47 64.64 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-17T19:14:39.369Z] #47 64.67 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-17T19:14:39.369Z] #47 64.77 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-17T19:14:39.369Z] #47 64.78 go: finding github.com/pkg/errors v0.8.1 [2020-11-17T19:14:39.369Z] #47 64.88 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-17T19:14:39.369Z] #47 64.91 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-17T19:14:39.369Z] #47 64.93 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-17T19:14:39.369Z] #47 64.96 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-17T19:14:39.369Z] #47 64.99 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-17T19:14:39.369Z] #47 65.01 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-17T19:14:39.369Z] #47 65.01 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-17T19:14:39.369Z] #47 65.11 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-17T19:14:39.369Z] #47 65.15 go: finding github.com/stretchr/testify v1.4.0 [2020-11-17T19:14:39.369Z] #47 65.15 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-17T19:14:39.369Z] #47 65.20 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-17T19:14:39.369Z] #47 65.38 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-17T19:14:39.369Z] #47 65.38 go: finding github.com/spf13/viper v1.6.1 [2020-11-17T19:14:39.369Z] #47 65.41 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-17T19:14:39.369Z] #47 65.42 go: finding github.com/stretchr/objx v0.2.0 [2020-11-17T19:14:39.369Z] #47 65.46 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-17T19:14:39.369Z] #47 65.48 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-17T19:14:39.369Z] #47 65.54 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-17T19:14:39.369Z] #47 65.57 go: finding github.com/spf13/cobra v0.0.5 [2020-11-17T19:14:39.369Z] #47 65.57 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-17T19:14:39.369Z] #47 65.62 go: finding github.com/gobwas/glob v0.2.3 [2020-11-17T19:14:39.369Z] #47 65.72 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-17T19:14:39.369Z] #47 65.72 go: finding github.com/spf13/pflag v1.0.5 [2020-11-17T19:14:39.369Z] #47 65.80 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-17T19:14:39.369Z] #47 65.82 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-17T19:14:39.369Z] #47 65.87 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-17T19:14:39.369Z] #47 65.90 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-17T19:14:39.369Z] #47 65.98 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-17T19:14:39.369Z] #47 66.12 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-17T19:14:39.369Z] #47 ... [2020-11-17T19:14:39.369Z] [2020-11-17T19:14:39.369Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:39.369Z] #40 45.54 Reading package lists... [2020-11-17T19:14:39.369Z] #40 56.62 Building dependency tree... [2020-11-17T19:14:39.369Z] #40 62.84 The following additional packages will be installed: [2020-11-17T19:14:39.369Z] #40 62.84 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-17T19:14:39.369Z] #40 62.86 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-17T19:14:39.369Z] #40 62.87 Suggested packages: [2020-11-17T19:14:39.369Z] #40 62.87 manpages-dev python-setuptools [2020-11-17T19:14:39.369Z] #40 64.54 The following NEW packages will be installed: [2020-11-17T19:14:39.369Z] #40 64.54 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-17T19:14:39.369Z] #40 64.54 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-17T19:14:39.369Z] #40 64.56 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-17T19:14:39.369Z] #40 64.56 python-six zlib1g-dev [2020-11-17T19:14:39.369Z] #40 65.16 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:14:39.369Z] #40 65.16 Need to get 4095 kB of archives. [2020-11-17T19:14:39.369Z] #40 65.16 After this operation, 22.5 MB of additional disk space will be used. [2020-11-17T19:14:39.369Z] #40 65.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-11-17T19:14:39.369Z] #40 65.17 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-17T19:14:39.369Z] #40 65.17 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-17T19:14:39.369Z] #40 65.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-17T19:14:39.369Z] #40 65.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-11-17T19:14:39.369Z] #40 65.21 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-17T19:14:39.369Z] #40 65.21 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-17T19:14:39.369Z] #40 65.22 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-17T19:14:39.369Z] #40 65.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-11-17T19:14:39.369Z] #40 65.41 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-11-17T19:14:39.369Z] #40 65.41 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-11-17T19:14:39.369Z] #40 65.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-11-17T19:14:39.369Z] #40 65.68 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-17T19:14:39.369Z] #40 65.68 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-17T19:14:39.369Z] #40 65.69 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-17T19:14:39.369Z] #40 65.70 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-11-17T19:14:39.369Z] #40 65.75 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-11-17T19:14:39.601Z] #40 75.52 Selecting previously unselected package python-six. [2020-11-17T19:14:39.601Z] #40 75.53 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-17T19:14:39.601Z] #40 75.54 Unpacking python-six (1.12.0-1) ... [2020-11-17T19:14:39.629Z] #40 ... [2020-11-17T19:14:39.630Z] [2020-11-17T19:14:39.630Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:39.630Z] #47 66.13 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-17T19:14:39.630Z] #47 66.19 go: finding github.com/magiconair/properties v1.8.1 [2020-11-17T19:14:39.630Z] #47 66.25 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-17T19:14:39.630Z] #47 66.25 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-17T19:14:39.630Z] #47 66.32 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-17T19:14:39.670Z] #42 36.88 CC images/file-lock.o [2020-11-17T19:14:39.746Z] #41 36.57 CC images/rlimit.o [2020-11-17T19:14:39.890Z] #47 66.45 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-17T19:14:39.890Z] #47 66.64 go: finding github.com/spf13/afero v1.1.2 [2020-11-17T19:14:39.890Z] #47 ... [2020-11-17T19:14:39.890Z] [2020-11-17T19:14:39.890Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:14:39.890Z] #53 46.39 Reading package lists... [2020-11-17T19:14:39.890Z] #53 57.05 Building dependency tree... [2020-11-17T19:14:39.890Z] #53 63.05 The following additional packages will be installed: [2020-11-17T19:14:39.890Z] #53 63.05 libbtrfs0 [2020-11-17T19:14:39.890Z] #53 63.42 The following NEW packages will be installed: [2020-11-17T19:14:39.890Z] #53 63.44 libbtrfs-dev libbtrfs0 [2020-11-17T19:14:39.890Z] #53 63.93 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:14:39.890Z] #53 63.93 Need to get 119 kB of archives. [2020-11-17T19:14:39.890Z] #53 63.93 After this operation, 387 kB of additional disk space will be used. [2020-11-17T19:14:39.890Z] #53 63.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-17T19:14:39.890Z] #53 63.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-17T19:14:39.890Z] #53 65.46 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:14:39.890Z] #53 65.76 Fetched 119 kB in 0s (392 kB/s) [2020-11-17T19:14:39.890Z] #53 65.87 Selecting previously unselected package libbtrfs0. [2020-11-17T19:14:39.890Z] #53 65.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-17T19:14:39.890Z] #53 66.02 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-17T19:14:39.891Z] #53 66.05 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-17T19:14:39.891Z] #53 66.23 Selecting previously unselected package libbtrfs-dev. [2020-11-17T19:14:39.891Z] #53 66.24 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-17T19:14:39.891Z] #53 66.25 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:14:40.001Z] #42 37.08 CC images/rlimit.o [2020-11-17T19:14:40.001Z] #42 37.28 CC images/pagemap.o [2020-11-17T19:14:40.020Z] #41 36.83 CC images/pagemap.o [2020-11-17T19:14:40.151Z] #53 ... [2020-11-17T19:14:40.151Z] [2020-11-17T19:14:40.151Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:40.151Z] #47 66.67 go: finding github.com/spf13/cast v1.3.0 [2020-11-17T19:14:40.151Z] #47 66.78 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-17T19:14:40.151Z] #47 66.79 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-17T19:14:40.163Z] #40 75.76 Selecting previously unselected package python-protobuf. [2020-11-17T19:14:40.163Z] #40 75.78 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-11-17T19:14:40.163Z] #40 75.79 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-17T19:14:40.287Z] #41 37.16 CC images/siginfo.o [2020-11-17T19:14:40.303Z] #42 37.63 CC images/siginfo.o [2020-11-17T19:14:40.384Z] #18 21.25 The following NEW packages will be installed: [2020-11-17T19:14:40.384Z] #18 21.25 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-17T19:14:40.384Z] #18 21.26 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-17T19:14:40.384Z] #18 21.26 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-17T19:14:40.384Z] #18 21.26 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-17T19:14:40.384Z] #18 21.26 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-17T19:14:40.384Z] #18 21.26 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-17T19:14:40.384Z] #18 21.26 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-17T19:14:40.384Z] #18 21.26 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-17T19:14:40.384Z] #18 21.26 xz-utils zip [2020-11-17T19:14:40.412Z] #47 66.93 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-17T19:14:40.412Z] #47 66.97 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-17T19:14:40.412Z] #47 ... [2020-11-17T19:14:40.412Z] [2020-11-17T19:14:40.412Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:40.412Z] #32 56.92 sort [2020-11-17T19:14:40.412Z] #32 56.94 errors [2020-11-17T19:14:40.412Z] #32 58.10 strconv [2020-11-17T19:14:40.412Z] #32 59.13 io [2020-11-17T19:14:40.412Z] #32 61.58 internal/oserror [2020-11-17T19:14:40.412Z] #32 61.81 syscall [2020-11-17T19:14:40.412Z] #32 64.92 reflect [2020-11-17T19:14:40.412Z] #32 ... [2020-11-17T19:14:40.412Z] [2020-11-17T19:14:40.412Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:40.412Z] #47 67.05 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-17T19:14:40.412Z] #47 67.15 go: finding golang.org/x/text v0.3.2 [2020-11-17T19:14:40.554Z] #41 37.50 CC images/rpc.o [2020-11-17T19:14:40.603Z] #42 37.93 CC images/rpc.o [2020-11-17T19:14:40.672Z] #47 67.19 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-17T19:14:40.672Z] #47 67.35 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-17T19:14:40.727Z] #40 ... [2020-11-17T19:14:40.727Z] [2020-11-17T19:14:40.727Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:40.727Z] #43 66.39 bufio [2020-11-17T19:14:40.727Z] #43 67.71 reflect [2020-11-17T19:14:40.727Z] #43 69.06 syscall [2020-11-17T19:14:40.727Z] #43 ... [2020-11-17T19:14:40.727Z] [2020-11-17T19:14:40.727Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:40.727Z] #11 74.09 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-11-17T19:14:40.727Z] #11 74.09 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-11-17T19:14:40.727Z] #11 74.10 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-17T19:14:40.727Z] #11 74.12 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-17T19:14:40.727Z] #11 74.13 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-17T19:14:40.727Z] #11 74.13 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-11-17T19:14:40.727Z] #11 74.16 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-11-17T19:14:40.727Z] #11 74.20 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-11-17T19:14:40.727Z] #11 74.23 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-11-17T19:14:40.727Z] #11 74.30 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-11-17T19:14:40.727Z] #11 74.33 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-11-17T19:14:40.727Z] #11 74.43 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-11-17T19:14:40.728Z] #11 74.46 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-17T19:14:40.728Z] #11 74.46 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-11-17T19:14:40.728Z] #11 74.47 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-11-17T19:14:40.728Z] #11 76.50 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:14:38.019Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:14:38.071Z] > git config --add remote.origin.fetch +refs/pull/41682/head:refs/remotes/origin/PR-41682 # timeout=10 [2020-11-17T19:14:38.113Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:14:38.224Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-17T19:14:38.346Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-17T19:14:38.346Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:14:38.348Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41682/head:refs/remotes/origin/PR-41682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-17T19:14:39.120Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:14:39.168Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:14:40.933Z] #47 ... [2020-11-17T19:14:40.933Z] [2020-11-17T19:14:40.933Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-17T19:14:40.933Z] #53 66.83 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-17T19:14:40.933Z] #53 66.89 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:14:40.933Z] #53 66.93 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:14:40.933Z] #53 DONE 67.5s [2020-11-17T19:14:40.956Z] #18 21.68 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:14:40.956Z] #18 21.68 Need to get 28.5 MB of archives. [2020-11-17T19:14:40.956Z] #18 21.68 After this operation, 116 MB of additional disk space will be used. [2020-11-17T19:14:40.956Z] #18 21.68 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-17T19:14:40.956Z] #18 21.69 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-17T19:14:40.956Z] #18 21.70 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-17T19:14:40.956Z] #18 21.81 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-11-17T19:14:40.956Z] #18 21.82 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-17T19:14:40.956Z] #18 21.83 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-17T19:14:40.956Z] #18 21.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-11-17T19:14:40.956Z] #18 21.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-17T19:14:40.956Z] #18 21.97 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-17T19:14:40.956Z] #18 22.04 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-17T19:14:40.985Z] #11 76.83 Fetched 77.7 MB in 12s (6533 kB/s) [2020-11-17T19:14:41.194Z] [2020-11-17T19:14:41.194Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:41.194Z] #11 48.03 Reading package lists... [2020-11-17T19:14:41.194Z] #11 58.32 Building dependency tree... [2020-11-17T19:14:41.194Z] #11 64.17 The following additional packages will be installed: [2020-11-17T19:14:41.194Z] #11 64.17 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-17T19:14:41.194Z] #11 64.17 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-17T19:14:41.194Z] #11 64.18 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-17T19:14:41.194Z] #11 64.19 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-17T19:14:41.194Z] #11 64.22 Suggested packages: [2020-11-17T19:14:41.194Z] #11 64.23 gcc-8-locales seccomp wine64 [2020-11-17T19:14:41.194Z] #11 66.23 The following NEW packages will be installed: [2020-11-17T19:14:41.194Z] #11 66.23 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-17T19:14:41.194Z] #11 66.23 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-17T19:14:41.194Z] #11 66.23 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-17T19:14:41.194Z] #11 66.23 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-17T19:14:41.194Z] #11 66.23 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-17T19:14:41.194Z] #11 66.25 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-17T19:14:41.194Z] #11 66.96 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:14:41.194Z] #11 66.96 Need to get 77.7 MB of archives. [2020-11-17T19:14:41.194Z] #11 66.96 After this operation, 487 MB of additional disk space will be used. [2020-11-17T19:14:41.194Z] #11 66.96 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-17T19:14:41.194Z] #11 67.35 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-17T19:14:41.194Z] #11 67.77 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-17T19:14:41.194Z] #11 67.77 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-17T19:14:41.194Z] #11 67.77 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-11-17T19:14:41.194Z] #11 67.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-17T19:14:41.194Z] #11 ... [2020-11-17T19:14:41.194Z] [2020-11-17T19:14:41.194Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:41.194Z] #47 67.64 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-17T19:14:41.194Z] #47 67.84 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-17T19:14:41.194Z] #47 67.86 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-17T19:14:41.194Z] #47 67.94 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-17T19:14:41.194Z] #47 67.94 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-17T19:14:41.194Z] #47 67.94 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-17T19:14:41.194Z] #47 67.96 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-17T19:14:41.194Z] #47 67.99 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-17T19:14:41.218Z] #18 22.09 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-17T19:14:41.218Z] #18 22.09 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-17T19:14:41.218Z] #18 22.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-17T19:14:41.218Z] #18 22.26 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-17T19:14:41.218Z] #18 22.26 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-17T19:14:41.218Z] #18 22.26 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-17T19:14:41.218Z] #18 22.28 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-17T19:14:41.218Z] #18 22.29 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-17T19:14:41.218Z] #18 22.29 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-17T19:14:41.218Z] #18 22.31 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-17T19:14:41.242Z] #11 76.95 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-17T19:14:41.242Z] #11 76.96 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-17T19:14:41.242Z] #11 77.09 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-11-17T19:14:41.242Z] #11 77.09 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-17T19:14:41.455Z] #47 68.12 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-17T19:14:41.480Z] #18 22.32 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-17T19:14:41.480Z] #18 22.35 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-17T19:14:41.480Z] #18 22.37 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-17T19:14:41.480Z] #18 22.37 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-17T19:14:41.480Z] #18 22.55 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-17T19:14:41.715Z] #47 68.21 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-17T19:14:41.715Z] #47 68.25 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-17T19:14:41.715Z] #47 68.25 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-17T19:14:41.715Z] #47 68.31 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-17T19:14:41.715Z] #47 68.31 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-17T19:14:41.715Z] #47 68.36 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-17T19:14:41.741Z] #18 22.84 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-17T19:14:41.956Z] #41 38.97 CC images/ext-file.o [2020-11-17T19:14:41.975Z] #47 68.44 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-17T19:14:41.975Z] #47 68.53 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-17T19:14:42.002Z] #18 22.98 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-17T19:14:42.002Z] #18 22.98 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-17T19:14:42.002Z] #18 22.98 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-17T19:14:42.026Z] Merge succeeded, producing 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:14:42.026Z] Checking out Revision 941fea1c58966531ef56fc020a3901158a01a473 (PR-41682) [2020-11-17T19:14:42.150Z] #42 39.34 CC images/ext-file.o [2020-11-17T19:14:42.235Z] #47 68.86 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-17T19:14:42.459Z] #42 39.61 CC images/cgroup.o [2020-11-17T19:14:42.496Z] #47 68.98 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-17T19:14:42.496Z] #47 69.11 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-17T19:14:42.496Z] #47 69.13 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-17T19:14:42.537Z] #41 39.34 CC images/cgroup.o [2020-11-17T19:14:42.574Z] #18 23.41 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-17T19:14:42.574Z] #18 23.42 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-17T19:14:42.575Z] #18 23.42 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-17T19:14:42.575Z] #18 23.42 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-17T19:14:42.575Z] #18 23.43 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-17T19:14:42.575Z] #18 23.45 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-17T19:14:42.575Z] #18 23.55 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-17T19:14:42.575Z] #18 23.55 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-17T19:14:42.575Z] #18 23.56 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-17T19:14:42.575Z] #18 23.57 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-17T19:14:42.575Z] #18 23.58 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-17T19:14:42.575Z] #18 23.60 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-17T19:14:42.575Z] #18 23.61 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-17T19:14:42.575Z] #18 23.66 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-17T19:14:42.765Z] #47 69.22 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-17T19:14:42.801Z] #41 ... [2020-11-17T19:14:42.801Z] [2020-11-17T19:14:42.801Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:42.801Z] #11 103.7 Selecting previously unselected package libapparmor1:arm64. [2020-11-17T19:14:42.801Z] #11 103.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-11-17T19:14:42.801Z] #11 103.7 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-11-17T19:14:42.801Z] #11 103.9 Selecting previously unselected package libapparmor-dev:arm64. [2020-11-17T19:14:42.801Z] #11 103.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-11-17T19:14:42.802Z] #11 103.9 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-11-17T19:14:42.802Z] #11 104.2 Selecting previously unselected package libbtrfs0. [2020-11-17T19:14:42.802Z] #11 104.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-11-17T19:14:42.802Z] #11 104.2 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-17T19:14:42.802Z] #11 104.4 Selecting previously unselected package libbtrfs-dev. [2020-11-17T19:14:42.802Z] #11 104.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-11-17T19:14:42.802Z] #11 104.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:14:42.802Z] #11 104.5 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-11-17T19:14:42.802Z] #11 104.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-11-17T19:14:42.802Z] #11 104.5 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-11-17T19:14:42.802Z] #11 104.6 Selecting previously unselected package libudev-dev:arm64. [2020-11-17T19:14:42.802Z] #11 104.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ... [2020-11-17T19:14:42.802Z] #11 104.7 Unpacking libudev-dev:arm64 (241-7~deb10u4) ... [2020-11-17T19:14:42.802Z] #11 104.9 Selecting previously unselected package libsepol1-dev:arm64. [2020-11-17T19:14:42.802Z] #11 104.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-11-17T19:14:42.802Z] #11 104.9 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-11-17T19:14:42.802Z] #11 105.3 Selecting previously unselected package libpcre16-3:arm64. [2020-11-17T19:14:42.802Z] #11 105.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-11-17T19:14:42.802Z] #11 105.3 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-11-17T19:14:42.802Z] #11 105.5 Selecting previously unselected package libpcre32-3:arm64. [2020-11-17T19:14:42.802Z] #11 105.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-11-17T19:14:42.802Z] #11 105.5 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-11-17T19:14:42.802Z] #11 105.7 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-11-17T19:14:42.802Z] #11 105.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-11-17T19:14:42.802Z] #11 105.7 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-11-17T19:14:42.802Z] #11 105.8 Selecting previously unselected package libpcre3-dev:arm64. [2020-11-17T19:14:42.802Z] #11 105.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-11-17T19:14:42.802Z] #11 105.8 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-11-17T19:14:42.836Z] #18 23.69 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-17T19:14:42.836Z] #18 23.71 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-17T19:14:43.098Z] #18 23.99 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-17T19:14:43.098Z] #18 24.05 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-17T19:14:43.112Z] #42 40.40 CC images/userns.o [2020-11-17T19:14:43.359Z] #18 24.10 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-17T19:14:43.382Z] #11 106.3 Selecting previously unselected package libselinux1-dev:arm64. [2020-11-17T19:14:43.382Z] #11 106.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-11-17T19:14:43.382Z] #11 106.3 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-11-17T19:14:43.410Z] #42 40.74 CC images/google/protobuf/descriptor.o [2020-11-17T19:14:43.621Z] #18 24.61 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:14:43.648Z] #11 106.7 Selecting previously unselected package libdevmapper-dev:arm64. [2020-11-17T19:14:41.650Z] > git remote # timeout=10 [2020-11-17T19:14:41.731Z] > git config --get remote.origin.url # timeout=10 [2020-11-17T19:14:41.778Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-17T19:14:41.780Z] > git merge 131bf7e685fe604b7ff939e82c9d7adeedc9cc85 # timeout=10 [2020-11-17T19:14:41.914Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-11-17T19:14:42.050Z] > git config core.sparsecheckout # timeout=10 [2020-11-17T19:14:42.098Z] > git checkout -f 941fea1c58966531ef56fc020a3901158a01a473 # timeout=10 [2020-11-17T19:14:43.765Z] #11 ... [2020-11-17T19:14:43.766Z] [2020-11-17T19:14:43.766Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:43.766Z] #43 79.74 time [2020-11-17T19:14:43.882Z] #18 24.70 Fetched 28.5 MB in 3s (10.2 MB/s) [2020-11-17T19:14:43.882Z] #18 24.77 Selecting previously unselected package pigz. [2020-11-17T19:14:43.882Z] #18 24.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-11-17T19:14:43.882Z] #18 24.86 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-17T19:14:43.882Z] #18 24.87 Unpacking pigz (2.4-1) ... [2020-11-17T19:14:43.913Z] #11 106.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-11-17T19:14:43.913Z] #11 106.7 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-11-17T19:14:43.913Z] #11 106.8 Selecting previously unselected package libseccomp-dev:arm64. [2020-11-17T19:14:43.913Z] #11 106.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-11-17T19:14:43.913Z] #11 106.8 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-11-17T19:14:44.060Z] #42 ... [2020-11-17T19:14:44.060Z] [2020-11-17T19:14:44.060Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:44.060Z] #50 111.6 golang.org/x/crypto/ssh/terminal [2020-11-17T19:14:44.144Z] #18 24.94 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-17T19:14:44.144Z] #18 24.95 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-17T19:14:44.144Z] #18 24.96 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-17T19:14:44.178Z] #11 107.0 Selecting previously unselected package libsystemd-dev:arm64. [2020-11-17T19:14:44.178Z] #11 107.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ... [2020-11-17T19:14:44.178Z] #11 107.0 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-11-17T19:14:44.405Z] #18 25.37 Selecting previously unselected package python3.7-minimal. [2020-11-17T19:14:44.667Z] #18 25.37 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-17T19:14:44.667Z] #18 25.39 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-17T19:14:44.757Z] #11 107.7 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-11-17T19:14:44.757Z] #11 107.7 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-11-17T19:14:44.757Z] #11 107.7 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-11-17T19:14:44.757Z] #11 107.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-17T19:14:44.757Z] #11 107.7 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-11-17T19:14:44.757Z] #11 107.7 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-11-17T19:14:44.757Z] #11 107.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:44.757Z] #11 107.8 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-17T19:14:44.757Z] #11 107.8 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-11-17T19:14:44.757Z] #11 107.8 Setting up libudev-dev:arm64 (241-7~deb10u4) ... [2020-11-17T19:14:44.757Z] #11 107.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-17T19:14:44.757Z] #11 107.9 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:14:44.757Z] #11 107.9 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-11-17T19:14:44.757Z] #11 107.9 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-17T19:14:45.023Z] #11 107.9 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-11-17T19:14:45.023Z] #11 107.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-17T19:14:45.023Z] #11 107.9 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-11-17T19:14:45.023Z] #11 108.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:45.023Z] #11 108.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-17T19:14:45.023Z] #11 108.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-17T19:14:45.023Z] #11 108.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:45.023Z] #11 108.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-17T19:14:45.023Z] #11 108.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-17T19:14:45.023Z] #11 108.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-17T19:14:45.023Z] #11 108.0 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-11-17T19:14:45.023Z] #11 108.1 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-11-17T19:14:45.023Z] #11 108.1 Setting up dmsetup (2:1.02.155-3) ... [2020-11-17T19:14:45.023Z] #11 108.1 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-11-17T19:14:45.023Z] #11 108.1 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-11-17T19:14:45.023Z] #11 108.1 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:14:45.240Z] #18 26.12 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-17T19:14:45.240Z] #18 26.15 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-17T19:14:45.658Z] #43 ... [2020-11-17T19:14:45.658Z] [2020-11-17T19:14:45.658Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:45.658Z] #34 71.60 Selecting previously unselected package libicu63:amd64. [2020-11-17T19:14:45.658Z] #34 71.63 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-17T19:14:45.658Z] #34 71.66 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-17T19:14:45.915Z] #34 ... [2020-11-17T19:14:45.915Z] [2020-11-17T19:14:45.915Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:45.915Z] #49 71.76 syscall [2020-11-17T19:14:45.915Z] #49 71.79 reflect [2020-11-17T19:14:46.171Z] #49 ... [2020-11-17T19:14:46.171Z] [2020-11-17T19:14:46.171Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:46.171Z] #11 81.17 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-17T19:14:46.171Z] #11 81.17 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-11-17T19:14:46.171Z] #11 81.18 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-17T19:14:46.627Z] #18 ... [2020-11-17T19:14:46.627Z] [2020-11-17T19:14:46.627Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:14:46.627Z] #30 DONE 184.5s [2020-11-17T19:14:46.627Z] [2020-11-17T19:14:46.627Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:46.627Z] #41 74.63 DEP criu/sockets.d [2020-11-17T19:14:46.627Z] #41 74.90 DEP criu/sk-unix.d [2020-11-17T19:14:46.627Z] #41 75.17 DEP criu/sk-tcp.d [2020-11-17T19:14:46.627Z] #41 75.32 DEP criu/sk-queue.d [2020-11-17T19:14:46.627Z] #41 75.48 DEP criu/sk-packet.d [2020-11-17T19:14:46.627Z] #41 75.64 DEP criu/sk-netlink.d [2020-11-17T19:14:46.627Z] #41 75.78 DEP criu/sk-inet.d [2020-11-17T19:14:46.627Z] #41 75.93 DEP criu/signalfd.d [2020-11-17T19:14:46.627Z] #41 76.14 DEP criu/sigframe.d [2020-11-17T19:14:46.627Z] #41 76.23 DEP criu/shmem.d [2020-11-17T19:14:46.627Z] #41 76.38 DEP criu/servicefd.d [2020-11-17T19:14:46.627Z] #41 76.52 DEP criu/seize.d [2020-11-17T19:14:46.627Z] #41 76.64 DEP criu/seccomp.d [2020-11-17T19:14:46.627Z] #41 76.83 DEP criu/rst-malloc.d [2020-11-17T19:14:46.627Z] #41 76.93 DEP criu/rbtree.d [2020-11-17T19:14:46.627Z] #41 76.97 DEP criu/pstree.d [2020-11-17T19:14:46.627Z] #41 77.14 DEP criu/protobuf.d [2020-11-17T19:14:46.627Z] #41 77.27 GEN criu/protobuf-desc-gen.h [2020-11-17T19:14:46.627Z] #41 78.66 DEP criu/protobuf-desc.d [2020-11-17T19:14:46.627Z] #41 78.77 DEP criu/proc_parse.d [2020-11-17T19:14:46.627Z] #41 78.92 DEP criu/plugin.d [2020-11-17T19:14:46.627Z] #41 79.05 DEP criu/pipes.d [2020-11-17T19:14:46.627Z] #41 79.19 DEP criu/pie-util.d [2020-11-17T19:14:46.627Z] #41 79.27 DEP criu/pie-util-vdso.d [2020-11-17T19:14:46.627Z] #41 79.37 DEP criu/pie-util-vdso-elf32.d [2020-11-17T19:14:46.627Z] #41 79.50 DEP criu/path.d [2020-11-17T19:14:46.627Z] #41 79.60 DEP criu/parasite-syscall.d [2020-11-17T19:14:46.627Z] #41 79.77 DEP criu/pagemap.d [2020-11-17T19:14:46.627Z] #41 79.91 DEP criu/pagemap-cache.d [2020-11-17T19:14:46.627Z] #41 80.08 DEP criu/page-xfer.d [2020-11-17T19:14:46.627Z] #41 80.22 DEP criu/page-pipe.d [2020-11-17T19:14:46.627Z] #41 80.35 DEP criu/netfilter.d [2020-11-17T19:14:46.627Z] #41 80.53 DEP criu/net.d [2020-11-17T19:14:46.627Z] #41 80.73 DEP criu/namespaces.d [2020-11-17T19:14:46.627Z] #41 80.87 DEP criu/mount.d [2020-11-17T19:14:46.627Z] #41 81.02 DEP criu/memfd.d [2020-11-17T19:14:46.627Z] #41 81.26 DEP criu/mem.d [2020-11-17T19:14:46.627Z] #41 81.39 DEP criu/lsm.d [2020-11-17T19:14:46.627Z] #41 81.52 DEP criu/log.d [2020-11-17T19:14:46.627Z] #41 81.60 DEP criu/libnetlink.d [2020-11-17T19:14:46.627Z] #41 81.72 DEP criu/kerndat.d [2020-11-17T19:14:46.627Z] #41 81.89 DEP criu/kcmp-ids.d [2020-11-17T19:14:46.627Z] #41 81.97 DEP criu/irmap.d [2020-11-17T19:14:46.627Z] #41 82.09 DEP criu/ipc_ns.d [2020-11-17T19:14:46.627Z] #41 82.23 DEP criu/image.d [2020-11-17T19:14:46.627Z] #41 82.45 DEP criu/image-desc.d [2020-11-17T19:14:46.627Z] #41 82.54 DEP criu/fsnotify.d [2020-11-17T19:14:46.627Z] #41 82.71 DEP criu/filesystems.d [2020-11-17T19:14:46.627Z] #41 82.86 DEP criu/files.d [2020-11-17T19:14:46.627Z] #41 83.02 DEP criu/files-reg.d [2020-11-17T19:14:46.627Z] #41 83.15 DEP criu/files-ext.d [2020-11-17T19:14:46.627Z] #41 83.31 DEP criu/file-lock.d [2020-11-17T19:14:46.627Z] #41 83.43 DEP criu/file-ids.d [2020-11-17T19:14:46.627Z] #41 83.57 DEP criu/fifo.d [2020-11-17T19:14:46.627Z] #41 83.71 DEP criu/fdstore.d [2020-11-17T19:14:46.627Z] #41 83.85 DEP criu/fault-injection.d [2020-11-17T19:14:46.627Z] #41 83.89 DEP criu/external.d [2020-11-17T19:14:46.627Z] #41 84.11 DEP criu/eventpoll.d [2020-11-17T19:14:46.627Z] #41 84.26 DEP criu/eventfd.d [2020-11-17T19:14:46.889Z] #41 84.49 DEP criu/crtools.d [2020-11-17T19:14:46.966Z] #11 DONE 109.8s [2020-11-17T19:14:46.966Z] [2020-11-17T19:14:46.966Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-17T19:14:46.970Z] #47 ... [2020-11-17T19:14:46.970Z] [2020-11-17T19:14:46.970Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:46.970Z] #43 62.99 bytes [2020-11-17T19:14:46.970Z] #43 66.31 reflect [2020-11-17T19:14:46.970Z] #43 67.19 bufio [2020-11-17T19:14:46.970Z] #43 70.87 syscall [2020-11-17T19:14:46.970Z] #43 ... [2020-11-17T19:14:46.970Z] [2020-11-17T19:14:46.970Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:14:47.150Z] #41 84.78 DEP criu/cr-service.d [2020-11-17T19:14:47.412Z] #41 84.90 DEP criu/cr-restore.d [2020-11-17T19:14:47.492Z] #30 72.46 Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 93% (1422/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-17T19:14:47.492Z] #30 73.74 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-17T19:14:47.546Z] #12 ... [2020-11-17T19:14:47.546Z] [2020-11-17T19:14:47.547Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:47.547Z] #43 100.3 crypto/tls [2020-11-17T19:14:47.547Z] #43 106.6 net/http/httptrace [2020-11-17T19:14:47.547Z] #43 106.8 net/http [2020-11-17T19:14:47.547Z] #43 ... [2020-11-17T19:14:47.547Z] [2020-11-17T19:14:47.547Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:47.547Z] #41 40.21 CC images/userns.o [2020-11-17T19:14:47.547Z] #41 40.49 CC images/google/protobuf/descriptor.o [2020-11-17T19:14:47.547Z] #41 42.61 CC images/opts.o [2020-11-17T19:14:47.547Z] #41 42.90 CC images/seccomp.o [2020-11-17T19:14:47.547Z] #41 43.29 CC images/binfmt-misc.o [2020-11-17T19:14:47.547Z] #41 43.52 CC images/time.o [2020-11-17T19:14:47.547Z] #41 43.76 CC images/sysctl.o [2020-11-17T19:14:47.547Z] #41 43.99 CC images/autofs.o [2020-11-17T19:14:47.674Z] #41 85.20 DEP criu/cr-errno.d [2020-11-17T19:14:47.674Z] #41 85.27 DEP criu/cr-dump.d [2020-11-17T19:14:47.747Z] #50 114.9 mvdan.cc/sh/v3/cmd/shfmt [2020-11-17T19:14:47.756Z] #30 74.00 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-17T19:14:47.812Z] #41 44.52 CC images/macvlan.o [2020-11-17T19:14:47.812Z] #41 44.79 CC images/sit.o [2020-11-17T19:14:47.935Z] #41 85.53 DEP criu/cr-dedup.d [2020-11-17T19:14:48.077Z] #41 44.95 CC images/memfd.o [2020-11-17T19:14:48.197Z] #41 85.73 DEP criu/cr-check.d [2020-11-17T19:14:48.197Z] #41 ... [2020-11-17T19:14:48.197Z] [2020-11-17T19:14:48.197Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:14:48.197Z] #18 29.13 Selecting previously unselected package python3-minimal. [2020-11-17T19:14:48.197Z] #18 29.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-11-17T19:14:48.197Z] #18 29.17 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-17T19:14:48.197Z] #18 29.18 Unpacking python3-minimal (3.7.3-1) ... [2020-11-17T19:14:48.197Z] #18 29.25 Selecting previously unselected package libmpdec2:amd64. [2020-11-17T19:14:48.458Z] #18 29.25 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-17T19:14:48.458Z] #18 29.26 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-17T19:14:48.458Z] #18 29.35 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-17T19:14:48.458Z] #18 29.35 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-17T19:14:48.458Z] #18 29.36 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-17T19:14:48.656Z] #41 45.42 CC images/timens.o [2020-11-17T19:14:48.921Z] #41 ... [2020-11-17T19:14:48.921Z] [2020-11-17T19:14:48.921Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-17T19:14:48.921Z] #12 DONE 2.2s [2020-11-17T19:14:48.921Z] [2020-11-17T19:14:48.921Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:48.921Z] #41 45.84 LINK images/built-in.o [2020-11-17T19:14:48.921Z] #41 ... [2020-11-17T19:14:48.921Z] [2020-11-17T19:14:48.921Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-17T19:14:49.303Z] #50 ... [2020-11-17T19:14:49.303Z] [2020-11-17T19:14:49.303Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:49.303Z] #42 42.72 CC images/opts.o [2020-11-17T19:14:49.303Z] #42 43.02 CC images/seccomp.o [2020-11-17T19:14:49.303Z] #42 43.33 CC images/binfmt-misc.o [2020-11-17T19:14:49.303Z] #42 43.53 CC images/time.o [2020-11-17T19:14:49.303Z] #42 43.72 CC images/sysctl.o [2020-11-17T19:14:49.303Z] #42 43.96 CC images/autofs.o [2020-11-17T19:14:49.303Z] #42 44.19 CC images/macvlan.o [2020-11-17T19:14:49.303Z] #42 44.38 CC images/sit.o [2020-11-17T19:14:49.303Z] #42 44.65 CC images/memfd.o [2020-11-17T19:14:49.303Z] #42 44.95 CC images/timens.o [2020-11-17T19:14:49.303Z] #42 45.30 LINK images/built-in.o [2020-11-17T19:14:49.303Z] #42 45.55 GEN compel/include/asm [2020-11-17T19:14:49.303Z] #42 45.58 GEN compel/include/version.h [2020-11-17T19:14:49.303Z] #42 45.60 touch .config [2020-11-17T19:14:49.303Z] #42 45.68 GEN include/common/config.h [2020-11-17T19:14:49.303Z] #42 45.84 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-17T19:14:49.303Z] #42 45.86 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-17T19:14:49.303Z] #42 45.91 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-11-17T19:14:49.303Z] #42 45.94 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-11-17T19:14:49.303Z] #42 45.98 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-11-17T19:14:49.303Z] #42 46.00 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-11-17T19:14:49.303Z] #42 46.03 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-11-17T19:14:49.303Z] #42 46.04 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-17T19:14:49.303Z] #42 46.05 DEP compel/plugins/std/infect.d [2020-11-17T19:14:49.303Z] #42 46.24 DEP compel/plugins/std/string.d [2020-11-17T19:14:49.303Z] #42 46.38 DEP compel/plugins/std/log.d [2020-11-17T19:14:49.303Z] #42 46.52 DEP compel/plugins/std/fds.d [2020-11-17T19:14:49.303Z] #42 46.64 DEP compel/plugins/std/std.d [2020-11-17T19:14:49.403Z] #18 30.33 Selecting previously unselected package python3.7. [2020-11-17T19:14:49.403Z] #18 30.33 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-17T19:14:49.403Z] #18 30.35 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-17T19:14:49.403Z] #18 30.45 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-17T19:14:49.603Z] #42 46.79 DEP compel/plugins/shmem/shmem.d [2020-11-17T19:14:49.603Z] #42 46.89 DEP compel/plugins/fds/fds.d [2020-11-17T19:14:49.665Z] #18 30.46 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-17T19:14:49.665Z] #18 30.46 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-17T19:14:49.665Z] #18 30.58 Setting up python3-minimal (3.7.3-1) ... [2020-11-17T19:14:49.903Z] #42 47.17 CC compel/plugins/std/std.o [2020-11-17T19:14:50.206Z] #42 ... [2020-11-17T19:14:50.206Z] [2020-11-17T19:14:50.206Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:50.206Z] #44 107.8 text/template [2020-11-17T19:14:50.206Z] #44 108.0 go/parser [2020-11-17T19:14:50.206Z] #44 110.8 encoding/xml [2020-11-17T19:14:50.345Z] #11 ... [2020-11-17T19:14:50.345Z] [2020-11-17T19:14:50.345Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:50.345Z] #32 75.59 time [2020-11-17T19:14:50.345Z] #32 84.58 internal/poll [2020-11-17T19:14:50.345Z] #32 ... [2020-11-17T19:14:50.345Z] [2020-11-17T19:14:50.345Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:50.345Z] #34 83.36 Selecting previously unselected package libxml2:amd64. [2020-11-17T19:14:50.345Z] #34 83.38 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-11-17T19:14:50.345Z] #34 83.38 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-17T19:14:50.345Z] #34 85.15 Selecting previously unselected package libarchive13:amd64. [2020-11-17T19:14:50.345Z] #34 85.18 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-11-17T19:14:50.345Z] #34 85.55 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-17T19:14:50.345Z] #34 ... [2020-11-17T19:14:50.345Z] [2020-11-17T19:14:50.345Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:50.345Z] #45 DONE 86.2s [2020-11-17T19:14:50.505Z] #44 ... [2020-11-17T19:14:50.505Z] [2020-11-17T19:14:50.505Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:50.505Z] #42 47.63 CC compel/plugins/std/fds.o [2020-11-17T19:14:50.602Z] [2020-11-17T19:14:50.602Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:50.602Z] #34 86.38 Selecting previously unselected package libjsoncpp1:amd64. [2020-11-17T19:14:50.602Z] #34 86.38 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-17T19:14:50.602Z] #34 86.39 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-17T19:14:50.609Z] #18 31.48 Selecting previously unselected package python3. [2020-11-17T19:14:50.609Z] #18 31.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-11-17T19:14:50.609Z] #18 31.53 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-17T19:14:50.609Z] #18 31.55 Unpacking python3 (3.7.3-1) ... [2020-11-17T19:14:50.805Z] #42 48.07 CC compel/plugins/std/log.o [2020-11-17T19:14:50.859Z] #34 86.74 Selecting previously unselected package librhash0:amd64. [2020-11-17T19:14:50.859Z] #34 86.75 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-11-17T19:14:50.859Z] #34 86.77 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-11-17T19:14:50.865Z] #13 DONE 1.7s [2020-11-17T19:14:50.866Z] [2020-11-17T19:14:50.866Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:50.866Z] #41 46.12 GEN compel/include/asm [2020-11-17T19:14:50.866Z] #41 46.19 GEN compel/include/version.h [2020-11-17T19:14:50.866Z] #41 46.19 touch .config [2020-11-17T19:14:50.866Z] #41 46.33 GEN include/common/config.h [2020-11-17T19:14:50.866Z] #41 46.55 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-17T19:14:50.866Z] #41 46.59 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-11-17T19:14:50.866Z] #41 46.68 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-11-17T19:14:50.866Z] #41 46.70 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-11-17T19:14:50.866Z] #41 46.73 DEP compel/plugins/std/infect.d [2020-11-17T19:14:50.866Z] #41 46.96 DEP compel/plugins/std/string.d [2020-11-17T19:14:50.866Z] #41 47.06 DEP compel/plugins/std/log.d [2020-11-17T19:14:50.866Z] #41 47.16 DEP compel/plugins/std/fds.d [2020-11-17T19:14:50.866Z] #41 47.44 DEP compel/plugins/std/std.d [2020-11-17T19:14:50.866Z] #41 47.54 DEP compel/plugins/shmem/shmem.d [2020-11-17T19:14:50.866Z] #41 47.67 DEP compel/plugins/fds/fds.d [2020-11-17T19:14:50.869Z] #18 31.67 Selecting previously unselected package libip4tc0:amd64. [2020-11-17T19:14:50.869Z] #18 31.67 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-17T19:14:50.869Z] #18 31.68 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-17T19:14:50.869Z] #18 31.75 Selecting previously unselected package libip6tc0:amd64. [2020-11-17T19:14:50.869Z] #18 31.76 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-17T19:14:50.869Z] #18 31.77 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-17T19:14:50.869Z] #18 31.87 Selecting previously unselected package libiptc0:amd64. [2020-11-17T19:14:50.869Z] #18 31.87 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-17T19:14:50.869Z] #18 31.87 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-17T19:14:50.869Z] #18 31.96 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-17T19:14:51.057Z] #30 ... [2020-11-17T19:14:51.057Z] [2020-11-17T19:14:51.057Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:14:51.057Z] #54 2.149 + RM_GOPATH=0 [2020-11-17T19:14:51.057Z] #54 2.149 + TMP_GOPATH= [2020-11-17T19:14:51.057Z] #54 2.149 + : /build [2020-11-17T19:14:51.057Z] #54 2.149 + '[' -z '' ']' [2020-11-17T19:14:51.057Z] #54 2.149 ++ mktemp -d [2020-11-17T19:14:51.057Z] #54 2.197 + export GOPATH=/tmp/tmp.iPeuAA5up0 [2020-11-17T19:14:51.057Z] #54 2.197 + GOPATH=/tmp/tmp.iPeuAA5up0 [2020-11-17T19:14:51.057Z] #54 2.200 + RM_GOPATH=1 [2020-11-17T19:14:51.057Z] #54 2.201 + case "$(go env GOARCH)" in [2020-11-17T19:14:51.057Z] #54 2.201 ++ go env GOARCH [2020-11-17T19:14:51.057Z] #54 2.287 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:51.057Z] #54 2.288 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:51.057Z] #54 2.290 ++ dirname /tmp/install/install.sh [2020-11-17T19:14:51.057Z] #54 2.295 + dir=/tmp/install [2020-11-17T19:14:51.057Z] #54 2.295 + bin=containerd [2020-11-17T19:14:51.057Z] #54 2.296 + shift [2020-11-17T19:14:51.057Z] #54 2.296 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-17T19:14:51.057Z] #54 2.296 + . /tmp/install/containerd.installer [2020-11-17T19:14:51.057Z] #54 2.296 ++ set -e [2020-11-17T19:14:51.057Z] #54 2.298 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:14:51.057Z] #54 2.298 + install_containerd [2020-11-17T19:14:51.057Z] #54 2.299 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-17T19:14:51.057Z] #54 2.299 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:14:51.057Z] #54 2.299 + git clone https://github.com/containerd/containerd.git /tmp/tmp.iPeuAA5up0/src/github.com/containerd/containerd [2020-11-17T19:14:51.057Z] #54 2.303 Cloning into '/tmp/tmp.iPeuAA5up0/src/github.com/containerd/containerd'... [2020-11-17T19:14:51.057Z] #54 ... [2020-11-17T19:14:51.057Z] [2020-11-17T19:14:51.057Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:51.057Z] #40 68.12 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:14:51.057Z] #40 68.64 Fetched 4095 kB in 1s (4367 kB/s) [2020-11-17T19:14:51.057Z] #40 68.83 Selecting previously unselected package libcap-dev:amd64. [2020-11-17T19:14:51.057Z] #40 68.83 (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-17T19:14:51.057Z] #40 68.96 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-11-17T19:14:51.057Z] #40 68.98 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-11-17T19:14:51.057Z] #40 69.22 Selecting previously unselected package libnet1:amd64. [2020-11-17T19:14:51.057Z] #40 69.25 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-17T19:14:51.057Z] #40 69.26 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:14:51.057Z] #40 69.51 Selecting previously unselected package libnet1-dev. [2020-11-17T19:14:51.057Z] #40 69.53 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-17T19:14:51.057Z] #40 69.57 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-17T19:14:51.057Z] #40 70.14 Selecting previously unselected package libnl-3-200:amd64. [2020-11-17T19:14:51.057Z] #40 70.15 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-17T19:14:51.057Z] #40 70.17 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-17T19:14:51.057Z] #40 70.69 Selecting previously unselected package libnl-3-dev:amd64. [2020-11-17T19:14:51.057Z] #40 70.70 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-11-17T19:14:51.057Z] #40 70.73 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-17T19:14:51.057Z] #40 71.69 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-17T19:14:51.057Z] #40 71.70 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-17T19:14:51.057Z] #40 71.72 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-17T19:14:51.057Z] #40 72.09 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-11-17T19:14:51.057Z] #40 72.09 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-11-17T19:14:51.057Z] #40 72.10 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-17T19:14:51.057Z] #40 72.30 Selecting previously unselected package zlib1g-dev:amd64. [2020-11-17T19:14:51.057Z] #40 72.32 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-11-17T19:14:51.057Z] #40 72.49 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-17T19:14:51.057Z] #40 73.14 Selecting previously unselected package libprotobuf17:amd64. [2020-11-17T19:14:51.057Z] #40 73.14 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-11-17T19:14:51.057Z] #40 73.16 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-17T19:14:51.057Z] #40 74.25 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-11-17T19:14:51.057Z] #40 74.26 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-11-17T19:14:51.057Z] #40 74.28 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-17T19:14:51.057Z] #40 74.70 Selecting previously unselected package libprotobuf-dev:amd64. [2020-11-17T19:14:51.057Z] #40 74.70 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-11-17T19:14:51.057Z] #40 74.71 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-17T19:14:51.057Z] #40 77.37 Selecting previously unselected package libprotoc17:amd64. [2020-11-17T19:14:51.057Z] #40 77.37 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-11-17T19:14:51.057Z] #40 77.37 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-17T19:14:51.116Z] #34 ... [2020-11-17T19:14:51.116Z] [2020-11-17T19:14:51.116Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:51.116Z] #40 76.80 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-17T19:14:51.116Z] #40 83.30 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-17T19:14:51.116Z] #40 83.32 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:14:51.116Z] #40 83.35 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-17T19:14:51.116Z] #40 83.37 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-17T19:14:51.116Z] #40 83.39 Setting up python-six (1.12.0-1) ... [2020-11-17T19:14:51.116Z] #40 ... [2020-11-17T19:14:51.116Z] [2020-11-17T19:14:51.116Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:51.116Z] #11 86.37 Selecting previously unselected package binutils-mingw-w64. [2020-11-17T19:14:51.116Z] #11 86.38 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-17T19:14:51.116Z] #11 86.39 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-17T19:14:51.116Z] #11 86.61 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-11-17T19:14:51.116Z] #11 86.65 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-17T19:14:51.116Z] #11 86.69 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-17T19:14:51.131Z] #41 47.96 CC compel/plugins/std/std.o [2020-11-17T19:14:51.131Z] #18 31.97 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-17T19:14:51.131Z] #18 31.99 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-17T19:14:51.131Z] #18 32.03 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-17T19:14:51.131Z] #18 32.05 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-17T19:14:51.131Z] #18 32.05 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-17T19:14:51.131Z] #18 32.14 Selecting previously unselected package libnftnl11:amd64. [2020-11-17T19:14:51.131Z] #18 32.14 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-17T19:14:51.131Z] #18 32.15 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-17T19:14:51.131Z] #18 32.22 Selecting previously unselected package iptables. [2020-11-17T19:14:51.392Z] #18 32.22 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-17T19:14:51.392Z] #18 32.23 Unpacking iptables (1.8.2-4) ... [2020-11-17T19:14:51.395Z] #41 48.28 CC compel/plugins/std/fds.o [2020-11-17T19:14:51.398Z] #11 87.10 Selecting previously unselected package dmsetup. [2020-11-17T19:14:51.398Z] #11 87.10 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-11-17T19:14:51.398Z] #11 87.11 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-17T19:14:51.630Z] #40 78.38 Selecting previously unselected package protobuf-c-compiler. [2020-11-17T19:14:51.630Z] #40 ... [2020-11-17T19:14:51.630Z] [2020-11-17T19:14:51.630Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:51.630Z] #34 68.38 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:14:51.630Z] #34 68.79 Fetched 14.9 MB in 2s (6020 kB/s) [2020-11-17T19:14:51.630Z] #34 68.97 Selecting previously unselected package xxd. [2020-11-17T19:14:51.630Z] #34 68.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 ... 15410 files and directories currently installed.) [2020-11-17T19:14:51.630Z] #34 69.21 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-17T19:14:51.630Z] #34 69.26 Unpacking xxd (2:8.1.0875-5) ... [2020-11-17T19:14:51.630Z] #34 69.62 Selecting previously unselected package vim-common. [2020-11-17T19:14:51.630Z] #34 69.62 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:14:51.630Z] #34 69.68 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-17T19:14:51.630Z] #34 70.37 Selecting previously unselected package cmake-data. [2020-11-17T19:14:51.630Z] #34 70.37 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-17T19:14:51.630Z] #34 70.40 Unpacking cmake-data (3.13.4-1) ... [2020-11-17T19:14:51.630Z] #34 75.25 Selecting previously unselected package libicu63:amd64. [2020-11-17T19:14:51.630Z] #34 75.28 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-17T19:14:51.630Z] #34 75.28 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-17T19:14:51.653Z] #18 32.54 Selecting previously unselected package xxd. [2020-11-17T19:14:51.653Z] #18 32.54 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-17T19:14:51.653Z] #18 32.55 Unpacking xxd (2:8.1.0875-5) ... [2020-11-17T19:14:51.653Z] #18 32.67 Selecting previously unselected package vim-common. [2020-11-17T19:14:51.658Z] #11 87.40 Selecting previously unselected package mingw-w64-common. [2020-11-17T19:14:51.658Z] #11 87.40 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-17T19:14:51.658Z] #11 87.46 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-17T19:14:51.880Z] #42 49.04 CC compel/plugins/std/string.o [2020-11-17T19:14:51.891Z] #34 ... [2020-11-17T19:14:51.891Z] [2020-11-17T19:14:51.891Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:51.891Z] #40 78.38 Selecting previously unselected package protobuf-c-compiler. [2020-11-17T19:14:51.891Z] #40 78.39 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-11-17T19:14:51.891Z] #40 78.40 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-17T19:14:51.891Z] #40 78.59 Selecting previously unselected package protobuf-compiler. [2020-11-17T19:14:51.914Z] #18 32.67 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:14:51.914Z] #18 32.71 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-17T19:14:51.914Z] #18 32.86 Selecting previously unselected package bash-completion. [2020-11-17T19:14:51.914Z] #18 32.87 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-17T19:14:51.975Z] #41 48.76 CC compel/plugins/std/log.o [2020-11-17T19:14:52.152Z] #40 78.63 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-11-17T19:14:52.152Z] #40 78.64 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-17T19:14:52.152Z] #40 ... [2020-11-17T19:14:52.152Z] [2020-11-17T19:14:52.152Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:52.152Z] #11 68.75 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-17T19:14:52.152Z] #11 69.20 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-17T19:14:52.152Z] #11 69.24 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-17T19:14:52.152Z] #11 73.79 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-17T19:14:52.152Z] #11 77.57 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-11-17T19:14:52.152Z] #11 77.59 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-11-17T19:14:52.152Z] #11 77.62 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-17T19:14:52.152Z] #11 77.63 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-17T19:14:52.152Z] #11 77.64 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-17T19:14:52.152Z] #11 77.65 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-11-17T19:14:52.152Z] #11 77.66 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-11-17T19:14:52.152Z] #11 77.72 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-11-17T19:14:52.152Z] #11 77.76 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-11-17T19:14:52.152Z] #11 77.80 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-11-17T19:14:52.152Z] #11 77.83 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-11-17T19:14:52.152Z] #11 77.93 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-11-17T19:14:52.152Z] #11 77.96 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-17T19:14:52.152Z] #11 77.99 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-11-17T19:14:52.152Z] #11 77.99 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-11-17T19:14:52.152Z] #11 ... [2020-11-17T19:14:52.152Z] [2020-11-17T19:14:52.152Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:52.152Z] #40 78.86 Selecting previously unselected package python-pkg-resources. [2020-11-17T19:14:52.152Z] #40 78.87 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-17T19:14:52.152Z] #40 78.87 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-17T19:14:52.413Z] #40 79.18 Selecting previously unselected package python-six. [2020-11-17T19:14:52.413Z] #40 79.18 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-17T19:14:52.524Z] #42 49.77 CC compel/plugins/std/infect.o [2020-11-17T19:14:52.555Z] #41 ... [2020-11-17T19:14:52.555Z] [2020-11-17T19:14:52.555Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-17T19:14:52.555Z] #14 1.667 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-17T19:14:52.555Z] #14 DONE 1.9s [2020-11-17T19:14:52.555Z] [2020-11-17T19:14:52.555Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-17T19:14:52.674Z] #40 79.19 Unpacking python-six (1.12.0-1) ... [2020-11-17T19:14:52.825Z] #42 ... [2020-11-17T19:14:52.825Z] [2020-11-17T19:14:52.825Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:52.825Z] #50 DONE 120.3s [2020-11-17T19:14:52.825Z] [2020-11-17T19:14:52.825Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:52.825Z] #12 120.1 Selecting previously unselected package libapparmor1:ppc64el. [2020-11-17T19:14:52.825Z] #12 120.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-11-17T19:14:52.825Z] #12 120.1 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-11-17T19:14:52.825Z] #12 120.2 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-11-17T19:14:52.825Z] #12 120.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-11-17T19:14:52.825Z] #12 120.2 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-11-17T19:14:52.825Z] #12 120.4 Selecting previously unselected package libbtrfs0. [2020-11-17T19:14:52.825Z] #12 120.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-11-17T19:14:52.825Z] #12 120.4 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-17T19:14:52.825Z] #12 120.5 Selecting previously unselected package libbtrfs-dev. [2020-11-17T19:14:52.825Z] #12 120.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-11-17T19:14:52.825Z] #12 120.5 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:14:52.939Z] #40 79.34 Selecting previously unselected package python-protobuf. [2020-11-17T19:14:52.939Z] #40 79.35 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-11-17T19:14:52.939Z] #40 79.35 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-17T19:14:53.126Z] #12 120.7 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-11-17T19:14:53.126Z] #12 120.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-11-17T19:14:53.126Z] #12 120.7 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-17T19:14:53.126Z] #12 120.8 Selecting previously unselected package libudev-dev:ppc64el. [2020-11-17T19:14:53.126Z] #12 120.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-11-17T19:14:53.426Z] #12 120.9 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-11-17T19:14:53.515Z] #40 ... [2020-11-17T19:14:53.515Z] [2020-11-17T19:14:53.515Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:53.515Z] #49 70.07 syscall [2020-11-17T19:14:53.515Z] #49 70.09 reflect [2020-11-17T19:14:53.724Z] #12 121.2 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-11-17T19:14:53.724Z] #12 121.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-11-17T19:14:53.724Z] #12 121.3 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-11-17T19:14:53.776Z] #49 ... [2020-11-17T19:14:53.776Z] [2020-11-17T19:14:53.776Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:14:53.776Z] #11 79.59 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:14:53.776Z] #11 79.93 Fetched 77.7 MB in 11s (6784 kB/s) [2020-11-17T19:14:53.776Z] #11 80.42 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-17T19:14:54.025Z] #12 121.5 Selecting previously unselected package libpcre16-3:ppc64el. [2020-11-17T19:14:54.025Z] #12 121.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-11-17T19:14:54.025Z] #12 121.6 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-11-17T19:14:54.025Z] #12 121.7 Selecting previously unselected package libpcre32-3:ppc64el. [2020-11-17T19:14:54.025Z] #12 121.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-11-17T19:14:54.025Z] #12 121.7 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-11-17T19:14:54.036Z] #11 80.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-17T19:14:54.036Z] #11 80.59 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-11-17T19:14:54.036Z] #11 80.60 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-17T19:14:54.324Z] #12 121.9 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-11-17T19:14:54.324Z] #12 121.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-11-17T19:14:54.324Z] #12 121.9 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-11-17T19:14:54.324Z] #12 122.0 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-11-17T19:14:54.324Z] #12 122.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-11-17T19:14:54.324Z] #12 122.0 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-11-17T19:14:54.488Z] #15 DONE 1.5s [2020-11-17T19:14:54.488Z] [2020-11-17T19:14:54.488Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-17T19:14:54.624Z] #12 122.4 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-11-17T19:14:54.923Z] #12 122.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-11-17T19:14:54.923Z] #12 122.4 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-11-17T19:14:54.923Z] #12 122.6 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-11-17T19:14:55.222Z] #12 122.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-11-17T19:14:55.222Z] #12 122.7 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-11-17T19:14:55.222Z] #12 122.8 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-11-17T19:14:55.222Z] #12 122.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-11-17T19:14:55.222Z] #12 122.8 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-11-17T19:14:55.233Z] #18 35.56 Unpacking bash-completion (1:2.8-6) ... [2020-11-17T19:14:55.233Z] #18 35.95 Selecting previously unselected package bzip2. [2020-11-17T19:14:55.233Z] #18 35.96 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-17T19:14:55.233Z] #18 35.98 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-17T19:14:55.233Z] #18 36.06 Selecting previously unselected package xz-utils. [2020-11-17T19:14:55.233Z] #18 36.07 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-17T19:14:55.233Z] #18 36.09 Unpacking xz-utils (5.2.4-1) ... [2020-11-17T19:14:55.233Z] #18 36.26 Selecting previously unselected package apparmor. [2020-11-17T19:14:55.233Z] #18 36.27 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-17T19:14:55.233Z] #18 36.34 Unpacking apparmor (2.13.2-10) ... [2020-11-17T19:14:55.521Z] #12 122.9 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-11-17T19:14:55.521Z] #12 122.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-11-17T19:14:55.521Z] #12 122.9 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-11-17T19:14:55.756Z] #18 36.60 Selecting previously unselected package aufs-tools. [2020-11-17T19:14:55.756Z] #18 36.62 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-17T19:14:55.756Z] #18 36.63 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-17T19:14:55.756Z] #18 36.75 Selecting previously unselected package libonig5:amd64. [2020-11-17T19:14:55.756Z] #18 36.76 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-17T19:14:55.756Z] #18 36.77 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-17T19:14:55.832Z] #12 123.5 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-11-17T19:14:55.832Z] #12 123.5 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-11-17T19:14:55.832Z] #12 123.5 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-11-17T19:14:55.832Z] #12 123.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-17T19:14:55.832Z] #12 123.6 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-11-17T19:14:55.832Z] #12 123.6 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-11-17T19:14:55.832Z] #12 123.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:55.832Z] #12 123.6 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-17T19:14:55.832Z] #12 123.6 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-11-17T19:14:55.832Z] #12 123.6 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-11-17T19:14:55.896Z] #16 DONE 1.8s [2020-11-17T19:14:55.896Z] [2020-11-17T19:14:55.896Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:55.896Z] #41 50.02 CC compel/plugins/std/string.o [2020-11-17T19:14:55.896Z] #41 51.10 CC compel/plugins/std/infect.o [2020-11-17T19:14:55.896Z] #41 51.49 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-11-17T19:14:55.896Z] #41 51.58 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-11-17T19:14:55.896Z] #41 51.71 AR compel/plugins/std.lib.a [2020-11-17T19:14:55.896Z] #41 51.80 CC compel/plugins/fds/fds.o [2020-11-17T19:14:55.896Z] #41 52.17 AR compel/plugins/fds.lib.a [2020-11-17T19:14:55.896Z] #41 52.31 HOSTDEP compel/src/lib/log-host.d [2020-11-17T19:14:55.896Z] #41 52.47 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-17T19:14:55.896Z] #41 52.52 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-11-17T19:14:55.896Z] #41 52.61 HOSTDEP compel/src/main-host.d [2020-11-17T19:14:55.896Z] #41 52.72 DEP compel/src/lib/ptrace.d [2020-11-17T19:14:55.896Z] #41 52.90 DEP compel/src/lib/infect.d [2020-11-17T19:14:56.018Z] #18 36.87 Selecting previously unselected package libjq1:amd64. [2020-11-17T19:14:56.018Z] #18 36.88 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-17T19:14:56.018Z] #18 36.89 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-17T19:14:56.018Z] #18 37.00 Selecting previously unselected package jq. [2020-11-17T19:14:56.018Z] #18 37.01 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-17T19:14:56.018Z] #18 37.02 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-17T19:14:56.129Z] #12 123.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-17T19:14:56.129Z] #12 123.6 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:14:56.129Z] #12 123.7 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-11-17T19:14:56.129Z] #12 123.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-17T19:14:56.129Z] #12 123.7 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-11-17T19:14:56.129Z] #12 123.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-17T19:14:56.129Z] #12 123.7 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-11-17T19:14:56.130Z] #12 123.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:56.130Z] #12 123.7 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-17T19:14:56.130Z] #12 123.7 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-17T19:14:56.130Z] #12 123.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:14:56.130Z] #12 123.7 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-17T19:14:56.130Z] #12 123.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-17T19:14:56.130Z] #12 123.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-17T19:14:56.130Z] #12 123.8 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-11-17T19:14:56.130Z] #12 123.8 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-17T19:14:56.130Z] #12 123.8 Setting up dmsetup (2:1.02.155-3) ... [2020-11-17T19:14:56.130Z] #12 123.8 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-17T19:14:56.130Z] #12 123.8 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-11-17T19:14:56.161Z] #41 53.17 DEP compel/src/lib/infect-util.d [2020-11-17T19:14:56.280Z] #18 37.12 Selecting previously unselected package libaio1:amd64. [2020-11-17T19:14:56.280Z] #18 37.13 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-17T19:14:56.280Z] #18 37.14 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-17T19:14:56.280Z] #18 37.19 Selecting previously unselected package libgpm2:amd64. [2020-11-17T19:14:56.280Z] #18 37.20 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-17T19:14:56.280Z] #18 37.22 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-17T19:14:56.428Z] #41 53.32 DEP compel/src/lib/infect-rpc.d [2020-11-17T19:14:56.428Z] #41 53.43 DEP compel/arch/aarch64/src/lib/infect.d [2020-11-17T19:14:56.429Z] #12 123.9 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:14:56.541Z] #18 37.30 Selecting previously unselected package libicu63:amd64. [2020-11-17T19:14:56.542Z] #18 37.31 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-17T19:14:56.542Z] #18 37.31 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-17T19:14:56.692Z] #41 53.56 DEP compel/arch/aarch64/src/lib/cpu.d [2020-11-17T19:14:56.692Z] #41 53.60 DEP compel/src/lib/log.d [2020-11-17T19:14:56.692Z] #41 53.67 DEP compel/src/main.d [2020-11-17T19:14:56.732Z] #12 DONE 124.2s [2020-11-17T19:14:56.732Z] [2020-11-17T19:14:56.732Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-17T19:14:56.921Z] #11 ... [2020-11-17T19:14:56.921Z] [2020-11-17T19:14:56.921Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:14:56.921Z] #40 89.06 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-17T19:14:56.921Z] #40 89.10 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-17T19:14:56.921Z] #40 89.15 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-17T19:14:56.921Z] #40 89.21 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-11-17T19:14:56.921Z] #40 89.23 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-17T19:14:56.921Z] #40 89.26 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-17T19:14:56.921Z] #40 89.34 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-17T19:14:56.921Z] #40 89.37 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-17T19:14:56.921Z] #40 89.42 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-17T19:14:56.921Z] #40 89.47 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-17T19:14:56.921Z] #40 ... [2020-11-17T19:14:56.921Z] [2020-11-17T19:14:56.921Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:56.921Z] #49 82.73 time [2020-11-17T19:14:56.921Z] #49 90.62 context [2020-11-17T19:14:56.921Z] #49 91.86 os [2020-11-17T19:14:56.921Z] #49 92.39 encoding/binary [2020-11-17T19:14:56.921Z] #49 ... [2020-11-17T19:14:56.921Z] [2020-11-17T19:14:56.921Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:14:56.921Z] #34 87.12 Selecting previously unselected package libuv1:amd64. [2020-11-17T19:14:56.921Z] #34 87.12 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-11-17T19:14:56.921Z] #34 87.14 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-11-17T19:14:56.921Z] #34 87.51 Selecting previously unselected package cmake. [2020-11-17T19:14:56.921Z] #34 87.51 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-11-17T19:14:56.921Z] #34 87.59 Unpacking cmake (3.13.4-1) ... [2020-11-17T19:14:56.921Z] #34 92.22 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-17T19:14:56.921Z] #34 92.28 Setting up xxd (2:8.1.0875-5) ... [2020-11-17T19:14:56.921Z] #34 92.29 Setting up libuv1:amd64 (1.24.1-1) ... [2020-11-17T19:14:56.921Z] #34 92.35 Setting up vim-common (2:8.1.0875-5) ... [2020-11-17T19:14:56.921Z] #34 92.50 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-17T19:14:56.921Z] #34 92.60 Setting up cmake-data (3.13.4-1) ... [2020-11-17T19:14:56.921Z] #34 92.69 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-17T19:14:56.921Z] #34 92.75 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-17T19:14:56.921Z] #34 92.85 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-17T19:14:56.921Z] #34 92.88 Setting up cmake (3.13.4-1) ... [2020-11-17T19:14:56.958Z] #41 53.75 DEP compel/src/lib/handle-elf.d [2020-11-17T19:14:56.958Z] #41 53.81 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-11-17T19:14:56.958Z] #41 ... [2020-11-17T19:14:56.958Z] [2020-11-17T19:14:56.958Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:56.958Z] #51 2.056 + RM_GOPATH=0 [2020-11-17T19:14:56.958Z] #51 2.056 + TMP_GOPATH= [2020-11-17T19:14:56.958Z] #51 2.056 + : /build [2020-11-17T19:14:56.958Z] #51 2.056 + '[' -z '' ']' [2020-11-17T19:14:56.958Z] #51 2.057 ++ mktemp -d [2020-11-17T19:14:56.958Z] #51 2.062 + export GOPATH=/tmp/tmp.DmkDu36duc [2020-11-17T19:14:56.958Z] #51 2.062 + GOPATH=/tmp/tmp.DmkDu36duc [2020-11-17T19:14:56.958Z] #51 2.062 + RM_GOPATH=1 [2020-11-17T19:14:56.958Z] #51 2.062 + case "$(go env GOARCH)" in [2020-11-17T19:14:56.958Z] #51 2.063 ++ go env GOARCH [2020-11-17T19:14:56.958Z] #51 2.102 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:56.958Z] #51 2.102 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:56.958Z] #51 2.102 ++ dirname /tmp/install/install.sh [2020-11-17T19:14:56.958Z] #51 2.102 + dir=/tmp/install [2020-11-17T19:14:56.958Z] #51 2.102 + bin=runc [2020-11-17T19:14:56.958Z] #51 2.102 + shift [2020-11-17T19:14:56.958Z] #51 2.102 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-17T19:14:56.958Z] #51 2.102 + . /tmp/install/runc.installer [2020-11-17T19:14:56.958Z] #51 2.102 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-17T19:14:56.958Z] #51 2.102 + install_runc [2020-11-17T19:14:56.958Z] #51 2.102 + uname -r [2020-11-17T19:14:56.958Z] #51 2.102 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-17T19:14:56.958Z] #51 2.104 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-17T19:14:56.958Z] #51 2.110 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-17T19:14:56.958Z] #51 2.111 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-17T19:14:56.958Z] #51 2.111 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.DmkDu36duc/src/github.com/opencontainers/runc [2020-11-17T19:14:56.958Z] #51 2.114 Cloning into '/tmp/tmp.DmkDu36duc/src/github.com/opencontainers/runc'... [2020-11-17T19:14:57.177Z] #34 92.90 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:14:57.177Z] #34 92.99 Processing triggers for mime-support (3.62) ... [2020-11-17T19:14:57.223Z] #51 ... [2020-11-17T19:14:57.223Z] [2020-11-17T19:14:57.223Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:57.223Z] #41 54.10 CC compel/src/lib/log.o [2020-11-17T19:14:57.309Z] Commit message: "Added blank line after build comment" [2020-11-17T19:14:57.434Z] #13 DONE 0.6s [2020-11-17T19:14:57.434Z] [2020-11-17T19:14:57.434Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:57.434Z] #52 0.488 + RM_GOPATH=0 [2020-11-17T19:14:57.434Z] #52 0.489 + TMP_GOPATH= [2020-11-17T19:14:57.434Z] #52 0.489 + : /build [2020-11-17T19:14:57.434Z] #52 0.489 + '[' -z '' ']' [2020-11-17T19:14:57.434Z] #52 0.490 ++ mktemp -d [2020-11-17T19:14:57.434Z] #52 0.495 + export GOPATH=/tmp/tmp.zJMMhs4ho2 [2020-11-17T19:14:57.434Z] #52 0.496 + GOPATH=/tmp/tmp.zJMMhs4ho2 [2020-11-17T19:14:57.434Z] #52 0.497 + RM_GOPATH=1 [2020-11-17T19:14:57.434Z] #52 0.498 + case "$(go env GOARCH)" in [2020-11-17T19:14:57.434Z] #52 0.500 ++ go env GOARCH [2020-11-17T19:14:57.434Z] #52 0.511 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:57.434Z] #52 0.512 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:57.434Z] #52 0.513 ++ dirname /tmp/install/install.sh [2020-11-17T19:14:57.434Z] #52 0.523 + dir=/tmp/install [2020-11-17T19:14:57.434Z] #52 0.524 + bin=runc [2020-11-17T19:14:57.434Z] #52 0.524 + shift [2020-11-17T19:14:57.434Z] #52 0.524 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-17T19:14:57.434Z] #52 0.524 + . /tmp/install/runc.installer [2020-11-17T19:14:57.434Z] #52 0.527 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-17T19:14:57.434Z] #52 0.528 + install_runc [2020-11-17T19:14:57.434Z] #52 0.532 + uname -r [2020-11-17T19:14:57.434Z] #52 0.533 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-17T19:14:57.434Z] #52 0.537 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-17T19:14:57.434Z] #52 0.540 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-17T19:14:57.434Z] #52 0.540 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-17T19:14:57.434Z] #52 0.541 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.zJMMhs4ho2/src/github.com/opencontainers/runc [2020-11-17T19:14:57.434Z] #52 0.552 Cloning into '/tmp/tmp.zJMMhs4ho2/src/github.com/opencontainers/runc'... [2020-11-17T19:14:57.488Z] #41 54.31 CC compel/arch/aarch64/src/lib/cpu.o [2020-11-17T19:14:57.488Z] #41 54.54 CC compel/arch/aarch64/src/lib/infect.o [2020-11-17T19:14:57.734Z] #52 ... [2020-11-17T19:14:57.735Z] [2020-11-17T19:14:57.735Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-17T19:14:57.735Z] #14 DONE 0.4s [2020-11-17T19:14:57.735Z] [2020-11-17T19:14:57.735Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:57.735Z] #42 50.36 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-11-17T19:14:57.735Z] #42 50.42 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-11-17T19:14:57.735Z] #42 50.50 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-11-17T19:14:57.735Z] #42 50.53 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-11-17T19:14:57.735Z] #42 50.60 AR compel/plugins/std.lib.a [2020-11-17T19:14:57.735Z] #42 50.86 CC compel/plugins/fds/fds.o [2020-11-17T19:14:57.735Z] #42 51.33 AR compel/plugins/fds.lib.a [2020-11-17T19:14:57.735Z] #42 51.36 HOSTDEP compel/src/lib/log-host.d [2020-11-17T19:14:57.735Z] #42 51.40 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-17T19:14:57.735Z] #42 51.50 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-11-17T19:14:57.735Z] #42 51.56 HOSTDEP compel/src/main-host.d [2020-11-17T19:14:57.735Z] #42 51.67 DEP compel/src/lib/ptrace.d [2020-11-17T19:14:57.735Z] #42 51.84 DEP compel/src/lib/infect.d [2020-11-17T19:14:57.735Z] #42 51.94 DEP compel/src/lib/infect-util.d [2020-11-17T19:14:57.735Z] #42 51.99 DEP compel/src/lib/infect-rpc.d [2020-11-17T19:14:57.735Z] #42 52.10 DEP compel/arch/ppc64/src/lib/infect.d [2020-11-17T19:14:57.735Z] #42 52.21 DEP compel/arch/ppc64/src/lib/cpu.d [2020-11-17T19:14:57.735Z] #42 52.33 DEP compel/src/lib/log.d [2020-11-17T19:14:57.735Z] #42 52.41 DEP compel/src/main.d [2020-11-17T19:14:57.735Z] #42 52.56 DEP compel/src/lib/handle-elf.d [2020-11-17T19:14:57.735Z] #42 52.64 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-11-17T19:14:57.735Z] #42 52.74 CC compel/src/lib/log.o [2020-11-17T19:14:57.735Z] #42 52.91 CC compel/arch/ppc64/src/lib/cpu.o [2020-11-17T19:14:57.735Z] #42 53.28 CC compel/arch/ppc64/src/lib/infect.o [2020-11-17T19:14:57.735Z] #42 53.95 CC compel/src/lib/infect-rpc.o [2020-11-17T19:14:57.735Z] #42 54.26 CC compel/src/lib/infect-util.o [2020-11-17T19:14:57.735Z] #42 54.66 CC compel/src/lib/infect.o [2020-11-17T19:14:57.754Z] #41 ... [2020-11-17T19:14:57.754Z] [2020-11-17T19:14:57.754Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-17T19:14:57.754Z] #17 DONE 2.0s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-17T19:14:58.019Z] [2020-11-17T19:14:58.019Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:14:58.084Z] #42 ... [2020-11-17T19:14:58.084Z] [2020-11-17T19:14:58.084Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-17T19:14:58.084Z] #15 0.253 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-17T19:14:58.084Z] #15 DONE 0.3s [2020-11-17T19:14:58.084Z] [2020-11-17T19:14:58.084Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-17T19:14:58.242Z] #11 84.77 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-17T19:14:58.242Z] #11 84.78 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-11-17T19:14:58.242Z] #11 84.84 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-17T19:14:58.242Z] #11 ... [2020-11-17T19:14:58.242Z] [2020-11-17T19:14:58.243Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:58.243Z] #32 74.79 time [2020-11-17T19:14:58.243Z] #32 82.89 internal/poll [2020-11-17T19:14:58.396Z] #16 DONE 0.3s [2020-11-17T19:14:58.396Z] [2020-11-17T19:14:58.396Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-17T19:14:58.459Z] #18 ... [2020-11-17T19:14:58.459Z] [2020-11-17T19:14:58.459Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:14:58.459Z] #41 85.91 DEP criu/config.d [2020-11-17T19:14:58.459Z] #41 86.04 DEP criu/clone-noasan.d [2020-11-17T19:14:58.459Z] #41 86.10 DEP criu/cgroup.d [2020-11-17T19:14:58.459Z] #41 86.24 DEP criu/cgroup-props.d [2020-11-17T19:14:58.459Z] #41 86.32 DEP criu/bitmap.d [2020-11-17T19:14:58.459Z] #41 86.34 DEP criu/bfd.d [2020-11-17T19:14:58.459Z] #41 86.42 DEP criu/autofs.d [2020-11-17T19:14:58.459Z] #41 86.62 DEP criu/aio.d [2020-11-17T19:14:58.459Z] #41 86.76 DEP criu/action-scripts.d [2020-11-17T19:14:58.459Z] #41 87.01 CC criu/action-scripts.o [2020-11-17T19:14:58.459Z] #41 87.41 CC criu/aio.o [2020-11-17T19:14:58.459Z] #41 87.89 CC criu/autofs.o [2020-11-17T19:14:58.459Z] #41 89.19 CC criu/bfd.o [2020-11-17T19:14:58.459Z] #41 89.65 CC criu/bitmap.o [2020-11-17T19:14:58.459Z] #41 89.81 CC criu/cgroup-props.o [2020-11-17T19:14:58.459Z] #41 90.65 CC criu/cgroup.o [2020-11-17T19:14:58.459Z] #41 93.44 CC criu/clone-noasan.o [2020-11-17T19:14:58.459Z] #41 93.70 CC criu/config.o [2020-11-17T19:14:58.459Z] #41 94.85 CC criu/cr-check.o [2020-11-17T19:14:58.503Z] #32 ... [2020-11-17T19:14:58.503Z] [2020-11-17T19:14:58.503Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:58.503Z] #43 83.26 internal/poll [2020-11-17T19:14:58.549Z] #34 DONE 94.3s [2020-11-17T19:14:58.549Z] [2020-11-17T19:14:58.549Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:14:58.549Z] #32 87.19 internal/fmtsort [2020-11-17T19:14:58.549Z] #32 87.56 internal/syscall/execenv [2020-11-17T19:14:58.549Z] #32 88.05 internal/syscall/unix [2020-11-17T19:14:58.549Z] #32 88.52 strings [2020-11-17T19:14:58.549Z] #32 88.52 os [2020-11-17T19:14:58.549Z] #32 92.53 path [2020-11-17T19:14:58.549Z] #32 93.55 fmt [2020-11-17T19:14:58.549Z] #32 93.71 path/filepath [2020-11-17T19:14:58.549Z] #32 ... [2020-11-17T19:14:58.549Z] [2020-11-17T19:14:58.549Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:58.697Z] #17 DONE 0.3s [2020-11-17T19:14:58.697Z] [2020-11-17T19:14:58.697Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2020-11-17T19:14:58.721Z] #41 96.44 CC criu/cr-dedup.o [2020-11-17T19:14:58.998Z] #18 DONE 0.4s [2020-11-17T19:14:58.998Z] [2020-11-17T19:14:58.998Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:14:58.998Z] #44 118.2 github.com/LK4D4/vndr/versioned [2020-11-17T19:14:58.998Z] #44 118.5 math/big [2020-11-17T19:14:58.998Z] #44 123.1 go/doc [2020-11-17T19:14:58.998Z] #44 ... [2020-11-17T19:14:58.998Z] [2020-11-17T19:14:58.998Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:14:59.294Z] #41 96.83 CC criu/cr-dump.o [2020-11-17T19:14:59.422Z] #18 1.703 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:14:59.664Z] #19 0.499 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:14:59.664Z] #19 0.629 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:14:59.664Z] #19 0.712 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:14:59.687Z] #18 1.766 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:14:59.687Z] #18 1.852 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:14:59.867Z] #41 ... [2020-11-17T19:14:59.867Z] [2020-11-17T19:14:59.867Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:14:59.867Z] #18 40.74 Selecting previously unselected package libnet1:amd64. [2020-11-17T19:14:59.867Z] #18 40.74 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-17T19:14:59.867Z] #18 40.75 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:14:59.867Z] #18 40.84 Selecting previously unselected package libnl-3-200:amd64. [2020-11-17T19:14:59.867Z] #18 40.86 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-17T19:14:59.867Z] #18 40.87 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-17T19:14:59.921Z] #35 1.523 + RM_GOPATH=0 [2020-11-17T19:14:59.921Z] #35 1.523 + TMP_GOPATH= [2020-11-17T19:14:59.921Z] #35 1.523 + : /build [2020-11-17T19:14:59.921Z] #35 1.523 + '[' -z '' ']' [2020-11-17T19:14:59.921Z] #35 1.523 ++ mktemp -d [2020-11-17T19:14:59.921Z] #35 1.531 + export GOPATH=/tmp/tmp.HtXr2gMpiE [2020-11-17T19:14:59.921Z] #35 1.531 + GOPATH=/tmp/tmp.HtXr2gMpiE [2020-11-17T19:14:59.921Z] #35 1.531 + RM_GOPATH=1 [2020-11-17T19:14:59.921Z] #35 1.531 + case "$(go env GOARCH)" in [2020-11-17T19:14:59.921Z] #35 1.531 ++ go env GOARCH [2020-11-17T19:14:59.921Z] #35 1.643 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:59.921Z] #35 1.643 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:14:59.921Z] #35 1.643 ++ dirname /tmp/install/install.sh [2020-11-17T19:14:59.921Z] #35 1.643 + dir=/tmp/install [2020-11-17T19:14:59.921Z] #35 1.643 + bin=tini [2020-11-17T19:14:59.921Z] #35 1.643 + shift [2020-11-17T19:14:59.921Z] #35 1.643 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-17T19:14:59.921Z] #35 1.643 + . /tmp/install/tini.installer [2020-11-17T19:14:59.921Z] #35 1.643 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:14:59.921Z] #35 1.643 + install_tini [2020-11-17T19:14:59.921Z] #35 1.643 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-17T19:14:59.921Z] #35 1.643 + git clone https://github.com/krallin/tini.git /tmp/tmp.HtXr2gMpiE/tini [2020-11-17T19:15:00.128Z] #18 40.96 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-17T19:15:00.128Z] #18 40.97 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-17T19:15:00.128Z] #18 40.98 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-17T19:15:00.128Z] #18 41.05 Selecting previously unselected package libreadline5:amd64. [2020-11-17T19:15:00.128Z] #18 41.05 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-17T19:15:00.128Z] #18 41.05 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-17T19:15:00.178Z] #35 1.643 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:15:00.178Z] #35 1.656 Cloning into '/tmp/tmp.HtXr2gMpiE/tini'... [2020-11-17T19:15:00.267Z] #18 2.358 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-17T19:15:00.340Z] + docker version [2020-11-17T19:15:00.389Z] #18 41.18 Selecting previously unselected package net-tools. [2020-11-17T19:15:00.389Z] #18 41.18 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-17T19:15:00.389Z] #18 41.20 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-17T19:15:00.651Z] #18 41.40 Selecting previously unselected package python-pip-whl. [2020-11-17T19:15:00.651Z] #18 41.41 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-17T19:15:00.651Z] #18 41.41 Unpacking python-pip-whl (18.1-5) ... [2020-11-17T19:15:00.720Z] #19 1.600 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-17T19:15:00.915Z] #18 41.91 Selecting previously unselected package python3-lib2to3. [2020-11-17T19:15:00.915Z] #18 41.92 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-17T19:15:00.915Z] #18 41.93 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-17T19:15:01.047Z] #43 87.25 internal/syscall/execenv [2020-11-17T19:15:01.047Z] #43 87.54 internal/syscall/unix [2020-11-17T19:15:01.131Z] #35 2.551 + cd /tmp/tmp.HtXr2gMpiE/tini [2020-11-17T19:15:01.131Z] #35 2.574 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:15:01.131Z] #35 2.583 + cmake . [2020-11-17T19:15:01.176Z] #18 42.06 Selecting previously unselected package python3-distutils. [2020-11-17T19:15:01.176Z] #18 42.06 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-17T19:15:01.176Z] #18 42.07 Unpacking python3-distutils (3.7.3-1) ... [2020-11-17T19:15:01.224Z] #18 3.218 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [242 kB] [2020-11-17T19:15:01.309Z] #43 87.99 os [2020-11-17T19:15:01.438Z] #18 42.19 Selecting previously unselected package python3-pip. [2020-11-17T19:15:01.438Z] #18 42.20 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-17T19:15:01.438Z] #18 42.20 Unpacking python3-pip (18.1-5) ... [2020-11-17T19:15:01.438Z] #18 42.36 Selecting previously unselected package python3-pkg-resources. [2020-11-17T19:15:01.438Z] #18 42.37 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-17T19:15:01.438Z] #18 42.38 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-17T19:15:01.694Z] #35 3.284 -- The C compiler identification is GNU 8.3.0 [2020-11-17T19:15:01.694Z] #35 3.330 -- Check for working C compiler: /usr/bin/cc [2020-11-17T19:15:01.699Z] #18 42.49 Selecting previously unselected package python3-setuptools. [2020-11-17T19:15:01.699Z] #18 42.50 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-17T19:15:01.699Z] #18 42.51 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-17T19:15:01.960Z] #18 42.71 Selecting previously unselected package python3-wheel. [2020-11-17T19:15:01.960Z] #18 42.71 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-17T19:15:01.960Z] #18 42.72 Unpacking python3-wheel (0.32.3-2) ... [2020-11-17T19:15:01.960Z] #18 42.82 Selecting previously unselected package sudo. [2020-11-17T19:15:01.960Z] #18 42.83 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-17T19:15:01.960Z] #18 42.85 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-17T19:15:02.253Z] #43 ... [2020-11-17T19:15:02.254Z] [2020-11-17T19:15:02.254Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:15:02.254Z] #34 87.91 Selecting previously unselected package libxml2:amd64. [2020-11-17T19:15:02.254Z] #34 87.92 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-11-17T19:15:02.254Z] #34 87.93 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-17T19:15:02.518Z] #34 89.11 Selecting previously unselected package libarchive13:amd64. [2020-11-17T19:15:02.518Z] #34 89.12 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-11-17T19:15:02.518Z] #34 89.14 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-17T19:15:02.533Z] #18 43.28 Selecting previously unselected package thin-provisioning-tools. [2020-11-17T19:15:02.533Z] #18 43.28 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-17T19:15:02.533Z] #18 43.29 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-17T19:15:02.626Z] #35 4.034 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-17T19:15:02.626Z] #35 4.036 -- Detecting C compiler ABI info [2020-11-17T19:15:02.626Z] #35 ... [2020-11-17T19:15:02.626Z] [2020-11-17T19:15:02.626Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:02.626Z] #43 88.32 internal/fmtsort [2020-11-17T19:15:02.626Z] #43 88.91 strings [2020-11-17T19:15:02.626Z] #43 88.93 os [2020-11-17T19:15:02.626Z] #43 92.75 regexp/syntax [2020-11-17T19:15:02.626Z] #43 94.11 fmt [2020-11-17T19:15:02.626Z] #43 ... [2020-11-17T19:15:02.626Z] [2020-11-17T19:15:02.626Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:15:02.626Z] #40 98.27 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-17T19:15:02.626Z] #40 98.30 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:15:02.627Z] #18 4.673 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-17T19:15:02.794Z] #18 43.62 Selecting previously unselected package uidmap. [2020-11-17T19:15:02.794Z] #18 43.62 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-17T19:15:02.794Z] #18 43.63 Unpacking uidmap (1:4.5-1.1) ... [2020-11-17T19:15:02.794Z] #18 43.74 Selecting previously unselected package vim-runtime. [2020-11-17T19:15:02.794Z] #18 43.76 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:15:02.794Z] #18 43.83 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-17T19:15:02.845Z] #19 3.416 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [237 kB] [2020-11-17T19:15:03.056Z] #18 43.85 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-17T19:15:03.056Z] #18 43.85 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-17T19:15:03.143Z] #19 4.193 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-17T19:15:03.217Z] #40 DONE 99.0s [2020-11-17T19:15:03.217Z] [2020-11-17T19:15:03.217Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:15:03.217Z] #11 96.72 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-17T19:15:03.217Z] #11 96.75 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-17T19:15:03.217Z] #11 96.79 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-17T19:15:03.461Z] #34 ... [2020-11-17T19:15:03.461Z] [2020-11-17T19:15:03.461Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:03.461Z] #45 DONE 89.9s [2020-11-17T19:15:03.461Z] [2020-11-17T19:15:03.461Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:15:03.461Z] #34 89.92 Selecting previously unselected package libjsoncpp1:amd64. [2020-11-17T19:15:03.461Z] #34 89.92 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-17T19:15:03.461Z] #34 89.99 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-17T19:15:03.722Z] #34 90.28 Selecting previously unselected package librhash0:amd64. [2020-11-17T19:15:03.722Z] #34 90.29 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-11-17T19:15:03.722Z] #34 90.31 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-11-17T19:15:03.722Z] #34 ... [2020-11-17T19:15:03.722Z] [2020-11-17T19:15:03.722Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:15:03.722Z] #40 80.40 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-17T19:15:03.722Z] #40 88.53 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-17T19:15:03.722Z] #40 88.60 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:15:03.722Z] #40 88.76 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-17T19:15:03.722Z] #40 88.82 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-17T19:15:03.722Z] #40 88.95 Setting up python-six (1.12.0-1) ... [2020-11-17T19:15:03.983Z] #40 ... [2020-11-17T19:15:03.983Z] [2020-11-17T19:15:03.983Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:15:03.983Z] #11 89.84 Selecting previously unselected package binutils-mingw-w64. [2020-11-17T19:15:03.983Z] #11 89.85 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-17T19:15:03.983Z] #11 89.90 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-17T19:15:03.983Z] #11 90.08 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-11-17T19:15:03.983Z] #11 90.08 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-17T19:15:03.983Z] #11 90.16 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-17T19:15:03.983Z] #11 90.67 Selecting previously unselected package dmsetup. [2020-11-17T19:15:04.244Z] #11 90.67 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-11-17T19:15:04.244Z] #11 90.69 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-17T19:15:04.505Z] #11 91.04 Selecting previously unselected package mingw-w64-common. [2020-11-17T19:15:04.505Z] #11 91.05 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-17T19:15:04.505Z] #11 91.07 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-17T19:15:05.199Z] #18 ... [2020-11-17T19:15:05.199Z] [2020-11-17T19:15:05.199Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:05.199Z] #43 117.7 github.com/LK4D4/vndr/godl [2020-11-17T19:15:05.199Z] #43 118.7 github.com/LK4D4/vndr [2020-11-17T19:15:05.199Z] #43 ... [2020-11-17T19:15:05.199Z] [2020-11-17T19:15:05.199Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:05.199Z] #41 55.11 CC compel/src/lib/infect-rpc.o [2020-11-17T19:15:05.199Z] #41 55.58 CC compel/src/lib/infect-util.o [2020-11-17T19:15:05.199Z] #41 55.85 CC compel/src/lib/infect.o [2020-11-17T19:15:05.199Z] #41 58.46 CC compel/src/lib/ptrace.o [2020-11-17T19:15:05.199Z] #41 58.84 AR compel/libcompel.a [2020-11-17T19:15:05.199Z] #41 58.93 HOSTCC compel/src/main-host.o [2020-11-17T19:15:05.199Z] #41 59.45 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-11-17T19:15:05.199Z] #41 59.66 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-17T19:15:05.199Z] #41 60.13 HOSTCC compel/src/lib/log-host.o [2020-11-17T19:15:05.199Z] #41 60.40 HOSTLINK compel/compel-host-bin [2020-11-17T19:15:05.199Z] #41 60.63 DEP soccr/soccr.d [2020-11-17T19:15:05.199Z] #41 60.86 CC soccr/soccr.o [2020-11-17T19:15:05.290Z] #19 ... [2020-11-17T19:15:05.290Z] [2020-11-17T19:15:05.290Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:05.290Z] #42 57.42 CC compel/src/lib/ptrace.o [2020-11-17T19:15:05.290Z] #42 57.96 AR compel/libcompel.a [2020-11-17T19:15:05.290Z] #42 58.07 HOSTCC compel/src/main-host.o [2020-11-17T19:15:05.290Z] #42 58.47 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-11-17T19:15:05.290Z] #42 58.62 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-17T19:15:05.290Z] #42 59.02 HOSTCC compel/src/lib/log-host.o [2020-11-17T19:15:05.290Z] #42 59.17 HOSTLINK compel/compel-host-bin [2020-11-17T19:15:05.290Z] #42 59.29 DEP soccr/soccr.d [2020-11-17T19:15:05.290Z] #42 59.54 CC soccr/soccr.o [2020-11-17T19:15:05.290Z] #42 61.30 AR soccr/libsoccr.a [2020-11-17T19:15:05.290Z] #42 61.36 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-17T19:15:05.290Z] #42 61.83 DEP criu/arch/ppc64/sigframe.d [2020-11-17T19:15:05.290Z] #42 62.07 DEP criu/arch/ppc64/crtools.d [2020-11-17T19:15:05.290Z] #42 62.29 DEP criu/arch/ppc64/cpu.d [2020-11-17T19:15:05.290Z] #42 62.47 CC criu/arch/ppc64/cpu.o [2020-11-17T19:15:05.465Z] #41 ... [2020-11-17T19:15:05.465Z] [2020-11-17T19:15:05.465Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:05.465Z] #43 DONE 128.5s [2020-11-17T19:15:05.465Z] [2020-11-17T19:15:05.465Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:05.465Z] #51 10.55 + cd /tmp/tmp.DmkDu36duc/src/github.com/opencontainers/runc [2020-11-17T19:15:05.465Z] #51 10.55 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-17T19:15:05.465Z] #51 11.11 + '[' -z '' ']' [2020-11-17T19:15:05.465Z] #51 11.11 + target=static [2020-11-17T19:15:05.466Z] #51 11.11 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-17T19:15:05.466Z] #51 11.59 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-17T19:15:05.733Z] #51 ... [2020-11-17T19:15:05.733Z] [2020-11-17T19:15:05.733Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:05.733Z] #41 62.75 AR soccr/libsoccr.a [2020-11-17T19:15:05.895Z] #11 ... [2020-11-17T19:15:05.895Z] [2020-11-17T19:15:05.895Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:05.895Z] #49 82.29 time [2020-11-17T19:15:05.895Z] #49 91.28 context [2020-11-17T19:15:05.895Z] #49 91.95 encoding/binary [2020-11-17T19:15:05.895Z] #49 ... [2020-11-17T19:15:05.895Z] [2020-11-17T19:15:05.895Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:15:05.895Z] #34 90.69 Selecting previously unselected package libuv1:amd64. [2020-11-17T19:15:05.895Z] #34 90.69 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-11-17T19:15:05.895Z] #34 90.73 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-11-17T19:15:05.895Z] #34 91.04 Selecting previously unselected package cmake. [2020-11-17T19:15:05.895Z] #34 91.04 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-11-17T19:15:05.895Z] #34 91.05 Unpacking cmake (3.13.4-1) ... [2020-11-17T19:15:05.940Z] #42 63.11 CC criu/arch/ppc64/crtools.o [2020-11-17T19:15:05.998Z] #41 62.83 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-17T19:15:06.143Z] Client: Docker Engine - Enterprise [2020-11-17T19:15:06.143Z] Version: 19.03.12 [2020-11-17T19:15:06.143Z] API version: 1.40 [2020-11-17T19:15:06.143Z] Go version: go1.13.13 [2020-11-17T19:15:06.143Z] Git commit: 4306744 [2020-11-17T19:15:06.143Z] Built: 08/05/2020 19:27:53 [2020-11-17T19:15:06.143Z] OS/Arch: windows/amd64 [2020-11-17T19:15:06.143Z] Experimental: false [2020-11-17T19:15:06.143Z] [2020-11-17T19:15:06.143Z] Server: Docker Engine - Enterprise [2020-11-17T19:15:06.143Z] Engine: [2020-11-17T19:15:06.143Z] Version: 19.03.12 [2020-11-17T19:15:06.143Z] API version: 1.40 (minimum version 1.24) [2020-11-17T19:15:06.143Z] Go version: go1.13.13 [2020-11-17T19:15:06.143Z] Git commit: f295753ffd [2020-11-17T19:15:06.143Z] Built: 08/05/2020 19:26:41 [2020-11-17T19:15:06.143Z] OS/Arch: windows/amd64 [2020-11-17T19:15:06.143Z] Experimental: true [2020-11-17T19:15:06.362Z] #18 47.05 Selecting previously unselected package vim. [2020-11-17T19:15:06.362Z] #18 47.05 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-17T19:15:06.362Z] #18 47.07 Unpacking vim (2:8.1.0875-5) ... [2020-11-17T19:15:06.576Z] #41 63.38 DEP criu/arch/aarch64/sigframe.d [Pipeline] sh [2020-11-17T19:15:06.841Z] #41 63.71 DEP criu/arch/aarch64/crtools.d [2020-11-17T19:15:06.935Z] #18 47.65 Selecting previously unselected package xfsprogs. [2020-11-17T19:15:06.935Z] #18 47.66 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-17T19:15:06.935Z] #18 47.66 Unpacking xfsprogs (4.20.0-1) ... [2020-11-17T19:15:06.995Z] #42 64.22 CC criu/arch/ppc64/sigframe.o [2020-11-17T19:15:07.108Z] #41 63.96 DEP criu/arch/aarch64/cpu.d [2020-11-17T19:15:07.108Z] #41 64.04 DEP criu/arch/aarch64/bitops.d [2020-11-17T19:15:07.197Z] #18 48.11 Selecting previously unselected package zip. [2020-11-17T19:15:07.197Z] #18 48.13 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-17T19:15:07.197Z] #18 48.13 Unpacking zip (3.0-11+b1) ... [2020-11-17T19:15:07.296Z] #42 64.53 LINK criu/arch/ppc64/crtools.built-in.o [2020-11-17T19:15:07.296Z] #42 64.57 DEP criu/pie/util-vdso.d [2020-11-17T19:15:07.374Z] #41 64.13 CC criu/arch/aarch64/bitops.o [2020-11-17T19:15:07.374Z] #41 64.23 CC criu/arch/aarch64/cpu.o [2020-11-17T19:15:07.460Z] #18 48.33 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-17T19:15:07.460Z] #18 48.35 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-17T19:15:07.460Z] #18 48.36 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-17T19:15:07.460Z] #18 48.37 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-17T19:15:07.460Z] #18 48.38 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-17T19:15:07.460Z] #18 48.40 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-17T19:15:07.460Z] #18 48.42 Setting up uidmap (1:4.5-1.1) ... [2020-11-17T19:15:07.460Z] #18 48.43 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-17T19:15:07.527Z] #11 ... [2020-11-17T19:15:07.527Z] [2020-11-17T19:15:07.527Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:07.527Z] #41 3.715 Note: Building without setproctitle() and strlcpy() support. [2020-11-17T19:15:07.527Z] #41 3.715 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-17T19:15:07.527Z] #41 3.730 Note: Building without GnuTLS support [2020-11-17T19:15:07.527Z] #41 3.762 Makefile.config:39: Warn: you have no libnftables installed [2020-11-17T19:15:07.527Z] #41 3.762 Makefile.config:40: Warn: Building without nftables support [2020-11-17T19:15:07.594Z] #42 64.74 DEP criu/pie/util.d [2020-11-17T19:15:07.594Z] #42 64.92 CC criu/pie/util.o [2020-11-17T19:15:07.594Z] #42 ... [2020-11-17T19:15:07.594Z] [2020-11-17T19:15:07.594Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:07.594Z] #52 10.99 + cd /tmp/tmp.zJMMhs4ho2/src/github.com/opencontainers/runc [2020-11-17T19:15:07.594Z] #52 11.00 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-17T19:15:07.646Z] #41 64.60 CC criu/arch/aarch64/crtools.o [2020-11-17T19:15:07.675Z] + docker info [2020-11-17T19:15:07.722Z] #18 48.45 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:15:07.722Z] #18 48.46 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-17T19:15:07.722Z] #18 48.47 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-17T19:15:07.722Z] #18 48.48 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-17T19:15:07.722Z] #18 48.49 Setting up xxd (2:8.1.0875-5) ... [2020-11-17T19:15:07.722Z] #18 48.50 Setting up zip (3.0-11+b1) ... [2020-11-17T19:15:07.722Z] #18 48.51 Setting up vim-common (2:8.1.0875-5) ... [2020-11-17T19:15:07.722Z] #18 48.55 Setting up bash-completion (1:2.8-6) ... [2020-11-17T19:15:08.250Z] #52 11.59 + '[' -z '' ']' [2020-11-17T19:15:08.250Z] #52 11.59 + target=static [2020-11-17T19:15:08.250Z] #52 11.59 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-17T19:15:08.550Z] #52 11.83 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-17T19:15:08.628Z] #41 65.44 CC criu/arch/aarch64/sigframe.o [2020-11-17T19:15:08.900Z] #41 65.78 LINK criu/arch/aarch64/crtools.built-in.o [2020-11-17T19:15:08.900Z] #41 65.86 DEP criu/pie/util-vdso.d [2020-11-17T19:15:08.900Z] #41 ... [2020-11-17T19:15:08.900Z] [2020-11-17T19:15:08.900Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:15:08.900Z] #30 DONE 131.8s [2020-11-17T19:15:09.165Z] [2020-11-17T19:15:09.165Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:09.165Z] #41 66.11 DEP criu/pie/util.d [2020-11-17T19:15:09.418Z] #41 ... [2020-11-17T19:15:09.419Z] [2020-11-17T19:15:09.419Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:09.419Z] #35 5.039 -- Detecting C compiler ABI info - done [2020-11-17T19:15:09.419Z] #35 5.089 -- Detecting C compile features [2020-11-17T19:15:09.419Z] #35 8.730 -- Detecting C compile features - done [2020-11-17T19:15:09.419Z] #35 8.824 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-17T19:15:09.419Z] #35 9.281 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-17T19:15:09.419Z] #35 9.469 -- Configuring done [2020-11-17T19:15:09.419Z] #35 9.501 -- Generating done [2020-11-17T19:15:09.419Z] #35 9.529 -- Build files have been written to: /tmp/tmp.HtXr2gMpiE/tini [2020-11-17T19:15:09.419Z] #35 9.557 + make tini-static [2020-11-17T19:15:09.419Z] #35 10.23 Scanning dependencies of target tini-static [2020-11-17T19:15:09.419Z] #35 10.44 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-17T19:15:09.429Z] #41 66.31 CC criu/pie/util.o [2020-11-17T19:15:09.675Z] #35 ... [2020-11-17T19:15:09.675Z] [2020-11-17T19:15:09.675Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:09.675Z] #49 95.63 encoding/base64 [2020-11-17T19:15:09.675Z] #49 96.79 golang.org/x/sys/unix [2020-11-17T19:15:09.675Z] #49 97.57 fmt [2020-11-17T19:15:09.675Z] #49 105.3 encoding/json [2020-11-17T19:15:09.932Z] #49 ... [2020-11-17T19:15:09.932Z] [2020-11-17T19:15:09.932Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:09.932Z] #43 100.1 regexp [2020-11-17T19:15:09.932Z] #43 100.5 flag [2020-11-17T19:15:09.932Z] #43 103.3 go/token [2020-11-17T19:15:09.932Z] #43 105.1 go/scanner [2020-11-17T19:15:10.010Z] #41 66.93 CC criu/pie/util-vdso.o [2020-11-17T19:15:10.098Z] #34 96.34 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-17T19:15:10.098Z] #34 96.35 Setting up xxd (2:8.1.0875-5) ... [2020-11-17T19:15:10.098Z] #34 96.37 Setting up libuv1:amd64 (1.24.1-1) ... [2020-11-17T19:15:10.098Z] #34 96.40 Setting up vim-common (2:8.1.0875-5) ... [2020-11-17T19:15:10.098Z] #34 96.53 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-17T19:15:10.098Z] #34 96.58 Setting up cmake-data (3.13.4-1) ... [2020-11-17T19:15:10.098Z] #34 96.61 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-17T19:15:10.098Z] #34 96.63 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-17T19:15:10.098Z] #34 96.68 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-17T19:15:10.098Z] #34 96.70 Setting up cmake (3.13.4-1) ... [2020-11-17T19:15:10.098Z] #34 96.72 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:15:10.189Z] #43 ... [2020-11-17T19:15:10.190Z] [2020-11-17T19:15:10.190Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:10.190Z] #32 96.13 io/ioutil [2020-11-17T19:15:10.190Z] #32 96.80 text/tabwriter [2020-11-17T19:15:10.190Z] #32 98.83 flag [2020-11-17T19:15:10.190Z] #32 98.85 github.com/BurntSushi/toml [2020-11-17T19:15:10.190Z] #32 102.1 log [2020-11-17T19:15:10.360Z] #34 96.84 Processing triggers for mime-support (3.62) ... [2020-11-17T19:15:10.447Z] #32 106.2 github.com/BurntSushi/toml/cmd/tomlv [2020-11-17T19:15:10.447Z] #32 ... [2020-11-17T19:15:10.447Z] [2020-11-17T19:15:10.447Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:10.447Z] #41 7.234 fatal: not a git repository (or any of the parent directories): .git [2020-11-17T19:15:10.447Z] #41 7.306 GEN .gitid [2020-11-17T19:15:10.447Z] #41 7.345 GEN criu/include/version.h [2020-11-17T19:15:10.447Z] #41 7.453 GEN include/common/asm [2020-11-17T19:15:10.621Z] #34 ... [2020-11-17T19:15:10.621Z] [2020-11-17T19:15:10.621Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:10.621Z] #32 87.13 internal/syscall/execenv [2020-11-17T19:15:10.621Z] #32 87.55 internal/syscall/unix [2020-11-17T19:15:10.621Z] #32 87.91 internal/fmtsort [2020-11-17T19:15:10.621Z] #32 88.07 os [2020-11-17T19:15:10.621Z] #32 88.97 strings [2020-11-17T19:15:10.621Z] #32 93.29 path [2020-11-17T19:15:10.621Z] #32 93.90 fmt [2020-11-17T19:15:10.621Z] #32 94.17 path/filepath [2020-11-17T19:15:10.621Z] #32 97.16 io/ioutil [2020-11-17T19:15:10.621Z] #32 ... [2020-11-17T19:15:10.621Z] [2020-11-17T19:15:10.621Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:15:10.621Z] #40 94.94 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-17T19:15:10.621Z] #40 94.96 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-17T19:15:10.621Z] #40 95.00 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-17T19:15:10.621Z] #40 95.02 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-11-17T19:15:10.621Z] #40 95.05 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-17T19:15:10.621Z] #40 95.07 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-17T19:15:10.621Z] #40 95.09 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-17T19:15:10.621Z] #40 95.10 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-17T19:15:10.621Z] #40 95.13 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-17T19:15:10.621Z] #40 95.15 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-17T19:15:10.710Z] #52 ... [2020-11-17T19:15:10.710Z] [2020-11-17T19:15:10.710Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:10.710Z] #57 131.3 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-17T19:15:10.710Z] #57 131.3 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-17T19:15:10.710Z] #57 DONE 137.9s [2020-11-17T19:15:10.710Z] [2020-11-17T19:15:10.710Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-17T19:15:10.710Z] #58 DONE 0.1s [2020-11-17T19:15:10.710Z] [2020-11-17T19:15:10.710Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:10.710Z] #42 65.23 CC criu/pie/util-vdso.o [2020-11-17T19:15:10.710Z] #42 65.88 AR criu/pie/pie.lib.a [2020-11-17T19:15:10.710Z] #42 65.97 DEP criu/pie/restorer.d [2020-11-17T19:15:10.710Z] #42 66.22 DEP criu/arch/ppc64/vdso-trampoline.d [2020-11-17T19:15:10.710Z] #42 66.26 DEP criu/arch/ppc64/restorer.d [2020-11-17T19:15:10.710Z] #42 66.48 DEP criu/arch/ppc64/vdso-pie.d [2020-11-17T19:15:10.710Z] #42 66.63 DEP criu/pie/parasite-vdso.d [2020-11-17T19:15:10.710Z] #42 66.85 DEP criu/pie/parasite.d [2020-11-17T19:15:10.710Z] #42 67.16 CC criu/pie/parasite.o [2020-11-17T19:15:10.710Z] #42 ... [2020-11-17T19:15:10.710Z] [2020-11-17T19:15:10.710Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-17T19:15:10.710Z] #59 DONE 0.1s [2020-11-17T19:15:10.710Z] [2020-11-17T19:15:10.710Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:10.710Z] #19 9.909 Fetched 8176 kB in 10s (858 kB/s) [2020-11-17T19:15:10.966Z] #41 67.88 AR criu/pie/pie.lib.a [2020-11-17T19:15:10.966Z] #41 67.96 DEP criu/pie/restorer.d [2020-11-17T19:15:11.029Z] #18 51.35 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-17T19:15:11.029Z] #18 51.37 Setting up xz-utils (5.2.4-1) ... [2020-11-17T19:15:11.029Z] #18 51.38 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-17T19:15:11.029Z] #18 51.40 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-17T19:15:11.029Z] #18 51.45 invoke-rc.d: could not determine current runlevel [2020-11-17T19:15:11.029Z] #18 51.47 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-17T19:15:11.029Z] #18 51.48 Setting up pigz (2.4-1) ... [2020-11-17T19:15:11.029Z] #18 51.49 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-17T19:15:11.029Z] #18 51.50 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-17T19:15:11.029Z] #18 51.52 Setting up python-pip-whl (18.1-5) ... [2020-11-17T19:15:11.029Z] #18 51.53 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-17T19:15:11.029Z] #18 51.54 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-17T19:15:11.029Z] #18 51.99 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-17T19:15:11.029Z] #18 52.00 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-17T19:15:11.029Z] #18 52.01 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-17T19:15:11.029Z] #18 52.02 Setting up vim (2:8.1.0875-5) ... [2020-11-17T19:15:11.029Z] #18 52.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-17T19:15:11.029Z] #18 52.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-17T19:15:11.029Z] #18 52.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-17T19:15:11.029Z] #18 52.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-17T19:15:11.029Z] #18 52.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-17T19:15:11.029Z] #18 52.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-17T19:15:11.029Z] #18 52.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-17T19:15:11.029Z] #18 52.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-17T19:15:11.029Z] #18 52.09 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-17T19:15:11.029Z] #18 52.10 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-17T19:15:11.029Z] #18 52.11 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-17T19:15:11.193Z] #40 ... [2020-11-17T19:15:11.194Z] [2020-11-17T19:15:11.194Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-17T19:15:11.194Z] #34 DONE 97.8s [2020-11-17T19:15:11.194Z] [2020-11-17T19:15:11.194Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:11.291Z] #18 52.13 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-17T19:15:11.291Z] #18 52.14 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-17T19:15:11.291Z] #18 52.15 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-17T19:15:11.548Z] #41 68.33 DEP criu/arch/aarch64/intraprocedure.d [2020-11-17T19:15:11.549Z] #41 68.34 DEP criu/arch/aarch64/restorer.d [2020-11-17T19:15:11.549Z] #41 68.54 DEP criu/arch/aarch64/vdso-pie.d [2020-11-17T19:15:11.553Z] #18 ... [2020-11-17T19:15:11.553Z] [2020-11-17T19:15:11.553Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:11.553Z] #41 98.97 CC criu/cr-errno.o [2020-11-17T19:15:11.553Z] #41 99.06 CC criu/cr-restore.o [2020-11-17T19:15:11.553Z] #41 103.4 CC criu/cr-service.o [2020-11-17T19:15:11.553Z] #41 104.9 CC criu/crtools.o [2020-11-17T19:15:11.553Z] #41 105.4 CC criu/eventfd.o [2020-11-17T19:15:11.553Z] #41 105.8 CC criu/eventpoll.o [2020-11-17T19:15:11.553Z] #41 106.7 CC criu/external.o [2020-11-17T19:15:11.553Z] #41 107.1 CC criu/fault-injection.o [2020-11-17T19:15:11.553Z] #41 107.2 CC criu/fdstore.o [2020-11-17T19:15:11.553Z] #41 107.6 CC criu/fifo.o [2020-11-17T19:15:11.553Z] #41 108.0 CC criu/file-ids.o [2020-11-17T19:15:11.553Z] #41 108.3 CC criu/file-lock.o [2020-11-17T19:15:11.553Z] #41 109.1 CC criu/files-ext.o [2020-11-17T19:15:11.785Z] #19 9.909 Reading package lists... [2020-11-17T19:15:11.785Z] #19 ... [2020-11-17T19:15:11.785Z] [2020-11-17T19:15:11.785Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:11.785Z] #44 129.3 vendor/golang.org/x/text/unicode/norm [2020-11-17T19:15:11.785Z] #44 133.1 github.com/LK4D4/vndr/build [2020-11-17T19:15:11.814Z] #41 68.73 DEP criu/pie/parasite-vdso.d [2020-11-17T19:15:11.814Z] #41 68.82 DEP criu/pie/parasite.d [2020-11-17T19:15:11.815Z] #41 109.5 CC criu/files-reg.o [2020-11-17T19:15:12.113Z] #44 ... [2020-11-17T19:15:12.113Z] [2020-11-17T19:15:12.113Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:12.113Z] #42 69.20 LINK criu/pie/parasite.built-in.o [2020-11-17T19:15:12.113Z] #42 69.21 GEN criu/pie/parasite-blob.h [2020-11-17T19:15:12.113Z] #42 69.24 CC criu/pie/parasite-vdso.o [2020-11-17T19:15:12.343Z] #41 9.351 PBCC images/timens.pb-c.c [2020-11-17T19:15:12.394Z] #41 69.15 CC criu/pie/parasite.o [2020-11-17T19:15:12.580Z] #35 1.430 + RM_GOPATH=0 [2020-11-17T19:15:12.580Z] #35 1.430 + TMP_GOPATH= [2020-11-17T19:15:12.580Z] #35 1.430 + : /build [2020-11-17T19:15:12.580Z] #35 1.430 + '[' -z '' ']' [2020-11-17T19:15:12.580Z] #35 1.437 ++ mktemp -d [2020-11-17T19:15:12.580Z] #35 1.437 + export GOPATH=/tmp/tmp.eofwxGyEym [2020-11-17T19:15:12.580Z] #35 1.437 + GOPATH=/tmp/tmp.eofwxGyEym [2020-11-17T19:15:12.580Z] #35 1.437 + RM_GOPATH=1 [2020-11-17T19:15:12.580Z] #35 1.437 + case "$(go env GOARCH)" in [2020-11-17T19:15:12.580Z] #35 1.441 ++ go env GOARCH [2020-11-17T19:15:12.580Z] #35 1.481 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:15:12.580Z] #35 1.481 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:15:12.602Z] #41 9.381 DEP images/timens.pb-c.d [2020-11-17T19:15:12.602Z] #41 9.446 PBCC images/fown.pb-c.c [2020-11-17T19:15:12.602Z] #41 9.474 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-17T19:15:12.602Z] #41 9.545 PBCC images/opts.pb-c.c [2020-11-17T19:15:12.762Z] #42 69.93 CC criu/arch/ppc64/vdso-pie.o [2020-11-17T19:15:12.842Z] #35 1.485 ++ dirname /tmp/install/install.sh [2020-11-17T19:15:12.842Z] #35 1.487 + dir=/tmp/install [2020-11-17T19:15:12.842Z] #35 1.487 + bin=tini [2020-11-17T19:15:12.842Z] #35 1.497 + shift [2020-11-17T19:15:12.842Z] #35 1.497 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-17T19:15:12.842Z] #35 1.497 + . /tmp/install/tini.installer [2020-11-17T19:15:12.842Z] #35 1.497 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:15:12.842Z] #35 1.497 + install_tini [2020-11-17T19:15:12.842Z] #35 1.497 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-17T19:15:12.842Z] #35 1.507 + git clone https://github.com/krallin/tini.git /tmp/tmp.eofwxGyEym/tini [2020-11-17T19:15:12.842Z] #35 1.507 Cloning into '/tmp/tmp.eofwxGyEym/tini'... [2020-11-17T19:15:12.842Z] #35 1.507 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:15:12.857Z] #41 9.659 PBCC images/memfd.pb-c.c [2020-11-17T19:15:12.857Z] #41 9.725 DEP images/fown.pb-c.d [2020-11-17T19:15:12.857Z] #41 9.788 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-17T19:15:13.080Z] #42 70.31 CC criu/arch/ppc64/restorer.o [2020-11-17T19:15:13.101Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-17T19:15:13.102Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2020-11-17T19:15:13.102Z] ok github.com/docker/docker/api/server/middleware 0.002s coverage: 37.7% of statements [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-17T19:15:13.102Z] ok github.com/docker/docker/api/server/router/swarm 0.009s coverage: 5.7% of statements [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-17T19:15:13.102Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2020-11-17T19:15:13.102Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-17T19:15:13.102Z] ok github.com/docker/docker/api/types/time 0.008s coverage: 100.0% of statements [2020-11-17T19:15:13.102Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/builder [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-17T19:15:13.102Z] ok github.com/docker/docker/builder/remotecontext 0.370s coverage: 13.7% of statements [2020-11-17T19:15:13.102Z] ok github.com/docker/docker/builder/dockerfile 1.003s coverage: 48.3% of statements [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-17T19:15:13.102Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-11-17T19:15:13.102Z] ok github.com/docker/docker/builder/remotecontext/git 0.954s coverage: 86.3% of statements [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/cli [no test files] [2020-11-17T19:15:13.102Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-17T19:15:13.116Z] #41 ... [2020-11-17T19:15:13.116Z] [2020-11-17T19:15:13.116Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:13.116Z] #35 12.24 [100%] Linking C executable tini-static [2020-11-17T19:15:13.116Z] #35 12.87 [100%] Built target tini-static [2020-11-17T19:15:13.116Z] #35 12.96 + mkdir -p /build [2020-11-17T19:15:13.116Z] #35 12.96 + cp tini-static /build/docker-init [2020-11-17T19:15:13.116Z] #35 DONE 14.6s [2020-11-17T19:15:13.116Z] [2020-11-17T19:15:13.116Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:13.116Z] #41 9.911 DEP images/opts.pb-c.d [2020-11-17T19:15:13.116Z] #41 10.10 DEP images/memfd.pb-c.d [2020-11-17T19:15:13.354Z] #41 70.25 LINK criu/pie/parasite.built-in.o [2020-11-17T19:15:13.354Z] #41 70.30 GEN criu/pie/parasite-blob.h [2020-11-17T19:15:13.354Z] #41 70.32 CC criu/pie/parasite-vdso.o [2020-11-17T19:15:13.372Z] #41 10.21 PBCC images/sit.pb-c.c [2020-11-17T19:15:13.372Z] #41 10.32 DEP images/sit.pb-c.d [2020-11-17T19:15:13.413Z] #35 ... [2020-11-17T19:15:13.413Z] [2020-11-17T19:15:13.413Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:13.413Z] #43 89.82 strings [2020-11-17T19:15:13.413Z] #43 93.34 regexp/syntax [2020-11-17T19:15:13.413Z] #43 94.15 fmt [2020-11-17T19:15:13.413Z] #43 ... [2020-11-17T19:15:13.413Z] [2020-11-17T19:15:13.413Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:13.413Z] #49 92.94 os [2020-11-17T19:15:13.413Z] #49 95.43 encoding/base64 [2020-11-17T19:15:13.413Z] #49 97.10 golang.org/x/sys/unix [2020-11-17T19:15:13.413Z] #49 99.86 fmt [2020-11-17T19:15:13.629Z] #41 10.47 PBCC images/macvlan.pb-c.c [2020-11-17T19:15:13.629Z] #41 10.50 DEP images/macvlan.pb-c.d [2020-11-17T19:15:13.629Z] #41 10.58 PBCC images/autofs.pb-c.c [2020-11-17T19:15:13.676Z] #49 ... [2020-11-17T19:15:13.676Z] [2020-11-17T19:15:13.676Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:13.676Z] #32 98.21 text/tabwriter [2020-11-17T19:15:13.676Z] #32 100.2 github.com/BurntSushi/toml [2020-11-17T19:15:13.676Z] #32 100.2 flag [2020-11-17T19:15:13.729Z] #42 70.88 CC criu/arch/ppc64/vdso-trampoline.o [2020-11-17T19:15:13.729Z] #42 70.91 CC criu/pie/restorer.o [2020-11-17T19:15:13.885Z] #41 10.69 DEP images/autofs.pb-c.d [2020-11-17T19:15:13.885Z] #41 10.77 PBCC images/sysctl.pb-c.c [2020-11-17T19:15:13.885Z] #41 10.82 DEP images/sysctl.pb-c.d [2020-11-17T19:15:13.885Z] #41 10.88 PBCC images/time.pb-c.c [2020-11-17T19:15:14.141Z] #41 10.94 DEP images/time.pb-c.d [2020-11-17T19:15:14.141Z] #41 11.01 PBCC images/binfmt-misc.pb-c.c [2020-11-17T19:15:14.141Z] #41 11.05 DEP images/binfmt-misc.pb-c.d [2020-11-17T19:15:14.314Z] #41 71.18 CC criu/arch/aarch64/vdso-pie.o [2020-11-17T19:15:14.365Z] #41 111.5 CC criu/files.o [2020-11-17T19:15:14.365Z] #41 ... [2020-11-17T19:15:14.365Z] [2020-11-17T19:15:14.365Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:14.365Z] #18 54.97 Setting up iptables (1.8.2-4) ... [2020-11-17T19:15:14.365Z] #18 54.99 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-17T19:15:14.365Z] #18 55.00 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-17T19:15:14.365Z] #18 55.00 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-17T19:15:14.365Z] #18 55.01 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-17T19:15:14.365Z] #18 55.02 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-17T19:15:14.365Z] #18 55.02 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-17T19:15:14.365Z] #18 55.03 Setting up python3 (3.7.3-1) ... [2020-11-17T19:15:14.398Z] #41 11.18 PBCC images/seccomp.pb-c.c [2020-11-17T19:15:14.398Z] #41 11.30 DEP images/seccomp.pb-c.d [2020-11-17T19:15:14.398Z] #41 11.33 PBCC images/userns.pb-c.c [2020-11-17T19:15:14.398Z] #41 11.35 DEP images/userns.pb-c.d [2020-11-17T19:15:14.398Z] #41 11.41 PBCC images/cgroup.pb-c.c [2020-11-17T19:15:14.580Z] #41 71.49 CC criu/arch/aarch64/restorer.o [2020-11-17T19:15:14.627Z] #18 55.34 Setting up python3-wheel (0.32.3-2) ... [2020-11-17T19:15:14.654Z] #41 11.44 DEP images/cgroup.pb-c.d [2020-11-17T19:15:14.654Z] #41 11.54 PBCC images/ext-file.pb-c.c [2020-11-17T19:15:14.654Z] #41 11.56 DEP images/ext-file.pb-c.d [2020-11-17T19:15:14.654Z] #41 11.62 PBCC images/rpc.pb-c.c [2020-11-17T19:15:14.654Z] #41 11.68 DEP images/rpc.pb-c.d [2020-11-17T19:15:14.911Z] #41 11.75 PBCC images/siginfo.pb-c.c [2020-11-17T19:15:14.911Z] #41 11.77 DEP images/siginfo.pb-c.d [2020-11-17T19:15:15.162Z] #41 71.99 CC criu/arch/aarch64/intraprocedure.o [2020-11-17T19:15:15.162Z] #41 ... [2020-11-17T19:15:15.162Z] [2020-11-17T19:15:15.162Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:15.162Z] #22 132.9 Checking out files: 24% (2665/11025) Checking out files: 25% (2757/11025) Checking out files: 26% (2867/11025) Checking out files: 27% (2977/11025) Checking out files: 28% (3087/11025) Checking out files: 29% (3198/11025) Checking out files: 30% (3308/11025) Checking out files: 31% (3418/11025) Checking out files: 32% (3528/11025) Checking out files: 33% (3639/11025) Checking out files: 34% (3749/11025) Checking out files: 35% (3859/11025) Checking out files: 36% (3969/11025) Checking out files: 37% (4080/11025) Checking out files: 37% (4167/11025) Checking out files: 38% (4190/11025) Checking out files: 39% (4300/11025) Checking out files: 40% (4410/11025) Checking out files: 41% (4521/11025) Checking out files: 42% (4631/11025) Checking out files: 43% (4741/11025) Checking out files: 44% (4851/11025) Checking out files: 45% (4962/11025) Checking out files: 46% (5072/11025) Checking out files: 47% (5182/11025) Checking out files: 48% (5292/11025) Checking out files: 49% (5403/11025) Checking out files: 50% (5513/11025) Checking out files: 51% (5623/11025) Checking out files: 52% (5733/11025) Checking out files: 53% (5844/11025) Checking out files: 54% (5954/11025) Checking out files: 55% (6064/11025) Checking out files: 56% (6174/11025) Checking out files: 57% (6285/11025) Checking out files: 58% (6395/11025) Checking out files: 59% (6505/11025) Checking out files: 60% (6615/11025) Checking out files: 61% (6726/11025) Checking out files: 62% (6836/11025) Checking out files: 63% (6946/11025) Checking out files: 64% (7056/11025) Checking out files: 64% (7163/11025) Checking out files: 65% (7167/11025) Checking out files: 66% (7277/11025) Checking out files: 67% (7387/11025) Checking out files: 68% (7497/11025) Checking out files: 69% (7608/11025) Checking out files: 70% (7718/11025) Checking out files: 71% (7828/11025) Checking out files: 72% (7938/11025) Checking out files: 73% (8049/11025) Checking out files: 74% (8159/11025) Checking out files: 75% (8269/11025) Checking out files: 76% (8379/11025) Checking out files: 77% (8490/11025) Checking out files: 78% (8600/11025) Checking out files: 79% (8710/11025) Checking out files: 80% (8820/11025) Checking out files: 81% (8931/11025) Checking out files: 82% (9041/11025) Checking out files: 83% (9151/11025) Checking out files: 84% (9261/11025) Checking out files: 85% (9372/11025) Checking out files: 86% (9482/11025) Checking out files: 87% (9592/11025) Checking out files: 88% (9702/11025) Checking out files: 88% (9735/11025) Checking out files: 89% (9813/11025) Checking out files: 90% (9923/11025) Checking out files: 91% (10033/11025) Checking out files: 92% (10143/11025) Checking out files: 93% (10254/11025) Checking out files: 94% (10364/11025) Checking out files: 95% (10474/11025) Checking out files: 96% (10584/11025) Checking out files: 97% (10695/11025) Checking out files: 98% (10805/11025) Checking out files: 99% (10915/11025) Checking out files: 100% (11025/11025) Checking out files: 100% (11025/11025), done. [2020-11-17T19:15:15.162Z] #22 136.5 + cd /tmp/tmp.gplj1b6aQ8/tmp/docker-ce [2020-11-17T19:15:15.162Z] #22 136.5 + git checkout -q v17.06.2-ce [2020-11-17T19:15:15.167Z] #41 11.84 PBCC images/pagemap.pb-c.c [2020-11-17T19:15:15.167Z] #41 11.93 DEP images/pagemap.pb-c.d [2020-11-17T19:15:15.167Z] #41 12.01 PBCC images/rlimit.pb-c.c [2020-11-17T19:15:15.167Z] #41 12.05 DEP images/rlimit.pb-c.d [2020-11-17T19:15:15.167Z] #41 12.12 PBCC images/file-lock.pb-c.c [2020-11-17T19:15:15.167Z] #41 12.14 DEP images/file-lock.pb-c.d [2020-11-17T19:15:15.167Z] #41 12.23 PBCC images/tty.pb-c.c [2020-11-17T19:15:15.200Z] #18 56.05 Setting up apparmor (2.13.2-10) ... [2020-11-17T19:15:15.423Z] #41 12.29 DEP images/tty.pb-c.d [2020-11-17T19:15:15.423Z] #41 12.36 PBCC images/tun.pb-c.c [2020-11-17T19:15:15.679Z] #41 12.44 PBCC images/netdev.pb-c.c [2020-11-17T19:15:15.679Z] #41 12.53 DEP images/tun.pb-c.d [2020-11-17T19:15:15.679Z] #41 12.58 DEP images/netdev.pb-c.d [2020-11-17T19:15:15.679Z] #41 12.64 PBCC images/vma.pb-c.c [2020-11-17T19:15:15.835Z] ok github.com/docker/docker/client 0.123s coverage: 75.4% of statements [2020-11-17T19:15:15.935Z] #41 12.71 DEP images/vma.pb-c.d [2020-11-17T19:15:15.935Z] #41 12.78 PBCC images/creds.pb-c.c [2020-11-17T19:15:15.935Z] #41 12.83 DEP images/creds.pb-c.d [2020-11-17T19:15:15.936Z] #41 12.90 PBCC images/utsns.pb-c.c [2020-11-17T19:15:16.191Z] #41 13.03 DEP images/utsns.pb-c.d [2020-11-17T19:15:16.191Z] #41 13.12 PBCC images/ipc-desc.pb-c.c [2020-11-17T19:15:16.448Z] #41 13.29 PBCC images/ipc-sem.pb-c.c [2020-11-17T19:15:16.448Z] #41 13.35 DEP images/ipc-desc.pb-c.d [2020-11-17T19:15:16.505Z] #42 73.86 LINK criu/pie/restorer.built-in.o [2020-11-17T19:15:16.505Z] #42 73.87 GEN criu/pie/restorer-blob.h [2020-11-17T19:15:16.705Z] #41 13.50 DEP images/ipc-sem.pb-c.d [2020-11-17T19:15:16.705Z] #41 13.63 PBCC images/ipc-msg.pb-c.c [2020-11-17T19:15:16.705Z] #41 13.70 DEP images/ipc-msg.pb-c.d [2020-11-17T19:15:16.806Z] #42 74.01 DEP criu/vdso.d [2020-11-17T19:15:16.962Z] #41 13.82 PBCC images/ipc-shm.pb-c.c [2020-11-17T19:15:16.962Z] #41 13.88 DEP images/ipc-shm.pb-c.d [2020-11-17T19:15:16.962Z] #41 13.96 PBCC images/ipc-var.pb-c.c [2020-11-17T19:15:16.980Z] #32 103.2 log [2020-11-17T19:15:17.099Z] #22 ... [2020-11-17T19:15:17.099Z] [2020-11-17T19:15:17.099Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:17.099Z] #18 8.978 Fetched 8224 kB in 8s (1091 kB/s) [2020-11-17T19:15:17.099Z] #18 8.978 Reading package lists... [2020-11-17T19:15:17.099Z] #18 12.47 Reading package lists... [2020-11-17T19:15:17.099Z] #18 15.74 Building dependency tree... [2020-11-17T19:15:17.099Z] #18 17.36 libcap2-bin is already the newest version (1:2.25-2). [2020-11-17T19:15:17.099Z] #18 17.36 The following additional packages will be installed: [2020-11-17T19:15:17.099Z] #18 17.36 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-17T19:15:17.099Z] #18 17.36 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-17T19:15:17.099Z] #18 17.36 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-17T19:15:17.099Z] #18 17.36 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-17T19:15:17.099Z] #18 17.36 python3.7 python3.7-minimal vim-runtime xxd [2020-11-17T19:15:17.099Z] #18 17.37 Suggested packages: [2020-11-17T19:15:17.099Z] #18 17.37 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-17T19:15:17.099Z] #18 17.37 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-17T19:15:17.099Z] #18 17.37 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-17T19:15:17.099Z] #18 17.37 Recommended packages: [2020-11-17T19:15:17.099Z] #18 17.37 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-17T19:15:17.099Z] #18 17.37 python3-keyrings.alt python3-xdg unzip [2020-11-17T19:15:17.099Z] #18 18.64 The following NEW packages will be installed: [2020-11-17T19:15:17.099Z] #18 18.64 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-17T19:15:17.099Z] #18 18.64 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-17T19:15:17.099Z] #18 18.64 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-17T19:15:17.099Z] #18 18.64 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-17T19:15:17.099Z] #18 18.64 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-17T19:15:17.099Z] #18 18.64 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-17T19:15:17.099Z] #18 18.64 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-17T19:15:17.099Z] #18 18.64 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-17T19:15:17.099Z] #18 18.65 xz-utils zip [2020-11-17T19:15:17.099Z] #18 18.97 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:15:17.099Z] #18 18.97 Need to get 27.6 MB of archives. [2020-11-17T19:15:17.099Z] #18 18.97 After this operation, 114 MB of additional disk space will be used. [2020-11-17T19:15:17.099Z] #18 18.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-11-17T19:15:17.099Z] #18 19.00 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-17T19:15:17.099Z] #18 19.02 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-17T19:15:17.099Z] #18 19.18 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-11-17T19:15:17.099Z] #18 ... [2020-11-17T19:15:17.099Z] [2020-11-17T19:15:17.099Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:17.099Z] #22 140.0 + mkdir -p /tmp/tmp.gplj1b6aQ8/src/github.com/docker [2020-11-17T19:15:17.099Z] #22 140.1 + mv components/cli /tmp/tmp.gplj1b6aQ8/src/github.com/docker/cli [2020-11-17T19:15:17.099Z] #22 140.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-11-17T19:15:17.106Z] #42 74.20 DEP criu/uts_ns.d [2020-11-17T19:15:17.106Z] #42 74.40 DEP criu/util.d [2020-11-17T19:15:17.117Z] #18 57.91 Setting up xfsprogs (4.20.0-1) ... [2020-11-17T19:15:17.117Z] #18 57.92 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-17T19:15:17.219Z] #41 14.03 DEP images/ipc-var.pb-c.d [2020-11-17T19:15:17.219Z] #41 14.14 PBCC images/sk-opts.pb-c.c [2020-11-17T19:15:17.219Z] #41 14.20 PBCC images/packet-sock.pb-c.c [2020-11-17T19:15:17.410Z] #42 74.60 DEP criu/uffd.d [2020-11-17T19:15:17.476Z] #41 14.29 DEP images/sk-opts.pb-c.d [2020-11-17T19:15:17.550Z] #32 ... [2020-11-17T19:15:17.550Z] [2020-11-17T19:15:17.550Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:17.550Z] #35 2.481 + cd /tmp/tmp.eofwxGyEym/tini [2020-11-17T19:15:17.550Z] #35 2.481 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-17T19:15:17.551Z] #35 2.509 + cmake . [2020-11-17T19:15:17.551Z] #35 3.069 -- The C compiler identification is GNU 8.3.0 [2020-11-17T19:15:17.551Z] #35 3.100 -- Check for working C compiler: /usr/bin/cc [2020-11-17T19:15:17.551Z] #35 4.400 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-17T19:15:17.551Z] #35 4.413 -- Detecting C compiler ABI info [2020-11-17T19:15:17.551Z] #35 5.422 -- Detecting C compiler ABI info - done [2020-11-17T19:15:17.551Z] #35 5.458 -- Detecting C compile features [2020-11-17T19:15:17.690Z] #18 58.41 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-17T19:15:17.724Z] #42 74.83 DEP criu/tun.d [2020-11-17T19:15:17.724Z] #42 75.01 DEP criu/tty.d [2020-11-17T19:15:17.735Z] #41 14.42 DEP images/packet-sock.pb-c.d [2020-11-17T19:15:17.735Z] #41 14.46 PBCC images/sk-netlink.pb-c.c [2020-11-17T19:15:17.735Z] #41 14.51 DEP images/sk-netlink.pb-c.d [2020-11-17T19:15:17.735Z] #41 ... [2020-11-17T19:15:17.735Z] [2020-11-17T19:15:17.735Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:17.735Z] #32 DONE 113.6s [2020-11-17T19:15:17.735Z] [2020-11-17T19:15:17.735Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:17.735Z] #41 14.61 PBCC images/sk-inet.pb-c.c [2020-11-17T19:15:17.992Z] #41 14.78 DEP images/sk-inet.pb-c.d [2020-11-17T19:15:17.992Z] #41 14.95 PBCC images/sk-unix.pb-c.c [2020-11-17T19:15:18.030Z] #42 75.26 DEP criu/timerfd.d [2020-11-17T19:15:18.030Z] #42 75.44 DEP criu/timens.d [2020-11-17T19:15:18.249Z] #41 15.03 DEP images/sk-unix.pb-c.d [2020-11-17T19:15:18.249Z] #41 15.12 PBCC images/mm.pb-c.c [2020-11-17T19:15:18.332Z] #42 75.58 DEP criu/sysfs_parse.d [2020-11-17T19:15:18.504Z] #41 15.28 DEP images/mm.pb-c.d [2020-11-17T19:15:18.504Z] #41 15.42 PBCC images/timerfd.pb-c.c [2020-11-17T19:15:18.504Z] #41 15.55 DEP images/timerfd.pb-c.d [2020-11-17T19:15:18.525Z] #18 59.23 Setting up python3-distutils (3.7.3-1) ... [2020-11-17T19:15:18.640Z] #42 75.76 DEP criu/sysctl.d [2020-11-17T19:15:18.640Z] #42 75.96 DEP criu/string.d [2020-11-17T19:15:18.640Z] #42 76.00 DEP criu/stats.d [2020-11-17T19:15:18.761Z] #41 15.64 PBCC images/timer.pb-c.c [2020-11-17T19:15:18.761Z] #41 15.69 DEP images/timer.pb-c.d [2020-11-17T19:15:18.761Z] #41 15.81 PBCC images/sa.pb-c.c [2020-11-17T19:15:18.816Z] #18 59.74 Setting up python3-setuptools (40.8.0-1) ... [2020-11-17T19:15:18.948Z] #42 76.13 DEP criu/sockets.d [2020-11-17T19:15:19.018Z] #41 15.93 DEP images/sa.pb-c.d [2020-11-17T19:15:19.018Z] #41 16.02 PBCC images/pipe-data.pb-c.c [2020-11-17T19:15:19.275Z] #41 16.09 DEP images/pipe-data.pb-c.d [2020-11-17T19:15:19.343Z] #42 76.35 DEP criu/sk-unix.d [2020-11-17T19:15:19.343Z] #42 76.58 DEP criu/sk-tcp.d [2020-11-17T19:15:19.464Z] #35 ... [2020-11-17T19:15:19.464Z] [2020-11-17T19:15:19.464Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-17T19:15:19.464Z] #40 104.9 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-17T19:15:19.464Z] #40 104.9 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:15:19.464Z] #40 DONE 106.1s [2020-11-17T19:15:19.464Z] [2020-11-17T19:15:19.464Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:19.531Z] #41 16.26 PBCC images/mnt.pb-c.c [2020-11-17T19:15:19.532Z] #41 16.35 DEP images/mnt.pb-c.d [2020-11-17T19:15:19.663Z] #42 76.99 DEP criu/sk-queue.d [2020-11-17T19:15:19.789Z] #41 16.53 PBCC images/sk-packet.pb-c.c [2020-11-17T19:15:19.789Z] #41 16.59 DEP images/sk-packet.pb-c.d [2020-11-17T19:15:19.789Z] #41 16.69 PBCC images/tcp-stream.pb-c.c [2020-11-17T19:15:19.789Z] #41 16.79 DEP images/tcp-stream.pb-c.d [2020-11-17T19:15:19.813Z] #18 60.84 Setting up python3-pip (18.1-5) ... [2020-11-17T19:15:19.965Z] #42 77.16 DEP criu/sk-packet.d [2020-11-17T19:15:19.965Z] #42 77.40 DEP criu/sk-netlink.d [2020-11-17T19:15:20.046Z] #41 16.93 PBCC images/pipe.pb-c.c [2020-11-17T19:15:20.046Z] #41 16.99 DEP images/pipe.pb-c.d [2020-11-17T19:15:20.074Z] #18 ... [2020-11-17T19:15:20.074Z] [2020-11-17T19:15:20.074Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:15:20.074Z] #38 218.1 + dpkg --print-architecture [2020-11-17T19:15:20.074Z] #38 218.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-17T19:15:20.269Z] #42 77.63 DEP criu/sk-inet.d [2020-11-17T19:15:20.303Z] #41 17.09 PBCC images/pstree.pb-c.c [2020-11-17T19:15:20.303Z] #41 17.14 DEP images/pstree.pb-c.d [2020-11-17T19:15:20.560Z] #41 17.24 PBCC images/fs.pb-c.c [2020-11-17T19:15:20.560Z] #41 17.30 DEP images/fs.pb-c.d [2020-11-17T19:15:20.560Z] #41 17.44 PBCC images/signalfd.pb-c.c [2020-11-17T19:15:20.560Z] #41 ... [2020-11-17T19:15:20.560Z] [2020-11-17T19:15:20.560Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:20.560Z] #43 106.4 internal/lazyregexp [2020-11-17T19:15:20.560Z] #43 106.7 net/url [2020-11-17T19:15:20.560Z] #43 107.3 go/ast [2020-11-17T19:15:20.560Z] #43 108.8 text/template/parse [2020-11-17T19:15:20.560Z] #43 114.7 go/parser [2020-11-17T19:15:20.560Z] #43 115.9 text/template [2020-11-17T19:15:20.569Z] #42 77.88 DEP criu/signalfd.d [2020-11-17T19:15:20.645Z] #38 218.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-17T19:15:20.645Z] #38 218.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-17T19:15:20.817Z] #43 ... [2020-11-17T19:15:20.817Z] [2020-11-17T19:15:20.817Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:15:20.817Z] #11 107.0 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-17T19:15:20.817Z] #11 107.1 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-17T19:15:20.817Z] #11 107.1 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:15:20.817Z] #11 107.3 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-17T19:15:20.817Z] #11 107.3 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-17T19:15:20.817Z] #11 107.3 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:15:20.817Z] #11 ... [2020-11-17T19:15:20.817Z] [2020-11-17T19:15:20.817Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:20.817Z] #41 17.68 DEP images/signalfd.pb-c.d [2020-11-17T19:15:20.869Z] #42 78.06 DEP criu/sigframe.d [2020-11-17T19:15:20.870Z] #42 78.20 DEP criu/shmem.d [2020-11-17T19:15:21.074Z] #41 17.81 PBCC images/fh.pb-c.c [2020-11-17T19:15:21.074Z] #41 17.88 PBCC images/fsnotify.pb-c.c [2020-11-17T19:15:21.074Z] #41 17.99 DEP images/fh.pb-c.d [2020-11-17T19:15:21.074Z] #41 18.05 DEP images/fsnotify.pb-c.d [2020-11-17T19:15:21.331Z] #41 18.14 PBCC images/eventpoll.pb-c.c [2020-11-17T19:15:21.331Z] #41 18.15 DEP images/eventpoll.pb-c.d [2020-11-17T19:15:21.331Z] #41 18.23 PBCC images/eventfd.pb-c.c [2020-11-17T19:15:21.331Z] #41 18.25 DEP images/eventfd.pb-c.d [2020-11-17T19:15:21.331Z] #41 18.32 PBCC images/remap-file-path.pb-c.c [2020-11-17T19:15:21.424Z] #42 78.44 DEP criu/servicefd.d [2020-11-17T19:15:21.424Z] #42 78.65 DEP criu/seize.d [2020-11-17T19:15:21.588Z] #41 18.34 DEP images/remap-file-path.pb-c.d [2020-11-17T19:15:21.588Z] #41 18.40 PBCC images/fifo.pb-c.c [2020-11-17T19:15:21.588Z] #41 18.41 DEP images/fifo.pb-c.d [2020-11-17T19:15:21.588Z] #41 18.47 PBCC images/ghost-file.pb-c.c [2020-11-17T19:15:21.588Z] #41 18.52 DEP images/ghost-file.pb-c.d [2020-11-17T19:15:21.588Z] #41 18.61 PBCC images/regfile.pb-c.c [2020-11-17T19:15:21.589Z] #38 ... [2020-11-17T19:15:21.589Z] [2020-11-17T19:15:21.589Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:21.589Z] #18 61.74 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:15:21.589Z] #18 61.76 Processing triggers for mime-support (3.62) ... [2020-11-17T19:15:21.589Z] #18 DONE 62.4s [2020-11-17T19:15:21.589Z] [2020-11-17T19:15:21.589Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-17T19:15:21.741Z] #42 78.85 DEP criu/seccomp.d [2020-11-17T19:15:21.741Z] #42 ... [2020-11-17T19:15:21.741Z] [2020-11-17T19:15:21.741Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:21.741Z] #19 9.909 Reading package lists... [2020-11-17T19:15:21.741Z] #19 14.53 Reading package lists... [2020-11-17T19:15:21.741Z] #19 18.41 Building dependency tree... [2020-11-17T19:15:21.741Z] #19 20.02 libcap2-bin is already the newest version (1:2.25-2). [2020-11-17T19:15:21.741Z] #19 20.02 The following additional packages will be installed: [2020-11-17T19:15:21.741Z] #19 20.02 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-17T19:15:21.741Z] #19 20.02 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-17T19:15:21.741Z] #19 20.02 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-17T19:15:21.741Z] #19 20.02 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-17T19:15:21.741Z] #19 20.02 python3.7 python3.7-minimal vim-runtime xxd [2020-11-17T19:15:21.741Z] #19 20.02 Suggested packages: [2020-11-17T19:15:21.741Z] #19 20.02 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-17T19:15:21.741Z] #19 20.02 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-17T19:15:21.741Z] #19 20.02 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-17T19:15:21.741Z] #19 20.02 Recommended packages: [2020-11-17T19:15:21.741Z] #19 20.02 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-17T19:15:21.741Z] #19 20.02 python3-keyrings.alt python3-xdg unzip [2020-11-17T19:15:21.741Z] #19 22.10 The following NEW packages will be installed: [2020-11-17T19:15:21.741Z] #19 22.10 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-17T19:15:21.741Z] #19 22.10 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-17T19:15:21.741Z] #19 22.10 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-17T19:15:21.741Z] #19 22.10 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-17T19:15:21.741Z] #19 22.10 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-17T19:15:21.741Z] #19 22.10 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-17T19:15:21.741Z] #19 22.10 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-17T19:15:21.741Z] #19 22.10 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-17T19:15:21.741Z] #19 22.10 xz-utils zip [2020-11-17T19:15:21.741Z] #19 22.21 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:15:21.741Z] #19 22.21 Need to get 29.2 MB of archives. [2020-11-17T19:15:21.741Z] #19 22.21 After this operation, 134 MB of additional disk space will be used. [2020-11-17T19:15:21.741Z] #19 22.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-11-17T19:15:21.741Z] #19 22.23 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-17T19:15:21.741Z] #19 22.27 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-17T19:15:21.741Z] #19 22.38 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-11-17T19:15:21.741Z] #19 22.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-11-17T19:15:21.741Z] #19 22.39 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-17T19:15:21.741Z] #19 22.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-11-17T19:15:21.741Z] #19 22.58 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-11-17T19:15:21.741Z] #19 22.58 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-11-17T19:15:21.741Z] #19 22.59 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-11-17T19:15:21.741Z] #19 22.61 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-11-17T19:15:21.741Z] #19 22.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-11-17T19:15:21.741Z] #19 22.64 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-11-17T19:15:21.741Z] #19 22.64 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-11-17T19:15:21.741Z] #19 22.64 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-11-17T19:15:21.741Z] #19 22.65 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-11-17T19:15:21.741Z] #19 22.72 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-11-17T19:15:21.741Z] #19 22.74 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-11-17T19:15:21.741Z] #19 22.78 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-11-17T19:15:21.741Z] #19 22.80 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-17T19:15:21.741Z] #19 22.81 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-11-17T19:15:21.741Z] #19 22.84 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-11-17T19:15:21.845Z] #41 18.64 DEP images/regfile.pb-c.d [2020-11-17T19:15:21.846Z] #41 18.70 PBCC images/ns.pb-c.c [2020-11-17T19:15:21.846Z] #41 18.73 DEP images/ns.pb-c.d [2020-11-17T19:15:21.846Z] #41 18.77 PBCC images/fdinfo.pb-c.c [2020-11-17T19:15:21.846Z] #41 18.83 DEP images/fdinfo.pb-c.d [2020-11-17T19:15:22.051Z] #19 22.91 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-11-17T19:15:22.051Z] #19 22.92 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-11-17T19:15:22.051Z] #19 22.95 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-11-17T19:15:22.051Z] #19 ... [2020-11-17T19:15:22.051Z] [2020-11-17T19:15:22.051Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:22.051Z] #42 79.20 DEP criu/rst-malloc.d [2020-11-17T19:15:22.051Z] #42 79.31 DEP criu/rbtree.d [2020-11-17T19:15:22.051Z] #42 79.36 DEP criu/pstree.d [2020-11-17T19:15:22.103Z] #41 18.97 PBCC images/core-aarch64.pb-c.c [2020-11-17T19:15:22.352Z] #42 79.56 DEP criu/protobuf.d [2020-11-17T19:15:22.352Z] #42 79.71 GEN criu/protobuf-desc-gen.h [2020-11-17T19:15:22.359Z] #41 19.15 PBCC images/core-arm.pb-c.c [2020-11-17T19:15:22.359Z] #41 19.21 PBCC images/core-ppc64.pb-c.c [2020-11-17T19:15:22.359Z] #41 19.25 PBCC images/core-s390.pb-c.c [2020-11-17T19:15:22.359Z] #41 19.29 PBCC images/core-x86.pb-c.c [2020-11-17T19:15:22.359Z] #41 19.34 PBCC images/core.pb-c.c [2020-11-17T19:15:22.426Z] #22 ... [2020-11-17T19:15:22.426Z] [2020-11-17T19:15:22.426Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:22.426Z] #18 19.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-11-17T19:15:22.426Z] #18 19.24 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-17T19:15:22.426Z] #18 19.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2020-11-17T19:15:22.426Z] #18 19.32 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-11-17T19:15:22.426Z] #18 19.32 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-11-17T19:15:22.426Z] #18 19.33 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-11-17T19:15:22.426Z] #18 19.33 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-11-17T19:15:22.426Z] #18 19.33 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-11-17T19:15:22.426Z] #18 19.33 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-11-17T19:15:22.426Z] #18 19.34 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-11-17T19:15:22.426Z] #18 19.40 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-11-17T19:15:22.426Z] #18 19.41 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-11-17T19:15:22.426Z] #18 19.41 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-11-17T19:15:22.426Z] #18 19.43 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-17T19:15:22.426Z] #18 19.43 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-11-17T19:15:22.426Z] #18 19.46 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-17T19:15:22.426Z] #18 19.51 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-11-17T19:15:22.426Z] #18 19.51 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-11-17T19:15:22.426Z] #18 19.55 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-11-17T19:15:22.426Z] #18 19.59 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-11-17T19:15:22.426Z] #18 19.61 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-11-17T19:15:22.426Z] #18 19.61 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-11-17T19:15:22.426Z] #18 19.63 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-11-17T19:15:22.426Z] #18 19.63 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-11-17T19:15:22.426Z] #18 19.64 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-11-17T19:15:22.427Z] #18 19.98 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-17T19:15:22.427Z] #18 19.98 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-17T19:15:22.427Z] #18 20.02 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-17T19:15:22.427Z] #18 20.02 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-11-17T19:15:22.427Z] #18 20.03 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-11-17T19:15:22.427Z] #18 20.03 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-17T19:15:22.427Z] #18 20.09 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-17T19:15:22.427Z] #18 20.09 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-17T19:15:22.427Z] #18 20.10 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-11-17T19:15:22.427Z] #18 20.12 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-17T19:15:22.427Z] #18 20.12 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-17T19:15:22.427Z] #18 20.13 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-17T19:15:22.427Z] #18 20.14 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-11-17T19:15:22.427Z] #18 20.17 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-17T19:15:22.427Z] #18 20.19 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-11-17T19:15:22.427Z] #18 20.20 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-17T19:15:22.427Z] #18 20.54 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-11-17T19:15:22.427Z] #18 20.63 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-11-17T19:15:22.427Z] #18 20.67 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-11-17T19:15:22.427Z] #18 21.49 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:15:22.427Z] #18 21.62 Fetched 27.6 MB in 2s (14.1 MB/s) [2020-11-17T19:15:22.427Z] #18 21.75 Selecting previously unselected package pigz. [2020-11-17T19:15:22.427Z] #18 21.75 (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-17T19:15:22.427Z] #18 21.82 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-11-17T19:15:22.427Z] #18 21.84 Unpacking pigz (2.4-1) ... [2020-11-17T19:15:22.427Z] #18 21.99 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-11-17T19:15:22.427Z] #18 21.99 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-11-17T19:15:22.427Z] #18 22.00 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-11-17T19:15:22.427Z] #18 22.61 Selecting previously unselected package python3.7-minimal. [2020-11-17T19:15:22.427Z] #18 22.62 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-11-17T19:15:22.427Z] #18 22.64 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-17T19:15:22.427Z] #18 23.27 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-11-17T19:15:22.427Z] #18 23.29 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-17T19:15:22.500Z] Client: [2020-11-17T19:15:22.500Z] Debug Mode: false [2020-11-17T19:15:22.500Z] Plugins: [2020-11-17T19:15:22.500Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-11-17T19:15:22.500Z] [2020-11-17T19:15:22.500Z] Server: [2020-11-17T19:15:22.500Z] Containers: 0 [2020-11-17T19:15:22.500Z] Running: 0 [2020-11-17T19:15:22.500Z] Paused: 0 [2020-11-17T19:15:22.500Z] Stopped: 0 [2020-11-17T19:15:22.500Z] Images: 0 [2020-11-17T19:15:22.500Z] Server Version: 19.03.12 [2020-11-17T19:15:22.500Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-11-17T19:15:22.500Z] Windows: [2020-11-17T19:15:22.500Z] LCOW: [2020-11-17T19:15:22.500Z] Logging Driver: json-file [2020-11-17T19:15:22.500Z] Plugins: [2020-11-17T19:15:22.500Z] Volume: local [2020-11-17T19:15:22.500Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-17T19:15:22.500Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-17T19:15:22.500Z] Swarm: inactive [2020-11-17T19:15:22.500Z] Default Isolation: process [2020-11-17T19:15:22.500Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-17T19:15:22.500Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-17T19:15:22.500Z] OSType: windows [2020-11-17T19:15:22.500Z] Architecture: x86_64 [2020-11-17T19:15:22.500Z] CPUs: 4 [2020-11-17T19:15:22.500Z] Total Memory: 32GiB [2020-11-17T19:15:22.500Z] Name: azwin-2-34df70 [2020-11-17T19:15:22.500Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-11-17T19:15:22.500Z] Docker Root Dir: D:\docker [2020-11-17T19:15:22.500Z] Debug Mode: false [2020-11-17T19:15:22.500Z] Registry: https://index.docker.io/v1/ [2020-11-17T19:15:22.500Z] Labels: [2020-11-17T19:15:22.500Z] Experimental: true [2020-11-17T19:15:22.500Z] Insecure Registries: [2020-11-17T19:15:22.500Z] 10.0.0.4:5000 [2020-11-17T19:15:22.500Z] 127.0.0.0/8 [2020-11-17T19:15:22.500Z] Registry Mirrors: [2020-11-17T19:15:22.500Z] http://10.0.0.4:5000/ [2020-11-17T19:15:22.500Z] Live Restore Enabled: false [2020-11-17T19:15:22.500Z] [2020-11-17T19:15:22.532Z] #19 0.940 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-17T19:15:22.532Z] #19 0.946 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-17T19:15:22.532Z] #19 0.949 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-17T19:15:22.532Z] #19 DONE 1.0s [2020-11-17T19:15:22.532Z] [2020-11-17T19:15:22.532Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:22.532Z] #41 113.4 CC criu/filesystems.o [2020-11-17T19:15:22.532Z] #41 114.0 CC criu/fsnotify.o [2020-11-17T19:15:22.532Z] #41 115.2 CC criu/image-desc.o [2020-11-17T19:15:22.532Z] #41 115.4 CC criu/image.o [2020-11-17T19:15:22.532Z] #41 116.2 CC criu/ipc_ns.o [2020-11-17T19:15:22.532Z] #41 117.5 CC criu/irmap.o [2020-11-17T19:15:22.532Z] #41 118.3 CC criu/kcmp-ids.o [2020-11-17T19:15:22.532Z] #41 118.7 CC criu/kerndat.o [2020-11-17T19:15:22.532Z] #41 120.0 CC criu/libnetlink.o [2020-11-17T19:15:22.532Z] #41 ... [2020-11-17T19:15:22.532Z] [2020-11-17T19:15:22.532Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-17T19:15:22.616Z] #41 19.38 PBCC images/inventory.pb-c.c [2020-11-17T19:15:22.616Z] #41 19.53 DEP images/core-aarch64.pb-c.d [2020-11-17T19:15:22.616Z] #41 19.57 DEP images/core-arm.pb-c.d [2020-11-17T19:15:22.616Z] #41 19.63 DEP images/core-ppc64.pb-c.d [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-11-17T19:15:22.873Z] #41 19.76 DEP images/core-s390.pb-c.d [2020-11-17T19:15:22.873Z] #41 19.86 DEP images/core-x86.pb-c.d [2020-11-17T19:15:22.873Z] #41 19.90 DEP images/core.pb-c.d [2020-11-17T19:15:23.130Z] #41 20.00 DEP images/inventory.pb-c.d [2020-11-17T19:15:23.130Z] #41 20.06 PBCC images/cpuinfo.pb-c.c [2020-11-17T19:15:23.130Z] #41 20.09 DEP images/cpuinfo.pb-c.d [2020-11-17T19:15:23.130Z] #41 20.17 PBCC images/stats.pb-c.c [2020-11-17T19:15:23.386Z] #41 20.23 DEP images/stats.pb-c.d [2020-11-17T19:15:23.703Z] #41 3.705 Note: Building without setproctitle() and strlcpy() support. [2020-11-17T19:15:23.703Z] #41 3.711 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-17T19:15:23.703Z] #41 3.738 Note: Building without GnuTLS support [2020-11-17T19:15:23.703Z] #41 3.741 Makefile.config:39: Warn: you have no libnftables installed [2020-11-17T19:15:23.703Z] #41 3.744 Makefile.config:40: Warn: Building without nftables support [2020-11-17T19:15:23.829Z] #18 25.97 Selecting previously unselected package python3-minimal. [2020-11-17T19:15:23.829Z] #18 25.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 ... 23654 files and directories currently installed.) [2020-11-17T19:15:23.829Z] #18 26.03 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-11-17T19:15:23.829Z] #18 26.04 Unpacking python3-minimal (3.7.3-1) ... [2020-11-17T19:15:23.949Z] #41 ... [2020-11-17T19:15:23.950Z] [2020-11-17T19:15:23.950Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:23.950Z] #49 109.8 github.com/pkg/diff [2020-11-17T19:15:23.950Z] #49 111.9 go/ast [2020-11-17T19:15:23.950Z] #49 114.3 golang.org/x/crypto/ssh/terminal [2020-11-17T19:15:23.950Z] #49 116.6 mvdan.cc/editorconfig [2020-11-17T19:15:23.950Z] #49 117.9 mvdan.cc/sh/v3/fileutil [2020-11-17T19:15:23.950Z] #49 118.2 mvdan.cc/sh/v3/syntax [2020-11-17T19:15:23.950Z] #49 ... [2020-11-17T19:15:23.950Z] [2020-11-17T19:15:23.950Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:23.950Z] #43 120.0 encoding/xml [2020-11-17T19:15:24.095Z] #18 26.17 Selecting previously unselected package libmpdec2:arm64. [2020-11-17T19:15:24.095Z] #18 26.18 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-11-17T19:15:24.095Z] #18 26.18 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-11-17T19:15:24.360Z] #18 26.31 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-11-17T19:15:24.360Z] #18 26.31 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2020-11-17T19:15:24.360Z] #18 26.32 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-11-17T19:15:24.390Z] #41 ... [2020-11-17T19:15:24.390Z] [2020-11-17T19:15:24.390Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:24.390Z] #43 100.9 regexp [2020-11-17T19:15:24.390Z] #43 102.1 flag [2020-11-17T19:15:24.390Z] #43 105.1 go/token [2020-11-17T19:15:24.390Z] #43 107.1 go/scanner [2020-11-17T19:15:24.390Z] #43 107.5 internal/lazyregexp [2020-11-17T19:15:24.390Z] #43 108.2 net/url [2020-11-17T19:15:24.390Z] #43 109.0 go/ast [2020-11-17T19:15:24.390Z] #43 ... [2020-11-17T19:15:24.390Z] [2020-11-17T19:15:24.390Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:24.390Z] #35 9.511 -- Detecting C compile features - done [2020-11-17T19:15:24.390Z] #35 9.660 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-17T19:15:24.390Z] #35 10.03 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-17T19:15:24.390Z] #35 10.19 -- Configuring done [2020-11-17T19:15:24.390Z] #35 10.24 -- Generating done [2020-11-17T19:15:24.390Z] #35 10.25 -- Build files have been written to: /tmp/tmp.eofwxGyEym/tini [2020-11-17T19:15:24.390Z] #35 10.26 + make tini-static [2020-11-17T19:15:24.390Z] #35 11.05 Scanning dependencies of target tini-static [2020-11-17T19:15:24.390Z] #35 11.14 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-17T19:15:24.390Z] #35 13.06 [100%] Linking C executable tini-static [2020-11-17T19:15:24.512Z] #42 81.82 DEP criu/protobuf-desc.d [2020-11-17T19:15:24.651Z] #35 ... [2020-11-17T19:15:24.651Z] [2020-11-17T19:15:24.651Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:15:24.651Z] #11 101.2 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-17T19:15:24.651Z] #11 101.2 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-17T19:15:24.651Z] #11 101.3 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-17T19:15:24.651Z] #11 111.2 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-17T19:15:24.651Z] #11 111.2 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-17T19:15:24.651Z] #11 111.2 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:15:24.820Z] #42 82.08 DEP criu/proc_parse.d [2020-11-17T19:15:24.916Z] #11 ... [2020-11-17T19:15:24.916Z] [2020-11-17T19:15:24.916Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:24.916Z] #43 111.2 text/template/parse [2020-11-17T19:15:25.128Z] #42 82.28 DEP criu/plugin.d [2020-11-17T19:15:25.128Z] #42 82.39 DEP criu/pipes.d [2020-11-17T19:15:25.315Z] #18 ... [2020-11-17T19:15:25.315Z] [2020-11-17T19:15:25.315Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:25.315Z] #41 72.06 CC criu/pie/restorer.o [2020-11-17T19:15:25.315Z] #41 75.00 LINK criu/pie/restorer.built-in.o [2020-11-17T19:15:25.315Z] #41 75.04 GEN criu/pie/restorer-blob.h [2020-11-17T19:15:25.315Z] #41 75.11 DEP criu/vdso.d [2020-11-17T19:15:25.315Z] #41 75.36 DEP criu/uts_ns.d [2020-11-17T19:15:25.315Z] #41 75.54 DEP criu/util.d [2020-11-17T19:15:25.315Z] #41 75.85 DEP criu/uffd.d [2020-11-17T19:15:25.315Z] #41 76.14 DEP criu/tun.d [2020-11-17T19:15:25.315Z] #41 76.48 DEP criu/tty.d [2020-11-17T19:15:25.315Z] #41 76.71 DEP criu/timerfd.d [2020-11-17T19:15:25.315Z] #41 76.97 DEP criu/timens.d [2020-11-17T19:15:25.315Z] #41 77.19 DEP criu/sysfs_parse.d [2020-11-17T19:15:25.315Z] #41 77.35 DEP criu/sysctl.d [2020-11-17T19:15:25.315Z] #41 77.56 DEP criu/string.d [2020-11-17T19:15:25.315Z] #41 77.62 DEP criu/stats.d [2020-11-17T19:15:25.315Z] #41 77.85 DEP criu/sockets.d [2020-11-17T19:15:25.315Z] #41 78.14 DEP criu/sk-unix.d [2020-11-17T19:15:25.315Z] #41 78.41 DEP criu/sk-tcp.d [2020-11-17T19:15:25.315Z] #41 78.68 DEP criu/sk-queue.d [2020-11-17T19:15:25.315Z] #41 78.85 DEP criu/sk-packet.d [2020-11-17T19:15:25.315Z] #41 79.09 DEP criu/sk-netlink.d [2020-11-17T19:15:25.315Z] #41 79.21 DEP criu/sk-inet.d [2020-11-17T19:15:25.315Z] #41 79.34 DEP criu/signalfd.d [2020-11-17T19:15:25.315Z] #41 79.49 DEP criu/sigframe.d [2020-11-17T19:15:25.315Z] #41 79.63 DEP criu/shmem.d [2020-11-17T19:15:25.315Z] #41 79.82 DEP criu/servicefd.d [2020-11-17T19:15:25.315Z] #41 80.03 DEP criu/seize.d [2020-11-17T19:15:25.315Z] #41 80.21 DEP criu/seccomp.d [2020-11-17T19:15:25.315Z] #41 80.42 DEP criu/rst-malloc.d [2020-11-17T19:15:25.316Z] #41 80.62 DEP criu/rbtree.d [2020-11-17T19:15:25.316Z] #41 80.66 DEP criu/pstree.d [2020-11-17T19:15:25.316Z] #41 80.76 DEP criu/protobuf.d [2020-11-17T19:15:25.316Z] #41 80.87 GEN criu/protobuf-desc-gen.h [2020-11-17T19:15:25.316Z] #41 ... [2020-11-17T19:15:25.316Z] [2020-11-17T19:15:25.316Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:25.316Z] #18 27.65 Selecting previously unselected package python3.7. [2020-11-17T19:15:25.428Z] #42 82.59 DEP criu/pie-util.d [2020-11-17T19:15:25.428Z] #42 82.69 DEP criu/pie-util-vdso.d [2020-11-17T19:15:25.428Z] #42 82.84 DEP criu/path.d [2020-11-17T19:15:25.428Z] #42 ... [2020-11-17T19:15:25.428Z] [2020-11-17T19:15:25.428Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:25.428Z] #44 143.1 mime [2020-11-17T19:15:25.428Z] #44 146.4 net/textproto [2020-11-17T19:15:25.428Z] #44 146.4 vendor/golang.org/x/net/http/httpproxy [2020-11-17T19:15:25.428Z] #44 146.4 crypto/x509 [2020-11-17T19:15:25.428Z] #44 147.8 vendor/golang.org/x/net/http/httpguts [2020-11-17T19:15:25.428Z] #44 147.8 mime/multipart [2020-11-17T19:15:25.428Z] #44 151.7 crypto/tls [2020-11-17T19:15:25.490Z] #43 ... [2020-11-17T19:15:25.490Z] [2020-11-17T19:15:25.490Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:25.490Z] #35 13.76 [100%] Built target tini-static [2020-11-17T19:15:25.490Z] #35 13.92 + mkdir -p /build [2020-11-17T19:15:25.490Z] #35 13.94 + cp tini-static /build/docker-init [2020-11-17T19:15:25.490Z] #35 DONE 14.3s [2020-11-17T19:15:25.583Z] #18 27.65 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2020-11-17T19:15:25.583Z] #18 27.65 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-17T19:15:25.736Z] #44 ... [2020-11-17T19:15:25.736Z] [2020-11-17T19:15:25.736Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:25.736Z] #19 22.96 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-11-17T19:15:25.736Z] #19 22.98 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-11-17T19:15:25.736Z] #19 22.99 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-11-17T19:15:25.736Z] #19 22.99 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-11-17T19:15:25.736Z] #19 23.81 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-17T19:15:25.736Z] #19 23.81 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-17T19:15:25.736Z] #19 23.82 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-17T19:15:25.736Z] #19 23.83 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-11-17T19:15:25.736Z] #19 23.84 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-11-17T19:15:25.736Z] #19 23.89 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-11-17T19:15:25.736Z] #19 24.05 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-17T19:15:25.736Z] #19 24.06 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-11-17T19:15:25.736Z] #19 24.08 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-11-17T19:15:25.736Z] #19 24.09 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-17T19:15:25.736Z] #19 24.11 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-11-17T19:15:25.736Z] #19 24.14 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-17T19:15:25.736Z] #19 24.15 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-11-17T19:15:25.736Z] #19 24.26 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-17T19:15:25.736Z] #19 24.30 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-11-17T19:15:25.736Z] #19 24.32 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-17T19:15:25.736Z] #19 25.23 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-11-17T19:15:25.736Z] #19 25.59 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-11-17T19:15:25.736Z] #19 25.87 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-11-17T19:15:25.756Z] [2020-11-17T19:15:25.756Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:15:25.756Z] #11 111.5 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-17T19:15:25.756Z] #11 111.5 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-17T19:15:25.756Z] #11 111.5 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:15:25.847Z] #18 27.83 Selecting previously unselected package libpython3-stdlib:arm64. [2020-11-17T19:15:25.847Z] #18 27.90 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-11-17T19:15:25.847Z] #18 27.90 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-11-17T19:15:25.847Z] #18 28.02 Setting up python3-minimal (3.7.3-1) ... [2020-11-17T19:15:26.037Z] #19 27.02 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:15:26.337Z] #19 27.22 Fetched 29.2 MB in 4s (7719 kB/s) [2020-11-17T19:15:26.337Z] #19 27.33 Selecting previously unselected package pigz. [2020-11-17T19:15:26.337Z] #19 27.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-11-17T19:15:26.337Z] #19 27.44 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-11-17T19:15:26.337Z] #19 27.44 Unpacking pigz (2.4-1) ... [2020-11-17T19:15:26.337Z] #19 27.52 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-11-17T19:15:26.635Z] #19 27.53 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-17T19:15:26.635Z] #19 27.53 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-11-17T19:15:26.936Z] #19 28.09 Selecting previously unselected package python3.7-minimal. [2020-11-17T19:15:27.223Z] #43 122.9 go/doc [2020-11-17T19:15:27.236Z] #19 28.12 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-17T19:15:27.236Z] #19 28.13 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-17T19:15:27.295Z] #18 29.12 Selecting previously unselected package python3. [2020-11-17T19:15:27.295Z] #18 29.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) [2020-11-17T19:15:27.295Z] #18 29.16 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-11-17T19:15:27.295Z] #18 29.16 Unpacking python3 (3.7.3-1) ... [2020-11-17T19:15:27.295Z] #18 29.28 Selecting previously unselected package libip4tc0:arm64. [2020-11-17T19:15:27.295Z] #18 29.29 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-11-17T19:15:27.295Z] #18 29.30 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-11-17T19:15:27.295Z] #18 29.38 Selecting previously unselected package libip6tc0:arm64. [2020-11-17T19:15:27.295Z] #18 29.39 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-11-17T19:15:27.560Z] #18 29.44 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-11-17T19:15:27.560Z] #18 29.76 Selecting previously unselected package libiptc0:arm64. [2020-11-17T19:15:27.560Z] #18 29.77 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-11-17T19:15:27.560Z] #18 29.78 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-11-17T19:15:27.671Z] #11 ... [2020-11-17T19:15:27.671Z] [2020-11-17T19:15:27.671Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:27.671Z] #32 106.9 github.com/BurntSushi/toml/cmd/tomlv [2020-11-17T19:15:27.671Z] #32 DONE 114.4s [2020-11-17T19:15:27.821Z] #20 5.107 Collecting yamllint==1.16.0 [2020-11-17T19:15:27.933Z] [2020-11-17T19:15:27.933Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:27.933Z] #41 6.864 fatal: not a git repository (or any of the parent directories): .git [2020-11-17T19:15:27.933Z] #41 6.973 GEN .gitid [2020-11-17T19:15:27.933Z] #41 7.054 GEN criu/include/version.h [2020-11-17T19:15:27.933Z] #41 7.138 GEN include/common/asm [2020-11-17T19:15:28.140Z] #18 30.17 Selecting previously unselected package libnfnetlink0:arm64. [2020-11-17T19:15:28.140Z] #18 30.17 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-11-17T19:15:28.140Z] #18 30.18 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-11-17T19:15:28.140Z] #18 30.27 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-11-17T19:15:28.140Z] #18 30.29 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-11-17T19:15:28.140Z] #18 30.34 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-11-17T19:15:28.298Z] #19 29.06 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-11-17T19:15:28.298Z] #19 29.09 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-17T19:15:28.405Z] #18 30.45 Selecting previously unselected package libnftnl11:arm64. [2020-11-17T19:15:28.405Z] #18 30.46 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-11-17T19:15:28.405Z] #18 30.46 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-11-17T19:15:28.405Z] #18 30.58 Selecting previously unselected package iptables. [2020-11-17T19:15:28.405Z] #18 30.59 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-11-17T19:15:28.405Z] #18 30.61 Unpacking iptables (1.8.2-4) ... [2020-11-17T19:15:28.984Z] #18 31.21 Selecting previously unselected package xxd. [2020-11-17T19:15:28.984Z] #18 31.21 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-11-17T19:15:29.118Z] #43 ... [2020-11-17T19:15:29.118Z] [2020-11-17T19:15:29.118Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:29.118Z] #54 56.33 Checking out files: 27% (950/3411) Checking out files: 28% (956/3411) Checking out files: 29% (990/3411) Checking out files: 30% (1024/3411) Checking out files: 31% (1058/3411) Checking out files: 32% (1092/3411) Checking out files: 33% (1126/3411) Checking out files: 34% (1160/3411) Checking out files: 35% (1194/3411) Checking out files: 36% (1228/3411) Checking out files: 37% (1263/3411) Checking out files: 38% (1297/3411) Checking out files: 39% (1331/3411) Checking out files: 40% (1365/3411) Checking out files: 41% (1399/3411) Checking out files: 42% (1433/3411) Checking out files: 43% (1467/3411) Checking out files: 44% (1501/3411) Checking out files: 45% (1535/3411) Checking out files: 46% (1570/3411) Checking out files: 47% (1604/3411) Checking out files: 48% (1638/3411) Checking out files: 49% (1672/3411) Checking out files: 50% (1706/3411) Checking out files: 51% (1740/3411) Checking out files: 52% (1774/3411) Checking out files: 53% (1808/3411) Checking out files: 54% (1842/3411) Checking out files: 55% (1877/3411) Checking out files: 56% (1911/3411) Checking out files: 57% (1945/3411) Checking out files: 58% (1979/3411) Checking out files: 59% (2013/3411) Checking out files: 60% (2047/3411) Checking out files: 61% (2081/3411) Checking out files: 62% (2115/3411) Checking out files: 63% (2149/3411) Checking out files: 64% (2184/3411) Checking out files: 65% (2218/3411) Checking out files: 66% (2252/3411) Checking out files: 67% (2286/3411) Checking out files: 68% (2320/3411) Checking out files: 69% (2354/3411) Checking out files: 70% (2388/3411) Checking out files: 71% (2422/3411) Checking out files: 72% (2456/3411) Checking out files: 73% (2491/3411) Checking out files: 74% (2525/3411) Checking out files: 75% (2559/3411) Checking out files: 76% (2593/3411) Checking out files: 77% (2627/3411) Checking out files: 78% (2661/3411) Checking out files: 79% (2695/3411) Checking out files: 80% (2729/3411) Checking out files: 81% (2763/3411) Checking out files: 82% (2798/3411) Checking out files: 83% (2832/3411) Checking out files: 84% (2866/3411) Checking out files: 85% (2900/3411) Checking out files: 86% (2934/3411) Checking out files: 87% (2968/3411) Checking out files: 88% (3002/3411) Checking out files: 89% (3036/3411) Checking out files: 90% (3070/3411) Checking out files: 91% (3105/3411) Checking out files: 91% (3128/3411) Checking out files: 92% (3139/3411) Checking out files: 93% (3173/3411) Checking out files: 94% (3207/3411) Checking out files: 95% (3241/3411) Checking out files: 96% (3275/3411) Checking out files: 97% (3309/3411) Checking out files: 98% (3343/3411) Checking out files: 99% (3377/3411) Checking out files: 100% (3411/3411) Checking out files: 100% (3411/3411), done. [2020-11-17T19:15:29.118Z] #54 58.63 + cd /tmp/tmp.TLkfJa9nT3/src/github.com/containerd/containerd [2020-11-17T19:15:29.118Z] #54 58.63 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:15:29.118Z] #54 60.67 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-17T19:15:29.118Z] #54 60.67 + BUILDTAGS='netgo osusergo static_build' [2020-11-17T19:15:29.118Z] #54 60.67 + export EXTRA_FLAGS=-buildmode=pie [2020-11-17T19:15:29.118Z] #54 60.67 + EXTRA_FLAGS=-buildmode=pie [2020-11-17T19:15:29.118Z] #54 60.67 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-17T19:15:29.118Z] #54 60.67 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-17T19:15:29.118Z] #54 60.67 + '[' '' = dynamic ']' [2020-11-17T19:15:29.118Z] #54 60.67 + make [2020-11-17T19:15:29.249Z] #18 31.29 Unpacking xxd (2:8.1.0875-5) ... [2020-11-17T19:15:29.379Z] #54 62.01 + bin/ctr [2020-11-17T19:15:29.514Z] #18 31.47 Selecting previously unselected package vim-common. [2020-11-17T19:15:29.514Z] #18 31.47 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:15:29.514Z] #18 31.52 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-17T19:15:29.735Z] #20 ... [2020-11-17T19:15:29.735Z] [2020-11-17T19:15:29.735Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:29.735Z] #41 120.7 CC criu/log.o [2020-11-17T19:15:29.735Z] #41 121.3 CC criu/lsm.o [2020-11-17T19:15:29.735Z] #41 121.7 CC criu/mem.o [2020-11-17T19:15:29.735Z] #41 123.4 CC criu/memfd.o [2020-11-17T19:15:29.735Z] #41 124.0 CC criu/mount.o [2020-11-17T19:15:29.834Z] #18 31.81 Selecting previously unselected package bash-completion. [2020-11-17T19:15:29.834Z] #18 31.81 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-17T19:15:29.845Z] #19 ... [2020-11-17T19:15:29.845Z] [2020-11-17T19:15:29.845Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:29.996Z] #41 127.6 CC criu/namespaces.o [2020-11-17T19:15:30.473Z] #41 ... [2020-11-17T19:15:30.473Z] [2020-11-17T19:15:30.473Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:30.473Z] #49 106.7 encoding/json [2020-11-17T19:15:30.473Z] #49 111.3 github.com/pkg/diff [2020-11-17T19:15:30.473Z] #49 114.6 go/ast [2020-11-17T19:15:30.473Z] #49 116.5 golang.org/x/crypto/ssh/terminal [2020-11-17T19:15:30.473Z] #49 ... [2020-11-17T19:15:30.473Z] [2020-11-17T19:15:30.473Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:30.473Z] #41 10.72 PBCC images/timens.pb-c.c [2020-11-17T19:15:30.473Z] #41 10.76 DEP images/timens.pb-c.d [2020-11-17T19:15:30.473Z] #41 10.85 PBCC images/fown.pb-c.c [2020-11-17T19:15:30.473Z] #41 10.91 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-17T19:15:30.473Z] #41 11.12 PBCC images/opts.pb-c.c [2020-11-17T19:15:30.740Z] #41 11.20 PBCC images/memfd.pb-c.c [2020-11-17T19:15:31.000Z] #41 11.32 DEP images/fown.pb-c.d [2020-11-17T19:15:31.000Z] #41 11.42 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-17T19:15:31.260Z] #41 11.60 DEP images/opts.pb-c.d [2020-11-17T19:15:31.260Z] #41 11.66 DEP images/memfd.pb-c.d [2020-11-17T19:15:31.260Z] #41 11.85 PBCC images/sit.pb-c.c [2020-11-17T19:15:31.520Z] #41 11.94 DEP images/sit.pb-c.d [2020-11-17T19:15:31.520Z] #41 12.09 PBCC images/macvlan.pb-c.c [2020-11-17T19:15:31.780Z] #41 12.16 DEP images/macvlan.pb-c.d [2020-11-17T19:15:31.780Z] #41 12.24 PBCC images/autofs.pb-c.c [2020-11-17T19:15:31.780Z] #41 12.32 DEP images/autofs.pb-c.d [2020-11-17T19:15:31.780Z] #41 12.34 PBCC images/sysctl.pb-c.c [2020-11-17T19:15:31.780Z] #41 12.34 DEP images/sysctl.pb-c.d [2020-11-17T19:15:31.780Z] #41 12.35 PBCC images/time.pb-c.c [2020-11-17T19:15:31.911Z] #41 129.3 CC criu/net.o [2020-11-17T19:15:32.040Z] #41 12.36 DEP images/time.pb-c.d [2020-11-17T19:15:32.040Z] #41 12.37 PBCC images/binfmt-misc.pb-c.c [2020-11-17T19:15:32.040Z] #41 12.37 DEP images/binfmt-misc.pb-c.d [2020-11-17T19:15:32.040Z] #41 12.38 PBCC images/seccomp.pb-c.c [2020-11-17T19:15:32.040Z] #41 12.38 DEP images/seccomp.pb-c.d [2020-11-17T19:15:32.040Z] #41 12.44 PBCC images/userns.pb-c.c [2020-11-17T19:15:32.040Z] #41 12.49 DEP images/userns.pb-c.d [2020-11-17T19:15:32.040Z] #41 12.58 PBCC images/cgroup.pb-c.c [2020-11-17T19:15:32.040Z] #41 12.63 DEP images/cgroup.pb-c.d [2020-11-17T19:15:32.300Z] #41 12.70 PBCC images/ext-file.pb-c.c [2020-11-17T19:15:32.300Z] #41 12.85 DEP images/ext-file.pb-c.d [2020-11-17T19:15:32.300Z] #41 12.92 PBCC images/rpc.pb-c.c [2020-11-17T19:15:32.560Z] #41 12.98 DEP images/rpc.pb-c.d [2020-11-17T19:15:32.560Z] #41 13.10 PBCC images/siginfo.pb-c.c [2020-11-17T19:15:32.560Z] #41 13.18 DEP images/siginfo.pb-c.d [2020-11-17T19:15:32.820Z] #41 13.24 PBCC images/pagemap.pb-c.c [2020-11-17T19:15:32.820Z] #41 13.26 DEP images/pagemap.pb-c.d [2020-11-17T19:15:32.820Z] #41 13.35 PBCC images/rlimit.pb-c.c [2020-11-17T19:15:32.820Z] #41 13.41 DEP images/rlimit.pb-c.d [2020-11-17T19:15:32.820Z] #41 13.46 PBCC images/file-lock.pb-c.c [2020-11-17T19:15:32.854Z] #41 ... [2020-11-17T19:15:32.854Z] [2020-11-17T19:15:32.854Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-17T19:15:32.854Z] #20 10.49 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-17T19:15:32.951Z] #23 157.2 Checking out files: 23% (2593/11025) Checking out files: 24% (2646/11025) Checking out files: 25% (2757/11025) Checking out files: 26% (2867/11025) Checking out files: 27% (2977/11025) Checking out files: 28% (3087/11025) Checking out files: 29% (3198/11025) Checking out files: 30% (3308/11025) Checking out files: 31% (3418/11025) Checking out files: 32% (3528/11025) Checking out files: 33% (3639/11025) Checking out files: 34% (3749/11025) Checking out files: 35% (3859/11025) Checking out files: 36% (3969/11025) Checking out files: 37% (4080/11025) Checking out files: 38% (4190/11025) Checking out files: 39% (4300/11025) Checking out files: 40% (4410/11025) Checking out files: 41% (4521/11025) Checking out files: 41% (4627/11025) Checking out files: 42% (4631/11025) Checking out files: 43% (4741/11025) Checking out files: 44% (4851/11025) Checking out files: 45% (4962/11025) Checking out files: 46% (5072/11025) Checking out files: 47% (5182/11025) Checking out files: 48% (5292/11025) Checking out files: 49% (5403/11025) Checking out files: 50% (5513/11025) Checking out files: 51% (5623/11025) Checking out files: 52% (5733/11025) Checking out files: 53% (5844/11025) Checking out files: 54% (5954/11025) Checking out files: 55% (6064/11025) Checking out files: 56% (6174/11025) Checking out files: 57% (6285/11025) Checking out files: 58% (6395/11025) Checking out files: 59% (6505/11025) Checking out files: 60% (6615/11025) Checking out files: 61% (6726/11025) Checking out files: 62% (6836/11025) Checking out files: 63% (6946/11025) Checking out files: 64% (7056/11025) Checking out files: 65% (7167/11025) Checking out files: 66% (7277/11025) Checking out files: 67% (7387/11025) Checking out files: 68% (7497/11025) Checking out files: 68% (7554/11025) Checking out files: 69% (7608/11025) Checking out files: 70% (7718/11025) Checking out files: 71% (7828/11025) Checking out files: 72% (7938/11025) Checking out files: 73% (8049/11025) Checking out files: 74% (8159/11025) Checking out files: 75% (8269/11025) Checking out files: 76% (8379/11025) Checking out files: 77% (8490/11025) Checking out files: 78% (8600/11025) Checking out files: 79% (8710/11025) Checking out files: 80% (8820/11025) Checking out files: 81% (8931/11025) Checking out files: 82% (9041/11025) Checking out files: 83% (9151/11025) Checking out files: 84% (9261/11025) Checking out files: 85% (9372/11025) Checking out files: 86% (9482/11025) Checking out files: 87% (9592/11025) Checking out files: 88% (9702/11025) Checking out files: 89% (9813/11025) Checking out files: 90% (9923/11025) Checking out files: 91% (10033/11025) Checking out files: 92% (10143/11025) Checking out files: 92% (10144/11025) Checking out files: 93% (10254/11025) Checking out files: 94% (10364/11025) Checking out files: 95% (10474/11025) Checking out files: 96% (10584/11025) Checking out files: 97% (10695/11025) Checking out files: 98% (10805/11025) Checking out files: 99% (10915/11025) Checking out files: 100% (11025/11025) Checking out files: 100% (11025/11025), done. [2020-11-17T19:15:33.080Z] #41 13.47 DEP images/file-lock.pb-c.d [2020-11-17T19:15:33.080Z] #41 13.54 PBCC images/tty.pb-c.c [2020-11-17T19:15:33.080Z] #41 13.71 DEP images/tty.pb-c.d [2020-11-17T19:15:33.114Z] #20 10.59 Collecting pyyaml (from yamllint==1.16.0) [2020-11-17T19:15:33.291Z] #23 160.8 + cd /tmp/tmp.A8bJUSz1hE/tmp/docker-ce [2020-11-17T19:15:33.291Z] #23 160.8 + git checkout -q v17.06.2-ce [2020-11-17T19:15:33.302Z] #18 35.27 Unpacking bash-completion (1:2.8-6) ... [2020-11-17T19:15:33.342Z] #41 13.76 PBCC images/tun.pb-c.c [2020-11-17T19:15:33.342Z] #41 13.77 PBCC images/netdev.pb-c.c [2020-11-17T19:15:33.342Z] #41 13.78 DEP images/tun.pb-c.d [2020-11-17T19:15:33.342Z] #41 13.85 DEP images/netdev.pb-c.d [2020-11-17T19:15:33.376Z] #20 10.74 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-17T19:15:33.602Z] #41 13.92 PBCC images/vma.pb-c.c [2020-11-17T19:15:33.602Z] #41 14.02 DEP images/vma.pb-c.d [2020-11-17T19:15:33.602Z] #41 14.10 PBCC images/creds.pb-c.c [2020-11-17T19:15:33.602Z] #41 14.13 DEP images/creds.pb-c.d [2020-11-17T19:15:33.602Z] #41 14.21 PBCC images/utsns.pb-c.c [2020-11-17T19:15:33.863Z] #41 14.26 DEP images/utsns.pb-c.d [2020-11-17T19:15:33.863Z] #41 14.33 PBCC images/ipc-desc.pb-c.c [2020-11-17T19:15:33.863Z] #41 14.41 PBCC images/ipc-sem.pb-c.c [2020-11-17T19:15:33.863Z] #41 14.45 DEP images/ipc-desc.pb-c.d [2020-11-17T19:15:33.897Z] #18 36.07 Selecting previously unselected package bzip2. [2020-11-17T19:15:33.898Z] #18 36.09 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-11-17T19:15:33.898Z] #18 36.10 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-17T19:15:34.137Z] #41 14.50 DEP images/ipc-sem.pb-c.d [2020-11-17T19:15:34.137Z] #41 14.59 PBCC images/ipc-msg.pb-c.c [2020-11-17T19:15:34.137Z] #41 14.64 DEP images/ipc-msg.pb-c.d [2020-11-17T19:15:34.137Z] #41 14.69 PBCC images/ipc-shm.pb-c.c [2020-11-17T19:15:34.137Z] #41 14.73 DEP images/ipc-shm.pb-c.d [2020-11-17T19:15:34.161Z] #18 36.20 Selecting previously unselected package xz-utils. [2020-11-17T19:15:34.161Z] #18 36.21 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-11-17T19:15:34.161Z] #18 36.22 Unpacking xz-utils (5.2.4-1) ... [2020-11-17T19:15:34.400Z] #41 14.83 PBCC images/ipc-var.pb-c.c [2020-11-17T19:15:34.400Z] #41 14.92 DEP images/ipc-var.pb-c.d [2020-11-17T19:15:34.425Z] #18 36.49 Selecting previously unselected package apparmor. [2020-11-17T19:15:34.425Z] #18 36.50 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-11-17T19:15:34.425Z] #18 36.58 Unpacking apparmor (2.13.2-10) ... [2020-11-17T19:15:34.663Z] #41 14.99 PBCC images/sk-opts.pb-c.c [2020-11-17T19:15:34.664Z] #41 15.09 PBCC images/packet-sock.pb-c.c [2020-11-17T19:15:34.664Z] #41 15.15 DEP images/sk-opts.pb-c.d [2020-11-17T19:15:34.664Z] #41 15.17 DEP images/packet-sock.pb-c.d [2020-11-17T19:15:34.761Z] #20 12.20 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-17T19:15:34.761Z] #20 12.25 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-17T19:15:34.761Z] #20 12.30 Building wheels for collected packages: pyyaml [2020-11-17T19:15:34.761Z] #20 12.30 Running setup.py bdist_wheel for pyyaml: started [2020-11-17T19:15:34.923Z] #41 15.26 PBCC images/sk-netlink.pb-c.c [2020-11-17T19:15:34.923Z] #41 15.35 DEP images/sk-netlink.pb-c.d [2020-11-17T19:15:34.923Z] #41 15.44 PBCC images/sk-inet.pb-c.c [2020-11-17T19:15:35.012Z] #18 37.03 Selecting previously unselected package aufs-tools. [2020-11-17T19:15:35.012Z] #18 37.05 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-11-17T19:15:35.012Z] #18 37.07 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-17T19:15:35.183Z] #41 15.57 DEP images/sk-inet.pb-c.d [2020-11-17T19:15:35.183Z] #41 15.67 PBCC images/sk-unix.pb-c.c [2020-11-17T19:15:35.183Z] #41 15.78 DEP images/sk-unix.pb-c.d [2020-11-17T19:15:35.343Z] #18 37.28 Selecting previously unselected package libonig5:arm64. [2020-11-17T19:15:35.344Z] #18 37.29 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-11-17T19:15:35.344Z] #18 37.35 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-11-17T19:15:35.344Z] #18 37.52 Selecting previously unselected package libjq1:arm64. [2020-11-17T19:15:35.344Z] #18 37.53 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-11-17T19:15:35.444Z] #41 15.85 PBCC images/mm.pb-c.c [2020-11-17T19:15:35.444Z] #41 15.91 DEP images/mm.pb-c.d [2020-11-17T19:15:35.444Z] #41 16.00 PBCC images/timerfd.pb-c.c [2020-11-17T19:15:35.657Z] #18 37.54 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-17T19:15:35.657Z] #18 37.73 Selecting previously unselected package jq. [2020-11-17T19:15:35.657Z] #18 37.74 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-11-17T19:15:35.657Z] #18 37.74 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-17T19:15:35.657Z] #18 37.84 Selecting previously unselected package libaio1:arm64. [2020-11-17T19:15:35.657Z] #18 37.84 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-11-17T19:15:35.657Z] #18 37.85 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-11-17T19:15:35.657Z] #18 37.94 Selecting previously unselected package libgpm2:arm64. [2020-11-17T19:15:35.657Z] #18 37.94 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-11-17T19:15:35.704Z] #41 16.08 DEP images/timerfd.pb-c.d [2020-11-17T19:15:35.704Z] #41 16.14 PBCC images/timer.pb-c.c [2020-11-17T19:15:35.704Z] #41 16.18 DEP images/timer.pb-c.d [2020-11-17T19:15:35.704Z] #41 16.27 PBCC images/sa.pb-c.c [2020-11-17T19:15:35.924Z] #18 37.96 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-11-17T19:15:35.924Z] #18 38.07 Selecting previously unselected package libicu63:arm64. [2020-11-17T19:15:35.924Z] #18 ... [2020-11-17T19:15:35.924Z] [2020-11-17T19:15:35.924Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:35.924Z] #41 82.77 DEP criu/protobuf-desc.d [2020-11-17T19:15:35.924Z] #41 82.95 DEP criu/proc_parse.d [2020-11-17T19:15:35.924Z] #41 83.18 DEP criu/plugin.d [2020-11-17T19:15:35.924Z] #41 83.23 DEP criu/pipes.d [2020-11-17T19:15:35.924Z] #41 83.34 DEP criu/pie-util.d [2020-11-17T19:15:35.924Z] #41 83.51 DEP criu/pie-util-vdso.d [2020-11-17T19:15:35.924Z] #41 83.69 DEP criu/path.d [2020-11-17T19:15:35.924Z] #41 83.86 DEP criu/parasite-syscall.d [2020-11-17T19:15:35.924Z] #41 84.05 DEP criu/pagemap.d [2020-11-17T19:15:35.924Z] #41 84.29 DEP criu/pagemap-cache.d [2020-11-17T19:15:35.924Z] #41 84.43 DEP criu/page-xfer.d [2020-11-17T19:15:35.924Z] #41 84.64 DEP criu/page-pipe.d [2020-11-17T19:15:35.924Z] #41 84.75 DEP criu/netfilter.d [2020-11-17T19:15:35.924Z] #41 84.86 DEP criu/net.d [2020-11-17T19:15:35.924Z] #41 85.04 DEP criu/namespaces.d [2020-11-17T19:15:35.924Z] #41 85.23 DEP criu/mount.d [2020-11-17T19:15:35.924Z] #41 85.43 DEP criu/memfd.d [2020-11-17T19:15:35.924Z] #41 85.58 DEP criu/mem.d [2020-11-17T19:15:35.924Z] #41 85.77 DEP criu/lsm.d [2020-11-17T19:15:35.924Z] #41 85.94 DEP criu/log.d [2020-11-17T19:15:35.924Z] #41 86.07 DEP criu/libnetlink.d [2020-11-17T19:15:35.924Z] #41 86.21 DEP criu/kerndat.d [2020-11-17T19:15:35.924Z] #41 86.41 DEP criu/kcmp-ids.d [2020-11-17T19:15:35.924Z] #41 86.49 DEP criu/irmap.d [2020-11-17T19:15:35.924Z] #41 86.56 DEP criu/ipc_ns.d [2020-11-17T19:15:35.924Z] #41 86.87 DEP criu/image.d [2020-11-17T19:15:35.924Z] #41 87.18 DEP criu/image-desc.d [2020-11-17T19:15:35.924Z] #41 87.29 DEP criu/fsnotify.d [2020-11-17T19:15:35.924Z] #41 87.49 DEP criu/filesystems.d [2020-11-17T19:15:35.924Z] #41 87.70 DEP criu/files.d [2020-11-17T19:15:35.924Z] #41 87.90 DEP criu/files-reg.d [2020-11-17T19:15:35.924Z] #41 88.14 DEP criu/files-ext.d [2020-11-17T19:15:35.924Z] #41 88.31 DEP criu/file-lock.d [2020-11-17T19:15:35.924Z] #41 88.55 DEP criu/file-ids.d [2020-11-17T19:15:35.924Z] #41 88.69 DEP criu/fifo.d [2020-11-17T19:15:35.924Z] #41 88.81 DEP criu/fdstore.d [2020-11-17T19:15:35.924Z] #41 88.94 DEP criu/fault-injection.d [2020-11-17T19:15:35.924Z] #41 89.01 DEP criu/external.d [2020-11-17T19:15:35.924Z] #41 89.11 DEP criu/eventpoll.d [2020-11-17T19:15:35.924Z] #41 89.28 DEP criu/eventfd.d [2020-11-17T19:15:35.924Z] #41 89.53 DEP criu/crtools.d [2020-11-17T19:15:35.924Z] #41 89.80 DEP criu/cr-service.d [2020-11-17T19:15:35.924Z] #41 89.97 DEP criu/cr-restore.d [2020-11-17T19:15:35.924Z] #41 90.20 DEP criu/cr-errno.d [2020-11-17T19:15:35.924Z] #41 90.21 DEP criu/cr-dump.d [2020-11-17T19:15:35.924Z] #41 90.59 DEP criu/cr-dedup.d [2020-11-17T19:15:35.924Z] #41 90.90 DEP criu/cr-check.d [2020-11-17T19:15:35.924Z] #41 91.06 DEP criu/config.d [2020-11-17T19:15:35.924Z] #41 91.35 DEP criu/clone-noasan.d [2020-11-17T19:15:35.924Z] #41 91.49 DEP criu/cgroup.d [2020-11-17T19:15:35.924Z] #41 91.78 DEP criu/cgroup-props.d [2020-11-17T19:15:35.924Z] #41 91.93 DEP criu/bitmap.d [2020-11-17T19:15:35.924Z] #41 91.95 DEP criu/bfd.d [2020-11-17T19:15:35.924Z] #41 92.09 DEP criu/autofs.d [2020-11-17T19:15:35.924Z] #41 92.28 DEP criu/aio.d [2020-11-17T19:15:35.924Z] #41 92.42 DEP criu/action-scripts.d [2020-11-17T19:15:35.924Z] #41 92.69 CC criu/action-scripts.o [2020-11-17T19:15:35.924Z] #41 ... [2020-11-17T19:15:35.924Z] [2020-11-17T19:15:35.924Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:35.924Z] #18 38.08 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-11-17T19:15:35.924Z] #18 38.10 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-17T19:15:35.964Z] #41 16.41 DEP images/sa.pb-c.d [2020-11-17T19:15:35.964Z] #41 16.47 PBCC images/pipe-data.pb-c.c [2020-11-17T19:15:35.964Z] #41 16.51 DEP images/pipe-data.pb-c.d [2020-11-17T19:15:35.964Z] #41 16.60 PBCC images/mnt.pb-c.c [2020-11-17T19:15:35.965Z] #54 ... [2020-11-17T19:15:35.965Z] [2020-11-17T19:15:35.965Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:35.965Z] #41 22.86 make[1]: Nothing to be done for 'all'. [2020-11-17T19:15:35.965Z] #41 26.02 CC images/stats.o [2020-11-17T19:15:35.965Z] #41 26.52 CC images/core.o [2020-11-17T19:15:35.965Z] #41 27.64 CC images/core-x86.o [2020-11-17T19:15:35.965Z] #41 28.55 CC images/core-arm.o [2020-11-17T19:15:35.965Z] #41 29.13 CC images/core-aarch64.o [2020-11-17T19:15:35.965Z] #41 29.68 CC images/core-ppc64.o [2020-11-17T19:15:35.965Z] #41 30.74 CC images/core-s390.o [2020-11-17T19:15:35.965Z] #41 31.90 CC images/cpuinfo.o [2020-11-17T19:15:35.965Z] #41 32.53 CC images/inventory.o [2020-11-17T19:15:36.148Z] #20 13.30 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-17T19:15:36.148Z] #20 13.31 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-17T19:15:36.148Z] #20 13.38 Successfully built pyyaml [2020-11-17T19:15:36.148Z] #20 13.40 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-17T19:15:36.181Z] #23 ... [2020-11-17T19:15:36.181Z] [2020-11-17T19:15:36.181Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:36.181Z] #42 83.04 DEP criu/parasite-syscall.d [2020-11-17T19:15:36.181Z] #42 83.37 DEP criu/pagemap.d [2020-11-17T19:15:36.181Z] #42 83.59 DEP criu/pagemap-cache.d [2020-11-17T19:15:36.181Z] #42 83.91 DEP criu/page-xfer.d [2020-11-17T19:15:36.181Z] #42 84.16 DEP criu/page-pipe.d [2020-11-17T19:15:36.181Z] #42 84.30 DEP criu/netfilter.d [2020-11-17T19:15:36.181Z] #42 84.53 DEP criu/net.d [2020-11-17T19:15:36.181Z] #42 84.80 DEP criu/namespaces.d [2020-11-17T19:15:36.181Z] #42 85.02 DEP criu/mount.d [2020-11-17T19:15:36.181Z] #42 85.23 DEP criu/memfd.d [2020-11-17T19:15:36.181Z] #42 85.45 DEP criu/mem.d [2020-11-17T19:15:36.181Z] #42 85.74 DEP criu/lsm.d [2020-11-17T19:15:36.181Z] #42 85.93 DEP criu/log.d [2020-11-17T19:15:36.181Z] #42 86.10 DEP criu/libnetlink.d [2020-11-17T19:15:36.181Z] #42 86.24 DEP criu/kerndat.d [2020-11-17T19:15:36.181Z] #42 86.46 DEP criu/kcmp-ids.d [2020-11-17T19:15:36.181Z] #42 86.60 DEP criu/irmap.d [2020-11-17T19:15:36.182Z] #42 86.76 DEP criu/ipc_ns.d [2020-11-17T19:15:36.182Z] #42 87.00 DEP criu/image.d [2020-11-17T19:15:36.182Z] #42 87.21 DEP criu/image-desc.d [2020-11-17T19:15:36.182Z] #42 87.34 DEP criu/fsnotify.d [2020-11-17T19:15:36.182Z] #42 87.73 DEP criu/filesystems.d [2020-11-17T19:15:36.182Z] #42 88.03 DEP criu/files.d [2020-11-17T19:15:36.182Z] #42 88.34 DEP criu/files-reg.d [2020-11-17T19:15:36.182Z] #42 88.64 DEP criu/files-ext.d [2020-11-17T19:15:36.182Z] #42 88.80 DEP criu/file-lock.d [2020-11-17T19:15:36.182Z] #42 89.09 DEP criu/file-ids.d [2020-11-17T19:15:36.182Z] #42 89.27 DEP criu/fifo.d [2020-11-17T19:15:36.182Z] #42 89.48 DEP criu/fdstore.d [2020-11-17T19:15:36.182Z] #42 89.67 DEP criu/fault-injection.d [2020-11-17T19:15:36.182Z] #42 89.74 DEP criu/external.d [2020-11-17T19:15:36.182Z] #42 89.85 DEP criu/eventpoll.d [2020-11-17T19:15:36.182Z] #42 90.08 DEP criu/eventfd.d [2020-11-17T19:15:36.182Z] #42 90.26 DEP criu/crtools.d [2020-11-17T19:15:36.182Z] #42 90.48 DEP criu/cr-service.d [2020-11-17T19:15:36.182Z] #42 90.75 DEP criu/cr-restore.d [2020-11-17T19:15:36.182Z] #42 91.06 DEP criu/cr-errno.d [2020-11-17T19:15:36.182Z] #42 91.08 DEP criu/cr-dump.d [2020-11-17T19:15:36.182Z] #42 91.39 DEP criu/cr-dedup.d [2020-11-17T19:15:36.182Z] #42 91.58 DEP criu/cr-check.d [2020-11-17T19:15:36.182Z] #42 92.00 DEP criu/config.d [2020-11-17T19:15:36.182Z] #42 92.33 DEP criu/clone-noasan.d [2020-11-17T19:15:36.182Z] #42 92.47 DEP criu/cgroup.d [2020-11-17T19:15:36.182Z] #42 92.71 DEP criu/cgroup-props.d [2020-11-17T19:15:36.182Z] #42 92.86 DEP criu/bitmap.d [2020-11-17T19:15:36.182Z] #42 92.88 DEP criu/bfd.d [2020-11-17T19:15:36.182Z] #42 93.13 DEP criu/autofs.d [2020-11-17T19:15:36.182Z] #42 ... [2020-11-17T19:15:36.182Z] [2020-11-17T19:15:36.182Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:36.182Z] #19 32.57 Selecting previously unselected package python3-minimal. [2020-11-17T19:15:36.182Z] #19 32.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) [2020-11-17T19:15:36.182Z] #19 32.62 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 32.63 Unpacking python3-minimal (3.7.3-1) ... [2020-11-17T19:15:36.182Z] #19 32.71 Selecting previously unselected package libmpdec2:ppc64el. [2020-11-17T19:15:36.182Z] #19 32.71 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 32.72 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-11-17T19:15:36.182Z] #19 32.82 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-11-17T19:15:36.182Z] #19 32.82 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 32.83 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-11-17T19:15:36.182Z] #19 34.24 Selecting previously unselected package python3.7. [2020-11-17T19:15:36.182Z] #19 34.25 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 34.26 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-17T19:15:36.182Z] #19 34.36 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-11-17T19:15:36.182Z] #19 34.37 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 34.37 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-11-17T19:15:36.182Z] #19 34.54 Setting up python3-minimal (3.7.3-1) ... [2020-11-17T19:15:36.182Z] #19 35.51 Selecting previously unselected package python3. [2020-11-17T19:15:36.182Z] #19 35.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24022 files and directories currently installed.) [2020-11-17T19:15:36.182Z] #19 35.57 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 35.58 Unpacking python3 (3.7.3-1) ... [2020-11-17T19:15:36.182Z] #19 35.70 Selecting previously unselected package libip4tc0:ppc64el. [2020-11-17T19:15:36.182Z] #19 35.70 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 35.70 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-11-17T19:15:36.182Z] #19 35.80 Selecting previously unselected package libip6tc0:ppc64el. [2020-11-17T19:15:36.182Z] #19 35.80 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 35.81 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-11-17T19:15:36.182Z] #19 35.90 Selecting previously unselected package libiptc0:ppc64el. [2020-11-17T19:15:36.182Z] #19 35.92 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 35.93 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-11-17T19:15:36.182Z] #19 36.04 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-11-17T19:15:36.182Z] #19 36.05 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 36.05 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-11-17T19:15:36.182Z] #19 36.17 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-11-17T19:15:36.182Z] #19 36.18 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 36.18 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-11-17T19:15:36.182Z] #19 36.28 Selecting previously unselected package libnftnl11:ppc64el. [2020-11-17T19:15:36.182Z] #19 36.28 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 36.28 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-11-17T19:15:36.182Z] #19 36.39 Selecting previously unselected package iptables. [2020-11-17T19:15:36.182Z] #19 36.39 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 36.39 Unpacking iptables (1.8.2-4) ... [2020-11-17T19:15:36.182Z] #19 36.91 Selecting previously unselected package xxd. [2020-11-17T19:15:36.182Z] #19 36.92 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-17T19:15:36.182Z] #19 36.92 Unpacking xxd (2:8.1.0875-5) ... [2020-11-17T19:15:36.182Z] #19 37.03 Selecting previously unselected package vim-common. [2020-11-17T19:15:36.182Z] #19 37.04 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:15:36.182Z] #19 37.07 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-17T19:15:36.220Z] #41 33.02 CC images/fdinfo.o [2020-11-17T19:15:36.224Z] #41 16.67 DEP images/mnt.pb-c.d [2020-11-17T19:15:36.224Z] #41 16.73 PBCC images/sk-packet.pb-c.c [2020-11-17T19:15:36.224Z] #41 16.76 DEP images/sk-packet.pb-c.d [2020-11-17T19:15:36.224Z] #41 16.80 PBCC images/tcp-stream.pb-c.c [2020-11-17T19:15:36.409Z] #20 13.73 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-17T19:15:36.483Z] #41 16.88 DEP images/tcp-stream.pb-c.d [2020-11-17T19:15:36.483Z] #41 16.95 PBCC images/pipe.pb-c.c [2020-11-17T19:15:36.483Z] #41 17.04 DEP images/pipe.pb-c.d [2020-11-17T19:15:36.483Z] #41 17.11 PBCC images/pstree.pb-c.c [2020-11-17T19:15:36.484Z] #19 37.29 Selecting previously unselected package bash-completion. [2020-11-17T19:15:36.484Z] #19 37.30 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-17T19:15:36.679Z] #20 DONE 14.1s [2020-11-17T19:15:36.679Z] [2020-11-17T19:15:36.679Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-17T19:15:36.679Z] #23 DONE 0.1s [2020-11-17T19:15:36.679Z] [2020-11-17T19:15:36.679Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-17T19:15:36.743Z] #41 17.15 DEP images/pstree.pb-c.d [2020-11-17T19:15:36.743Z] #41 17.26 PBCC images/fs.pb-c.c [2020-11-17T19:15:36.743Z] #41 17.30 DEP images/fs.pb-c.d [2020-11-17T19:15:36.743Z] #41 17.38 PBCC images/signalfd.pb-c.c [2020-11-17T19:15:36.782Z] #41 33.64 CC images/fown.o [2020-11-17T19:15:37.003Z] #41 17.50 DEP images/signalfd.pb-c.d [2020-11-17T19:15:37.267Z] #41 17.69 PBCC images/fh.pb-c.c [2020-11-17T19:15:37.344Z] #41 34.01 CC images/ns.o [2020-11-17T19:15:37.344Z] #41 34.35 CC images/regfile.o [2020-11-17T19:15:37.371Z] #18 ... [2020-11-17T19:15:37.371Z] [2020-11-17T19:15:37.371Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:15:37.371Z] #38 159.0 + dpkg --print-architecture [2020-11-17T19:15:37.371Z] #38 DONE 160.2s [2020-11-17T19:15:37.528Z] #41 17.84 PBCC images/fsnotify.pb-c.c [2020-11-17T19:15:37.528Z] #41 17.89 DEP images/fh.pb-c.d [2020-11-17T19:15:37.528Z] #41 17.97 DEP images/fsnotify.pb-c.d [2020-11-17T19:15:37.528Z] #41 18.04 PBCC images/eventpoll.pb-c.c [2020-11-17T19:15:37.601Z] #41 34.56 CC images/ghost-file.o [2020-11-17T19:15:37.634Z] [2020-11-17T19:15:37.634Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:37.634Z] #41 93.15 CC criu/aio.o [2020-11-17T19:15:37.634Z] #41 93.69 CC criu/autofs.o [2020-11-17T19:15:37.788Z] #41 18.14 DEP images/eventpoll.pb-c.d [2020-11-17T19:15:37.789Z] #41 18.22 PBCC images/eventfd.pb-c.c [2020-11-17T19:15:37.789Z] #41 18.25 DEP images/eventfd.pb-c.d [2020-11-17T19:15:37.789Z] #41 18.34 PBCC images/remap-file-path.pb-c.c [2020-11-17T19:15:38.049Z] #41 18.41 DEP images/remap-file-path.pb-c.d [2020-11-17T19:15:38.049Z] #41 18.53 PBCC images/fifo.pb-c.c [2020-11-17T19:15:38.049Z] #41 18.57 DEP images/fifo.pb-c.d [2020-11-17T19:15:38.164Z] #41 35.05 CC images/fifo.o [2020-11-17T19:15:38.309Z] ok github.com/docker/docker/cmd/dockerd 0.045s coverage: 29.1% of statements [2020-11-17T19:15:38.309Z] ok github.com/docker/docker/container 0.109s coverage: 34.7% of statements [2020-11-17T19:15:38.309Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-17T19:15:38.309Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-17T19:15:38.309Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-17T19:15:38.309Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-17T19:15:38.310Z] #41 18.65 PBCC images/ghost-file.pb-c.c [2020-11-17T19:15:38.310Z] #41 18.86 DEP images/ghost-file.pb-c.d [2020-11-17T19:15:38.570Z] #41 18.97 PBCC images/regfile.pb-c.c [2020-11-17T19:15:38.570Z] #41 19.03 DEP images/regfile.pb-c.d [2020-11-17T19:15:38.602Z] #41 95.52 CC criu/bfd.o [2020-11-17T19:15:38.822Z] #41 35.40 CC images/remap-file-path.o [2020-11-17T19:15:38.831Z] #41 19.12 PBCC images/ns.pb-c.c [2020-11-17T19:15:38.831Z] #41 19.27 DEP images/ns.pb-c.d [2020-11-17T19:15:38.831Z] #41 19.35 PBCC images/fdinfo.pb-c.c [2020-11-17T19:15:39.091Z] #41 19.49 DEP images/fdinfo.pb-c.d [2020-11-17T19:15:39.091Z] #41 19.55 PBCC images/core-aarch64.pb-c.c [2020-11-17T19:15:39.091Z] #41 19.61 PBCC images/core-arm.pb-c.c [2020-11-17T19:15:39.122Z] #41 35.91 CC images/eventfd.o [2020-11-17T19:15:39.351Z] #41 19.67 PBCC images/core-ppc64.pb-c.c [2020-11-17T19:15:39.351Z] #41 19.83 PBCC images/core-s390.pb-c.c [2020-11-17T19:15:39.460Z] #41 36.25 CC images/eventpoll.o [2020-11-17T19:15:39.555Z] #41 96.33 CC criu/bitmap.o [2020-11-17T19:15:39.555Z] #41 96.52 CC criu/cgroup-props.o [2020-11-17T19:15:39.610Z] #41 20.03 PBCC images/core-x86.pb-c.c [2020-11-17T19:15:39.870Z] #41 20.19 PBCC images/core.pb-c.c [2020-11-17T19:15:39.870Z] #41 20.24 PBCC images/inventory.pb-c.c [2020-11-17T19:15:39.870Z] #41 20.35 DEP images/core-aarch64.pb-c.d [2020-11-17T19:15:39.870Z] #41 20.41 DEP images/core-arm.pb-c.d [2020-11-17T19:15:39.870Z] #41 20.46 DEP images/core-ppc64.pb-c.d [2020-11-17T19:15:39.981Z] #28 DONE 3.2s [2020-11-17T19:15:39.981Z] [2020-11-17T19:15:39.981Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-17T19:15:40.025Z] #41 36.67 CC images/fh.o [2020-11-17T19:15:40.025Z] #41 36.98 CC images/fsnotify.o [2020-11-17T19:15:40.130Z] #41 20.51 DEP images/core-s390.pb-c.d [2020-11-17T19:15:40.130Z] #41 20.56 DEP images/core-x86.pb-c.d [2020-11-17T19:15:40.130Z] #41 20.61 DEP images/core.pb-c.d [2020-11-17T19:15:40.130Z] #41 20.69 DEP images/inventory.pb-c.d [2020-11-17T19:15:40.133Z] #41 97.06 CC criu/cgroup.o [2020-11-17T19:15:40.246Z] #31 DONE 0.3s [2020-11-17T19:15:40.246Z] [2020-11-17T19:15:40.246Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:40.246Z] #41 132.5 CC criu/netfilter.o [2020-11-17T19:15:40.246Z] #41 132.9 CC criu/page-pipe.o [2020-11-17T19:15:40.246Z] #41 133.6 CC criu/page-xfer.o [2020-11-17T19:15:40.246Z] #41 135.4 CC criu/pagemap-cache.o [2020-11-17T19:15:40.246Z] #41 135.7 CC criu/pagemap.o [2020-11-17T19:15:40.246Z] #41 136.7 CC criu/parasite-syscall.o [2020-11-17T19:15:40.246Z] #41 137.4 CC criu/path.o [2020-11-17T19:15:40.246Z] #41 137.8 CC criu/pie-util-vdso-elf32.o [2020-11-17T19:15:40.246Z] #41 ... [2020-11-17T19:15:40.246Z] [2020-11-17T19:15:40.246Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-17T19:15:40.246Z] #33 DONE 0.1s [2020-11-17T19:15:40.246Z] [2020-11-17T19:15:40.246Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-17T19:15:40.390Z] #41 20.77 PBCC images/cpuinfo.pb-c.c [2020-11-17T19:15:40.390Z] #41 20.82 DEP images/cpuinfo.pb-c.d [2020-11-17T19:15:40.390Z] #41 ... [2020-11-17T19:15:40.390Z] [2020-11-17T19:15:40.390Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:40.507Z] #36 DONE 0.1s [2020-11-17T19:15:40.507Z] [2020-11-17T19:15:40.507Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:40.507Z] #47 ... [2020-11-17T19:15:40.507Z] [2020-11-17T19:15:40.507Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:40.507Z] #41 138.3 CC criu/pie-util-vdso.o [2020-11-17T19:15:40.957Z] #41 37.57 CC images/signalfd.o [2020-11-17T19:15:40.957Z] #41 37.81 CC images/fs.o [2020-11-17T19:15:41.020Z] #19 41.86 Unpacking bash-completion (1:2.8-6) ... [2020-11-17T19:15:41.078Z] #41 138.6 CC criu/pie-util.o [2020-11-17T19:15:41.214Z] #41 38.06 CC images/pstree.o [2020-11-17T19:15:41.214Z] #41 ... [2020-11-17T19:15:41.214Z] [2020-11-17T19:15:41.214Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:41.214Z] #49 127.3 mvdan.cc/sh/v3/cmd/shfmt [2020-11-17T19:15:41.214Z] #49 DONE 137.1s [2020-11-17T19:15:41.214Z] [2020-11-17T19:15:41.214Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:41.214Z] #43 127.2 github.com/LK4D4/vndr/build [2020-11-17T19:15:41.214Z] #43 128.4 github.com/LK4D4/vndr/versioned [2020-11-17T19:15:41.214Z] #43 128.6 compress/flate [2020-11-17T19:15:41.214Z] #43 132.6 hash/crc32 [2020-11-17T19:15:41.214Z] #43 133.5 net [2020-11-17T19:15:41.214Z] #43 133.5 compress/gzip [2020-11-17T19:15:41.214Z] #43 134.4 vendor/golang.org/x/text/transform [2020-11-17T19:15:41.214Z] #43 135.2 vendor/golang.org/x/text/unicode/bidi [2020-11-17T19:15:41.214Z] #43 136.8 vendor/golang.org/x/text/secure/bidirule [2020-11-17T19:15:41.214Z] #43 137.0 vendor/golang.org/x/text/unicode/norm [2020-11-17T19:15:41.339Z] #41 138.9 CC criu/pipes.o [2020-11-17T19:15:41.547Z] #41 ... [2020-11-17T19:15:41.547Z] [2020-11-17T19:15:41.547Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:41.547Z] #18 41.32 Selecting previously unselected package libnet1:arm64. [2020-11-17T19:15:41.547Z] #18 41.33 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-17T19:15:41.547Z] #18 41.34 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:15:41.547Z] #18 41.70 Selecting previously unselected package libnl-3-200:arm64. [2020-11-17T19:15:41.547Z] #18 41.71 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-11-17T19:15:41.547Z] #18 41.72 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-11-17T19:15:41.547Z] #18 42.27 Selecting previously unselected package libprotobuf-c1:arm64. [2020-11-17T19:15:41.547Z] #18 42.27 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-11-17T19:15:41.547Z] #18 42.42 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-17T19:15:41.547Z] #18 42.50 Selecting previously unselected package libreadline5:arm64. [2020-11-17T19:15:41.547Z] #18 42.50 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-11-17T19:15:41.547Z] #18 42.51 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-11-17T19:15:41.547Z] #18 42.65 Selecting previously unselected package net-tools. [2020-11-17T19:15:41.547Z] #18 42.65 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-11-17T19:15:41.547Z] #18 42.66 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-17T19:15:41.547Z] #18 42.99 Selecting previously unselected package python-pip-whl. [2020-11-17T19:15:41.547Z] #18 43.00 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-17T19:15:41.547Z] #18 43.01 Unpacking python-pip-whl (18.1-5) ... [2020-11-17T19:15:41.547Z] #18 43.46 Selecting previously unselected package python3-lib2to3. [2020-11-17T19:15:41.547Z] #18 43.46 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-17T19:15:41.547Z] #18 43.52 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-17T19:15:41.547Z] #18 43.72 Selecting previously unselected package python3-distutils. [2020-11-17T19:15:41.547Z] #18 43.72 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-17T19:15:41.547Z] #18 43.73 Unpacking python3-distutils (3.7.3-1) ... [2020-11-17T19:15:41.697Z] #54 59.52 Checking out files: 24% (843/3411) Checking out files: 25% (853/3411) Checking out files: 26% (887/3411) Checking out files: 27% (921/3411) Checking out files: 28% (956/3411) Checking out files: 29% (990/3411) Checking out files: 30% (1024/3411) Checking out files: 31% (1058/3411) Checking out files: 32% (1092/3411) Checking out files: 33% (1126/3411) Checking out files: 34% (1160/3411) Checking out files: 35% (1194/3411) Checking out files: 36% (1228/3411) Checking out files: 37% (1263/3411) Checking out files: 38% (1297/3411) Checking out files: 39% (1331/3411) Checking out files: 40% (1365/3411) Checking out files: 41% (1399/3411) Checking out files: 42% (1433/3411) Checking out files: 43% (1467/3411) Checking out files: 44% (1501/3411) Checking out files: 45% (1535/3411) Checking out files: 46% (1570/3411) Checking out files: 47% (1604/3411) Checking out files: 48% (1638/3411) Checking out files: 49% (1672/3411) Checking out files: 50% (1706/3411) Checking out files: 51% (1740/3411) Checking out files: 52% (1774/3411) Checking out files: 53% (1808/3411) Checking out files: 54% (1842/3411) Checking out files: 55% (1877/3411) Checking out files: 55% (1895/3411) Checking out files: 56% (1911/3411) Checking out files: 57% (1945/3411) Checking out files: 58% (1979/3411) Checking out files: 59% (2013/3411) Checking out files: 60% (2047/3411) [2020-11-17T19:15:41.697Z] #54 ... [2020-11-17T19:15:41.697Z] [2020-11-17T19:15:41.697Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:41.697Z] #43 118.1 go/parser [2020-11-17T19:15:41.697Z] #43 118.7 text/template [2020-11-17T19:15:41.697Z] #43 123.0 encoding/xml [2020-11-17T19:15:41.697Z] #43 127.0 go/doc [2020-11-17T19:15:41.697Z] #43 ... [2020-11-17T19:15:41.697Z] [2020-11-17T19:15:41.697Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:41.778Z] #43 ... [2020-11-17T19:15:41.778Z] [2020-11-17T19:15:41.778Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:41.778Z] #41 38.54 CC images/pipe.o [2020-11-17T19:15:41.811Z] #18 44.00 Selecting previously unselected package python3-pip. [2020-11-17T19:15:42.075Z] #18 44.01 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-17T19:15:42.075Z] #18 44.08 Unpacking python3-pip (18.1-5) ... [2020-11-17T19:15:42.075Z] #18 44.24 Selecting previously unselected package python3-pkg-resources. [2020-11-17T19:15:42.075Z] #18 44.25 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-17T19:15:42.075Z] #18 44.25 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-17T19:15:42.119Z] #19 42.41 Selecting previously unselected package bzip2. [2020-11-17T19:15:42.119Z] #19 42.43 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-11-17T19:15:42.119Z] #19 42.44 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-17T19:15:42.119Z] #19 42.57 Selecting previously unselected package xz-utils. [2020-11-17T19:15:42.119Z] #19 42.58 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-11-17T19:15:42.119Z] #19 42.65 Unpacking xz-utils (5.2.4-1) ... [2020-11-17T19:15:42.119Z] #19 42.83 Selecting previously unselected package apparmor. [2020-11-17T19:15:42.119Z] #19 42.83 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-11-17T19:15:42.119Z] #19 42.99 Unpacking apparmor (2.13.2-10) ... [2020-11-17T19:15:42.217Z] #54 59.52 Checking out files: 24% (843/3411) Checking out files: 25% (853/3411) Checking out files: 26% (887/3411) Checking out files: 27% (921/3411) Checking out files: 28% (956/3411) Checking out files: 29% (990/3411) Checking out files: 30% (1024/3411) Checking out files: 31% (1058/3411) Checking out files: 32% (1092/3411) Checking out files: 33% (1126/3411) Checking out files: 34% (1160/3411) Checking out files: 35% (1194/3411) Checking out files: 36% (1228/3411) Checking out files: 37% (1263/3411) Checking out files: 38% (1297/3411) Checking out files: 39% (1331/3411) Checking out files: 40% (1365/3411) Checking out files: 41% (1399/3411) Checking out files: 42% (1433/3411) Checking out files: 43% (1467/3411) Checking out files: 44% (1501/3411) Checking out files: 45% (1535/3411) Checking out files: 46% (1570/3411) Checking out files: 47% (1604/3411) Checking out files: 48% (1638/3411) Checking out files: 49% (1672/3411) Checking out files: 50% (1706/3411) Checking out files: 51% (1740/3411) Checking out files: 52% (1774/3411) Checking out files: 53% (1808/3411) Checking out files: 54% (1842/3411) Checking out files: 55% (1877/3411) Checking out files: 55% (1895/3411) Checking out files: 56% (1911/3411) Checking out files: 57% (1945/3411) Checking out files: 58% (1979/3411) Checking out files: 59% (2013/3411) Checking out files: 60% (2047/3411) Checking out files: 61% (2081/3411) Checking out files: 62% (2115/3411) Checking out files: 63% (2149/3411) Checking out files: 64% (2184/3411) Checking out files: 65% (2218/3411) Checking out files: 66% (2252/3411) Checking out files: 67% (2286/3411) Checking out files: 68% (2320/3411) Checking out files: 69% (2354/3411) Checking out files: 70% (2388/3411) Checking out files: 71% (2422/3411) Checking out files: 72% (2456/3411) Checking out files: 73% (2491/3411) Checking out files: 74% (2525/3411) Checking out files: 75% (2559/3411) Checking out files: 76% (2593/3411) Checking out files: 77% (2627/3411) Checking out files: 78% (2661/3411) Checking out files: 79% (2695/3411) Checking out files: 80% (2729/3411) Checking out files: 81% (2763/3411) Checking out files: 82% (2798/3411) Checking out files: 83% (2832/3411) [2020-11-17T19:15:42.217Z] #54 ... [2020-11-17T19:15:42.217Z] [2020-11-17T19:15:42.217Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:42.217Z] #49 118.9 mvdan.cc/editorconfig [2020-11-17T19:15:42.217Z] #49 120.6 mvdan.cc/sh/v3/fileutil [2020-11-17T19:15:42.217Z] #49 120.8 mvdan.cc/sh/v3/syntax [2020-11-17T19:15:42.282Z] #41 139.6 CC criu/plugin.o [2020-11-17T19:15:42.282Z] #41 140.0 CC criu/proc_parse.o [2020-11-17T19:15:42.339Z] #18 44.45 Selecting previously unselected package python3-setuptools. [2020-11-17T19:15:42.340Z] #18 44.47 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-17T19:15:42.340Z] #18 44.47 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-17T19:15:42.341Z] #41 39.02 CC images/tcp-stream.o [2020-11-17T19:15:42.478Z] #49 ... [2020-11-17T19:15:42.478Z] [2020-11-17T19:15:42.478Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:42.598Z] #41 39.56 CC images/sk-packet.o [2020-11-17T19:15:42.603Z] #18 44.71 Selecting previously unselected package python3-wheel. [2020-11-17T19:15:42.603Z] #18 44.72 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-17T19:15:42.603Z] #18 44.73 Unpacking python3-wheel (0.32.3-2) ... [2020-11-17T19:15:42.772Z] ok github.com/docker/docker/daemon/cluster 0.059s coverage: 0.5% of statements [2020-11-17T19:15:42.867Z] #18 44.82 Selecting previously unselected package sudo. [2020-11-17T19:15:42.867Z] #18 44.83 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-11-17T19:15:42.867Z] #18 44.85 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-17T19:15:43.124Z] #19 43.57 Selecting previously unselected package aufs-tools. [2020-11-17T19:15:43.124Z] #19 43.57 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-11-17T19:15:43.124Z] #19 43.58 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-17T19:15:43.124Z] #19 ... [2020-11-17T19:15:43.124Z] [2020-11-17T19:15:43.124Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:43.124Z] #44 160.3 net/http/httptrace [2020-11-17T19:15:43.124Z] #44 160.6 net/http [2020-11-17T19:15:43.124Z] #44 ... [2020-11-17T19:15:43.124Z] [2020-11-17T19:15:43.124Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:43.124Z] #19 43.74 Selecting previously unselected package libonig5:ppc64el. [2020-11-17T19:15:43.124Z] #19 43.76 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-11-17T19:15:43.124Z] #19 43.76 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-11-17T19:15:43.124Z] #19 43.99 Selecting previously unselected package libjq1:ppc64el. [2020-11-17T19:15:43.124Z] #19 43.99 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-17T19:15:43.125Z] #19 43.99 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-17T19:15:43.125Z] #19 44.08 Selecting previously unselected package jq. [2020-11-17T19:15:43.125Z] #19 44.08 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-17T19:15:43.125Z] #19 44.09 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-17T19:15:43.125Z] #19 44.16 Selecting previously unselected package libaio1:ppc64el. [2020-11-17T19:15:43.125Z] #19 44.19 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-11-17T19:15:43.125Z] #19 44.19 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-11-17T19:15:43.132Z] #18 45.37 Selecting previously unselected package thin-provisioning-tools. [2020-11-17T19:15:43.132Z] #18 45.37 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-11-17T19:15:43.132Z] #18 45.39 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-17T19:15:43.161Z] #41 40.13 CC images/mnt.o [2020-11-17T19:15:43.260Z] #54 59.52 Checking out files: 24% (843/3411) Checking out files: 25% (853/3411) Checking out files: 26% (887/3411) Checking out files: 27% (921/3411) Checking out files: 28% (956/3411) Checking out files: 29% (990/3411) Checking out files: 30% (1024/3411) Checking out files: 31% (1058/3411) Checking out files: 32% (1092/3411) Checking out files: 33% (1126/3411) Checking out files: 34% (1160/3411) Checking out files: 35% (1194/3411) Checking out files: 36% (1228/3411) Checking out files: 37% (1263/3411) Checking out files: 38% (1297/3411) Checking out files: 39% (1331/3411) Checking out files: 40% (1365/3411) Checking out files: 41% (1399/3411) Checking out files: 42% (1433/3411) Checking out files: 43% (1467/3411) Checking out files: 44% (1501/3411) Checking out files: 45% (1535/3411) Checking out files: 46% (1570/3411) Checking out files: 47% (1604/3411) Checking out files: 48% (1638/3411) Checking out files: 49% (1672/3411) Checking out files: 50% (1706/3411) Checking out files: 51% (1740/3411) Checking out files: 52% (1774/3411) Checking out files: 53% (1808/3411) Checking out files: 54% (1842/3411) Checking out files: 55% (1877/3411) Checking out files: 55% (1895/3411) Checking out files: 56% (1911/3411) Checking out files: 57% (1945/3411) Checking out files: 58% (1979/3411) Checking out files: 59% (2013/3411) Checking out files: 60% (2047/3411) Checking out files: 61% (2081/3411) Checking out files: 62% (2115/3411) Checking out files: 63% (2149/3411) Checking out files: 64% (2184/3411) Checking out files: 65% (2218/3411) Checking out files: 66% (2252/3411) Checking out files: 67% (2286/3411) Checking out files: 68% (2320/3411) Checking out files: 69% (2354/3411) Checking out files: 70% (2388/3411) Checking out files: 71% (2422/3411) Checking out files: 72% (2456/3411) Checking out files: 73% (2491/3411) Checking out files: 74% (2525/3411) Checking out files: 75% (2559/3411) Checking out files: 76% (2593/3411) Checking out files: 77% (2627/3411) Checking out files: 78% (2661/3411) Checking out files: 79% (2695/3411) Checking out files: 80% (2729/3411) Checking out files: 81% (2763/3411) Checking out files: 82% (2798/3411) Checking out files: 83% (2832/3411) Checking out files: 84% (2866/3411) Checking out files: 85% (2900/3411) Checking out files: 86% (2934/3411) Checking out files: 87% (2968/3411) Checking out files: 88% (3002/3411) Checking out files: 89% (3036/3411) Checking out files: 90% (3070/3411) Checking out files: 91% (3105/3411) Checking out files: 92% (3139/3411) Checking out files: 93% (3173/3411) Checking out files: 94% (3207/3411) Checking out files: 95% (3241/3411) Checking out files: 96% (3275/3411) Checking out files: 97% (3309/3411) Checking out files: 98% (3343/3411) Checking out files: 99% (3377/3411) Checking out files: 100% (3411/3411) Checking out files: 100% (3411/3411), done. [2020-11-17T19:15:43.396Z] #18 45.68 Selecting previously unselected package uidmap. [2020-11-17T19:15:43.520Z] #54 62.50 + cd /tmp/tmp.iPeuAA5up0/src/github.com/containerd/containerd [2020-11-17T19:15:43.520Z] #54 62.50 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-17T19:15:43.660Z] #18 45.68 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-11-17T19:15:43.660Z] #18 45.69 Unpacking uidmap (1:4.5-1.1) ... [2020-11-17T19:15:43.660Z] #18 45.81 Selecting previously unselected package vim-runtime. [2020-11-17T19:15:43.660Z] #18 45.82 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:15:43.660Z] #18 45.86 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-17T19:15:43.660Z] #18 45.90 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-17T19:15:43.660Z] #18 45.92 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-17T19:15:43.709Z] #19 44.31 Selecting previously unselected package libgpm2:ppc64el. [2020-11-17T19:15:43.709Z] #19 44.33 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-11-17T19:15:43.709Z] #19 44.34 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-11-17T19:15:43.709Z] #19 44.46 Selecting previously unselected package libicu63:ppc64el. [2020-11-17T19:15:43.709Z] #19 44.48 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-11-17T19:15:43.709Z] #19 44.49 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-17T19:15:43.724Z] #41 40.51 CC images/pipe-data.o [2020-11-17T19:15:43.808Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-11-17T19:15:43.981Z] #41 40.75 CC images/sa.o [2020-11-17T19:15:44.195Z] #41 ... [2020-11-17T19:15:44.195Z] [2020-11-17T19:15:44.195Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:44.195Z] #51 89.49 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-17T19:15:44.195Z] #51 91.44 + mkdir -p /build [2020-11-17T19:15:44.195Z] #51 91.44 + cp runc /build/runc [2020-11-17T19:15:44.195Z] #51 DONE 91.9s [2020-11-17T19:15:44.239Z] #41 41.09 CC images/timer.o [2020-11-17T19:15:44.301Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-11-17T19:15:44.301Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-f86bc380\powershellScript.ps1'; exit $LASTEXITCODE; [2020-11-17T19:15:44.301Z] ---------------------------------------------------------------------------- [2020-11-17T19:15:44.301Z] [2020-11-17T19:15:44.301Z] INFO: executeCI.ps1 starting at Tue Nov 17 19:15:44 CUT 2020 [2020-11-17T19:15:44.301Z] [2020-11-17T19:15:44.301Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-11-17T19:15:44.301Z] INFO: Running git version 2.24.1.windows.2 [2020-11-17T19:15:44.461Z] [2020-11-17T19:15:44.461Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:44.461Z] #54 63.60 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-17T19:15:44.461Z] #54 63.60 + BUILDTAGS='netgo osusergo static_build' [2020-11-17T19:15:44.461Z] #54 63.60 + export EXTRA_FLAGS=-buildmode=pie [2020-11-17T19:15:44.461Z] #54 63.60 + EXTRA_FLAGS=-buildmode=pie [2020-11-17T19:15:44.461Z] #54 63.60 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-17T19:15:44.461Z] #54 63.60 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-17T19:15:44.461Z] #54 63.61 + '[' '' = dynamic ']' [2020-11-17T19:15:44.461Z] #54 63.61 + make [2020-11-17T19:15:44.721Z] #41 142.2 CC criu/protobuf-desc.o [2020-11-17T19:15:44.761Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-11-17T19:15:44.761Z] INFO: Environment variables: [2020-11-17T19:15:44.761Z] [2020-11-17T19:15:44.761Z] Name Value [2020-11-17T19:15:44.761Z] ---- ----- [2020-11-17T19:15:44.761Z] ALLUSERSPROFILE C:\ProgramData [2020-11-17T19:15:44.761Z] amd64 true [2020-11-17T19:15:44.761Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-11-17T19:15:44.761Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-11-17T19:15:44.761Z] arm64 true [2020-11-17T19:15:44.761Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-11-17T19:15:44.761Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-11-17T19:15:44.761Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-11-17T19:15:44.761Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2020-11-17T19:15:44.761Z] BRANCH_NAME PR-41682 [2020-11-17T19:15:44.761Z] BUILD_DISPLAY_NAME #4 [2020-11-17T19:15:44.761Z] BUILD_ID 4 [2020-11-17T19:15:44.761Z] BUILD_NUMBER 4 [2020-11-17T19:15:44.761Z] BUILD_TAG jenkins-moby-PR-41682-4 [2020-11-17T19:15:44.761Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41682/4/ [2020-11-17T19:15:44.761Z] CHANGE_AUTHOR AdamKorcz [2020-11-17T19:15:44.761Z] CHANGE_BRANCH fuzz1 [2020-11-17T19:15:44.761Z] CHANGE_FORK AdamKorcz [2020-11-17T19:15:44.761Z] CHANGE_ID 41682 [2020-11-17T19:15:44.761Z] CHANGE_TARGET master [2020-11-17T19:15:44.761Z] CHANGE_TITLE Added fuzzer [2020-11-17T19:15:44.761Z] CHANGE_URL https://github.com/moby/moby/pull/41682 [2020-11-17T19:15:44.761Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-17T19:15:44.761Z] CommonProgramFiles C:\Program Files\Common Files [2020-11-17T19:15:44.761Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-11-17T19:15:44.761Z] CommonProgramW6432 C:\Program Files\Common Files [2020-11-17T19:15:44.761Z] COMPUTERNAME azwin-2-34df70 [2020-11-17T19:15:44.761Z] ComSpec C:\windows\system32\cmd.exe [2020-11-17T19:15:44.761Z] ConfigSequenceNumber 0 [2020-11-17T19:15:44.761Z] dco true [2020-11-17T19:15:44.761Z] DOCKER_BUILDKIT 0 [2020-11-17T19:15:44.761Z] DOCKER_DUT_DEBUG 1 [2020-11-17T19:15:44.761Z] DOCKER_EXPERIMENTAL 1 [2020-11-17T19:15:44.761Z] DOCKER_GRAPHDRIVER overlay2 [2020-11-17T19:15:44.761Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-11-17T19:15:44.761Z] EXECUTOR_NUMBER 0 [2020-11-17T19:15:44.761Z] FQDN azwin-2-34df70.westus.cloudapp.azure.com [2020-11-17T19:15:44.761Z] GIT_BRANCH PR-41682 [2020-11-17T19:15:44.761Z] GIT_COMMIT 941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:15:44.761Z] GIT_PREVIOUS_COMMIT 622c911d4126c7b7548830aec07c41d3ab7ac7d7 [2020-11-17T19:15:44.761Z] GIT_URL https://github.com/moby/moby.git [2020-11-17T19:15:44.761Z] HUDSON_COOKIE b7f05268-cc3d-4179-a501-f798d534e77f [2020-11-17T19:15:44.761Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-11-17T19:15:44.761Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-11-17T19:15:44.761Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-11-17T19:15:44.761Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64 [2020-11-17T19:15:44.761Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-11-17T19:15:44.761Z] JENKINS_NODE_COOKIE e3a3ef78-5bd1-461c-b97b-791a2dd032e3 [2020-11-17T19:15:44.761Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-11-17T19:15:44.761Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-11-17T19:15:44.761Z] JOB_BASE_NAME PR-41682 [2020-11-17T19:15:44.761Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41682/display/redirect [2020-11-17T19:15:44.761Z] JOB_NAME moby/PR-41682 [2020-11-17T19:15:44.761Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41682/ [2020-11-17T19:15:44.761Z] library.jps.version master [2020-11-17T19:15:44.761Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-11-17T19:15:44.761Z] NODE_LABELS amd64 azure azwin-2-34df70 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-11-17T19:15:44.761Z] NODE_NAME azwin-2-34df70 [2020-11-17T19:15:44.761Z] NUMBER_OF_PROCESSORS 4 [2020-11-17T19:15:44.761Z] OS Windows_NT [2020-11-17T19:15:44.761Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-11-17T19:15:44.761Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-11-17T19:15:44.761Z] ppc64le true [2020-11-17T19:15:44.761Z] PROCESSOR_ARCHITECTURE AMD64 [2020-11-17T19:15:44.761Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-11-17T19:15:44.761Z] PROCESSOR_LEVEL 6 [2020-11-17T19:15:44.761Z] PROCESSOR_REVISION 5504 [2020-11-17T19:15:44.761Z] ProgramData C:\ProgramData [2020-11-17T19:15:44.761Z] ProgramFiles C:\Program Files [2020-11-17T19:15:44.761Z] ProgramFiles(x86) C:\Program Files (x86) [2020-11-17T19:15:44.761Z] ProgramW6432 C:\Program Files [2020-11-17T19:15:44.761Z] PROMPT $P$G [2020-11-17T19:15:44.761Z] PSExecutionPolicyPreference Bypass [2020-11-17T19:15:44.761Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-11-17T19:15:44.761Z] PUBLIC C:\Users\Public [2020-11-17T19:15:44.761Z] rootless true [2020-11-17T19:15:44.761Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41682/4/display/redirect?page=changes [2020-11-17T19:15:44.761Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41682/4/display/redirect [2020-11-17T19:15:44.761Z] s390x true [2020-11-17T19:15:44.761Z] SKIP_VALIDATION_TESTS 1 [2020-11-17T19:15:44.761Z] SOURCES_DRIVE d [2020-11-17T19:15:44.761Z] SOURCES_SUBDIR gopath [2020-11-17T19:15:44.761Z] STAGE_NAME Run tests [2020-11-17T19:15:44.762Z] SystemDrive C: [2020-11-17T19:15:44.762Z] SystemRoot C:\windows [2020-11-17T19:15:44.762Z] TEMP C:\windows\TEMP [2020-11-17T19:15:44.762Z] TESTDEBUG 0 [2020-11-17T19:15:44.762Z] TESTRUN_DRIVE d [2020-11-17T19:15:44.762Z] TESTRUN_SUBDIR CI [2020-11-17T19:15:44.762Z] TIMEOUT 120m [2020-11-17T19:15:44.762Z] TMP C:\windows\TEMP [2020-11-17T19:15:44.762Z] unit_validate true [2020-11-17T19:15:44.762Z] USERDOMAIN WORKGROUP [2020-11-17T19:15:44.762Z] USERNAME azwin-2-34df70$ [2020-11-17T19:15:44.762Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-11-17T19:15:44.762Z] validate_force false [2020-11-17T19:15:44.762Z] windir C:\windows [2020-11-17T19:15:44.762Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-11-17T19:15:44.762Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-11-17T19:15:44.762Z] windowsRS1 false [2020-11-17T19:15:44.762Z] windowsRS5 true [2020-11-17T19:15:44.762Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-11-17T19:15:44.762Z] [2020-11-17T19:15:44.762Z] [2020-11-17T19:15:44.762Z] [2020-11-17T19:15:44.802Z] #41 41.54 CC images/timerfd.o [2020-11-17T19:15:44.802Z] #41 41.71 CC images/mm.o [2020-11-17T19:15:44.847Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2020-11-17T19:15:45.060Z] #41 42.01 CC images/sk-opts.o [2020-11-17T19:15:45.320Z] #41 42.10 CC images/sk-unix.o [2020-11-17T19:15:45.579Z] #41 42.53 CC images/sk-inet.o [2020-11-17T19:15:45.844Z] #54 64.96 + bin/ctr [2020-11-17T19:15:46.109Z] #41 143.3 CC criu/protobuf.o [2020-11-17T19:15:46.109Z] #41 143.5 CC criu/pstree.o [2020-11-17T19:15:46.141Z] #41 42.99 CC images/tun.o [2020-11-17T19:15:46.399Z] #41 43.40 CC images/sk-netlink.o [2020-11-17T19:15:46.672Z] #41 43.69 CC images/packet-sock.o [2020-11-17T19:15:46.679Z] #41 144.3 CC criu/rbtree.o [2020-11-17T19:15:46.847Z] #19 ... [2020-11-17T19:15:46.847Z] [2020-11-17T19:15:46.847Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:46.847Z] #42 93.38 DEP criu/aio.d [2020-11-17T19:15:46.847Z] #42 93.63 DEP criu/action-scripts.d [2020-11-17T19:15:46.847Z] #42 93.97 CC criu/action-scripts.o [2020-11-17T19:15:46.847Z] #42 94.69 CC criu/aio.o [2020-11-17T19:15:46.847Z] #42 95.46 CC criu/autofs.o [2020-11-17T19:15:46.847Z] #42 97.76 CC criu/bfd.o [2020-11-17T19:15:46.847Z] #42 98.54 CC criu/bitmap.o [2020-11-17T19:15:46.847Z] #42 98.77 CC criu/cgroup-props.o [2020-11-17T19:15:46.847Z] #42 99.89 CC criu/cgroup.o [2020-11-17T19:15:46.847Z] #42 ... [2020-11-17T19:15:46.847Z] [2020-11-17T19:15:46.847Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:46.847Z] #44 174.1 github.com/LK4D4/vndr/godl [2020-11-17T19:15:46.940Z] #41 144.6 CC criu/rst-malloc.o [2020-11-17T19:15:46.942Z] INFO: Sources under d:\gopath\... [2020-11-17T19:15:46.942Z] INFO: Test run under d:\CI\... [2020-11-17T19:15:46.942Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-11-17T19:15:46.942Z] INFO: docker/docker repository was found [2020-11-17T19:15:46.942Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-11-17T19:15:46.977Z] #41 ... [2020-11-17T19:15:46.978Z] [2020-11-17T19:15:46.978Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:15:46.978Z] #11 142.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-17T19:15:47.254Z] #11 143.0 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-17T19:15:47.254Z] #11 143.0 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:15:47.402Z] ltsc2019: Pulling from windows/servercore [2020-11-17T19:15:47.402Z] 4612f6d0b889: Pulling fs layer [2020-11-17T19:15:47.402Z] 680bbdbacf1b: Pulling fs layer [2020-11-17T19:15:47.513Z] #41 144.9 CC criu/seccomp.o [2020-11-17T19:15:47.513Z] #41 ... [2020-11-17T19:15:47.513Z] [2020-11-17T19:15:47.513Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:15:47.513Z] #38 DONE 245.7s [2020-11-17T19:15:47.677Z] #44 ... [2020-11-17T19:15:47.677Z] [2020-11-17T19:15:47.677Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:47.677Z] #23 164.8 + mkdir -p /tmp/tmp.A8bJUSz1hE/src/github.com/docker [2020-11-17T19:15:47.677Z] #23 164.8 + mv components/cli /tmp/tmp.A8bJUSz1hE/src/github.com/docker/cli [2020-11-17T19:15:47.677Z] #23 164.8 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-11-17T19:15:47.677Z] #23 ... [2020-11-17T19:15:47.677Z] [2020-11-17T19:15:47.677Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:47.677Z] #19 48.25 Selecting previously unselected package libnet1:ppc64el. [2020-11-17T19:15:47.677Z] #19 48.27 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-17T19:15:47.677Z] #19 48.28 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-17T19:15:47.677Z] #19 48.43 Selecting previously unselected package libnl-3-200:ppc64el. [2020-11-17T19:15:47.677Z] #19 48.46 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-11-17T19:15:47.677Z] #19 48.47 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-17T19:15:47.677Z] #19 48.58 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-11-17T19:15:47.677Z] #19 48.59 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-11-17T19:15:47.677Z] #19 48.61 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-17T19:15:47.677Z] #19 48.70 Selecting previously unselected package libreadline5:ppc64el. [2020-11-17T19:15:47.677Z] #19 48.73 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-11-17T19:15:47.677Z] #19 48.74 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-11-17T19:15:47.774Z] [2020-11-17T19:15:47.774Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:47.774Z] #41 145.3 CC criu/seize.o [2020-11-17T19:15:47.899Z] #18 49.39 Selecting previously unselected package vim. [2020-11-17T19:15:47.899Z] #18 49.40 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-11-17T19:15:47.899Z] #18 49.44 Unpacking vim (2:8.1.0875-5) ... [2020-11-17T19:15:47.899Z] #18 49.92 Selecting previously unselected package xfsprogs. [2020-11-17T19:15:47.899Z] #18 49.92 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-11-17T19:15:47.899Z] #18 49.94 Unpacking xfsprogs (4.20.0-1) ... [2020-11-17T19:15:47.994Z] #19 48.91 Selecting previously unselected package net-tools. [2020-11-17T19:15:47.994Z] #19 48.93 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-11-17T19:15:47.994Z] #19 48.94 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-17T19:15:48.295Z] #19 49.22 Selecting previously unselected package python-pip-whl. [2020-11-17T19:15:48.295Z] #19 49.22 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-17T19:15:48.295Z] #19 49.22 Unpacking python-pip-whl (18.1-5) ... [2020-11-17T19:15:48.427Z] #18 50.47 Selecting previously unselected package zip. [2020-11-17T19:15:48.427Z] #18 50.48 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-11-17T19:15:48.427Z] #18 50.52 Unpacking zip (3.0-11+b1) ... [2020-11-17T19:15:48.691Z] #18 50.90 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-17T19:15:48.691Z] #18 50.94 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-17T19:15:48.691Z] #18 50.95 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-11-17T19:15:48.691Z] #18 50.97 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-11-17T19:15:48.691Z] #18 50.99 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-11-17T19:15:48.950Z] #19 49.80 Selecting previously unselected package python3-lib2to3. [2020-11-17T19:15:48.950Z] #19 49.82 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-17T19:15:48.950Z] #19 49.83 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-17T19:15:48.956Z] #18 51.01 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-11-17T19:15:48.956Z] #18 51.03 Setting up uidmap (1:4.5-1.1) ... [2020-11-17T19:15:48.956Z] #18 51.05 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-11-17T19:15:48.956Z] #18 51.11 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:15:48.956Z] #18 51.13 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-17T19:15:48.956Z] #18 51.15 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-17T19:15:48.956Z] #18 51.17 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-17T19:15:48.956Z] #18 51.18 Setting up xxd (2:8.1.0875-5) ... [2020-11-17T19:15:48.956Z] #18 51.20 Setting up zip (3.0-11+b1) ... [2020-11-17T19:15:49.158Z] #41 146.4 CC criu/servicefd.o [2020-11-17T19:15:49.221Z] #18 51.23 Setting up vim-common (2:8.1.0875-5) ... [2020-11-17T19:15:49.221Z] #18 51.28 Setting up bash-completion (1:2.8-6) ... [2020-11-17T19:15:49.318Z] #19 50.04 Selecting previously unselected package python3-distutils. [2020-11-17T19:15:49.318Z] #19 50.06 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-17T19:15:49.318Z] #19 50.07 Unpacking python3-distutils (3.7.3-1) ... [2020-11-17T19:15:49.318Z] #19 50.22 Selecting previously unselected package python3-pip. [2020-11-17T19:15:49.318Z] #19 50.23 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-17T19:15:49.318Z] #19 50.23 Unpacking python3-pip (18.1-5) ... [2020-11-17T19:15:49.318Z] #19 50.39 Selecting previously unselected package python3-pkg-resources. [2020-11-17T19:15:49.318Z] #19 50.40 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-17T19:15:49.318Z] #19 50.41 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-17T19:15:49.422Z] #41 146.8 CC criu/shmem.o [2020-11-17T19:15:49.665Z] #19 50.55 Selecting previously unselected package python3-setuptools. [2020-11-17T19:15:49.665Z] #19 50.57 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-17T19:15:49.665Z] #19 50.57 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-17T19:15:49.683Z] #41 ... [2020-11-17T19:15:49.683Z] [2020-11-17T19:15:49.683Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-17T19:15:49.683Z] #39 DONE 0.5s [2020-11-17T19:15:49.683Z] [2020-11-17T19:15:49.683Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:49.683Z] #41 147.3 CC criu/sigframe.o [2020-11-17T19:15:49.944Z] #41 147.5 CC criu/signalfd.o [2020-11-17T19:15:49.976Z] #19 50.89 Selecting previously unselected package python3-wheel. [2020-11-17T19:15:49.976Z] #19 50.90 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-17T19:15:49.976Z] #19 50.91 Unpacking python3-wheel (0.32.3-2) ... [2020-11-17T19:15:49.976Z] #19 51.00 Selecting previously unselected package sudo. [2020-11-17T19:15:49.976Z] #19 51.01 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-11-17T19:15:49.976Z] #19 51.03 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-17T19:15:50.204Z] #41 147.7 CC criu/sk-inet.o [2020-11-17T19:15:50.778Z] #41 148.3 CC criu/sk-netlink.o [2020-11-17T19:15:51.039Z] #41 148.6 CC criu/sk-packet.o [2020-11-17T19:15:51.087Z] #19 51.82 Selecting previously unselected package thin-provisioning-tools. [2020-11-17T19:15:51.087Z] #19 51.83 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-11-17T19:15:51.087Z] #19 51.83 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-17T19:15:51.087Z] #19 52.10 Selecting previously unselected package uidmap. [2020-11-17T19:15:51.087Z] #19 52.10 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-11-17T19:15:51.087Z] #19 52.11 Unpacking uidmap (1:4.5-1.1) ... [2020-11-17T19:15:51.129Z] #54 ... [2020-11-17T19:15:51.129Z] [2020-11-17T19:15:51.129Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:51.129Z] #41 20.97 PBCC images/stats.pb-c.c [2020-11-17T19:15:51.129Z] #41 21.06 DEP images/stats.pb-c.d [2020-11-17T19:15:51.129Z] #41 24.61 make[1]: Nothing to be done for 'all'. [2020-11-17T19:15:51.129Z] #41 27.35 CC images/stats.o [2020-11-17T19:15:51.129Z] #41 28.02 CC images/core.o [2020-11-17T19:15:51.129Z] #41 29.17 CC images/core-x86.o [2020-11-17T19:15:51.129Z] #41 30.15 CC images/core-arm.o [2020-11-17T19:15:51.129Z] #41 30.85 CC images/core-aarch64.o [2020-11-17T19:15:51.129Z] #41 ... [2020-11-17T19:15:51.129Z] [2020-11-17T19:15:51.129Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:51.129Z] #43 131.9 github.com/LK4D4/vndr/versioned [2020-11-17T19:15:51.129Z] #43 132.1 compress/flate [2020-11-17T19:15:51.129Z] #43 132.2 github.com/LK4D4/vndr/build [2020-11-17T19:15:51.129Z] #43 137.0 hash/crc32 [2020-11-17T19:15:51.129Z] #43 137.5 net [2020-11-17T19:15:51.129Z] #43 ... [2020-11-17T19:15:51.129Z] [2020-11-17T19:15:51.129Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:51.129Z] #41 31.38 CC images/core-ppc64.o [2020-11-17T19:15:51.395Z] #19 52.23 Selecting previously unselected package vim-runtime. [2020-11-17T19:15:51.395Z] #19 52.23 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:15:51.395Z] #19 52.29 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-17T19:15:51.395Z] #19 52.35 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-17T19:15:51.395Z] #19 52.37 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-17T19:15:51.619Z] #41 149.1 CC criu/sk-queue.o [2020-11-17T19:15:51.751Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.427s coverage: 14.1% of statements [2020-11-17T19:15:51.884Z] #41 ... [2020-11-17T19:15:51.884Z] [2020-11-17T19:15:51.884Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:51.884Z] #47 249.9 + /build/golangci-lint --version [2020-11-17T19:15:51.884Z] #47 250.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-17T19:15:51.884Z] #47 DONE 250.4s [2020-11-17T19:15:51.884Z] [2020-11-17T19:15:51.884Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:51.884Z] #41 149.4 CC criu/sk-tcp.o [2020-11-17T19:15:52.069Z] #41 32.58 CC images/core-s390.o [2020-11-17T19:15:52.457Z] #41 149.8 CC criu/sk-unix.o [2020-11-17T19:15:52.565Z] #18 54.59 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-11-17T19:15:52.565Z] #18 54.61 Setting up xz-utils (5.2.4-1) ... [2020-11-17T19:15:52.565Z] #18 54.63 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-17T19:15:52.565Z] #18 54.64 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-17T19:15:52.565Z] #18 54.75 invoke-rc.d: could not determine current runlevel [2020-11-17T19:15:52.565Z] #18 ... [2020-11-17T19:15:52.565Z] [2020-11-17T19:15:52.565Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:52.565Z] #41 99.47 CC criu/clone-noasan.o [2020-11-17T19:15:52.565Z] #41 99.71 CC criu/config.o [2020-11-17T19:15:52.565Z] #41 101.5 CC criu/cr-check.o [2020-11-17T19:15:52.565Z] #41 103.8 CC criu/cr-dedup.o [2020-11-17T19:15:52.565Z] #41 104.2 CC criu/cr-dump.o [2020-11-17T19:15:52.565Z] #41 106.4 CC criu/cr-errno.o [2020-11-17T19:15:52.565Z] #41 106.5 CC criu/cr-restore.o [2020-11-17T19:15:52.565Z] #41 ... [2020-11-17T19:15:52.565Z] [2020-11-17T19:15:52.565Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:15:52.565Z] #18 54.75 invoke-rc.d: could not determine current runlevel [2020-11-17T19:15:52.565Z] #18 54.77 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-17T19:15:52.565Z] #18 54.78 Setting up pigz (2.4-1) ... [2020-11-17T19:15:52.565Z] #18 54.80 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-11-17T19:15:52.565Z] #18 54.82 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-11-17T19:15:52.565Z] #18 54.85 Setting up python-pip-whl (18.1-5) ... [2020-11-17T19:15:52.565Z] #18 54.87 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-11-17T19:15:52.787Z] ok github.com/docker/docker/daemon/config 0.023s coverage: 81.8% of statements [2020-11-17T19:15:52.830Z] #18 54.89 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-17T19:15:53.095Z] #18 55.29 Setting up libaio1:arm64 (0.3.112-3) ... [2020-11-17T19:15:53.095Z] #18 55.30 Setting up libonig5:arm64 (6.9.1-1) ... [2020-11-17T19:15:53.095Z] #18 55.33 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-11-17T19:15:53.095Z] #18 55.34 Setting up vim (2:8.1.0875-5) ... [2020-11-17T19:15:53.095Z] #18 55.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-17T19:15:53.095Z] #18 55.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-17T19:15:53.095Z] #18 55.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-17T19:15:53.095Z] #18 55.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-17T19:15:53.095Z] #18 55.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-17T19:15:53.095Z] #18 55.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-17T19:15:53.095Z] #18 55.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-17T19:15:53.212Z] 680bbdbacf1b: Verifying Checksum [2020-11-17T19:15:53.212Z] 680bbdbacf1b: Download complete [2020-11-17T19:15:53.361Z] #18 55.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-17T19:15:53.361Z] #18 55.42 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-17T19:15:53.361Z] #18 55.44 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-17T19:15:53.361Z] #18 55.46 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-11-17T19:15:53.361Z] #18 55.47 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-17T19:15:53.361Z] #18 55.48 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-11-17T19:15:53.361Z] #18 55.49 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-17T19:15:53.400Z] #41 151.0 CC criu/sockets.o [2020-11-17T19:15:53.422Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-11-17T19:15:53.459Z] #41 33.75 CC images/cpuinfo.o [2020-11-17T19:15:53.713Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-11-17T19:15:53.800Z] #11 ... [2020-11-17T19:15:53.800Z] [2020-11-17T19:15:53.800Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:53.800Z] #41 44.25 CC images/ipc-var.o [2020-11-17T19:15:53.800Z] #41 44.54 CC images/ipc-desc.o [2020-11-17T19:15:53.800Z] #41 44.92 CC images/ipc-shm.o [2020-11-17T19:15:53.800Z] #41 45.23 CC images/ipc-msg.o [2020-11-17T19:15:53.800Z] #41 45.58 CC images/ipc-sem.o [2020-11-17T19:15:53.800Z] #41 45.88 CC images/utsns.o [2020-11-17T19:15:53.800Z] #41 46.17 CC images/creds.o [2020-11-17T19:15:53.800Z] #41 46.61 CC images/vma.o [2020-11-17T19:15:53.800Z] #41 46.96 CC images/netdev.o [2020-11-17T19:15:53.800Z] #41 47.74 CC images/tty.o [2020-11-17T19:15:53.800Z] #41 48.43 CC images/file-lock.o [2020-11-17T19:15:53.800Z] #41 48.80 CC images/rlimit.o [2020-11-17T19:15:53.800Z] #41 49.25 CC images/pagemap.o [2020-11-17T19:15:53.800Z] #41 49.95 CC images/siginfo.o [2020-11-17T19:15:53.800Z] #41 50.26 CC images/rpc.o [2020-11-17T19:15:53.972Z] #41 151.7 CC criu/stats.o [2020-11-17T19:15:54.030Z] #41 ... [2020-11-17T19:15:54.030Z] [2020-11-17T19:15:54.030Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:54.030Z] #49 130.4 mvdan.cc/sh/v3/cmd/shfmt [2020-11-17T19:15:54.030Z] #49 ... [2020-11-17T19:15:54.030Z] [2020-11-17T19:15:54.030Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:54.030Z] #41 34.40 CC images/inventory.o [2020-11-17T19:15:54.232Z] #41 151.8 CC criu/string.o [2020-11-17T19:15:54.233Z] #41 151.9 CC criu/sysctl.o [2020-11-17T19:15:54.291Z] #41 34.79 CC images/fdinfo.o [2020-11-17T19:15:54.347Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-11-17T19:15:54.551Z] #41 ... [2020-11-17T19:15:54.552Z] [2020-11-17T19:15:54.552Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-17T19:15:54.552Z] #49 DONE 141.0s [2020-11-17T19:15:54.552Z] [2020-11-17T19:15:54.552Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:54.552Z] #43 138.0 compress/gzip [2020-11-17T19:15:54.552Z] #43 138.7 vendor/golang.org/x/text/transform [2020-11-17T19:15:54.552Z] #43 139.2 vendor/golang.org/x/text/unicode/bidi [2020-11-17T19:15:54.552Z] #43 141.0 vendor/golang.org/x/text/secure/bidirule [2020-11-17T19:15:54.733Z] #41 51.48 CC images/ext-file.o [2020-11-17T19:15:54.733Z] #41 51.68 CC images/cgroup.o [2020-11-17T19:15:54.804Z] #41 152.2 CC criu/sysfs_parse.o [2020-11-17T19:15:54.804Z] #41 152.4 CC criu/timens.o [2020-11-17T19:15:54.812Z] #43 141.5 vendor/golang.org/x/text/unicode/norm [2020-11-17T19:15:54.999Z] #19 55.75 Selecting previously unselected package vim. [2020-11-17T19:15:54.999Z] #19 55.77 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-17T19:15:54.999Z] #19 55.79 Unpacking vim (2:8.1.0875-5) ... [2020-11-17T19:15:55.065Z] #41 152.6 CC criu/timerfd.o [2020-11-17T19:15:55.300Z] #19 56.35 Selecting previously unselected package xfsprogs. [2020-11-17T19:15:55.300Z] #19 56.37 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-11-17T19:15:55.300Z] #19 56.39 Unpacking xfsprogs (4.20.0-1) ... [2020-11-17T19:15:55.301Z] #41 52.27 CC images/userns.o [2020-11-17T19:15:55.326Z] #41 152.8 CC criu/tty.o [2020-11-17T19:15:55.559Z] #41 52.56 CC images/google/protobuf/descriptor.o [2020-11-17T19:15:55.816Z] #41 ... [2020-11-17T19:15:55.816Z] [2020-11-17T19:15:55.816Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:15:55.816Z] #56 151.8 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-17T19:15:55.816Z] #56 151.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-17T19:15:55.948Z] #19 56.97 Selecting previously unselected package zip. [2020-11-17T19:15:55.949Z] #19 56.99 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-11-17T19:15:55.949Z] #19 56.99 Unpacking zip (3.0-11+b1) ... [2020-11-17T19:15:56.252Z] #19 57.17 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-17T19:15:56.252Z] #19 57.19 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-17T19:15:56.252Z] #19 57.19 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-11-17T19:15:56.252Z] #19 57.20 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-11-17T19:15:56.252Z] #19 57.29 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-11-17T19:15:56.252Z] #19 57.31 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-11-17T19:15:56.252Z] #19 57.31 Setting up uidmap (1:4.5-1.1) ... [2020-11-17T19:15:56.252Z] #19 57.32 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-11-17T19:15:56.252Z] #19 57.32 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-17T19:15:56.252Z] #19 57.33 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-17T19:15:56.252Z] #19 57.33 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-17T19:15:56.252Z] #19 57.34 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-17T19:15:56.252Z] #19 57.34 Setting up xxd (2:8.1.0875-5) ... [2020-11-17T19:15:56.252Z] #19 57.35 Setting up zip (3.0-11+b1) ... [2020-11-17T19:15:56.252Z] #19 57.36 Setting up vim-common (2:8.1.0875-5) ... [2020-11-17T19:15:56.252Z] #19 57.41 Setting up bash-completion (1:2.8-6) ... [2020-11-17T19:15:56.267Z] #41 153.7 CC criu/tun.o [2020-11-17T19:15:56.417Z] ok github.com/docker/docker/daemon 12.252s coverage: 17.2% of statements [2020-11-17T19:15:56.417Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-17T19:15:56.417Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-17T19:15:56.417Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-17T19:15:56.417Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-17T19:15:56.528Z] #41 153.9 CC criu/uffd.o [2020-11-17T19:15:56.686Z] #18 58.47 Setting up iptables (1.8.2-4) ... [2020-11-17T19:15:56.686Z] #18 58.49 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-17T19:15:56.686Z] #18 58.50 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-17T19:15:56.686Z] #18 58.51 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-17T19:15:56.686Z] #18 58.52 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-17T19:15:56.686Z] #18 58.52 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-17T19:15:56.686Z] #18 58.53 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-17T19:15:56.686Z] #18 58.54 Setting up python3 (3.7.3-1) ... [2020-11-17T19:15:56.753Z] #56 ... [2020-11-17T19:15:56.753Z] [2020-11-17T19:15:56.753Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:56.753Z] #43 142.5 vendor/golang.org/x/net/idna [2020-11-17T19:15:56.753Z] #43 146.2 vendor/golang.org/x/net/http2/hpack [2020-11-17T19:15:56.753Z] #43 148.2 mime [2020-11-17T19:15:56.753Z] #43 150.5 mime/quotedprintable [2020-11-17T19:15:56.753Z] #43 151.1 net/http/internal [2020-11-17T19:15:56.950Z] #18 58.97 Setting up python3-wheel (0.32.3-2) ... [2020-11-17T19:15:57.100Z] #41 154.5 CC criu/util.o [2020-11-17T19:15:57.317Z] #43 ... [2020-11-17T19:15:57.317Z] [2020-11-17T19:15:57.317Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:57.317Z] #41 54.28 CC images/opts.o [2020-11-17T19:15:57.318Z] #19 ... [2020-11-17T19:15:57.318Z] [2020-11-17T19:15:57.318Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:57.318Z] #44 175.0 github.com/LK4D4/vndr [2020-11-17T19:15:57.452Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-11-17T19:15:57.531Z] #18 59.66 Setting up apparmor (2.13.2-10) ... [2020-11-17T19:15:57.654Z] #44 ... [2020-11-17T19:15:57.655Z] [2020-11-17T19:15:57.655Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:57.655Z] #42 105.8 CC criu/clone-noasan.o [2020-11-17T19:15:57.655Z] #42 106.0 CC criu/config.o [2020-11-17T19:15:57.655Z] #42 109.2 CC criu/cr-check.o [2020-11-17T19:15:57.655Z] #42 111.9 CC criu/cr-dedup.o [2020-11-17T19:15:57.655Z] #42 112.4 CC criu/cr-dump.o [2020-11-17T19:15:57.672Z] #41 155.1 CC criu/uts_ns.o [2020-11-17T19:15:57.672Z] #41 155.3 CC criu/vdso-compat.o [2020-11-17T19:15:57.672Z] #41 155.4 CC criu/vdso.o [2020-11-17T19:15:57.885Z] #41 54.70 CC images/seccomp.o [2020-11-17T19:15:58.088Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.195s coverage: 56.2% of statements [2020-11-17T19:15:58.118Z] #43 ... [2020-11-17T19:15:58.118Z] [2020-11-17T19:15:58.118Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:15:58.118Z] #41 35.41 CC images/fown.o [2020-11-17T19:15:58.118Z] #41 35.88 CC images/ns.o [2020-11-17T19:15:58.118Z] #41 36.38 CC images/regfile.o [2020-11-17T19:15:58.118Z] #41 36.80 CC images/ghost-file.o [2020-11-17T19:15:58.118Z] #41 37.27 CC images/fifo.o [2020-11-17T19:15:58.118Z] #41 37.60 CC images/remap-file-path.o [2020-11-17T19:15:58.118Z] #41 37.91 CC images/eventfd.o [2020-11-17T19:15:58.118Z] #41 38.12 CC images/eventpoll.o [2020-11-17T19:15:58.118Z] #41 38.51 CC images/fh.o [2020-11-17T19:15:58.141Z] #41 55.08 CC images/binfmt-misc.o [2020-11-17T19:15:58.243Z] #41 155.8 LINK criu/built-in.o [2020-11-17T19:15:58.243Z] #41 155.8 LINK criu/criu [2020-11-17T19:15:58.308Z] #42 ... [2020-11-17T19:15:58.308Z] [2020-11-17T19:15:58.308Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:58.308Z] #44 DONE 185.8s [2020-11-17T19:15:58.378Z] #41 38.90 CC images/fsnotify.o [2020-11-17T19:15:58.398Z] #41 55.24 CC images/time.o [2020-11-17T19:15:58.504Z] #41 156.1 DEP lib/c/criu.d [2020-11-17T19:15:58.610Z] [2020-11-17T19:15:58.610Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:15:58.656Z] #41 55.49 CC images/sysctl.o [2020-11-17T19:15:58.765Z] #41 156.2 CC images/rpc.pb-c.o [2020-11-17T19:15:59.026Z] #41 156.5 CC lib/c/criu.o [2020-11-17T19:15:59.218Z] #41 55.94 CC images/autofs.o [2020-11-17T19:15:59.320Z] #41 39.66 CC images/signalfd.o [2020-11-17T19:15:59.320Z] #41 39.90 CC images/fs.o [2020-11-17T19:15:59.474Z] #41 56.38 CC images/macvlan.o [2020-11-17T19:15:59.597Z] #41 157.1 LINK lib/c/built-in.o [2020-11-17T19:15:59.597Z] #41 157.1 LINK lib/c/libcriu.so [2020-11-17T19:15:59.597Z] #41 157.2 LINK lib/c/libcriu.a [2020-11-17T19:15:59.597Z] #41 157.2 GEN magic.py [2020-11-17T19:15:59.730Z] #41 56.60 CC images/sit.o [2020-11-17T19:15:59.858Z] #41 157.3 Note: Building without setproctitle() and strlcpy() support. [2020-11-17T19:15:59.858Z] #41 157.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-17T19:15:59.858Z] #41 157.3 Note: Building without GnuTLS support [2020-11-17T19:15:59.858Z] #41 157.3 Makefile.config:39: Warn: you have no libnftables installed [2020-11-17T19:15:59.858Z] #41 157.3 Makefile.config:40: Warn: Building without nftables support [2020-11-17T19:15:59.900Z] #41 40.16 CC images/pstree.o [2020-11-17T19:15:59.986Z] #41 56.78 CC images/memfd.o [2020-11-17T19:16:00.162Z] #41 40.43 CC images/pipe.o [2020-11-17T19:16:00.187Z] #52 ... [2020-11-17T19:16:00.187Z] [2020-11-17T19:16:00.187Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:00.187Z] #42 117.4 CC criu/cr-errno.o [2020-11-17T19:16:00.187Z] #42 117.4 CC criu/cr-restore.o [2020-11-17T19:16:00.243Z] #41 57.05 CC images/timens.o [2020-11-17T19:16:00.428Z] #41 40.79 CC images/tcp-stream.o [2020-11-17T19:16:00.429Z] #41 157.8 fatal: not a git repository (or any of the parent directories): .git [2020-11-17T19:16:00.499Z] #41 57.41 LINK images/built-in.o [2020-11-17T19:16:00.690Z] #41 158.2 make[1]: Nothing to be done for 'all'. [2020-11-17T19:16:00.694Z] #41 41.12 CC images/sk-packet.o [2020-11-17T19:16:00.857Z] #18 62.68 Setting up xfsprogs (4.20.0-1) ... [2020-11-17T19:16:00.858Z] #18 62.70 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-17T19:16:00.952Z] #41 158.6 make[1]: 'images/built-in.o' is up to date. [2020-11-17T19:16:00.954Z] #41 41.50 CC images/mnt.o [2020-11-17T19:16:01.061Z] #41 57.75 GEN compel/include/asm [2020-11-17T19:16:01.061Z] #41 57.83 GEN compel/include/version.h [2020-11-17T19:16:01.061Z] #41 57.94 touch .config [2020-11-17T19:16:01.061Z] #41 58.05 GEN include/common/config.h [2020-11-17T19:16:01.123Z] #18 63.19 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-17T19:16:01.213Z] #41 158.7 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-17T19:16:01.213Z] #41 158.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-17T19:16:01.213Z] #41 158.7 make[1]: 'compel/libcompel.a' is up to date. [2020-11-17T19:16:01.213Z] #41 158.7 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-17T19:16:01.213Z] #41 158.8 make[1]: Nothing to be done for 'all'. [2020-11-17T19:16:01.213Z] #41 158.8 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-17T19:16:01.213Z] #41 158.9 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:01.215Z] #41 ... [2020-11-17T19:16:01.215Z] [2020-11-17T19:16:01.215Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:16:01.215Z] #11 147.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-17T19:16:01.215Z] #11 147.8 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-17T19:16:01.215Z] #11 147.8 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:16:01.323Z] #41 58.24 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-17T19:16:01.323Z] #41 58.32 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-17T19:16:01.475Z] #41 158.9 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:01.475Z] #41 158.9 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:01.475Z] #41 158.9 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:01.475Z] #41 159.0 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:01.475Z] #41 159.0 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:01.475Z] #41 159.0 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:01.475Z] #41 159.1 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:01.475Z] #41 159.1 INSTALL criu/criu [2020-11-17T19:16:01.580Z] #41 58.34 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-17T19:16:01.580Z] #41 58.35 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-17T19:16:01.580Z] #41 58.43 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-17T19:16:01.580Z] #41 58.47 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-17T19:16:01.580Z] #41 58.50 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-17T19:16:01.580Z] #41 58.53 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-17T19:16:01.580Z] #41 58.56 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-17T19:16:01.778Z] #41 DONE 159.2s [2020-11-17T19:16:01.778Z] [2020-11-17T19:16:01.778Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:01.837Z] #41 58.59 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-17T19:16:01.837Z] #41 58.61 DEP compel/plugins/std/infect.d [2020-11-17T19:16:01.837Z] #41 58.73 DEP compel/plugins/std/string.d [2020-11-17T19:16:01.837Z] #41 58.84 DEP compel/plugins/std/log.d [2020-11-17T19:16:02.093Z] #41 58.94 DEP compel/plugins/std/fds.d [2020-11-17T19:16:02.350Z] #41 59.06 DEP compel/plugins/std/std.d [2020-11-17T19:16:02.350Z] #41 59.19 DEP compel/plugins/shmem/shmem.d [2020-11-17T19:16:02.350Z] #41 59.29 DEP compel/plugins/fds/fds.d [2020-11-17T19:16:02.523Z] #18 64.39 Setting up python3-distutils (3.7.3-1) ... [2020-11-17T19:16:02.606Z] #41 59.38 CC compel/plugins/std/std.o [2020-11-17T19:16:02.606Z] #41 59.60 CC compel/plugins/std/fds.o [2020-11-17T19:16:02.609Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.975s coverage: 45.9% of statements [2020-11-17T19:16:02.788Z] #18 64.97 Setting up python3-setuptools (40.8.0-1) ... [2020-11-17T19:16:02.901Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.8% of statements [2020-11-17T19:16:03.170Z] #41 60.00 CC compel/plugins/std/log.o [2020-11-17T19:16:03.187Z] #54 ... [2020-11-17T19:16:03.187Z] [2020-11-17T19:16:03.187Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-17T19:16:03.447Z] #42 DONE 0.2s [2020-11-17T19:16:03.447Z] [2020-11-17T19:16:03.447Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:03.447Z] #54 ... [2020-11-17T19:16:03.447Z] [2020-11-17T19:16:03.447Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-17T19:16:03.541Z] 4612f6d0b889: Verifying Checksum [2020-11-17T19:16:03.541Z] 4612f6d0b889: Download complete [2020-11-17T19:16:03.708Z] #44 DONE 0.4s [2020-11-17T19:16:03.708Z] [2020-11-17T19:16:03.708Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-17T19:16:03.732Z] #41 60.67 CC compel/plugins/std/string.o [2020-11-17T19:16:03.970Z] #46 DONE 0.1s [2020-11-17T19:16:03.970Z] [2020-11-17T19:16:03.970Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-17T19:16:04.190Z] #18 66.38 Setting up python3-pip (18.1-5) ... [2020-11-17T19:16:04.293Z] #41 61.30 CC compel/plugins/std/infect.o [2020-11-17T19:16:04.857Z] #41 61.64 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-17T19:16:04.857Z] #41 61.68 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-17T19:16:04.857Z] #41 61.74 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-17T19:16:04.857Z] #41 61.81 AR compel/plugins/std.lib.a [2020-11-17T19:16:04.857Z] #41 61.88 CC compel/plugins/fds/fds.o [2020-11-17T19:16:04.912Z] #48 DONE 0.8s [2020-11-17T19:16:04.912Z] [2020-11-17T19:16:04.912Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-17T19:16:04.912Z] #50 DONE 0.0s [2020-11-17T19:16:04.912Z] [2020-11-17T19:16:04.912Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:04.912Z] #54 198.2 + bin/containerd [2020-11-17T19:16:04.912Z] #54 ... [2020-11-17T19:16:04.912Z] [2020-11-17T19:16:04.912Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-17T19:16:04.912Z] #52 DONE 0.1s [2020-11-17T19:16:04.912Z] [2020-11-17T19:16:04.912Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:05.112Z] #41 62.05 AR compel/plugins/fds.lib.a [2020-11-17T19:16:05.113Z] #41 62.09 HOSTDEP compel/src/lib/log-host.d [2020-11-17T19:16:05.368Z] #41 62.18 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-17T19:16:05.589Z] #18 ... [2020-11-17T19:16:05.589Z] [2020-11-17T19:16:05.589Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:05.589Z] #41 112.3 CC criu/cr-service.o [2020-11-17T19:16:05.589Z] #41 114.4 CC criu/crtools.o [2020-11-17T19:16:05.589Z] #41 114.9 CC criu/eventfd.o [2020-11-17T19:16:05.589Z] #41 115.2 CC criu/eventpoll.o [2020-11-17T19:16:05.589Z] #41 116.1 CC criu/external.o [2020-11-17T19:16:05.589Z] #41 116.4 CC criu/fault-injection.o [2020-11-17T19:16:05.589Z] #41 116.5 CC criu/fdstore.o [2020-11-17T19:16:05.589Z] #41 117.0 CC criu/fifo.o [2020-11-17T19:16:05.589Z] #41 117.4 CC criu/file-ids.o [2020-11-17T19:16:05.589Z] #41 117.7 CC criu/file-lock.o [2020-11-17T19:16:05.589Z] #41 118.9 CC criu/files-ext.o [2020-11-17T19:16:05.589Z] #41 119.3 CC criu/files-reg.o [2020-11-17T19:16:05.589Z] #41 121.4 CC criu/files.o [2020-11-17T19:16:05.589Z] #41 ... [2020-11-17T19:16:05.589Z] [2020-11-17T19:16:05.589Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:16:05.589Z] #18 67.71 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:16:05.589Z] #18 67.77 Processing triggers for mime-support (3.62) ... [2020-11-17T19:16:05.624Z] #41 62.34 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-17T19:16:05.624Z] #41 62.41 HOSTDEP compel/src/main-host.d [2020-11-17T19:16:05.624Z] #41 62.51 DEP compel/src/lib/ptrace.d [2020-11-17T19:16:05.624Z] #41 62.60 DEP compel/src/lib/infect.d [2020-11-17T19:16:05.847Z] #42 ... [2020-11-17T19:16:05.847Z] [2020-11-17T19:16:05.847Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:16:05.847Z] #19 61.66 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-11-17T19:16:05.847Z] #19 61.66 Setting up xz-utils (5.2.4-1) ... [2020-11-17T19:16:05.847Z] #19 61.68 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-17T19:16:05.847Z] #19 61.70 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-17T19:16:05.847Z] #19 61.87 invoke-rc.d: could not determine current runlevel [2020-11-17T19:16:05.847Z] #19 61.88 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-17T19:16:05.847Z] #19 61.89 Setting up pigz (2.4-1) ... [2020-11-17T19:16:05.847Z] #19 61.89 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-11-17T19:16:05.847Z] #19 61.90 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-17T19:16:05.847Z] #19 61.91 Setting up python-pip-whl (18.1-5) ... [2020-11-17T19:16:05.847Z] #19 61.92 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-11-17T19:16:05.847Z] #19 61.93 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-17T19:16:05.847Z] #19 62.50 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-11-17T19:16:05.847Z] #19 62.50 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-11-17T19:16:05.847Z] #19 62.51 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-11-17T19:16:05.847Z] #19 62.51 Setting up vim (2:8.1.0875-5) ... [2020-11-17T19:16:05.847Z] #19 62.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-17T19:16:05.847Z] #19 62.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-17T19:16:05.847Z] #19 62.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-17T19:16:05.847Z] #19 62.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-17T19:16:05.847Z] #19 62.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-17T19:16:05.847Z] #19 62.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-17T19:16:05.847Z] #19 62.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-17T19:16:05.847Z] #19 62.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-17T19:16:05.847Z] #19 62.64 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-17T19:16:05.847Z] #19 62.64 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-17T19:16:05.847Z] #19 62.67 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-11-17T19:16:05.847Z] #19 62.69 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-17T19:16:05.847Z] #19 62.70 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-11-17T19:16:05.847Z] #19 62.70 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-17T19:16:05.847Z] #19 66.65 Setting up iptables (1.8.2-4) ... [2020-11-17T19:16:05.847Z] #19 66.66 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-17T19:16:05.847Z] #19 66.67 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-17T19:16:05.847Z] #19 66.68 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-17T19:16:05.847Z] #19 66.68 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-17T19:16:05.847Z] #19 66.69 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-17T19:16:05.847Z] #19 66.70 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-17T19:16:05.847Z] #19 66.71 Setting up python3 (3.7.3-1) ... [2020-11-17T19:16:05.891Z] #41 62.70 DEP compel/src/lib/infect-util.d [2020-11-17T19:16:05.891Z] #41 62.77 DEP compel/src/lib/infect-rpc.d [2020-11-17T19:16:05.891Z] #41 62.85 DEP compel/arch/x86/src/lib/infect.d [2020-11-17T19:16:06.146Z] #41 ... [2020-11-17T19:16:06.146Z] [2020-11-17T19:16:06.146Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:06.146Z] #56 DONE 161.9s [2020-11-17T19:16:06.146Z] [2020-11-17T19:16:06.146Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-17T19:16:06.146Z] #57 DONE 0.1s [2020-11-17T19:16:06.146Z] [2020-11-17T19:16:06.146Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:06.146Z] #41 62.96 DEP compel/arch/x86/src/lib/cpu.d [2020-11-17T19:16:06.146Z] #41 ... [2020-11-17T19:16:06.146Z] [2020-11-17T19:16:06.146Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:06.146Z] #43 156.4 net/textproto [2020-11-17T19:16:06.146Z] #43 156.5 crypto/x509 [2020-11-17T19:16:06.146Z] #43 158.0 vendor/golang.org/x/net/http/httpguts [2020-11-17T19:16:06.146Z] #43 158.3 vendor/golang.org/x/net/http/httpproxy [2020-11-17T19:16:06.146Z] #43 158.9 mime/multipart [2020-11-17T19:16:06.146Z] #43 161.1 crypto/tls [2020-11-17T19:16:06.146Z] #43 ... [2020-11-17T19:16:06.146Z] [2020-11-17T19:16:06.146Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:06.146Z] #41 63.11 DEP compel/src/lib/log.d [2020-11-17T19:16:06.147Z] #19 67.19 Setting up python3-wheel (0.32.3-2) ... [2020-11-17T19:16:06.403Z] #41 ... [2020-11-17T19:16:06.403Z] [2020-11-17T19:16:06.403Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-17T19:16:06.403Z] #58 DONE 0.1s [2020-11-17T19:16:06.403Z] [2020-11-17T19:16:06.403Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:06.403Z] #41 63.20 DEP compel/src/main.d [2020-11-17T19:16:06.403Z] #41 63.28 DEP compel/src/lib/handle-elf.d [2020-11-17T19:16:06.403Z] #41 63.34 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-17T19:16:06.433Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.369s coverage: 49.5% of statements [2020-11-17T19:16:06.660Z] #41 63.51 CC compel/src/lib/log.o [2020-11-17T19:16:06.916Z] #41 63.74 CC compel/arch/x86/src/lib/cpu.o [2020-11-17T19:16:07.205Z] #19 68.07 Setting up apparmor (2.13.2-10) ... [2020-11-17T19:16:07.529Z] #18 DONE 69.5s [2020-11-17T19:16:07.529Z] [2020-11-17T19:16:07.529Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-17T19:16:07.801Z] #11 ... [2020-11-17T19:16:07.801Z] [2020-11-17T19:16:07.801Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:07.801Z] #41 41.90 CC images/pipe-data.o [2020-11-17T19:16:07.801Z] #41 42.22 CC images/sa.o [2020-11-17T19:16:07.801Z] #41 42.54 CC images/timer.o [2020-11-17T19:16:07.801Z] #41 42.97 CC images/timerfd.o [2020-11-17T19:16:07.801Z] #41 43.31 CC images/mm.o [2020-11-17T19:16:07.801Z] #41 43.74 CC images/sk-opts.o [2020-11-17T19:16:07.801Z] #41 44.15 CC images/sk-unix.o [2020-11-17T19:16:07.801Z] #41 44.70 CC images/sk-inet.o [2020-11-17T19:16:07.801Z] #41 45.57 CC images/tun.o [2020-11-17T19:16:07.801Z] #41 46.17 CC images/sk-netlink.o [2020-11-17T19:16:07.801Z] #41 46.60 CC images/packet-sock.o [2020-11-17T19:16:07.801Z] #41 47.23 CC images/ipc-var.o [2020-11-17T19:16:07.801Z] #41 47.57 CC images/ipc-desc.o [2020-11-17T19:16:07.801Z] #41 47.91 CC images/ipc-shm.o [2020-11-17T19:16:07.801Z] #41 48.18 CC images/ipc-msg.o [2020-11-17T19:16:07.845Z] #41 64.88 CC compel/arch/x86/src/lib/infect.o [2020-11-17T19:16:08.061Z] #41 48.54 CC images/ipc-sem.o [2020-11-17T19:16:08.322Z] #41 48.78 CC images/utsns.o [2020-11-17T19:16:08.582Z] #41 49.01 CC images/creds.o [2020-11-17T19:16:08.772Z] #41 65.60 CC compel/src/lib/infect-rpc.o [2020-11-17T19:16:08.845Z] #41 49.33 CC images/vma.o [2020-11-17T19:16:08.933Z] #19 1.649 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-17T19:16:08.933Z] #19 1.658 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-17T19:16:08.933Z] #19 1.667 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-17T19:16:09.028Z] #41 65.84 CC compel/src/lib/infect-util.o [2020-11-17T19:16:09.107Z] #41 49.58 CC images/netdev.o [2020-11-17T19:16:09.285Z] #41 66.14 CC compel/src/lib/infect.o [2020-11-17T19:16:09.320Z] #19 70.00 Setting up xfsprogs (4.20.0-1) ... [2020-11-17T19:16:09.320Z] #19 70.01 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-17T19:16:09.512Z] #19 DONE 2.0s [2020-11-17T19:16:09.512Z] [2020-11-17T19:16:09.512Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-17T19:16:09.619Z] #19 70.46 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-17T19:16:09.681Z] #41 50.10 CC images/tty.o [2020-11-17T19:16:09.942Z] #41 ... [2020-11-17T19:16:09.942Z] [2020-11-17T19:16:09.942Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:09.942Z] #56 156.5 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-17T19:16:09.942Z] #56 156.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-17T19:16:10.680Z] #19 ... [2020-11-17T19:16:10.680Z] [2020-11-17T19:16:10.680Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:16:10.680Z] #31 DONE 198.1s [2020-11-17T19:16:10.680Z] [2020-11-17T19:16:10.680Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:16:10.680Z] #19 71.50 Setting up python3-distutils (3.7.3-1) ... [2020-11-17T19:16:10.680Z] #19 ... [2020-11-17T19:16:10.680Z] [2020-11-17T19:16:10.680Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:10.680Z] #42 123.3 CC criu/cr-service.o [2020-11-17T19:16:10.680Z] #42 125.4 CC criu/crtools.o [2020-11-17T19:16:10.680Z] #42 126.3 CC criu/eventfd.o [2020-11-17T19:16:10.680Z] #42 126.6 CC criu/eventpoll.o [2020-11-17T19:16:10.680Z] #42 127.7 CC criu/external.o [2020-11-17T19:16:10.884Z] #56 ... [2020-11-17T19:16:10.884Z] [2020-11-17T19:16:10.884Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:10.884Z] #43 147.3 vendor/golang.org/x/net/idna [2020-11-17T19:16:10.884Z] #43 150.5 vendor/golang.org/x/net/http2/hpack [2020-11-17T19:16:10.884Z] #43 152.6 mime [2020-11-17T19:16:10.884Z] #43 155.1 mime/quotedprintable [2020-11-17T19:16:10.884Z] #43 155.5 net/http/internal [2020-11-17T19:16:10.884Z] #43 ... [2020-11-17T19:16:10.884Z] [2020-11-17T19:16:10.884Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:10.884Z] #41 50.85 CC images/file-lock.o [2020-11-17T19:16:10.884Z] #41 51.14 CC images/rlimit.o [2020-11-17T19:16:10.884Z] #41 51.43 CC images/pagemap.o [2020-11-17T19:16:10.891Z] ok github.com/docker/docker/daemon/graphdriver/aufs 15.451s coverage: 73.1% of statements [2020-11-17T19:16:10.891Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-17T19:16:11.330Z] #42 128.4 CC criu/fault-injection.o [2020-11-17T19:16:11.330Z] #42 ... [2020-11-17T19:16:11.330Z] [2020-11-17T19:16:11.330Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:16:11.330Z] #19 72.23 Setting up python3-setuptools (40.8.0-1) ... [2020-11-17T19:16:11.456Z] #41 51.76 CC images/siginfo.o [2020-11-17T19:16:11.525Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-11-17T19:16:11.717Z] #41 52.07 CC images/rpc.o [2020-11-17T19:16:11.804Z] #41 68.21 CC compel/src/lib/ptrace.o [2020-11-17T19:16:11.804Z] #41 ... [2020-11-17T19:16:11.804Z] [2020-11-17T19:16:11.804Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:16:11.804Z] #11 162.7 Selecting previously unselected package libapparmor1:amd64. [2020-11-17T19:16:11.804Z] #11 162.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 162.8 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-11-17T19:16:11.804Z] #11 162.9 Selecting previously unselected package libapparmor-dev:amd64. [2020-11-17T19:16:11.804Z] #11 162.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 162.9 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-17T19:16:11.804Z] #11 163.1 Selecting previously unselected package libbtrfs0. [2020-11-17T19:16:11.804Z] #11 163.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 163.1 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-17T19:16:11.804Z] #11 163.2 Selecting previously unselected package libbtrfs-dev. [2020-11-17T19:16:11.804Z] #11 163.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 163.3 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:16:11.804Z] #11 163.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-11-17T19:16:11.804Z] #11 163.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 163.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-17T19:16:11.804Z] #11 163.6 Selecting previously unselected package libudev-dev:amd64. [2020-11-17T19:16:11.804Z] #11 163.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 163.6 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-17T19:16:11.804Z] #11 163.8 Selecting previously unselected package libsepol1-dev:amd64. [2020-11-17T19:16:11.804Z] #11 163.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 163.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-11-17T19:16:11.804Z] #11 164.1 Selecting previously unselected package libpcre16-3:amd64. [2020-11-17T19:16:11.804Z] #11 164.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 164.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-11-17T19:16:11.804Z] #11 164.4 Selecting previously unselected package libpcre32-3:amd64. [2020-11-17T19:16:11.804Z] #11 164.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 164.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-11-17T19:16:11.804Z] #11 164.6 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-11-17T19:16:11.804Z] #11 164.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 164.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-17T19:16:11.804Z] #11 164.7 Selecting previously unselected package libpcre3-dev:amd64. [2020-11-17T19:16:11.804Z] #11 164.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 164.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-17T19:16:11.804Z] #11 165.6 Selecting previously unselected package libselinux1-dev:amd64. [2020-11-17T19:16:11.804Z] #11 165.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 165.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-17T19:16:11.804Z] #11 165.9 Selecting previously unselected package libdevmapper-dev:amd64. [2020-11-17T19:16:11.804Z] #11 165.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 165.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-17T19:16:11.804Z] #11 166.0 Selecting previously unselected package libseccomp-dev:amd64. [2020-11-17T19:16:11.804Z] #11 166.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 166.0 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-17T19:16:11.804Z] #11 166.1 Selecting previously unselected package libsystemd-dev:amd64. [2020-11-17T19:16:11.804Z] #11 166.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-11-17T19:16:11.804Z] #11 166.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-17T19:16:11.804Z] #11 166.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-17T19:16:11.804Z] #11 166.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-17T19:16:11.804Z] #11 166.7 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-11-17T19:16:11.804Z] #11 166.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-17T19:16:11.804Z] #11 166.7 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-11-17T19:16:11.804Z] #11 166.7 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-11-17T19:16:11.804Z] #11 166.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:16:11.804Z] #11 166.7 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-17T19:16:11.804Z] #11 166.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-17T19:16:11.804Z] #11 166.7 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-17T19:16:11.804Z] #11 166.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-17T19:16:11.805Z] #11 166.8 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:16:11.805Z] #11 166.8 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-17T19:16:11.805Z] #11 166.8 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-17T19:16:11.805Z] #11 166.8 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-17T19:16:11.805Z] #11 166.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-17T19:16:11.805Z] #11 166.8 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-17T19:16:11.805Z] #11 166.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:16:11.805Z] #11 166.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-17T19:16:11.805Z] #11 166.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-17T19:16:11.805Z] #11 166.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:16:11.805Z] #11 166.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-17T19:16:11.805Z] #11 166.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-17T19:16:11.805Z] #11 166.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-17T19:16:11.805Z] #11 166.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-17T19:16:11.805Z] #11 166.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-17T19:16:11.805Z] #11 167.0 Setting up dmsetup (2:1.02.155-3) ... [2020-11-17T19:16:11.805Z] #11 167.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-17T19:16:11.805Z] #11 167.0 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-17T19:16:11.805Z] #11 167.0 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:16:11.805Z] #11 DONE 167.4s [2020-11-17T19:16:11.805Z] [2020-11-17T19:16:11.805Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:12.159Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.003s coverage: 3.0% of statements [2020-11-17T19:16:12.886Z] #19 73.82 Setting up python3-pip (18.1-5) ... [2020-11-17T19:16:13.177Z] #51 1.394 + RM_GOPATH=0 [2020-11-17T19:16:13.177Z] #51 1.394 + TMP_GOPATH= [2020-11-17T19:16:13.177Z] #51 1.394 + : /build [2020-11-17T19:16:13.177Z] #51 1.394 + '[' -z '' ']' [2020-11-17T19:16:13.177Z] #51 1.399 ++ mktemp -d [2020-11-17T19:16:13.177Z] #51 1.405 + export GOPATH=/tmp/tmp.kGwCsHqdth [2020-11-17T19:16:13.177Z] #51 1.406 + GOPATH=/tmp/tmp.kGwCsHqdth [2020-11-17T19:16:13.177Z] #51 1.406 + RM_GOPATH=1 [2020-11-17T19:16:13.177Z] #51 1.406 + case "$(go env GOARCH)" in [2020-11-17T19:16:13.177Z] #51 1.406 ++ go env GOARCH [2020-11-17T19:16:13.177Z] #51 1.425 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:16:13.177Z] #51 1.425 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:16:13.177Z] #51 1.425 ++ dirname /tmp/install/install.sh [2020-11-17T19:16:13.177Z] #51 1.426 + dir=/tmp/install [2020-11-17T19:16:13.177Z] #51 1.426 + bin=runc [2020-11-17T19:16:13.177Z] #51 1.429 + shift [2020-11-17T19:16:13.177Z] #51 1.429 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-17T19:16:13.177Z] #51 1.429 + . /tmp/install/runc.installer [2020-11-17T19:16:13.177Z] #51 1.446 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-17T19:16:13.177Z] #51 1.447 + install_runc [2020-11-17T19:16:13.177Z] #51 1.447 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-17T19:16:13.177Z] #51 1.447 + uname -r [2020-11-17T19:16:13.177Z] #51 1.453 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-17T19:16:13.177Z] #51 ... [2020-11-17T19:16:13.177Z] [2020-11-17T19:16:13.177Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-17T19:16:13.177Z] #12 DONE 1.5s [2020-11-17T19:16:13.177Z] [2020-11-17T19:16:13.177Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:13.177Z] #51 1.453 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-17T19:16:13.177Z] #51 1.453 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-17T19:16:13.177Z] #51 1.453 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.kGwCsHqdth/src/github.com/opencontainers/runc [2020-11-17T19:16:13.177Z] #51 1.455 Cloning into '/tmp/tmp.kGwCsHqdth/src/github.com/opencontainers/runc'... [2020-11-17T19:16:13.195Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.100s coverage: 57.7% of statements [2020-11-17T19:16:13.195Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-17T19:16:13.195Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-17T19:16:13.746Z] #20 ... [2020-11-17T19:16:13.746Z] [2020-11-17T19:16:13.746Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:13.746Z] #51 83.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 contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-17T19:16:13.746Z] #51 85.88 + mkdir -p /build [2020-11-17T19:16:13.746Z] #51 85.88 + cp runc /build/runc [2020-11-17T19:16:13.746Z] #51 DONE 86.3s [2020-11-17T19:16:13.746Z] [2020-11-17T19:16:13.746Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:13.746Z] #41 123.4 CC criu/filesystems.o [2020-11-17T19:16:13.746Z] #41 124.2 CC criu/fsnotify.o [2020-11-17T19:16:13.746Z] #41 125.4 CC criu/image-desc.o [2020-11-17T19:16:13.746Z] #41 125.6 CC criu/image.o [2020-11-17T19:16:13.746Z] #41 126.7 CC criu/ipc_ns.o [2020-11-17T19:16:13.746Z] #41 128.2 CC criu/irmap.o [2020-11-17T19:16:13.746Z] #41 128.9 CC criu/kcmp-ids.o [2020-11-17T19:16:13.746Z] #41 129.2 CC criu/kerndat.o [2020-11-17T19:16:13.746Z] #41 130.5 CC criu/libnetlink.o [2020-11-17T19:16:13.829Z] ok github.com/docker/docker/daemon/images 0.010s coverage: 6.5% of statements [2020-11-17T19:16:13.829Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-17T19:16:13.829Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2020-11-17T19:16:13.829Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-17T19:16:14.011Z] #41 131.0 CC criu/log.o [2020-11-17T19:16:14.259Z] #41 54.13 CC images/ext-file.o [2020-11-17T19:16:14.259Z] #41 54.47 CC images/cgroup.o [2020-11-17T19:16:14.428Z] #19 75.01 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:16:14.428Z] #19 75.04 Processing triggers for mime-support (3.62) ... [2020-11-17T19:16:14.428Z] #19 DONE 75.3s [2020-11-17T19:16:14.428Z] [2020-11-17T19:16:14.428Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:14.428Z] #42 128.5 CC criu/fdstore.o [2020-11-17T19:16:14.428Z] #42 129.2 CC criu/fifo.o [2020-11-17T19:16:14.428Z] #42 129.7 CC criu/file-ids.o [2020-11-17T19:16:14.428Z] #42 130.0 CC criu/file-lock.o [2020-11-17T19:16:14.428Z] #42 131.1 CC criu/files-ext.o [2020-11-17T19:16:14.428Z] #42 131.6 CC criu/files-reg.o [2020-11-17T19:16:14.544Z] #51 ... [2020-11-17T19:16:14.544Z] [2020-11-17T19:16:14.544Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-17T19:16:14.544Z] #13 DONE 1.3s [2020-11-17T19:16:14.544Z] [2020-11-17T19:16:14.544Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-17T19:16:14.729Z] #42 ... [2020-11-17T19:16:14.729Z] [2020-11-17T19:16:14.729Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-17T19:16:14.729Z] #20 0.307 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-17T19:16:14.729Z] #20 0.312 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-17T19:16:14.729Z] #20 0.315 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-17T19:16:14.729Z] #20 DONE 0.4s [2020-11-17T19:16:14.729Z] [2020-11-17T19:16:14.729Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-17T19:16:14.966Z] #41 131.8 CC criu/lsm.o [2020-11-17T19:16:14.966Z] #41 ... [2020-11-17T19:16:14.966Z] [2020-11-17T19:16:14.966Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-17T19:16:14.966Z] #20 5.683 Collecting yamllint==1.16.0 [2020-11-17T19:16:15.108Z] #14 0.887 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-17T19:16:15.340Z] ok github.com/docker/docker/daemon/logger 0.223s coverage: 41.0% of statements [2020-11-17T19:16:15.340Z] ok github.com/docker/docker/daemon/logger/awslogs 0.065s coverage: 77.8% of statements [2020-11-17T19:16:15.340Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-17T19:16:15.340Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-17T19:16:15.364Z] #14 DONE 1.0s [2020-11-17T19:16:15.364Z] [2020-11-17T19:16:15.364Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:15.364Z] #41 68.63 AR compel/libcompel.a [2020-11-17T19:16:15.364Z] #41 68.78 HOSTCC compel/src/main-host.o [2020-11-17T19:16:15.364Z] #41 69.19 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-17T19:16:15.364Z] #41 69.42 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-17T19:16:15.364Z] #41 69.84 HOSTCC compel/src/lib/log-host.o [2020-11-17T19:16:15.364Z] #41 70.09 HOSTLINK compel/compel-host-bin [2020-11-17T19:16:15.364Z] #41 70.40 DEP soccr/soccr.d [2020-11-17T19:16:15.364Z] #41 70.55 CC soccr/soccr.o [2020-11-17T19:16:15.364Z] #41 72.32 AR soccr/libsoccr.a [2020-11-17T19:16:15.622Z] #41 72.41 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-17T19:16:15.656Z] #41 55.77 CC images/userns.o [2020-11-17T19:16:15.656Z] #41 56.18 CC images/google/protobuf/descriptor.o [2020-11-17T19:16:15.974Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 67.0% of statements [2020-11-17T19:16:16.186Z] #41 72.94 DEP criu/arch/x86/sigframe.d [2020-11-17T19:16:16.186Z] #41 73.05 DEP criu/arch/x86/sigaction_compat.d [2020-11-17T19:16:16.186Z] #41 73.14 DEP criu/arch/x86/kerndat.d [2020-11-17T19:16:16.267Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2020-11-17T19:16:16.444Z] #41 ... [2020-11-17T19:16:16.444Z] [2020-11-17T19:16:16.444Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-17T19:16:16.444Z] #15 DONE 1.1s [2020-11-17T19:16:16.444Z] [2020-11-17T19:16:16.444Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:16.444Z] #41 73.25 DEP criu/arch/x86/crtools.d [2020-11-17T19:16:16.444Z] #41 73.49 DEP criu/arch/x86/cpu.d [2020-11-17T19:16:16.559Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2020-11-17T19:16:16.700Z] #41 73.76 CC criu/arch/x86/cpu.o [2020-11-17T19:16:16.851Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.004s coverage: 61.6% of statements [2020-11-17T19:16:17.486Z] ok github.com/docker/docker/daemon/logger/local 0.020s coverage: 75.2% of statements [2020-11-17T19:16:17.486Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-17T19:16:17.573Z] #41 57.80 CC images/opts.o [2020-11-17T19:16:17.573Z] #41 58.08 CC images/seccomp.o [2020-11-17T19:16:17.629Z] #41 ... [2020-11-17T19:16:17.629Z] [2020-11-17T19:16:17.629Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-17T19:16:17.629Z] #16 DONE 1.0s [2020-11-17T19:16:17.629Z] [2020-11-17T19:16:17.630Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:17.630Z] #41 74.42 CC criu/arch/x86/crtools.o [2020-11-17T19:16:17.779Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.050s coverage: 58.6% of statements [2020-11-17T19:16:18.176Z] #41 58.40 CC images/binfmt-misc.o [2020-11-17T19:16:18.176Z] #41 58.56 CC images/time.o [2020-11-17T19:16:18.292Z] #20 ... [2020-11-17T19:16:18.292Z] [2020-11-17T19:16:18.292Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:18.292Z] #47 199.9 + /build/golangci-lint --version [2020-11-17T19:16:18.292Z] #47 200.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-17T19:16:18.292Z] #47 DONE 200.8s [2020-11-17T19:16:18.292Z] [2020-11-17T19:16:18.292Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:18.292Z] #41 132.3 CC criu/mem.o [2020-11-17T19:16:18.292Z] #41 134.3 CC criu/memfd.o [2020-11-17T19:16:18.292Z] #41 134.7 CC criu/mount.o [2020-11-17T19:16:18.413Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.012s coverage: 33.3% of statements [2020-11-17T19:16:18.471Z] #41 58.90 CC images/sysctl.o [2020-11-17T19:16:18.559Z] #41 ... [2020-11-17T19:16:18.559Z] [2020-11-17T19:16:18.559Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-17T19:16:18.559Z] #17 DONE 1.0s [2020-11-17T19:16:18.559Z] [2020-11-17T19:16:18.559Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:16:18.738Z] #41 59.13 CC images/autofs.o [2020-11-17T19:16:19.000Z] #41 59.41 CC images/macvlan.o [2020-11-17T19:16:19.260Z] #41 59.60 CC images/sit.o [2020-11-17T19:16:19.260Z] #41 59.79 CC images/memfd.o [2020-11-17T19:16:19.451Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-11-17T19:16:19.451Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-11-17T19:16:19.520Z] #41 60.12 CC images/timens.o [2020-11-17T19:16:19.779Z] #41 60.34 LINK images/built-in.o [2020-11-17T19:16:19.929Z] #18 1.401 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:16:19.929Z] #18 1.502 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:16:20.040Z] #41 60.48 GEN compel/include/asm [2020-11-17T19:16:20.040Z] #41 60.52 GEN compel/include/version.h [2020-11-17T19:16:20.040Z] #41 ... [2020-11-17T19:16:20.040Z] [2020-11-17T19:16:20.040Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:20.040Z] #56 DONE 166.8s [2020-11-17T19:16:20.040Z] [2020-11-17T19:16:20.040Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:20.040Z] #41 60.54 touch .config [2020-11-17T19:16:20.040Z] #41 60.58 GEN include/common/config.h [2020-11-17T19:16:20.040Z] #41 ... [2020-11-17T19:16:20.040Z] [2020-11-17T19:16:20.040Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:20.040Z] #43 161.3 net/textproto [2020-11-17T19:16:20.040Z] #43 161.3 crypto/x509 [2020-11-17T19:16:20.040Z] #43 163.1 vendor/golang.org/x/net/http/httpguts [2020-11-17T19:16:20.040Z] #43 163.3 vendor/golang.org/x/net/http/httpproxy [2020-11-17T19:16:20.040Z] #43 163.8 mime/multipart [2020-11-17T19:16:20.040Z] #43 166.1 crypto/tls [2020-11-17T19:16:20.085Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-11-17T19:16:20.085Z] ok github.com/docker/docker/daemon/logger/splunk 1.432s coverage: 82.5% of statements [2020-11-17T19:16:20.085Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-17T19:16:20.085Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-17T19:16:20.186Z] #18 1.503 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:16:20.300Z] #43 ... [2020-11-17T19:16:20.300Z] [2020-11-17T19:16:20.300Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:20.300Z] #41 60.71 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-17T19:16:20.300Z] #41 60.76 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-17T19:16:20.300Z] #41 ... [2020-11-17T19:16:20.300Z] [2020-11-17T19:16:20.300Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-17T19:16:20.300Z] #57 DONE 0.1s [2020-11-17T19:16:20.300Z] [2020-11-17T19:16:20.300Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:20.300Z] #41 60.81 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-17T19:16:20.300Z] #41 60.87 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-17T19:16:20.363Z] #21 4.923 Collecting yamllint==1.16.0 [2020-11-17T19:16:20.363Z] #21 5.277 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-17T19:16:20.363Z] #21 5.405 Collecting pyyaml (from yamllint==1.16.0) [2020-11-17T19:16:20.363Z] #21 5.628 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-17T19:16:20.559Z] #41 ... [2020-11-17T19:16:20.559Z] [2020-11-17T19:16:20.559Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-17T19:16:20.559Z] #58 DONE 0.1s [2020-11-17T19:16:20.560Z] [2020-11-17T19:16:20.560Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:20.560Z] #41 60.89 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-17T19:16:20.560Z] #41 60.91 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-17T19:16:20.560Z] #41 60.93 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-17T19:16:20.560Z] #41 60.97 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-17T19:16:20.560Z] #41 60.99 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-17T19:16:20.560Z] #41 61.02 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-17T19:16:20.560Z] #41 61.02 DEP compel/plugins/std/infect.d [2020-11-17T19:16:20.749Z] #18 2.178 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:16:20.819Z] #41 61.17 DEP compel/plugins/std/string.d [2020-11-17T19:16:20.819Z] #41 61.24 DEP compel/plugins/std/log.d [2020-11-17T19:16:20.819Z] #41 61.34 DEP compel/plugins/std/fds.d [2020-11-17T19:16:20.862Z] #41 137.7 CC criu/namespaces.o [2020-11-17T19:16:21.078Z] #41 61.48 DEP compel/plugins/std/std.d [2020-11-17T19:16:21.078Z] #41 61.63 DEP compel/plugins/shmem/shmem.d [2020-11-17T19:16:21.078Z] #41 61.73 DEP compel/plugins/fds/fds.d [2020-11-17T19:16:21.338Z] #41 61.87 CC compel/plugins/std/std.o [2020-11-17T19:16:21.594Z] ok github.com/docker/docker/distribution/metadata 0.023s coverage: 48.2% of statements [2020-11-17T19:16:21.680Z] #18 3.202 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:16:21.815Z] #41 ... [2020-11-17T19:16:21.815Z] [2020-11-17T19:16:21.815Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-17T19:16:21.815Z] #20 11.13 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-17T19:16:21.815Z] #20 11.30 Collecting pyyaml (from yamllint==1.16.0) [2020-11-17T19:16:21.815Z] #20 11.43 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-17T19:16:21.886Z] ok github.com/docker/docker/distribution 0.250s coverage: 25.6% of statements [2020-11-17T19:16:21.886Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-17T19:16:21.904Z] #21 7.164 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-17T19:16:21.904Z] #21 7.218 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-17T19:16:21.904Z] #21 7.263 Building wheels for collected packages: pyyaml [2020-11-17T19:16:21.904Z] #21 7.265 Running setup.py bdist_wheel for pyyaml: started [2020-11-17T19:16:21.908Z] #41 62.20 CC compel/plugins/std/fds.o [2020-11-17T19:16:22.079Z] #20 12.80 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-17T19:16:22.080Z] #20 12.86 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-17T19:16:22.243Z] #18 ... [2020-11-17T19:16:22.243Z] [2020-11-17T19:16:22.243Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:22.243Z] #43 168.1 net/http/httptrace [2020-11-17T19:16:22.243Z] #43 168.3 net/http [2020-11-17T19:16:22.243Z] #43 ... [2020-11-17T19:16:22.243Z] [2020-11-17T19:16:22.243Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:22.243Z] #41 75.96 CC criu/arch/x86/kerndat.o [2020-11-17T19:16:22.243Z] #41 76.49 CC criu/arch/x86/sigaction_compat.o [2020-11-17T19:16:22.243Z] #41 76.71 CC criu/arch/x86/sigframe.o [2020-11-17T19:16:22.243Z] #41 77.03 LINK criu/arch/x86/crtools.built-in.o [2020-11-17T19:16:22.243Z] #41 77.07 DEP criu/pie/util-vdso-elf32.d [2020-11-17T19:16:22.243Z] #41 77.18 DEP criu/pie/util-vdso.d [2020-11-17T19:16:22.243Z] #41 77.33 DEP criu/pie/util.d [2020-11-17T19:16:22.243Z] #41 77.44 CC criu/pie/util.o [2020-11-17T19:16:22.243Z] #41 77.79 CC criu/pie/util-vdso.o [2020-11-17T19:16:22.243Z] #41 78.39 CC criu/pie/util-vdso-elf32.o [2020-11-17T19:16:22.243Z] #41 79.05 AR criu/pie/pie.lib.a [2020-11-17T19:16:22.243Z] #41 79.09 DEP criu/pie/restorer.d [2020-11-17T19:16:22.244Z] #41 79.31 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-17T19:16:22.346Z] #20 12.90 Building wheels for collected packages: pyyaml [2020-11-17T19:16:22.346Z] #20 12.90 Running setup.py bdist_wheel for pyyaml: started [2020-11-17T19:16:22.479Z] #41 62.82 CC compel/plugins/std/log.o [2020-11-17T19:16:22.500Z] #41 79.44 DEP criu/arch/x86/restorer_unmap.d [2020-11-17T19:16:22.521Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-11-17T19:16:22.757Z] #41 79.48 DEP criu/arch/x86/restorer.d [2020-11-17T19:16:23.014Z] #41 79.74 DEP criu/arch/x86/vdso-pie.d [2020-11-17T19:16:23.014Z] #41 79.85 DEP criu/pie/parasite-vdso.d [2020-11-17T19:16:23.014Z] #41 80.00 DEP criu/pie/parasite.d [2020-11-17T19:16:23.051Z] #41 63.50 CC compel/plugins/std/string.o [2020-11-17T19:16:23.156Z] ok github.com/docker/docker/image 0.012s coverage: 86.4% of statements [2020-11-17T19:16:23.270Z] #41 80.27 CC criu/pie/parasite.o [2020-11-17T19:16:23.299Z] #20 13.79 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-17T19:16:23.299Z] #20 13.79 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-17T19:16:23.299Z] #20 13.88 Successfully built pyyaml [2020-11-17T19:16:23.299Z] #20 13.90 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-17T19:16:23.448Z] #21 8.474 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-17T19:16:23.448Z] #21 8.476 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-17T19:16:23.448Z] #21 8.580 Successfully built pyyaml [2020-11-17T19:16:23.448Z] #21 8.599 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-17T19:16:23.749Z] #21 8.991 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-17T19:16:23.790Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2020-11-17T19:16:23.878Z] #20 14.35 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-17T19:16:23.991Z] #41 64.31 CC compel/plugins/std/infect.o [2020-11-17T19:16:24.054Z] #21 DONE 9.2s [2020-11-17T19:16:24.054Z] [2020-11-17T19:16:24.054Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:24.054Z] #42 134.2 CC criu/files.o [2020-11-17T19:16:24.054Z] #42 136.7 CC criu/filesystems.o [2020-11-17T19:16:24.054Z] #42 137.7 CC criu/fsnotify.o [2020-11-17T19:16:24.054Z] #42 139.2 CC criu/image-desc.o [2020-11-17T19:16:24.054Z] #42 139.5 CC criu/image.o [2020-11-17T19:16:24.054Z] #42 140.7 CC criu/ipc_ns.o [2020-11-17T19:16:24.143Z] #20 DONE 14.8s [2020-11-17T19:16:24.143Z] [2020-11-17T19:16:24.143Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:24.143Z] #41 139.2 CC criu/net.o [2020-11-17T19:16:24.425Z] ok github.com/docker/docker/distribution/xfer 1.862s coverage: 85.1% of statements [2020-11-17T19:16:24.425Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-17T19:16:24.425Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-17T19:16:24.425Z] ok github.com/docker/docker/image/v1 0.005s coverage: 25.0% of statements [2020-11-17T19:16:24.425Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-17T19:16:24.563Z] #41 64.95 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-17T19:16:24.563Z] #41 65.01 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-17T19:16:24.563Z] #41 65.08 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-17T19:16:24.563Z] #41 65.14 AR compel/plugins/std.lib.a [2020-11-17T19:16:24.640Z] #41 81.50 LINK criu/pie/parasite.built-in.o [2020-11-17T19:16:24.640Z] #41 81.51 GEN criu/pie/parasite-blob.h [2020-11-17T19:16:24.640Z] #41 81.54 CC criu/pie/parasite-vdso.o [2020-11-17T19:16:24.717Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-11-17T19:16:24.824Z] #41 65.23 CC compel/plugins/fds/fds.o [2020-11-17T19:16:25.085Z] #41 65.39 AR compel/plugins/fds.lib.a [2020-11-17T19:16:25.085Z] #41 65.43 HOSTDEP compel/src/lib/log-host.d [2020-11-17T19:16:25.085Z] #41 65.48 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-17T19:16:25.085Z] #41 65.58 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-17T19:16:25.095Z] #41 142.0 CC criu/netfilter.o [2020-11-17T19:16:25.125Z] #42 142.3 CC criu/irmap.o [2020-11-17T19:16:25.204Z] #41 82.13 CC criu/arch/x86/vdso-pie.o [2020-11-17T19:16:25.346Z] #41 65.67 HOSTDEP compel/src/main-host.d [2020-11-17T19:16:25.346Z] #41 65.81 DEP compel/src/lib/ptrace.d [2020-11-17T19:16:25.461Z] #41 82.52 CC criu/arch/x86/restorer.o [2020-11-17T19:16:25.608Z] #41 65.96 DEP compel/src/lib/infect.d [2020-11-17T19:16:25.608Z] #41 66.11 DEP compel/src/lib/infect-util.d [2020-11-17T19:16:25.674Z] #41 142.3 CC criu/page-pipe.o [2020-11-17T19:16:25.753Z] ok github.com/docker/docker/oci 0.009s coverage: 8.2% of statements [2020-11-17T19:16:25.773Z] #42 143.1 CC criu/kcmp-ids.o [2020-11-17T19:16:25.869Z] #41 66.20 DEP compel/src/lib/infect-rpc.d [2020-11-17T19:16:25.869Z] #41 66.28 DEP compel/arch/x86/src/lib/infect.d [2020-11-17T19:16:25.869Z] #41 66.39 DEP compel/arch/x86/src/lib/cpu.d [2020-11-17T19:16:25.869Z] #41 66.44 DEP compel/src/lib/log.d [2020-11-17T19:16:25.939Z] #41 142.9 CC criu/page-xfer.o [2020-11-17T19:16:26.045Z] ok github.com/docker/docker/opts 0.014s coverage: 67.1% of statements [2020-11-17T19:16:26.129Z] #41 66.55 DEP compel/src/main.d [2020-11-17T19:16:26.130Z] #41 66.68 DEP compel/src/lib/handle-elf.d [2020-11-17T19:16:26.337Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-11-17T19:16:26.390Z] #41 66.75 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-17T19:16:26.390Z] #41 66.84 CC compel/src/lib/log.o [2020-11-17T19:16:26.391Z] #41 83.07 CC criu/arch/x86/restorer_unmap.o [2020-11-17T19:16:26.391Z] #41 83.12 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-17T19:16:26.422Z] #42 143.4 CC criu/kerndat.o [2020-11-17T19:16:26.647Z] #41 83.47 CC criu/pie/restorer.o [2020-11-17T19:16:26.647Z] #41 ... [2020-11-17T19:16:26.647Z] [2020-11-17T19:16:26.647Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:26.647Z] #43 182.5 github.com/LK4D4/vndr/godl [2020-11-17T19:16:26.651Z] #41 ... [2020-11-17T19:16:26.651Z] [2020-11-17T19:16:26.651Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-17T19:16:26.651Z] #11 168.5 Selecting previously unselected package libapparmor1:amd64. [2020-11-17T19:16:26.651Z] #11 168.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 168.5 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-11-17T19:16:26.651Z] #11 168.7 Selecting previously unselected package libapparmor-dev:amd64. [2020-11-17T19:16:26.651Z] #11 168.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 168.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-17T19:16:26.651Z] #11 168.9 Selecting previously unselected package libbtrfs0. [2020-11-17T19:16:26.651Z] #11 168.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 168.9 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-17T19:16:26.651Z] #11 169.0 Selecting previously unselected package libbtrfs-dev. [2020-11-17T19:16:26.651Z] #11 169.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 169.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:16:26.651Z] #11 169.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-11-17T19:16:26.651Z] #11 169.1 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 169.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-17T19:16:26.651Z] #11 169.2 Selecting previously unselected package libudev-dev:amd64. [2020-11-17T19:16:26.651Z] #11 169.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 169.3 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-17T19:16:26.651Z] #11 169.5 Selecting previously unselected package libsepol1-dev:amd64. [2020-11-17T19:16:26.651Z] #11 169.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 169.5 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-11-17T19:16:26.651Z] #11 169.8 Selecting previously unselected package libpcre16-3:amd64. [2020-11-17T19:16:26.651Z] #11 169.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 169.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-11-17T19:16:26.651Z] #11 170.0 Selecting previously unselected package libpcre32-3:amd64. [2020-11-17T19:16:26.651Z] #11 170.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 170.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-11-17T19:16:26.651Z] #11 170.2 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-11-17T19:16:26.651Z] #11 170.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 170.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-17T19:16:26.651Z] #11 170.3 Selecting previously unselected package libpcre3-dev:amd64. [2020-11-17T19:16:26.651Z] #11 170.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 170.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-17T19:16:26.651Z] #11 171.3 Selecting previously unselected package libselinux1-dev:amd64. [2020-11-17T19:16:26.651Z] #11 171.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 171.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-17T19:16:26.651Z] #11 171.5 Selecting previously unselected package libdevmapper-dev:amd64. [2020-11-17T19:16:26.651Z] #11 171.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 171.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-17T19:16:26.651Z] #11 171.7 Selecting previously unselected package libseccomp-dev:amd64. [2020-11-17T19:16:26.651Z] #11 171.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 171.7 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-17T19:16:26.651Z] #11 171.8 Selecting previously unselected package libsystemd-dev:amd64. [2020-11-17T19:16:26.651Z] #11 171.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-11-17T19:16:26.651Z] #11 171.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-17T19:16:26.651Z] #11 172.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-17T19:16:26.651Z] #11 172.3 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-17T19:16:26.651Z] #11 172.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-11-17T19:16:26.651Z] #11 172.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-17T19:16:26.651Z] #11 172.3 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-11-17T19:16:26.651Z] #11 172.4 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-11-17T19:16:26.651Z] #11 172.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:16:26.651Z] #11 172.4 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-17T19:16:26.651Z] #11 172.4 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-17T19:16:26.651Z] #11 172.4 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-17T19:16:26.651Z] #11 172.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-17T19:16:26.651Z] #11 172.5 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-17T19:16:26.651Z] #11 172.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-17T19:16:26.651Z] #11 172.5 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-17T19:16:26.651Z] #11 172.6 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-17T19:16:26.651Z] #11 172.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-17T19:16:26.651Z] #11 172.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-17T19:16:26.651Z] #11 172.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:16:26.651Z] #11 172.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-17T19:16:26.651Z] #11 172.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-17T19:16:26.651Z] #11 172.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-17T19:16:26.651Z] #11 172.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-17T19:16:26.651Z] #11 172.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-17T19:16:26.651Z] #11 172.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-17T19:16:26.651Z] #11 172.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-17T19:16:26.651Z] #11 172.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-17T19:16:26.651Z] #11 172.7 Setting up dmsetup (2:1.02.155-3) ... [2020-11-17T19:16:26.651Z] #11 172.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-17T19:16:26.651Z] #11 172.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-17T19:16:26.651Z] #11 172.8 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:16:26.651Z] #11 DONE 173.3s [2020-11-17T19:16:26.651Z] [2020-11-17T19:16:26.651Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:26.651Z] #41 67.09 CC compel/arch/x86/src/lib/cpu.o [2020-11-17T19:16:26.651Z] #41 ... [2020-11-17T19:16:26.651Z] [2020-11-17T19:16:26.651Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-17T19:16:27.340Z] #41 144.1 CC criu/pagemap-cache.o [2020-11-17T19:16:27.340Z] #41 144.4 CC criu/pagemap.o [2020-11-17T19:16:27.480Z] #42 144.7 CC criu/libnetlink.o [2020-11-17T19:16:27.578Z] #43 183.4 github.com/LK4D4/vndr [2020-11-17T19:16:27.779Z] #42 145.1 CC criu/log.o [2020-11-17T19:16:27.847Z] ok github.com/docker/docker/pkg/archive 0.486s coverage: 76.9% of statements [2020-11-17T19:16:28.223Z] #42 145.6 CC criu/lsm.o [2020-11-17T19:16:28.294Z] #41 145.1 CC criu/parasite-syscall.o [2020-11-17T19:16:28.570Z] #12 DONE 1.5s [2020-11-17T19:16:28.570Z] [2020-11-17T19:16:28.570Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:28.570Z] #51 1.499 + RM_GOPATH=0 [2020-11-17T19:16:28.570Z] #51 1.499 + TMP_GOPATH= [2020-11-17T19:16:28.570Z] #51 1.499 + : /build [2020-11-17T19:16:28.570Z] #51 1.499 + '[' -z '' ']' [2020-11-17T19:16:28.570Z] #51 1.502 ++ mktemp -d [2020-11-17T19:16:28.570Z] #51 1.509 + export GOPATH=/tmp/tmp.31MhnA4h8m [2020-11-17T19:16:28.570Z] #51 1.509 + GOPATH=/tmp/tmp.31MhnA4h8m [2020-11-17T19:16:28.570Z] #51 1.510 + RM_GOPATH=1 [2020-11-17T19:16:28.570Z] #51 1.510 + case "$(go env GOARCH)" in [2020-11-17T19:16:28.570Z] #51 1.510 ++ go env GOARCH [2020-11-17T19:16:28.570Z] #51 1.545 + export GO_BUILDMODE=-buildmode=pie [2020-11-17T19:16:28.570Z] #51 1.545 + GO_BUILDMODE=-buildmode=pie [2020-11-17T19:16:28.570Z] #51 1.547 ++ dirname /tmp/install/install.sh [2020-11-17T19:16:28.570Z] #51 1.549 + dir=/tmp/install [2020-11-17T19:16:28.570Z] #51 1.549 + bin=runc [2020-11-17T19:16:28.570Z] #51 1.549 + shift [2020-11-17T19:16:28.570Z] #51 1.549 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-17T19:16:28.570Z] #51 1.549 + . /tmp/install/runc.installer [2020-11-17T19:16:28.570Z] #51 1.550 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-17T19:16:28.570Z] #51 1.550 + install_runc [2020-11-17T19:16:28.570Z] #51 1.554 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-17T19:16:28.570Z] #51 1.557 + uname -r [2020-11-17T19:16:28.570Z] #51 1.567 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-17T19:16:28.570Z] #51 1.567 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-17T19:16:28.570Z] #51 1.567 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.31MhnA4h8m/src/github.com/opencontainers/runc [2020-11-17T19:16:28.570Z] #51 1.574 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-17T19:16:28.570Z] #51 1.585 Cloning into '/tmp/tmp.31MhnA4h8m/src/github.com/opencontainers/runc'... [2020-11-17T19:16:28.870Z] #42 146.1 CC criu/mem.o [2020-11-17T19:16:28.873Z] #41 145.7 CC criu/path.o [2020-11-17T19:16:28.873Z] #41 145.9 CC criu/pie-util-vdso.o [2020-11-17T19:16:28.985Z] ok github.com/docker/docker/pkg/authorization 0.594s coverage: 68.3% of statements [2020-11-17T19:16:28.985Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-11-17T19:16:29.137Z] #41 146.1 CC criu/pie-util.o [2020-11-17T19:16:29.277Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-11-17T19:16:29.402Z] #41 146.3 CC criu/pipes.o [2020-11-17T19:16:29.512Z] #51 ... [2020-11-17T19:16:29.512Z] [2020-11-17T19:16:29.512Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-17T19:16:29.512Z] #13 DONE 1.2s [2020-11-17T19:16:29.512Z] [2020-11-17T19:16:29.512Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-17T19:16:29.980Z] #41 146.8 CC criu/plugin.o [2020-11-17T19:16:30.244Z] #41 147.1 CC criu/proc_parse.o [2020-11-17T19:16:30.453Z] #14 0.961 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-17T19:16:30.453Z] #14 DONE 1.1s [2020-11-17T19:16:30.453Z] [2020-11-17T19:16:30.453Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-17T19:16:30.976Z] #42 147.9 CC criu/memfd.o [2020-11-17T19:16:31.276Z] #42 148.5 CC criu/mount.o [2020-11-17T19:16:31.823Z] #43 ... [2020-11-17T19:16:31.823Z] [2020-11-17T19:16:31.823Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:31.823Z] #41 86.47 LINK criu/pie/restorer.built-in.o [2020-11-17T19:16:31.823Z] #41 86.50 GEN criu/pie/restorer-blob.h [2020-11-17T19:16:31.823Z] #41 86.62 DEP criu/vdso.d [2020-11-17T19:16:31.823Z] #41 86.81 DEP criu/vdso-compat.d [2020-11-17T19:16:31.823Z] #41 86.94 DEP criu/uts_ns.d [2020-11-17T19:16:31.823Z] #41 87.08 DEP criu/util.d [2020-11-17T19:16:31.823Z] #41 87.40 DEP criu/uffd.d [2020-11-17T19:16:31.823Z] #41 87.55 DEP criu/tun.d [2020-11-17T19:16:31.823Z] #41 87.69 DEP criu/tty.d [2020-11-17T19:16:31.823Z] #41 87.92 DEP criu/timerfd.d [2020-11-17T19:16:31.823Z] #41 88.15 DEP criu/timens.d [2020-11-17T19:16:31.823Z] #41 88.28 DEP criu/sysfs_parse.d [2020-11-17T19:16:31.823Z] #41 88.43 DEP criu/sysctl.d [2020-11-17T19:16:31.823Z] #41 88.62 DEP criu/string.d [2020-11-17T19:16:31.823Z] #41 88.68 DEP criu/stats.d [2020-11-17T19:16:31.823Z] #41 88.83 DEP criu/sockets.d [2020-11-17T19:16:31.840Z] #15 DONE 1.1s [2020-11-17T19:16:31.840Z] [2020-11-17T19:16:31.841Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-17T19:16:32.082Z] #41 89.05 DEP criu/sk-unix.d [2020-11-17T19:16:32.176Z] #41 149.1 CC criu/protobuf-desc.o [2020-11-17T19:16:32.342Z] #41 89.26 DEP criu/sk-tcp.d [2020-11-17T19:16:32.342Z] #41 ... [2020-11-17T19:16:32.342Z] [2020-11-17T19:16:32.342Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:32.342Z] #51 10.93 + cd /tmp/tmp.kGwCsHqdth/src/github.com/opencontainers/runc [2020-11-17T19:16:32.342Z] #51 10.94 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-17T19:16:32.342Z] #51 11.41 + '[' -z '' ']' [2020-11-17T19:16:32.342Z] #51 11.41 + target=static [2020-11-17T19:16:32.342Z] #51 11.41 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-17T19:16:32.342Z] #51 11.71 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-17T19:16:32.597Z] #51 ... [2020-11-17T19:16:32.597Z] [2020-11-17T19:16:32.597Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:32.597Z] #41 89.44 DEP criu/sk-queue.d [2020-11-17T19:16:32.597Z] #41 89.55 DEP criu/sk-packet.d [2020-11-17T19:16:32.754Z] #41 149.8 CC criu/protobuf.o [2020-11-17T19:16:32.783Z] #16 DONE 1.2s [2020-11-17T19:16:32.783Z] [2020-11-17T19:16:32.783Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:32.783Z] #41 68.07 CC compel/arch/x86/src/lib/infect.o [2020-11-17T19:16:32.783Z] #41 69.31 CC compel/src/lib/infect-rpc.o [2020-11-17T19:16:32.783Z] #41 69.71 CC compel/src/lib/infect-util.o [2020-11-17T19:16:32.783Z] #41 70.17 CC compel/src/lib/infect.o [2020-11-17T19:16:32.853Z] #41 89.76 DEP criu/sk-netlink.d [2020-11-17T19:16:33.043Z] #41 73.46 CC compel/src/lib/ptrace.o [2020-11-17T19:16:33.109Z] #41 89.91 DEP criu/sk-inet.d [2020-11-17T19:16:33.109Z] #41 ... [2020-11-17T19:16:33.109Z] [2020-11-17T19:16:33.109Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:16:33.109Z] #18 4.732 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:16:33.109Z] #18 10.60 Fetched 8401 kB in 10s (882 kB/s) [2020-11-17T19:16:33.109Z] #18 10.60 Reading package lists... [2020-11-17T19:16:33.333Z] #41 150.1 CC criu/pstree.o [2020-11-17T19:16:33.365Z] #18 14.89 Reading package lists... [2020-11-17T19:16:33.365Z] #18 ... [2020-11-17T19:16:33.365Z] [2020-11-17T19:16:33.365Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:33.365Z] #41 90.18 DEP criu/signalfd.d [2020-11-17T19:16:33.614Z] #41 74.01 AR compel/libcompel.a [2020-11-17T19:16:33.620Z] #41 90.38 DEP criu/sigframe.d [2020-11-17T19:16:33.620Z] #41 90.49 DEP criu/shmem.d [2020-11-17T19:16:33.736Z] ok github.com/docker/docker/layer 7.422s coverage: 68.8% of statements [2020-11-17T19:16:33.736Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-17T19:16:33.736Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-17T19:16:33.736Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-17T19:16:33.736Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-17T19:16:33.736Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-17T19:16:33.736Z] ok github.com/docker/docker/pkg/chrootarchive 3.543s coverage: 43.2% of statements [2020-11-17T19:16:33.736Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-17T19:16:33.736Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-17T19:16:33.736Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2020-11-17T19:16:33.736Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-11-17T19:16:33.875Z] #41 74.21 HOSTCC compel/src/main-host.o [2020-11-17T19:16:33.875Z] #41 ... [2020-11-17T19:16:33.875Z] [2020-11-17T19:16:33.875Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-17T19:16:33.875Z] #17 DONE 1.1s [2020-11-17T19:16:33.875Z] [2020-11-17T19:16:33.875Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:16:33.877Z] #41 90.68 DEP criu/servicefd.d [2020-11-17T19:16:33.877Z] #41 90.78 DEP criu/seize.d [2020-11-17T19:16:34.028Z] ok github.com/docker/docker/pkg/discovery/file 0.009s coverage: 92.9% of statements [2020-11-17T19:16:34.134Z] #41 91.02 DEP criu/seccomp.d [2020-11-17T19:16:34.281Z] #41 151.0 CC criu/rbtree.o [2020-11-17T19:16:34.281Z] #41 151.2 CC criu/rst-malloc.o [2020-11-17T19:16:34.320Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-11-17T19:16:34.391Z] #41 91.28 DEP criu/rst-malloc.d [2020-11-17T19:16:34.391Z] #41 91.34 DEP criu/rbtree.d [2020-11-17T19:16:34.391Z] #41 91.41 DEP criu/pstree.d [2020-11-17T19:16:34.544Z] #41 151.4 CC criu/seccomp.o [2020-11-17T19:16:34.544Z] #41 ... [2020-11-17T19:16:34.544Z] [2020-11-17T19:16:34.544Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:34.544Z] #54 171.9 + bin/containerd [2020-11-17T19:16:34.612Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-11-17T19:16:34.648Z] #41 91.64 DEP criu/protobuf.d [2020-11-17T19:16:34.905Z] #41 91.83 GEN criu/protobuf-desc-gen.h [2020-11-17T19:16:34.905Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2020-11-17T19:16:35.790Z] #18 1.649 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-17T19:16:35.790Z] #18 1.738 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-17T19:16:35.790Z] #18 1.821 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-17T19:16:35.940Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2020-11-17T19:16:36.050Z] #18 ... [2020-11-17T19:16:36.051Z] [2020-11-17T19:16:36.051Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:36.051Z] #43 172.6 net/http/httptrace [2020-11-17T19:16:36.051Z] #43 172.8 net/http [2020-11-17T19:16:36.051Z] #43 ... [2020-11-17T19:16:36.051Z] [2020-11-17T19:16:36.051Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:16:36.051Z] #18 2.331 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-17T19:16:36.575Z] ok github.com/docker/docker/pkg/fileutils 0.022s coverage: 89.5% of statements [2020-11-17T19:16:36.799Z] #41 93.53 DEP criu/protobuf-desc.d [2020-11-17T19:16:36.799Z] #41 93.65 DEP criu/proc_parse.d [2020-11-17T19:16:36.919Z] #42 153.3 CC criu/namespaces.o [2020-11-17T19:16:37.032Z] #54 225.9 + bin/containerd-stress [2020-11-17T19:16:37.032Z] #54 227.9 + bin/containerd-shim [2020-11-17T19:16:37.056Z] #41 93.83 DEP criu/plugin.d [2020-11-17T19:16:37.056Z] #41 93.95 DEP criu/pipes.d [2020-11-17T19:16:37.209Z] ok github.com/docker/docker/pkg/fsutils 0.367s coverage: 85.1% of statements [2020-11-17T19:16:37.313Z] #41 94.10 DEP criu/pie-util.d [2020-11-17T19:16:37.313Z] #41 94.18 DEP criu/pie-util-vdso.d [2020-11-17T19:16:37.435Z] #18 3.455 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [248 kB] [2020-11-17T19:16:37.570Z] #41 94.25 DEP criu/pie-util-vdso-elf32.d [2020-11-17T19:16:37.570Z] #41 94.31 DEP criu/path.d [2020-11-17T19:16:37.570Z] #41 94.43 DEP criu/parasite-syscall.d [2020-11-17T19:16:37.827Z] #41 ... [2020-11-17T19:16:37.827Z] [2020-11-17T19:16:37.827Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:37.827Z] #43 DONE 193.5s [2020-11-17T19:16:37.827Z] [2020-11-17T19:16:37.827Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:37.827Z] #41 94.59 DEP criu/pagemap.d [2020-11-17T19:16:37.827Z] #41 94.80 DEP criu/pagemap-cache.d [2020-11-17T19:16:37.901Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2020-11-17T19:16:37.901Z] ok github.com/docker/docker/pkg/discovery/kv 3.092s coverage: 84.1% of statements [2020-11-17T19:16:38.085Z] #41 95.07 DEP criu/page-xfer.d [2020-11-17T19:16:38.455Z] #42 155.6 CC criu/net.o [2020-11-17T19:16:38.536Z] ok github.com/docker/docker/pkg/idtools 0.294s coverage: 70.1% of statements [2020-11-17T19:16:38.649Z] #41 95.37 DEP criu/page-pipe.d [2020-11-17T19:16:38.649Z] #41 95.61 DEP criu/netfilter.d [2020-11-17T19:16:38.819Z] #18 4.807 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-17T19:16:38.828Z] ok github.com/docker/docker/pkg/ioutils 0.308s coverage: 69.3% of statements [2020-11-17T19:16:38.828Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2020-11-17T19:16:38.828Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-17T19:16:38.906Z] #41 95.75 DEP criu/net.d [2020-11-17T19:16:39.120Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2020-11-17T19:16:39.120Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-17T19:16:39.120Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-17T19:16:39.120Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2020-11-17T19:16:39.120Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-17T19:16:39.164Z] #41 95.98 DEP criu/namespaces.d [2020-11-17T19:16:39.164Z] #41 96.13 DEP criu/mount.d [2020-11-17T19:16:39.412Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-11-17T19:16:39.412Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-11-17T19:16:39.420Z] #41 96.24 DEP criu/memfd.d [2020-11-17T19:16:39.421Z] #41 96.34 DEP criu/mem.d [2020-11-17T19:16:39.421Z] #41 96.49 DEP criu/lsm.d [2020-11-17T19:16:39.678Z] #41 96.59 DEP criu/log.d [2020-11-17T19:16:39.678Z] #41 96.71 DEP criu/libnetlink.d [2020-11-17T19:16:39.704Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.002s coverage: 86.7% of statements [2020-11-17T19:16:39.704Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-11-17T19:16:39.704Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-17T19:16:39.704Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-17T19:16:39.880Z] #54 ... [2020-11-17T19:16:39.880Z] [2020-11-17T19:16:39.880Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:39.880Z] #41 151.9 CC criu/seize.o [2020-11-17T19:16:39.880Z] #41 152.6 CC criu/servicefd.o [2020-11-17T19:16:39.880Z] #41 152.9 CC criu/shmem.o [2020-11-17T19:16:39.880Z] #41 153.8 CC criu/sigframe.o [2020-11-17T19:16:39.880Z] #41 154.0 CC criu/signalfd.o [2020-11-17T19:16:39.880Z] #41 154.2 CC criu/sk-inet.o [2020-11-17T19:16:39.880Z] #41 155.0 CC criu/sk-netlink.o [2020-11-17T19:16:39.880Z] #41 155.3 CC criu/sk-packet.o [2020-11-17T19:16:39.880Z] #41 155.8 CC criu/sk-queue.o [2020-11-17T19:16:39.880Z] #41 156.2 CC criu/sk-tcp.o [2020-11-17T19:16:39.880Z] #41 156.7 CC criu/sk-unix.o [2020-11-17T19:16:39.935Z] #41 96.81 DEP criu/kerndat.d [2020-11-17T19:16:40.192Z] #41 96.98 DEP criu/kcmp-ids.d [2020-11-17T19:16:40.192Z] #41 97.05 DEP criu/irmap.d [2020-11-17T19:16:40.192Z] #41 97.15 DEP criu/ipc_ns.d [2020-11-17T19:16:40.406Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2020-11-17T19:16:40.449Z] #41 97.28 DEP criu/image.d [2020-11-17T19:16:40.699Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-11-17T19:16:40.706Z] #41 97.47 DEP criu/image-desc.d [2020-11-17T19:16:40.706Z] #41 97.56 DEP criu/fsnotify.d [2020-11-17T19:16:40.706Z] #41 97.71 DEP criu/filesystems.d [2020-11-17T19:16:40.963Z] #41 97.92 DEP criu/files.d [2020-11-17T19:16:40.991Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-11-17T19:16:41.251Z] #54 234.6 + bin/containerd-shim-runc-v1 [2020-11-17T19:16:41.279Z] #41 158.3 CC criu/sockets.o [2020-11-17T19:16:41.283Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-11-17T19:16:41.527Z] #41 98.16 DEP criu/files-reg.d [2020-11-17T19:16:41.527Z] #41 98.33 DEP criu/files-ext.d [2020-11-17T19:16:41.527Z] #41 98.43 DEP criu/file-lock.d [2020-11-17T19:16:41.784Z] #41 98.63 DEP criu/file-ids.d [2020-11-17T19:16:41.784Z] #41 98.74 DEP criu/fifo.d [2020-11-17T19:16:42.041Z] #41 98.90 DEP criu/fdstore.d [2020-11-17T19:16:42.041Z] #41 99.04 DEP criu/fault-injection.d [2020-11-17T19:16:42.118Z] #18 ... [2020-11-17T19:16:42.118Z] [2020-11-17T19:16:42.118Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:42.118Z] #43 188.3 github.com/LK4D4/vndr/godl [2020-11-17T19:16:42.232Z] #41 159.1 CC criu/stats.o [2020-11-17T19:16:42.299Z] #41 99.06 DEP criu/external.d [2020-11-17T19:16:42.299Z] #41 99.15 DEP criu/eventpoll.d [2020-11-17T19:16:42.318Z] ok github.com/docker/docker/pkg/pubsub 1.017s coverage: 75.0% of statements [2020-11-17T19:16:42.497Z] #41 159.4 CC criu/string.o [2020-11-17T19:16:42.497Z] #41 159.5 CC criu/sysctl.o [2020-11-17T19:16:42.556Z] #41 99.30 DEP criu/eventfd.d [2020-11-17T19:16:42.556Z] #41 99.41 DEP criu/crtools.d [2020-11-17T19:16:42.556Z] #41 99.55 DEP criu/cr-service.d [2020-11-17T19:16:42.611Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-11-17T19:16:42.688Z] #43 189.1 github.com/LK4D4/vndr [2020-11-17T19:16:42.813Z] #41 99.68 DEP criu/cr-restore.d [2020-11-17T19:16:42.998Z] #42 159.8 CC criu/netfilter.o [2020-11-17T19:16:42.998Z] #42 160.3 CC criu/page-pipe.o [2020-11-17T19:16:43.070Z] #41 99.87 DEP criu/cr-errno.d [2020-11-17T19:16:43.071Z] #41 99.90 DEP criu/cr-dump.d [2020-11-17T19:16:43.075Z] #41 160.0 CC criu/sysfs_parse.o [2020-11-17T19:16:43.327Z] #41 100.2 DEP criu/cr-dedup.d [2020-11-17T19:16:43.584Z] #41 100.3 DEP criu/cr-check.d [2020-11-17T19:16:43.584Z] #41 100.5 DEP criu/config.d [2020-11-17T19:16:43.654Z] #41 160.4 CC criu/timens.o [2020-11-17T19:16:43.841Z] #41 100.7 DEP criu/clone-noasan.d [2020-11-17T19:16:43.841Z] #41 100.7 DEP criu/cgroup.d [2020-11-17T19:16:43.841Z] #41 100.8 DEP criu/cgroup-props.d [2020-11-17T19:16:43.918Z] #41 160.7 CC criu/timerfd.o [2020-11-17T19:16:44.058Z] #42 161.1 CC criu/page-xfer.o [2020-11-17T19:16:44.097Z] #41 101.0 DEP criu/bitmap.d [2020-11-17T19:16:44.097Z] #41 101.0 DEP criu/bfd.d [2020-11-17T19:16:44.097Z] #41 101.1 DEP criu/autofs.d [2020-11-17T19:16:44.182Z] #41 161.0 CC criu/tty.o [2020-11-17T19:16:44.357Z] #41 101.3 DEP criu/aio.d [2020-11-17T19:16:44.599Z] #43 ... [2020-11-17T19:16:44.599Z] [2020-11-17T19:16:44.599Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:44.599Z] #41 74.67 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-17T19:16:44.599Z] #41 74.90 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-17T19:16:44.599Z] #41 75.35 HOSTCC compel/src/lib/log-host.o [2020-11-17T19:16:44.599Z] #41 75.54 HOSTLINK compel/compel-host-bin [2020-11-17T19:16:44.599Z] #41 75.71 DEP soccr/soccr.d [2020-11-17T19:16:44.599Z] #41 75.81 CC soccr/soccr.o [2020-11-17T19:16:44.599Z] #41 77.34 AR soccr/libsoccr.a [2020-11-17T19:16:44.599Z] #41 77.39 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-17T19:16:44.599Z] #41 77.70 DEP criu/arch/x86/sigframe.d [2020-11-17T19:16:44.599Z] #41 77.83 DEP criu/arch/x86/sigaction_compat.d [2020-11-17T19:16:44.599Z] #41 77.91 DEP criu/arch/x86/kerndat.d [2020-11-17T19:16:44.599Z] #41 78.08 DEP criu/arch/x86/crtools.d [2020-11-17T19:16:44.599Z] #41 78.22 DEP criu/arch/x86/cpu.d [2020-11-17T19:16:44.599Z] #41 78.38 CC criu/arch/x86/cpu.o [2020-11-17T19:16:44.599Z] #41 78.98 CC criu/arch/x86/crtools.o [2020-11-17T19:16:44.599Z] #41 80.29 CC criu/arch/x86/kerndat.o [2020-11-17T19:16:44.599Z] #41 80.92 CC criu/arch/x86/sigaction_compat.o [2020-11-17T19:16:44.599Z] #41 81.15 CC criu/arch/x86/sigframe.o [2020-11-17T19:16:44.599Z] #41 81.42 LINK criu/arch/x86/crtools.built-in.o [2020-11-17T19:16:44.599Z] #41 81.47 DEP criu/pie/util-vdso-elf32.d [2020-11-17T19:16:44.599Z] #41 81.56 DEP criu/pie/util-vdso.d [2020-11-17T19:16:44.599Z] #41 81.73 DEP criu/pie/util.d [2020-11-17T19:16:44.599Z] #41 81.90 CC criu/pie/util.o [2020-11-17T19:16:44.599Z] #41 82.24 CC criu/pie/util-vdso.o [2020-11-17T19:16:44.599Z] #41 82.96 CC criu/pie/util-vdso-elf32.o [2020-11-17T19:16:44.599Z] #41 83.67 AR criu/pie/pie.lib.a [2020-11-17T19:16:44.599Z] #41 83.72 DEP criu/pie/restorer.d [2020-11-17T19:16:44.599Z] #41 84.04 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-17T19:16:44.599Z] #41 84.15 DEP criu/arch/x86/restorer_unmap.d [2020-11-17T19:16:44.599Z] #41 84.19 DEP criu/arch/x86/restorer.d [2020-11-17T19:16:44.599Z] #41 84.38 DEP criu/arch/x86/vdso-pie.d [2020-11-17T19:16:44.599Z] #41 84.50 DEP criu/pie/parasite-vdso.d [2020-11-17T19:16:44.599Z] #41 84.65 DEP criu/pie/parasite.d [2020-11-17T19:16:44.599Z] #41 84.91 CC criu/pie/parasite.o [2020-11-17T19:16:44.599Z] #41 ... [2020-11-17T19:16:44.599Z] [2020-11-17T19:16:44.599Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:16:44.599Z] #18 10.69 Fetched 8401 kB in 9s (888 kB/s) [2020-11-17T19:16:44.614Z] #41 ... [2020-11-17T19:16:44.614Z] [2020-11-17T19:16:44.614Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:16:44.614Z] #30 DONE 200.2s [2020-11-17T19:16:44.614Z] [2020-11-17T19:16:44.614Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:44.614Z] #41 101.6 DEP criu/action-scripts.d [2020-11-17T19:16:44.614Z] #41 ... [2020-11-17T19:16:44.614Z] [2020-11-17T19:16:44.614Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:16:44.614Z] #18 14.89 Reading package lists... [2020-11-17T19:16:44.614Z] #18 18.75 Building dependency tree... [2020-11-17T19:16:44.614Z] #18 20.67 libcap2-bin is already the newest version (1:2.25-2). [2020-11-17T19:16:44.614Z] #18 20.67 The following additional packages will be installed: [2020-11-17T19:16:44.614Z] #18 20.68 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-17T19:16:44.614Z] #18 20.68 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-17T19:16:44.614Z] #18 20.68 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-17T19:16:44.614Z] #18 20.68 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-17T19:16:44.614Z] #18 20.68 python3.7 python3.7-minimal vim-runtime xxd [2020-11-17T19:16:44.614Z] #18 20.69 Suggested packages: [2020-11-17T19:16:44.614Z] #18 20.69 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-17T19:16:44.614Z] #18 20.69 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-17T19:16:44.614Z] #18 20.69 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-17T19:16:44.614Z] #18 20.69 Recommended packages: [2020-11-17T19:16:44.614Z] #18 20.69 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-17T19:16:44.614Z] #18 20.69 python3-keyrings.alt python3-xdg unzip [2020-11-17T19:16:44.614Z] #18 22.68 The following NEW packages will be installed: [2020-11-17T19:16:44.614Z] #18 22.69 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-17T19:16:44.614Z] #18 22.69 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-17T19:16:44.614Z] #18 22.69 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-17T19:16:44.614Z] #18 22.69 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-17T19:16:44.614Z] #18 22.70 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-17T19:16:44.615Z] #18 22.70 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-17T19:16:44.615Z] #18 22.70 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-17T19:16:44.615Z] #18 22.70 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-17T19:16:44.615Z] #18 22.70 xz-utils zip [2020-11-17T19:16:44.615Z] #18 23.04 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:16:44.615Z] #18 23.04 Need to get 28.5 MB of archives. [2020-11-17T19:16:44.615Z] #18 23.04 After this operation, 116 MB of additional disk space will be used. [2020-11-17T19:16:44.615Z] #18 23.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-17T19:16:44.615Z] #18 23.04 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-17T19:16:44.615Z] #18 23.06 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-17T19:16:44.615Z] #18 23.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-11-17T19:16:44.615Z] #18 23.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-17T19:16:44.615Z] #18 23.16 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-17T19:16:44.615Z] #18 23.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-11-17T19:16:44.615Z] #18 23.28 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-17T19:16:44.615Z] #18 23.28 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-17T19:16:44.615Z] #18 23.28 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-17T19:16:44.615Z] #18 23.29 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-17T19:16:44.615Z] #18 23.30 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-17T19:16:44.615Z] #18 23.30 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-17T19:16:44.615Z] #18 23.30 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-17T19:16:44.615Z] #18 23.31 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-17T19:16:44.615Z] #18 23.31 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-17T19:16:44.615Z] #18 23.33 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-17T19:16:44.615Z] #18 23.35 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-17T19:16:44.615Z] #18 23.36 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-17T19:16:44.615Z] #18 23.37 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-17T19:16:44.615Z] #18 23.37 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-17T19:16:44.615Z] #18 23.39 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-17T19:16:44.615Z] #18 23.41 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-17T19:16:44.615Z] #18 23.42 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-17T19:16:44.615Z] #18 23.42 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-17T19:16:44.615Z] #18 23.43 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-17T19:16:44.615Z] #18 23.44 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-17T19:16:44.615Z] #18 23.44 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-17T19:16:44.615Z] #18 23.45 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-17T19:16:44.615Z] #18 23.88 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-17T19:16:44.615Z] #18 23.89 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-17T19:16:44.615Z] #18 23.89 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-17T19:16:44.615Z] #18 23.90 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-17T19:16:44.615Z] #18 23.91 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-17T19:16:44.615Z] #18 23.93 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-17T19:16:44.615Z] #18 24.03 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-17T19:16:44.615Z] #18 24.03 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-17T19:16:44.615Z] #18 24.05 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-17T19:16:44.615Z] #18 24.06 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-17T19:16:44.615Z] #18 24.07 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-17T19:16:44.615Z] #18 24.09 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-17T19:16:44.615Z] #18 24.10 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-17T19:16:44.615Z] #18 24.17 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-17T19:16:44.615Z] #18 24.19 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-17T19:16:44.615Z] #18 24.22 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-17T19:16:44.615Z] #18 24.58 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-17T19:16:44.615Z] #18 24.64 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-17T19:16:44.615Z] #18 24.73 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-17T19:16:44.615Z] #18 25.38 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:16:44.615Z] #18 25.50 Fetched 28.5 MB in 2s (14.4 MB/s) [2020-11-17T19:16:44.615Z] #18 25.56 Selecting previously unselected package pigz. [2020-11-17T19:16:44.615Z] #18 25.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-11-17T19:16:44.615Z] #18 25.60 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-17T19:16:44.615Z] #18 25.61 Unpacking pigz (2.4-1) ... [2020-11-17T19:16:44.615Z] #18 25.71 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-17T19:16:44.615Z] #18 25.71 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-17T19:16:44.615Z] #18 25.72 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-17T19:16:44.706Z] #42 ... [2020-11-17T19:16:44.706Z] [2020-11-17T19:16:44.706Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:16:44.706Z] #39 232.2 + dpkg --print-architecture [2020-11-17T19:16:44.706Z] #39 232.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-17T19:16:44.871Z] #18 26.44 Selecting previously unselected package python3.7-minimal. [2020-11-17T19:16:45.007Z] #39 232.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-17T19:16:45.007Z] #39 232.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-17T19:16:45.129Z] #18 26.46 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-17T19:16:45.129Z] #18 26.51 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-17T19:16:45.129Z] #18 ... [2020-11-17T19:16:45.129Z] [2020-11-17T19:16:45.129Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:45.129Z] #41 102.0 CC criu/action-scripts.o [2020-11-17T19:16:45.470Z] ok github.com/docker/docker/pkg/signal 2.333s coverage: 61.0% of statements [2020-11-17T19:16:45.470Z] ok github.com/docker/docker/pkg/stdcopy 0.002s coverage: 100.0% of statements [2020-11-17T19:16:45.475Z] #54 239.0 + bin/containerd-shim-runc-v2 [2020-11-17T19:16:45.581Z] #41 ... [2020-11-17T19:16:45.581Z] [2020-11-17T19:16:45.581Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:45.581Z] #22 228.6 + return [2020-11-17T19:16:45.693Z] #41 102.7 CC criu/aio.o [2020-11-17T19:16:45.761Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-11-17T19:16:45.845Z] #22 DONE 228.9s [2020-11-17T19:16:45.845Z] [2020-11-17T19:16:45.845Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:45.845Z] #41 162.7 CC criu/tun.o [2020-11-17T19:16:46.053Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-11-17T19:16:46.109Z] #41 163.1 CC criu/uffd.o [2020-11-17T19:16:46.257Z] #41 103.3 CC criu/autofs.o [2020-11-17T19:16:46.417Z] #54 240.0 + binaries [2020-11-17T19:16:46.417Z] #54 240.0 + install -D bin/containerd /build/containerd [2020-11-17T19:16:46.417Z] #54 240.0 + install -D bin/containerd-shim /build/containerd-shim [2020-11-17T19:16:46.417Z] #54 240.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-17T19:16:46.417Z] #54 240.1 + install -D bin/ctr /build/ctr [2020-11-17T19:16:46.688Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.2% of statements [2020-11-17T19:16:46.980Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 36.9% of statements [2020-11-17T19:16:47.272Z] ok github.com/docker/docker/pkg/tailfile 0.041s coverage: 88.6% of statements [2020-11-17T19:16:47.507Z] #41 164.2 CC criu/util.o [2020-11-17T19:16:47.564Z] ok github.com/docker/docker/pkg/tarsum 0.029s coverage: 89.3% of statements [2020-11-17T19:16:47.855Z] testing: warning: no tests to run [2020-11-17T19:16:47.855Z] coverage: [no statements] [2020-11-17T19:16:47.855Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-11-17T19:16:47.897Z] #18 10.69 Reading package lists... [2020-11-17T19:16:47.897Z] #18 ... [2020-11-17T19:16:47.897Z] [2020-11-17T19:16:47.897Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:47.897Z] #51 11.11 + cd /tmp/tmp.31MhnA4h8m/src/github.com/opencontainers/runc [2020-11-17T19:16:47.897Z] #51 11.11 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-17T19:16:47.897Z] #51 11.82 + '[' -z '' ']' [2020-11-17T19:16:47.897Z] #51 11.82 + target=static [2020-11-17T19:16:47.897Z] #51 11.82 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-17T19:16:47.897Z] #51 12.23 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-17T19:16:47.897Z] #51 ... [2020-11-17T19:16:47.897Z] [2020-11-17T19:16:47.897Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:47.897Z] #41 86.38 LINK criu/pie/parasite.built-in.o [2020-11-17T19:16:47.897Z] #41 86.39 GEN criu/pie/parasite-blob.h [2020-11-17T19:16:47.897Z] #41 86.42 CC criu/pie/parasite-vdso.o [2020-11-17T19:16:47.897Z] #41 87.15 CC criu/arch/x86/vdso-pie.o [2020-11-17T19:16:47.897Z] #41 87.46 CC criu/arch/x86/restorer.o [2020-11-17T19:16:47.897Z] #41 88.10 CC criu/arch/x86/restorer_unmap.o [2020-11-17T19:16:47.897Z] #41 88.16 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-17T19:16:47.897Z] #41 88.41 CC criu/pie/restorer.o [2020-11-17T19:16:48.147Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-11-17T19:16:48.151Z] #41 104.7 CC criu/bfd.o [2020-11-17T19:16:48.151Z] #41 105.1 CC criu/bitmap.o [2020-11-17T19:16:48.327Z] #54 DONE 241.8s [2020-11-17T19:16:48.408Z] #41 105.3 CC criu/cgroup-props.o [2020-11-17T19:16:48.439Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-11-17T19:16:48.439Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-11-17T19:16:48.462Z] #41 ... [2020-11-17T19:16:48.462Z] [2020-11-17T19:16:48.462Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-17T19:16:48.462Z] #23 DONE 0.3s [2020-11-17T19:16:48.462Z] [2020-11-17T19:16:48.462Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:48.462Z] #41 165.4 CC criu/uts_ns.o [2020-11-17T19:16:48.727Z] #41 165.6 CC criu/vdso.o [2020-11-17T19:16:48.898Z] [2020-11-17T19:16:48.898Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-17T19:16:49.305Z] #41 166.1 LINK criu/built-in.o [2020-11-17T19:16:49.305Z] #41 ... [2020-11-17T19:16:49.305Z] [2020-11-17T19:16:49.305Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-17T19:16:49.305Z] #28 DONE 1.0s [2020-11-17T19:16:49.305Z] [2020-11-17T19:16:49.305Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:49.305Z] #41 166.2 LINK criu/criu [2020-11-17T19:16:49.339Z] #41 106.0 CC criu/cgroup.o [2020-11-17T19:16:49.569Z] #41 ... [2020-11-17T19:16:49.569Z] [2020-11-17T19:16:49.569Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-17T19:16:49.569Z] #31 DONE 0.2s [2020-11-17T19:16:49.569Z] [2020-11-17T19:16:49.569Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:49.569Z] #41 166.6 DEP lib/c/criu.d [2020-11-17T19:16:49.834Z] #41 ... [2020-11-17T19:16:49.834Z] [2020-11-17T19:16:49.834Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-17T19:16:49.834Z] #33 DONE 0.2s [2020-11-17T19:16:49.834Z] [2020-11-17T19:16:49.834Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:49.834Z] #41 166.6 CC images/rpc.pb-c.o [2020-11-17T19:16:49.838Z] #55 DONE 1.0s [2020-11-17T19:16:49.949Z] ok github.com/docker/docker/plugin 0.551s coverage: 23.2% of statements [2020-11-17T19:16:50.098Z] [2020-11-17T19:16:50.098Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-17T19:16:50.098Z] #59 DONE 0.2s [2020-11-17T19:16:50.098Z] [2020-11-17T19:16:50.098Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-17T19:16:50.101Z] #41 ... [2020-11-17T19:16:50.101Z] [2020-11-17T19:16:50.101Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-17T19:16:50.101Z] #36 DONE 0.1s [2020-11-17T19:16:50.366Z] [2020-11-17T19:16:50.366Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-17T19:16:50.366Z] #39 DONE 0.2s [2020-11-17T19:16:50.366Z] [2020-11-17T19:16:50.366Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:50.366Z] #41 167.2 CC lib/c/criu.o [2020-11-17T19:16:50.584Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-11-17T19:16:50.708Z] #41 ... [2020-11-17T19:16:50.708Z] [2020-11-17T19:16:50.708Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:16:50.708Z] #18 27.77 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-17T19:16:50.708Z] #18 27.81 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-17T19:16:50.708Z] #18 29.64 Selecting previously unselected package python3-minimal. [2020-11-17T19:16:50.708Z] #18 29.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-11-17T19:16:50.708Z] #18 29.72 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-17T19:16:50.708Z] #18 29.72 Unpacking python3-minimal (3.7.3-1) ... [2020-11-17T19:16:50.708Z] #18 29.80 Selecting previously unselected package libmpdec2:amd64. [2020-11-17T19:16:50.708Z] #18 29.81 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-17T19:16:50.708Z] #18 29.82 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-17T19:16:50.708Z] #18 29.94 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-17T19:16:50.708Z] #18 29.94 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-17T19:16:50.708Z] #18 29.95 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-17T19:16:50.708Z] #18 30.90 Selecting previously unselected package python3.7. [2020-11-17T19:16:50.708Z] #18 30.90 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-17T19:16:50.708Z] #18 30.91 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-17T19:16:50.708Z] #18 31.03 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-17T19:16:50.708Z] #18 31.04 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-17T19:16:50.708Z] #18 31.04 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-17T19:16:50.708Z] #18 31.16 Setting up python3-minimal (3.7.3-1) ... [2020-11-17T19:16:50.708Z] #18 31.89 Selecting previously unselected package python3. [2020-11-17T19:16:50.708Z] #18 31.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-11-17T19:16:50.708Z] #18 31.94 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-17T19:16:50.708Z] #18 31.94 Unpacking python3 (3.7.3-1) ... [2020-11-17T19:16:50.708Z] #18 32.03 Selecting previously unselected package libip4tc0:amd64. [2020-11-17T19:16:50.708Z] #18 32.04 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-17T19:16:50.708Z] #18 32.05 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-17T19:16:50.708Z] #18 32.12 Selecting previously unselected package libip6tc0:amd64. [2020-11-17T19:16:50.708Z] #18 32.12 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-17T19:16:50.708Z] #18 32.14 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-17T19:16:50.708Z] #18 32.23 Selecting previously unselected package libiptc0:amd64. [2020-11-17T19:16:50.708Z] #18 32.23 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-17T19:16:50.708Z] #18 32.24 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-17T19:16:50.708Z] #18 32.33 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-17T19:16:50.708Z] #18 32.34 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-17T19:16:50.876Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.4% of statements [2020-11-17T19:16:50.965Z] #18 32.34 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-17T19:16:50.965Z] #18 32.40 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-17T19:16:50.965Z] #18 32.42 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-17T19:16:50.965Z] #18 32.43 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-17T19:16:50.965Z] #18 32.51 Selecting previously unselected package libnftnl11:amd64. [2020-11-17T19:16:50.965Z] #18 32.51 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-17T19:16:50.965Z] #18 32.52 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-17T19:16:50.965Z] #18 32.62 Selecting previously unselected package iptables. [2020-11-17T19:16:50.965Z] #18 32.62 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-17T19:16:51.039Z] #61 DONE 0.5s [2020-11-17T19:16:51.039Z] [2020-11-17T19:16:51.039Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-17T19:16:51.039Z] #63 DONE 0.0s [2020-11-17T19:16:51.039Z] [2020-11-17T19:16:51.039Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-17T19:16:51.039Z] #64 DONE 0.0s [2020-11-17T19:16:51.039Z] [2020-11-17T19:16:51.039Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-17T19:16:51.222Z] #18 32.63 Unpacking iptables (1.8.2-4) ... [2020-11-17T19:16:51.319Z] #41 168.1 LINK lib/c/built-in.o [2020-11-17T19:16:51.319Z] #41 168.1 LINK lib/c/libcriu.so [2020-11-17T19:16:51.319Z] #41 168.2 LINK lib/c/libcriu.a [2020-11-17T19:16:51.319Z] #41 168.3 GEN magic.py [2020-11-17T19:16:51.479Z] #18 32.99 Selecting previously unselected package xxd. [2020-11-17T19:16:51.479Z] #18 33.00 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-17T19:16:51.479Z] #18 33.00 Unpacking xxd (2:8.1.0875-5) ... [2020-11-17T19:16:51.583Z] #41 168.4 Note: Building without setproctitle() and strlcpy() support. [2020-11-17T19:16:51.583Z] #41 168.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-17T19:16:51.583Z] #41 168.4 Note: Building without GnuTLS support [2020-11-17T19:16:51.583Z] #41 168.4 Makefile.config:39: Warn: you have no libnftables installed [2020-11-17T19:16:51.583Z] #41 168.4 Makefile.config:40: Warn: Building without nftables support [2020-11-17T19:16:51.736Z] #18 33.12 Selecting previously unselected package vim-common. [2020-11-17T19:16:51.736Z] #18 33.12 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:16:51.737Z] #18 33.14 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-17T19:16:51.737Z] #18 33.29 Selecting previously unselected package bash-completion. [2020-11-17T19:16:51.737Z] #18 33.29 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-17T19:16:51.980Z] #65 DONE 1.2s [2020-11-17T19:16:51.980Z] [2020-11-17T19:16:51.980Z] #66 exporting to image [2020-11-17T19:16:51.980Z] #66 exporting layers [2020-11-17T19:16:52.100Z] #41 91.96 LINK criu/pie/restorer.built-in.o [2020-11-17T19:16:52.100Z] #41 91.97 GEN criu/pie/restorer-blob.h [2020-11-17T19:16:52.100Z] #41 92.10 DEP criu/vdso.d [2020-11-17T19:16:52.100Z] #41 92.36 DEP criu/vdso-compat.d [2020-11-17T19:16:52.100Z] #41 92.47 DEP criu/uts_ns.d [2020-11-17T19:16:52.162Z] #41 169.0 fatal: not a git repository (or any of the parent directories): .git [2020-11-17T19:16:52.360Z] #41 92.70 DEP criu/util.d [2020-11-17T19:16:52.385Z] ok github.com/docker/docker/quota 0.651s coverage: 71.4% of statements [2020-11-17T19:16:52.621Z] #41 92.93 DEP criu/uffd.d [2020-11-17T19:16:52.621Z] #41 93.14 DEP criu/tun.d [2020-11-17T19:16:52.677Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-11-17T19:16:52.882Z] #41 93.34 DEP criu/tty.d [2020-11-17T19:16:53.114Z] #41 169.7 make[1]: Nothing to be done for 'all'. [2020-11-17T19:16:53.143Z] #41 ... [2020-11-17T19:16:53.143Z] [2020-11-17T19:16:53.143Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:53.143Z] #43 DONE 199.7s [2020-11-17T19:16:53.143Z] [2020-11-17T19:16:53.143Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:53.143Z] #41 93.53 DEP criu/timerfd.d [2020-11-17T19:16:53.143Z] #41 ... [2020-11-17T19:16:53.143Z] [2020-11-17T19:16:53.143Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:16:53.143Z] #18 10.69 Reading package lists... [2020-11-17T19:16:53.143Z] #18 14.69 Reading package lists... [2020-11-17T19:16:53.692Z] #41 170.5 make[1]: 'images/built-in.o' is up to date. [2020-11-17T19:16:53.692Z] #41 170.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-17T19:16:53.692Z] #41 170.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-17T19:16:53.692Z] #41 170.7 make[1]: 'compel/libcompel.a' is up to date. [2020-11-17T19:16:53.692Z] #41 170.7 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-17T19:16:53.692Z] #41 170.7 make[1]: Nothing to be done for 'all'. [2020-11-17T19:16:53.713Z] ok github.com/docker/docker/registry 0.082s coverage: 57.2% of statements [2020-11-17T19:16:53.956Z] #41 170.8 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-17T19:16:53.956Z] #41 171.0 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:54.005Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-11-17T19:16:54.083Z] #18 19.00 Building dependency tree... [2020-11-17T19:16:54.084Z] #18 ... [2020-11-17T19:16:54.084Z] [2020-11-17T19:16:54.084Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:54.084Z] #41 93.74 DEP criu/timens.d [2020-11-17T19:16:54.084Z] #41 93.90 DEP criu/sysfs_parse.d [2020-11-17T19:16:54.084Z] #41 94.14 DEP criu/sysctl.d [2020-11-17T19:16:54.084Z] #41 94.44 DEP criu/string.d [2020-11-17T19:16:54.084Z] #41 94.59 DEP criu/stats.d [2020-11-17T19:16:54.223Z] #41 171.0 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:54.223Z] #41 171.1 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:54.223Z] #41 171.2 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:54.223Z] #41 171.2 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:54.223Z] #41 171.3 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:54.297Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-11-17T19:16:54.344Z] #41 94.68 DEP criu/sockets.d [2020-11-17T19:16:54.486Z] #41 171.3 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:54.486Z] #41 171.4 make[2]: Nothing to be done for 'all'. [2020-11-17T19:16:54.486Z] #41 171.4 INSTALL criu/criu [2020-11-17T19:16:54.604Z] #41 94.89 DEP criu/sk-unix.d [2020-11-17T19:16:54.604Z] #41 95.13 DEP criu/sk-tcp.d [2020-11-17T19:16:54.751Z] #41 DONE 171.7s [2020-11-17T19:16:54.751Z] [2020-11-17T19:16:54.751Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:54.865Z] #41 95.30 DEP criu/sk-queue.d [2020-11-17T19:16:54.865Z] #41 95.41 DEP criu/sk-packet.d [2020-11-17T19:16:54.996Z] ok github.com/docker/docker/runconfig 0.011s coverage: 66.1% of statements [2020-11-17T19:16:54.996Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-11-17T19:16:55.010Z] #18 36.00 Unpacking bash-completion (1:2.8-6) ... [2020-11-17T19:16:55.010Z] #18 36.35 Selecting previously unselected package bzip2. [2020-11-17T19:16:55.010Z] #18 36.38 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-17T19:16:55.010Z] #18 36.40 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-17T19:16:55.010Z] #18 36.47 Selecting previously unselected package xz-utils. [2020-11-17T19:16:55.010Z] #18 36.48 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-17T19:16:55.010Z] #18 36.48 Unpacking xz-utils (5.2.4-1) ... [2020-11-17T19:16:55.125Z] #41 95.67 DEP criu/sk-netlink.d [2020-11-17T19:16:55.268Z] #18 36.63 Selecting previously unselected package apparmor. [2020-11-17T19:16:55.268Z] #18 36.65 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-17T19:16:55.268Z] #18 36.72 Unpacking apparmor (2.13.2-10) ... [2020-11-17T19:16:55.386Z] #41 95.81 DEP criu/sk-inet.d [2020-11-17T19:16:55.525Z] #18 37.04 Selecting previously unselected package aufs-tools. [2020-11-17T19:16:55.525Z] #18 37.05 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-17T19:16:55.525Z] #18 37.06 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-17T19:16:55.646Z] #41 96.02 DEP criu/signalfd.d [2020-11-17T19:16:55.646Z] #41 96.18 DEP criu/sigframe.d [2020-11-17T19:16:55.782Z] #18 37.18 Selecting previously unselected package libonig5:amd64. [2020-11-17T19:16:55.782Z] #18 37.18 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-17T19:16:55.782Z] #18 37.18 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-17T19:16:55.907Z] #41 96.33 DEP criu/shmem.d [2020-11-17T19:16:56.039Z] #18 37.32 Selecting previously unselected package libjq1:amd64. [2020-11-17T19:16:56.039Z] #18 37.33 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-17T19:16:56.039Z] #18 37.33 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-17T19:16:56.039Z] #18 37.46 Selecting previously unselected package jq. [2020-11-17T19:16:56.039Z] #18 37.46 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-17T19:16:56.039Z] #18 37.47 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-17T19:16:56.039Z] #18 37.56 Selecting previously unselected package libaio1:amd64. [2020-11-17T19:16:56.039Z] #18 37.56 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-17T19:16:56.039Z] #18 37.58 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-17T19:16:56.039Z] #18 37.63 Selecting previously unselected package libgpm2:amd64. [2020-11-17T19:16:56.039Z] #18 37.63 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-17T19:16:56.039Z] #18 37.64 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-17T19:16:56.039Z] #18 37.69 Selecting previously unselected package libicu63:amd64. [2020-11-17T19:16:56.152Z] #54 ... [2020-11-17T19:16:56.152Z] [2020-11-17T19:16:56.152Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-17T19:16:56.167Z] #41 96.53 DEP criu/servicefd.d [2020-11-17T19:16:56.167Z] #41 96.67 DEP criu/seize.d [2020-11-17T19:16:56.296Z] #18 37.70 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-17T19:16:56.296Z] #18 37.70 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-17T19:16:56.419Z] #42 DONE 0.2s [2020-11-17T19:16:56.419Z] [2020-11-17T19:16:56.419Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-17T19:16:56.419Z] #44 DONE 0.2s [2020-11-17T19:16:56.419Z] [2020-11-17T19:16:56.419Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-17T19:16:56.427Z] #41 96.81 DEP criu/seccomp.d [2020-11-17T19:16:56.682Z] #46 DONE 0.1s [2020-11-17T19:16:56.682Z] [2020-11-17T19:16:56.682Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-17T19:16:56.682Z] #48 DONE 0.2s [2020-11-17T19:16:56.682Z] [2020-11-17T19:16:56.682Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:56.687Z] #41 97.02 DEP criu/rst-malloc.d [2020-11-17T19:16:56.687Z] #41 97.11 DEP criu/rbtree.d [2020-11-17T19:16:56.687Z] #41 97.15 DEP criu/pstree.d [2020-11-17T19:16:56.946Z] #54 ... [2020-11-17T19:16:56.946Z] [2020-11-17T19:16:56.946Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-17T19:16:56.946Z] #50 DONE 0.1s [2020-11-17T19:16:56.947Z] #41 97.33 DEP criu/protobuf.d [2020-11-17T19:16:56.948Z] #41 97.42 GEN criu/protobuf-desc-gen.h [2020-11-17T19:16:57.093Z] ok github.com/docker/docker/volume/drivers 0.002s coverage: 36.1% of statements [2020-11-17T19:16:57.209Z] [2020-11-17T19:16:57.209Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-17T19:16:57.209Z] #52 DONE 0.2s [2020-11-17T19:16:57.209Z] [2020-11-17T19:16:57.209Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:16:57.767Z] #39 ... [2020-11-17T19:16:57.767Z] [2020-11-17T19:16:57.767Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:16:57.767Z] #42 163.0 CC criu/pagemap-cache.o [2020-11-17T19:16:57.767Z] #42 163.5 CC criu/pagemap.o [2020-11-17T19:16:57.767Z] #42 164.7 CC criu/parasite-syscall.o [2020-11-17T19:16:57.767Z] #42 165.8 CC criu/path.o [2020-11-17T19:16:57.767Z] #42 166.2 CC criu/pie-util-vdso.o [2020-11-17T19:16:57.767Z] #42 166.7 CC criu/pie-util.o [2020-11-17T19:16:57.767Z] #42 166.9 CC criu/pipes.o [2020-11-17T19:16:57.767Z] #42 167.8 CC criu/plugin.o [2020-11-17T19:16:57.767Z] #42 168.3 CC criu/proc_parse.o [2020-11-17T19:16:57.767Z] #42 172.5 CC criu/protobuf-desc.o [2020-11-17T19:16:57.767Z] #42 173.7 CC criu/protobuf.o [2020-11-17T19:16:57.767Z] #42 174.2 CC criu/pstree.o [2020-11-17T19:16:58.129Z] ok github.com/docker/docker/volume/local 0.304s coverage: 76.6% of statements [2020-11-17T19:16:58.420Z] #42 175.7 CC criu/rbtree.o [2020-11-17T19:16:58.420Z] #42 ... [2020-11-17T19:16:58.420Z] [2020-11-17T19:16:58.420Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:16:58.420Z] #52 121.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-17T19:16:58.421Z] ok github.com/docker/docker/volume/mounts 0.015s coverage: 67.0% of statements [2020-11-17T19:16:58.564Z] #66 exporting layers 6.4s done [2020-11-17T19:16:58.564Z] #66 writing image sha256:2200b01517ce49694bc185f8cfe840296a93b787691e38e6f48821ab612ec60f done [2020-11-17T19:16:58.564Z] #66 naming to docker.io/library/docker:941fea1c58966531ef56fc020a3901158a01a473 done [2020-11-17T19:16:58.564Z] #66 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-11-17T19:16:58.860Z] #41 99.15 DEP criu/protobuf-desc.d [2020-11-17T19:16:58.860Z] #41 99.26 DEP criu/proc_parse.d [2020-11-17T19:16:58.909Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41682/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:941fea1c58966531ef56fc020a3901158a01a473 hack/validate/default [2020-11-17T19:16:59.121Z] #41 99.47 DEP criu/plugin.d [2020-11-17T19:16:59.121Z] #41 99.61 DEP criu/pipes.d [2020-11-17T19:16:59.382Z] #41 99.79 DEP criu/pie-util.d [2020-11-17T19:16:59.457Z] ok github.com/docker/docker/volume/service 0.009s coverage: 73.1% of statements [2020-11-17T19:16:59.643Z] #41 99.91 DEP criu/pie-util-vdso.d [2020-11-17T19:16:59.643Z] #41 100.1 DEP criu/pie-util-vdso-elf32.d [2020-11-17T19:16:59.643Z] #41 100.2 DEP criu/path.d [2020-11-17T19:16:59.852Z] Congratulations! All commits are properly signed with the DCO! [2020-11-17T19:16:59.852Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-11-17T19:16:59.852Z] No api/types/ or api/swagger.yaml changes in diff. [2020-11-17T19:16:59.852Z] Congratulations! All TOML source files changed here have valid syntax. [2020-11-17T19:16:59.852Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-11-17T19:16:59.852Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-11-17T19:16:59.852Z] Congratulations! No new tests were added to integration-cli. [2020-11-17T19:16:59.852Z] [2020-11-17T19:16:59.852Z] INFO Start validation with golang-ci-lint [2020-11-17T19:16:59.852Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-11-17T19:16:59.852Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-11-17T19:16:59.852Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-11-17T19:16:59.904Z] #41 100.3 DEP criu/parasite-syscall.d [2020-11-17T19:17:00.164Z] #41 100.5 DEP criu/pagemap.d [2020-11-17T19:17:00.164Z] #41 ... [2020-11-17T19:17:00.164Z] [2020-11-17T19:17:00.164Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:17:00.164Z] #18 21.43 libcap2-bin is already the newest version (1:2.25-2). [2020-11-17T19:17:00.164Z] #18 21.43 The following additional packages will be installed: [2020-11-17T19:17:00.164Z] #18 21.43 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-17T19:17:00.164Z] #18 21.43 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-17T19:17:00.164Z] #18 21.44 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-17T19:17:00.164Z] #18 21.44 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-17T19:17:00.164Z] #18 21.44 python3.7 python3.7-minimal vim-runtime xxd [2020-11-17T19:17:00.164Z] #18 21.45 Suggested packages: [2020-11-17T19:17:00.164Z] #18 21.45 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-17T19:17:00.164Z] #18 21.45 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-17T19:17:00.164Z] #18 21.45 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-17T19:17:00.164Z] #18 21.45 Recommended packages: [2020-11-17T19:17:00.164Z] #18 21.45 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-17T19:17:00.164Z] #18 21.45 python3-keyrings.alt python3-xdg unzip [2020-11-17T19:17:00.164Z] #18 23.19 The following NEW packages will be installed: [2020-11-17T19:17:00.164Z] #18 23.20 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-17T19:17:00.164Z] #18 23.20 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-17T19:17:00.164Z] #18 23.20 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-17T19:17:00.164Z] #18 23.20 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-17T19:17:00.164Z] #18 23.20 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-17T19:17:00.164Z] #18 23.21 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-17T19:17:00.164Z] #18 23.21 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-17T19:17:00.164Z] #18 23.21 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-17T19:17:00.164Z] #18 23.21 xz-utils zip [2020-11-17T19:17:00.164Z] #18 23.58 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-17T19:17:00.164Z] #18 23.58 Need to get 28.5 MB of archives. [2020-11-17T19:17:00.164Z] #18 23.58 After this operation, 116 MB of additional disk space will be used. [2020-11-17T19:17:00.164Z] #18 23.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-17T19:17:00.164Z] #18 23.58 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-17T19:17:00.164Z] #18 23.60 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-17T19:17:00.164Z] #18 23.80 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-11-17T19:17:00.164Z] #18 23.81 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-17T19:17:00.164Z] #18 23.81 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-17T19:17:00.164Z] #18 23.93 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-11-17T19:17:00.164Z] #18 23.95 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-17T19:17:00.164Z] #18 23.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-17T19:17:00.164Z] #18 23.96 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-17T19:17:00.164Z] #18 23.96 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-17T19:17:00.164Z] #18 23.97 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-17T19:17:00.164Z] #18 23.97 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-17T19:17:00.164Z] #18 23.97 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-17T19:17:00.164Z] #18 23.98 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-17T19:17:00.164Z] #18 23.98 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-17T19:17:00.165Z] #18 24.01 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-17T19:17:00.165Z] #18 24.02 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-17T19:17:00.165Z] #18 24.02 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-17T19:17:00.165Z] #18 24.04 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-17T19:17:00.165Z] #18 24.04 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-17T19:17:00.165Z] #18 24.06 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-17T19:17:00.165Z] #18 24.09 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-17T19:17:00.165Z] #18 24.10 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-17T19:17:00.165Z] #18 24.11 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-17T19:17:00.165Z] #18 24.11 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-17T19:17:00.165Z] #18 24.12 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-17T19:17:00.165Z] #18 24.13 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-17T19:17:00.165Z] #18 24.13 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-17T19:17:00.165Z] #18 24.72 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-17T19:17:00.165Z] #18 24.72 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-17T19:17:00.165Z] #18 24.72 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-17T19:17:00.165Z] #18 24.72 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-17T19:17:00.165Z] #18 24.73 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-17T19:17:00.165Z] #18 24.74 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-17T19:17:00.165Z] #18 24.84 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-17T19:17:00.165Z] #18 24.84 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-17T19:17:00.165Z] #18 24.85 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-17T19:17:00.165Z] #18 24.86 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-17T19:17:00.165Z] #18 24.87 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-17T19:17:00.165Z] #18 24.89 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-17T19:17:00.165Z] #18 24.89 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-17T19:17:00.165Z] #18 24.96 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-17T19:17:00.165Z] #18 24.98 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-17T19:17:00.165Z] #18 24.99 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-17T19:17:00.165Z] #18 25.32 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-17T19:17:00.165Z] #18 25.40 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-17T19:17:00.165Z] #18 25.43 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-17T19:17:00.165Z] #18 26.13 debconf: delaying package configuration, since apt-utils is not installed [2020-11-17T19:17:00.165Z] #18 26.27 Fetched 28.5 MB in 2s (13.4 MB/s) [2020-11-17T19:17:00.165Z] #18 26.33 Selecting previously unselected package pigz. [2020-11-17T19:17:00.165Z] #18 26.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-11-17T19:17:00.165Z] #18 26.39 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-17T19:17:00.165Z] #18 26.41 Unpacking pigz (2.4-1) ... [2020-11-17T19:17:00.425Z] #18 26.51 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-17T19:17:00.425Z] #18 26.51 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-17T19:17:00.425Z] #18 26.52 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-17T19:17:00.471Z] #18 41.16 Selecting previously unselected package libnet1:amd64. [2020-11-17T19:17:00.471Z] #18 41.16 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-17T19:17:00.471Z] #18 41.17 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:17:00.471Z] #18 41.27 Selecting previously unselected package libnl-3-200:amd64. [2020-11-17T19:17:00.471Z] #18 41.29 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-17T19:17:00.471Z] #18 41.30 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-17T19:17:00.471Z] #18 41.37 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-17T19:17:00.471Z] #18 41.38 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-17T19:17:00.471Z] #18 41.38 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-17T19:17:00.471Z] #18 41.43 Selecting previously unselected package libreadline5:amd64. [2020-11-17T19:17:00.471Z] #18 41.43 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-17T19:17:00.471Z] #18 41.45 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-17T19:17:00.471Z] #18 41.56 Selecting previously unselected package net-tools. [2020-11-17T19:17:00.471Z] #18 41.59 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-17T19:17:00.471Z] #18 41.59 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-17T19:17:00.471Z] #18 41.79 Selecting previously unselected package python-pip-whl. [2020-11-17T19:17:00.471Z] #18 41.81 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-17T19:17:00.471Z] #18 41.81 Unpacking python-pip-whl (18.1-5) ... [2020-11-17T19:17:00.685Z] #18 ... [2020-11-17T19:17:00.685Z] [2020-11-17T19:17:00.685Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-17T19:17:00.685Z] #30 DONE 207.1s [2020-11-17T19:17:00.685Z] [2020-11-17T19:17:00.685Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:00.685Z] #41 100.7 DEP criu/pagemap-cache.d [2020-11-17T19:17:00.685Z] #41 100.8 DEP criu/page-xfer.d [2020-11-17T19:17:00.685Z] #41 100.9 DEP criu/page-pipe.d [2020-11-17T19:17:00.685Z] #41 101.1 DEP criu/netfilter.d [2020-11-17T19:17:00.946Z] #41 101.3 DEP criu/net.d [2020-11-17T19:17:00.984Z] #18 42.36 Selecting previously unselected package python3-lib2to3. [2020-11-17T19:17:00.984Z] #18 42.38 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-17T19:17:00.984Z] #18 42.39 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-17T19:17:01.195Z] #52 124.3 + mkdir -p /build [2020-11-17T19:17:01.195Z] #52 124.3 + cp runc /build/runc [2020-11-17T19:17:01.195Z] #52 DONE 124.4s [2020-11-17T19:17:01.195Z] [2020-11-17T19:17:01.195Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:01.195Z] #42 176.1 CC criu/rst-malloc.o [2020-11-17T19:17:01.195Z] #42 176.4 CC criu/seccomp.o [2020-11-17T19:17:01.195Z] #42 177.3 CC criu/seize.o [2020-11-17T19:17:01.207Z] #41 101.7 DEP criu/namespaces.d [2020-11-17T19:17:01.241Z] #18 42.50 Selecting previously unselected package python3-distutils. [2020-11-17T19:17:01.241Z] #18 42.51 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-17T19:17:01.241Z] #18 42.51 Unpacking python3-distutils (3.7.3-1) ... [2020-11-17T19:17:01.241Z] #18 42.65 Selecting previously unselected package python3-pip. [2020-11-17T19:17:01.241Z] #18 42.66 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-17T19:17:01.241Z] #18 42.66 Unpacking python3-pip (18.1-5) ... [2020-11-17T19:17:01.468Z] #41 102.0 DEP criu/mount.d [2020-11-17T19:17:01.498Z] #18 42.82 Selecting previously unselected package python3-pkg-resources. [2020-11-17T19:17:01.498Z] #18 42.82 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-17T19:17:01.498Z] #18 42.83 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-17T19:17:01.498Z] #18 42.96 Selecting previously unselected package python3-setuptools. [2020-11-17T19:17:01.498Z] #18 42.97 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-17T19:17:01.498Z] #18 42.98 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-17T19:17:01.729Z] #41 102.2 DEP criu/memfd.d [2020-11-17T19:17:01.844Z] #42 178.8 CC criu/servicefd.o [2020-11-17T19:17:01.990Z] #41 102.5 DEP criu/mem.d [2020-11-17T19:17:02.062Z] #18 43.41 Selecting previously unselected package python3-wheel. [2020-11-17T19:17:02.062Z] #18 43.42 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-17T19:17:02.062Z] #18 43.43 Unpacking python3-wheel (0.32.3-2) ... [2020-11-17T19:17:02.062Z] #18 43.52 Selecting previously unselected package sudo. [2020-11-17T19:17:02.062Z] #18 ... [2020-11-17T19:17:02.062Z] [2020-11-17T19:17:02.062Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:02.062Z] #41 108.8 CC criu/clone-noasan.o [2020-11-17T19:17:02.062Z] #41 109.0 CC criu/config.o [2020-11-17T19:17:02.062Z] #41 110.3 CC criu/cr-check.o [2020-11-17T19:17:02.062Z] #41 111.9 CC criu/cr-dedup.o [2020-11-17T19:17:02.062Z] #41 112.4 CC criu/cr-dump.o [2020-11-17T19:17:02.062Z] #41 114.5 CC criu/cr-errno.o [2020-11-17T19:17:02.062Z] #41 114.6 CC criu/cr-restore.o [2020-11-17T19:17:02.062Z] #41 118.8 CC criu/cr-service.o [2020-11-17T19:17:02.062Z] #41 ... [2020-11-17T19:17:02.062Z] [2020-11-17T19:17:02.062Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:17:02.062Z] #18 43.52 Selecting previously unselected package sudo. [2020-11-17T19:17:02.062Z] #18 43.54 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-17T19:17:02.062Z] #18 43.55 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-17T19:17:02.251Z] #41 102.6 DEP criu/lsm.d [2020-11-17T19:17:02.492Z] #42 179.7 CC criu/shmem.o [2020-11-17T19:17:02.511Z] #41 102.9 DEP criu/log.d [2020-11-17T19:17:02.511Z] #41 103.0 DEP criu/libnetlink.d [2020-11-17T19:17:02.511Z] #41 103.1 DEP criu/kerndat.d [2020-11-17T19:17:02.625Z] #18 44.03 Selecting previously unselected package thin-provisioning-tools. [2020-11-17T19:17:02.625Z] #18 44.03 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-17T19:17:02.625Z] #18 44.04 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-17T19:17:02.772Z] #41 103.2 DEP criu/kcmp-ids.d [2020-11-17T19:17:02.772Z] #41 103.3 DEP criu/irmap.d [2020-11-17T19:17:02.772Z] #41 103.4 DEP criu/ipc_ns.d [2020-11-17T19:17:02.882Z] #18 44.31 Selecting previously unselected package uidmap. [2020-11-17T19:17:02.882Z] #18 44.31 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-17T19:17:02.882Z] #18 44.32 Unpacking uidmap (1:4.5-1.1) ... [2020-11-17T19:17:03.032Z] #41 103.5 DEP criu/image.d [2020-11-17T19:17:03.032Z] #41 103.7 DEP criu/image-desc.d [2020-11-17T19:17:03.139Z] #18 44.43 Selecting previously unselected package vim-runtime. [2020-11-17T19:17:03.139Z] #18 44.44 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:17:03.139Z] #18 44.48 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-17T19:17:03.139Z] #18 44.50 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-17T19:17:03.139Z] #18 44.51 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-17T19:17:03.293Z] #41 103.8 DEP criu/fsnotify.d [2020-11-17T19:17:03.553Z] #41 104.0 DEP criu/filesystems.d [2020-11-17T19:17:03.813Z] #41 104.2 DEP criu/files.d [2020-11-17T19:17:03.813Z] #41 104.4 DEP criu/files-reg.d [2020-11-17T19:17:04.035Z] #42 181.1 CC criu/sigframe.o [2020-11-17T19:17:04.035Z] #42 181.3 CC criu/signalfd.o [2020-11-17T19:17:04.073Z] #41 104.5 DEP criu/files-ext.d [2020-11-17T19:17:04.073Z] #41 104.6 DEP criu/file-lock.d [2020-11-17T19:17:04.334Z] #41 104.7 DEP criu/file-ids.d [2020-11-17T19:17:04.336Z] #42 181.7 CC criu/sk-inet.o [2020-11-17T19:17:04.594Z] #41 104.9 DEP criu/fifo.d [2020-11-17T19:17:04.594Z] #41 105.1 DEP criu/fdstore.d [2020-11-17T19:17:04.594Z] #41 105.1 DEP criu/fault-injection.d [2020-11-17T19:17:04.855Z] #41 105.2 DEP criu/external.d [2020-11-17T19:17:04.855Z] #41 105.3 DEP criu/eventpoll.d [2020-11-17T19:17:05.115Z] #41 105.5 DEP criu/eventfd.d [2020-11-17T19:17:05.115Z] #41 105.6 DEP criu/crtools.d [2020-11-17T19:17:05.377Z] #41 105.8 DEP criu/cr-service.d [2020-11-17T19:17:05.638Z] #41 105.9 DEP criu/cr-restore.d [2020-11-17T19:17:05.638Z] #41 106.2 DEP criu/cr-errno.d [2020-11-17T19:17:05.874Z] #42 182.9 CC criu/sk-netlink.o [2020-11-17T19:17:05.899Z] #41 106.2 DEP criu/cr-dump.d [2020-11-17T19:17:05.899Z] #41 106.4 DEP criu/cr-dedup.d [2020-11-17T19:17:06.159Z] #41 106.6 DEP criu/cr-check.d [2020-11-17T19:17:06.171Z] #42 183.4 CC criu/sk-packet.o [2020-11-17T19:17:06.413Z] #18 47.59 Selecting previously unselected package vim. [2020-11-17T19:17:06.414Z] #18 47.59 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-17T19:17:06.414Z] #18 47.62 Unpacking vim (2:8.1.0875-5) ... [2020-11-17T19:17:06.420Z] #41 106.8 DEP criu/config.d [2020-11-17T19:17:06.671Z] #18 48.18 Selecting previously unselected package xfsprogs. [2020-11-17T19:17:06.671Z] #18 48.18 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-17T19:17:06.671Z] #18 48.19 Unpacking xfsprogs (4.20.0-1) ... [2020-11-17T19:17:06.680Z] #41 107.0 DEP criu/clone-noasan.d [2020-11-17T19:17:06.680Z] #41 107.1 DEP criu/cgroup.d [2020-11-17T19:17:06.821Z] #42 184.0 CC criu/sk-queue.o [2020-11-17T19:17:06.944Z] #41 107.3 DEP criu/cgroup-props.d [2020-11-17T19:17:06.944Z] #41 107.4 DEP criu/bitmap.d [2020-11-17T19:17:06.944Z] #41 107.4 DEP criu/bfd.d [2020-11-17T19:17:07.127Z] #42 184.5 CC criu/sk-tcp.o [2020-11-17T19:17:07.205Z] #41 107.6 DEP criu/autofs.d [2020-11-17T19:17:07.205Z] #41 107.7 DEP criu/aio.d [2020-11-17T19:17:07.235Z] #18 48.61 Selecting previously unselected package zip. [2020-11-17T19:17:07.235Z] #18 48.62 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-17T19:17:07.235Z] #18 48.63 Unpacking zip (3.0-11+b1) ... [2020-11-17T19:17:07.235Z] #18 48.85 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-17T19:17:07.465Z] #41 107.8 DEP criu/action-scripts.d [2020-11-17T19:17:07.466Z] #41 ... [2020-11-17T19:17:07.466Z] [2020-11-17T19:17:07.466Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:17:07.466Z] #18 27.14 Selecting previously unselected package python3.7-minimal. [2020-11-17T19:17:07.466Z] #18 27.14 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 27.17 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-17T19:17:07.466Z] #18 28.23 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-17T19:17:07.466Z] #18 28.25 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-17T19:17:07.466Z] #18 30.49 Selecting previously unselected package python3-minimal. [2020-11-17T19:17:07.466Z] #18 30.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 ... 23681 files and directories currently installed.) [2020-11-17T19:17:07.466Z] #18 30.58 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 30.59 Unpacking python3-minimal (3.7.3-1) ... [2020-11-17T19:17:07.466Z] #18 30.68 Selecting previously unselected package libmpdec2:amd64. [2020-11-17T19:17:07.466Z] #18 30.69 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 30.71 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-17T19:17:07.466Z] #18 30.82 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-17T19:17:07.466Z] #18 30.82 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 30.83 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-17T19:17:07.466Z] #18 31.74 Selecting previously unselected package python3.7. [2020-11-17T19:17:07.466Z] #18 31.75 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 31.76 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-17T19:17:07.466Z] #18 31.90 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-17T19:17:07.466Z] #18 31.90 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 31.92 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-17T19:17:07.466Z] #18 32.06 Setting up python3-minimal (3.7.3-1) ... [2020-11-17T19:17:07.466Z] #18 32.91 Selecting previously unselected package python3. [2020-11-17T19:17:07.466Z] #18 32.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-11-17T19:17:07.466Z] #18 32.99 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 33.00 Unpacking python3 (3.7.3-1) ... [2020-11-17T19:17:07.466Z] #18 33.19 Selecting previously unselected package libip4tc0:amd64. [2020-11-17T19:17:07.466Z] #18 33.19 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 33.20 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-17T19:17:07.466Z] #18 33.31 Selecting previously unselected package libip6tc0:amd64. [2020-11-17T19:17:07.466Z] #18 33.31 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 33.33 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-17T19:17:07.466Z] #18 33.42 Selecting previously unselected package libiptc0:amd64. [2020-11-17T19:17:07.466Z] #18 33.42 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 33.42 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-17T19:17:07.466Z] #18 33.52 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-17T19:17:07.466Z] #18 33.52 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 33.53 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-17T19:17:07.466Z] #18 33.60 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-17T19:17:07.466Z] #18 33.62 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 33.62 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-17T19:17:07.466Z] #18 33.71 Selecting previously unselected package libnftnl11:amd64. [2020-11-17T19:17:07.466Z] #18 33.71 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-17T19:17:07.466Z] #18 33.73 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-17T19:17:07.492Z] #18 48.87 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-17T19:17:07.492Z] #18 48.88 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-17T19:17:07.492Z] #18 48.89 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-17T19:17:07.492Z] #18 48.90 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-17T19:17:07.492Z] #18 48.91 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-17T19:17:07.492Z] #18 48.92 Setting up uidmap (1:4.5-1.1) ... [2020-11-17T19:17:07.492Z] #18 48.94 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-17T19:17:07.492Z] #18 48.96 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:17:07.492Z] #18 48.97 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-17T19:17:07.492Z] #18 48.98 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-17T19:17:07.492Z] #18 48.99 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-17T19:17:07.492Z] #18 49.00 Setting up xxd (2:8.1.0875-5) ... [2020-11-17T19:17:07.492Z] #18 49.01 Setting up zip (3.0-11+b1) ... [2020-11-17T19:17:07.492Z] #18 49.02 Setting up vim-common (2:8.1.0875-5) ... [2020-11-17T19:17:07.492Z] #18 49.06 Setting up bash-completion (1:2.8-6) ... [2020-11-17T19:17:07.727Z] #18 33.82 Selecting previously unselected package iptables. [2020-11-17T19:17:07.727Z] #18 33.82 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-17T19:17:07.727Z] #18 33.84 Unpacking iptables (1.8.2-4) ... [2020-11-17T19:17:07.988Z] #18 34.20 Selecting previously unselected package xxd. [2020-11-17T19:17:07.988Z] #18 34.21 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-17T19:17:07.988Z] #18 34.22 Unpacking xxd (2:8.1.0875-5) ... [2020-11-17T19:17:08.196Z] #42 185.1 CC criu/sk-unix.o [2020-11-17T19:17:08.248Z] #18 34.35 Selecting previously unselected package vim-common. [2020-11-17T19:17:08.248Z] #18 34.36 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:17:08.248Z] #18 34.39 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-17T19:17:08.543Z] #18 34.57 Selecting previously unselected package bash-completion. [2020-11-17T19:17:08.543Z] #18 34.57 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-17T19:17:09.956Z] #42 187.3 CC criu/sockets.o [2020-11-17T19:17:10.767Z] #18 51.67 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-17T19:17:10.767Z] #18 51.68 Setting up xz-utils (5.2.4-1) ... [2020-11-17T19:17:10.767Z] #18 51.70 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-17T19:17:10.767Z] #18 51.71 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-17T19:17:10.767Z] #18 51.80 invoke-rc.d: could not determine current runlevel [2020-11-17T19:17:10.768Z] #18 51.81 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-17T19:17:10.768Z] #18 51.82 Setting up pigz (2.4-1) ... [2020-11-17T19:17:10.768Z] #18 51.84 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-17T19:17:10.768Z] #18 51.86 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-17T19:17:10.768Z] #18 51.88 Setting up python-pip-whl (18.1-5) ... [2020-11-17T19:17:10.768Z] #18 51.89 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-17T19:17:10.768Z] #18 51.90 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-17T19:17:10.768Z] #18 52.25 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-17T19:17:10.768Z] #18 52.26 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-17T19:17:10.768Z] #18 52.27 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-17T19:17:10.768Z] #18 52.28 Setting up vim (2:8.1.0875-5) ... [2020-11-17T19:17:10.768Z] #18 52.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-17T19:17:10.768Z] #18 52.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-17T19:17:11.015Z] #42 188.2 CC criu/stats.o [2020-11-17T19:17:11.025Z] #18 52.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-17T19:17:11.025Z] #18 52.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-17T19:17:11.025Z] #18 52.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-17T19:17:11.025Z] #18 52.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-17T19:17:11.025Z] #18 52.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-17T19:17:11.025Z] #18 52.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-17T19:17:11.025Z] #18 52.47 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-17T19:17:11.025Z] #18 52.48 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-17T19:17:11.025Z] #18 52.50 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-17T19:17:11.025Z] #18 52.52 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-17T19:17:11.025Z] #18 52.53 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-17T19:17:11.282Z] #18 52.55 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-17T19:17:11.315Z] #42 188.7 CC criu/string.o [2020-11-17T19:17:11.616Z] #42 188.8 CC criu/sysctl.o [2020-11-17T19:17:11.876Z] #18 37.73 Unpacking bash-completion (1:2.8-6) ... [2020-11-17T19:17:12.137Z] #18 38.15 Selecting previously unselected package bzip2. [2020-11-17T19:17:12.137Z] #18 38.16 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-17T19:17:12.137Z] #18 38.16 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-17T19:17:12.137Z] #18 38.24 Selecting previously unselected package xz-utils. [2020-11-17T19:17:12.137Z] #18 38.25 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-17T19:17:12.137Z] #18 38.26 Unpacking xz-utils (5.2.4-1) ... [2020-11-17T19:17:12.343Z] #42 189.7 CC criu/sysfs_parse.o [2020-11-17T19:17:12.398Z] #18 38.43 Selecting previously unselected package apparmor. [2020-11-17T19:17:12.398Z] #18 38.45 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-17T19:17:12.398Z] #18 38.59 Unpacking apparmor (2.13.2-10) ... [2020-11-17T19:17:12.970Z] #18 38.99 Selecting previously unselected package aufs-tools. [2020-11-17T19:17:12.970Z] #18 38.99 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-17T19:17:12.970Z] #18 39.01 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-17T19:17:12.970Z] #18 39.12 Selecting previously unselected package libonig5:amd64. [2020-11-17T19:17:12.970Z] #18 39.13 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-17T19:17:12.970Z] #18 39.13 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-17T19:17:12.991Z] #42 190.2 CC criu/timens.o [2020-11-17T19:17:13.231Z] #18 39.32 Selecting previously unselected package libjq1:amd64. [2020-11-17T19:17:13.231Z] #18 39.33 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-17T19:17:13.231Z] #18 39.34 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-17T19:17:13.231Z] #18 39.45 Selecting previously unselected package jq. [2020-11-17T19:17:13.231Z] #18 39.46 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-17T19:17:13.231Z] #18 39.46 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-17T19:17:13.492Z] #18 39.54 Selecting previously unselected package libaio1:amd64. [2020-11-17T19:17:13.492Z] #18 39.56 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-17T19:17:13.492Z] #18 39.57 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-17T19:17:13.492Z] #18 39.64 Selecting previously unselected package libgpm2:amd64. [2020-11-17T19:17:13.492Z] #18 39.64 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-17T19:17:13.492Z] #18 39.65 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-17T19:17:13.492Z] #18 39.74 Selecting previously unselected package libicu63:amd64. [2020-11-17T19:17:13.640Z] #42 190.7 CC criu/timerfd.o [2020-11-17T19:17:13.753Z] #18 39.76 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-17T19:17:13.753Z] #18 39.77 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-17T19:17:13.805Z] #18 ... [2020-11-17T19:17:13.806Z] [2020-11-17T19:17:13.806Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:13.806Z] #41 120.4 CC criu/crtools.o [2020-11-17T19:17:13.806Z] #41 120.9 CC criu/eventfd.o [2020-11-17T19:17:13.806Z] #41 121.3 CC criu/eventpoll.o [2020-11-17T19:17:13.806Z] #41 122.1 CC criu/external.o [2020-11-17T19:17:13.806Z] #41 122.5 CC criu/fault-injection.o [2020-11-17T19:17:13.806Z] #41 122.5 CC criu/fdstore.o [2020-11-17T19:17:13.806Z] #41 122.7 CC criu/fifo.o [2020-11-17T19:17:13.806Z] #41 123.1 CC criu/file-ids.o [2020-11-17T19:17:13.806Z] #41 123.4 CC criu/file-lock.o [2020-11-17T19:17:13.806Z] #41 124.3 CC criu/files-ext.o [2020-11-17T19:17:13.806Z] #41 124.7 CC criu/files-reg.o [2020-11-17T19:17:13.806Z] #41 126.9 CC criu/files.o [2020-11-17T19:17:13.806Z] #41 128.8 CC criu/filesystems.o [2020-11-17T19:17:13.806Z] #41 129.5 CC criu/fsnotify.o [2020-11-17T19:17:13.939Z] #42 191.1 CC criu/tty.o [2020-11-17T19:17:14.063Z] #41 130.8 CC criu/image-desc.o [2020-11-17T19:17:14.063Z] #41 ... [2020-11-17T19:17:14.063Z] [2020-11-17T19:17:14.063Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:17:14.063Z] #18 55.45 Setting up iptables (1.8.2-4) ... [2020-11-17T19:17:14.063Z] #18 55.47 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-17T19:17:14.063Z] #18 55.48 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-17T19:17:14.063Z] #18 55.48 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-17T19:17:14.063Z] #18 55.49 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-17T19:17:14.063Z] #18 55.49 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-17T19:17:14.063Z] #18 55.50 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-17T19:17:14.063Z] #18 55.51 Setting up python3 (3.7.3-1) ... [2020-11-17T19:17:14.320Z] #18 55.85 Setting up python3-wheel (0.32.3-2) ... [2020-11-17T19:17:14.803Z] ok github.com/docker/docker/pkg/plugins 33.621s coverage: 76.6% of statements [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/rootless [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/volume [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-17T19:17:14.803Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === Skipped [2020-11-17T19:17:14.803Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-17T19:17:14.803Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-17T19:17:14.803Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-17T19:17:14.803Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:17:14.803Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-17T19:17:14.803Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:17:14.803Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-17T19:17:14.803Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:17:14.803Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-17T19:17:14.803Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:17:14.803Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-17T19:17:14.803Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:17:14.803Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-17T19:17:14.803Z] graphtest_unix.go:73: No driver to put! [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-17T19:17:14.803Z] time="2020-11-17T19:16:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:17:14.803Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:17:14.803Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-17T19:17:14.803Z] time="2020-11-17T19:16:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:17:14.803Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:17:14.803Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-17T19:17:14.803Z] time="2020-11-17T19:16:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:17:14.803Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:17:14.803Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-17T19:17:14.803Z] time="2020-11-17T19:16:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:17:14.803Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:17:14.803Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-17T19:17:14.803Z] time="2020-11-17T19:16:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:17:14.803Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:17:14.803Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-17T19:17:14.803Z] graphtest_unix.go:73: No driver to put! [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-17T19:17:14.803Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-17T19:17:14.803Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-17T19:17:14.803Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-17T19:17:14.803Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-17T19:17:14.803Z] [2020-11-17T19:17:14.803Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-17T19:17:14.803Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:17:14.804Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:17:14.804Z] [2020-11-17T19:17:14.804Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-17T19:17:14.804Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:17:14.804Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:17:14.804Z] [2020-11-17T19:17:14.804Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-17T19:17:14.804Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:17:14.804Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:17:14.804Z] [2020-11-17T19:17:14.804Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-17T19:17:14.804Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:17:14.804Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:17:14.804Z] [2020-11-17T19:17:14.804Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-17T19:17:14.804Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:17:14.804Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:17:14.804Z] [2020-11-17T19:17:14.804Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-17T19:17:14.804Z] graphtest_unix.go:73: No driver to put! [2020-11-17T19:17:14.804Z] [2020-11-17T19:17:14.804Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-17T19:17:14.804Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-17T19:17:14.804Z] [2020-11-17T19:17:14.804Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-17T19:17:14.804Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-17T19:17:14.804Z] [2020-11-17T19:17:14.804Z] [2020-11-17T19:17:14.804Z] DONE 2191 tests, 26 skipped in 187.610s Post stage [Pipeline] junit [2020-11-17T19:17:14.850Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2020-11-17T19:17:15.001Z] #42 ... [2020-11-17T19:17:15.001Z] [2020-11-17T19:17:15.001Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:17:15.001Z] #39 DONE 262.3s [2020-11-17T19:17:15.001Z] [2020-11-17T19:17:15.001Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-17T19:17:15.251Z] #18 56.61 Setting up apparmor (2.13.2-10) ... [2020-11-17T19:17:15.359Z] #54 212.4 + bin/containerd-stress [2020-11-17T19:17:15.370Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -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:941fea1c58966531ef56fc020a3901158a01a473 hack/make.sh dynbinary test-integration [2020-11-17T19:17:15.661Z] [2020-11-17T19:17:15.661Z] Removing bundles/ [2020-11-17T19:17:15.661Z] [2020-11-17T19:17:15.953Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-17T19:17:15.953Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-17T19:17:15.953Z] GOOS="" GOARCH="" GOARM="" [2020-11-17T19:17:17.053Z] #18 43.26 Selecting previously unselected package libnet1:amd64. [2020-11-17T19:17:17.111Z] #42 194.1 CC criu/tun.o [2020-11-17T19:17:17.229Z] #18 58.58 Setting up xfsprogs (4.20.0-1) ... [2020-11-17T19:17:17.229Z] #18 58.59 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-17T19:17:17.313Z] #18 43.26 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-17T19:17:17.314Z] #18 43.26 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:17:17.314Z] #18 43.37 Selecting previously unselected package libnl-3-200:amd64. [2020-11-17T19:17:17.314Z] #18 43.38 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-17T19:17:17.314Z] #18 43.39 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-17T19:17:17.314Z] #18 43.47 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-17T19:17:17.314Z] #18 43.48 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-17T19:17:17.314Z] #18 43.49 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-17T19:17:17.314Z] #18 43.56 Selecting previously unselected package libreadline5:amd64. [2020-11-17T19:17:17.314Z] #18 43.56 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-17T19:17:17.314Z] #18 43.57 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-17T19:17:17.493Z] #18 58.95 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-17T19:17:17.574Z] #18 43.67 Selecting previously unselected package net-tools. [2020-11-17T19:17:17.574Z] #18 43.68 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-17T19:17:17.574Z] #18 43.70 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-17T19:17:17.758Z] #42 194.8 CC criu/uffd.o [2020-11-17T19:17:17.835Z] #18 43.92 Selecting previously unselected package python-pip-whl. [2020-11-17T19:17:17.835Z] #18 ... [2020-11-17T19:17:17.835Z] [2020-11-17T19:17:17.835Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:17.835Z] #41 108.1 CC criu/action-scripts.o [2020-11-17T19:17:17.835Z] #41 108.5 CC criu/aio.o [2020-11-17T19:17:17.835Z] #41 109.1 CC criu/autofs.o [2020-11-17T19:17:17.835Z] #41 110.8 CC criu/bfd.o [2020-11-17T19:17:17.835Z] #41 111.3 CC criu/bitmap.o [2020-11-17T19:17:17.835Z] #41 111.4 CC criu/cgroup-props.o [2020-11-17T19:17:17.835Z] #41 112.1 CC criu/cgroup.o [2020-11-17T19:17:17.835Z] #41 114.8 CC criu/clone-noasan.o [2020-11-17T19:17:17.835Z] #41 114.9 CC criu/config.o [2020-11-17T19:17:17.835Z] #41 116.3 CC criu/cr-check.o [2020-11-17T19:17:17.835Z] #41 118.2 CC criu/cr-dedup.o [2020-11-17T19:17:17.835Z] #41 ... [2020-11-17T19:17:17.835Z] [2020-11-17T19:17:17.835Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:17:17.835Z] #18 43.92 Selecting previously unselected package python-pip-whl. [2020-11-17T19:17:17.835Z] #18 43.93 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-17T19:17:17.835Z] #18 43.93 Unpacking python-pip-whl (18.1-5) ... [2020-11-17T19:17:17.916Z] #54 215.0 + bin/containerd-shim [2020-11-17T19:17:18.406Z] #18 44.50 Selecting previously unselected package python3-lib2to3. [2020-11-17T19:17:18.406Z] #18 44.51 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-17T19:17:18.406Z] #18 44.51 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-17T19:17:18.429Z] #18 59.80 Setting up python3-distutils (3.7.3-1) ... [2020-11-17T19:17:18.666Z] #18 44.65 Selecting previously unselected package python3-distutils. [2020-11-17T19:17:18.666Z] #18 44.67 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-17T19:17:18.666Z] #18 44.68 Unpacking python3-distutils (3.7.3-1) ... [2020-11-17T19:17:18.666Z] #18 44.83 Selecting previously unselected package python3-pip. [2020-11-17T19:17:18.666Z] #18 44.85 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-17T19:17:18.666Z] #18 44.86 Unpacking python3-pip (18.1-5) ... [2020-11-17T19:17:18.816Z] #42 196.1 CC criu/util.o [2020-11-17T19:17:18.927Z] #18 45.03 Selecting previously unselected package python3-pkg-resources. [2020-11-17T19:17:18.927Z] #18 45.05 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-17T19:17:18.927Z] #18 45.06 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-17T19:17:18.991Z] #18 60.27 Setting up python3-setuptools (40.8.0-1) ... [2020-11-17T19:17:19.188Z] #18 45.20 Selecting previously unselected package python3-setuptools. [2020-11-17T19:17:19.188Z] #18 45.23 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-17T19:17:19.188Z] #18 45.23 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-17T19:17:19.188Z] #18 45.48 Selecting previously unselected package python3-wheel. [2020-11-17T19:17:19.449Z] #18 45.49 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-17T19:17:19.449Z] #18 45.51 Unpacking python3-wheel (0.32.3-2) ... [2020-11-17T19:17:19.449Z] #18 45.59 Selecting previously unselected package sudo. [2020-11-17T19:17:19.449Z] #18 45.59 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-17T19:17:19.449Z] #18 45.61 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-17T19:17:19.921Z] #18 61.48 Setting up python3-pip (18.1-5) ... [2020-11-17T19:17:20.020Z] #18 46.14 Selecting previously unselected package thin-provisioning-tools. [2020-11-17T19:17:20.020Z] #18 46.14 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-17T19:17:20.020Z] #18 46.15 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-17T19:17:20.281Z] #18 46.40 Selecting previously unselected package uidmap. [2020-11-17T19:17:20.281Z] #18 46.41 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-17T19:17:20.281Z] #18 46.42 Unpacking uidmap (1:4.5-1.1) ... [2020-11-17T19:17:20.357Z] #42 197.6 CC criu/uts_ns.o [2020-11-17T19:17:20.541Z] #18 46.53 Selecting previously unselected package vim-runtime. [2020-11-17T19:17:20.541Z] #18 46.53 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-17T19:17:20.541Z] #18 46.59 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-17T19:17:20.541Z] #18 46.62 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-17T19:17:20.541Z] #18 46.63 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-17T19:17:20.662Z] #42 198.0 CC criu/vdso.o [2020-11-17T19:17:21.288Z] #18 62.49 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:17:21.288Z] #18 62.54 Processing triggers for mime-support (3.62) ... [2020-11-17T19:17:21.310Z] #42 198.6 LINK criu/built-in.o [2020-11-17T19:17:21.611Z] #42 198.8 LINK criu/criu [2020-11-17T19:17:21.911Z] #42 199.4 DEP lib/c/criu.d [2020-11-17T19:17:22.210Z] #42 199.5 CC images/rpc.pb-c.o [2020-11-17T19:17:22.221Z] #18 DONE 63.6s [2020-11-17T19:17:22.221Z] [2020-11-17T19:17:22.221Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:17:22.221Z] #38 231.2 + dpkg --print-architecture [2020-11-17T19:17:22.221Z] #38 231.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-17T19:17:22.221Z] #38 231.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-17T19:17:22.221Z] #38 231.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-17T19:17:22.221Z] #38 ... [2020-11-17T19:17:22.221Z] [2020-11-17T19:17:22.221Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-17T19:17:22.859Z] #42 200.2 CC lib/c/criu.o [2020-11-17T19:17:23.152Z] #19 0.956 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-17T19:17:23.152Z] #19 0.960 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-17T19:17:23.152Z] #19 0.964 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-17T19:17:23.152Z] #19 DONE 1.0s [2020-11-17T19:17:23.152Z] [2020-11-17T19:17:23.152Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:23.152Z] #41 131.0 CC criu/image.o [2020-11-17T19:17:23.152Z] #41 131.9 CC criu/ipc_ns.o [2020-11-17T19:17:23.152Z] #41 133.1 CC criu/irmap.o [2020-11-17T19:17:23.152Z] #41 133.7 CC criu/kcmp-ids.o [2020-11-17T19:17:23.152Z] #41 134.1 CC criu/kerndat.o [2020-11-17T19:17:23.152Z] #41 135.2 CC criu/libnetlink.o [2020-11-17T19:17:23.152Z] #41 135.6 CC criu/log.o [2020-11-17T19:17:23.152Z] #41 136.1 CC criu/lsm.o [2020-11-17T19:17:23.152Z] #41 136.5 CC criu/mem.o [2020-11-17T19:17:23.152Z] #41 138.3 CC criu/memfd.o [2020-11-17T19:17:23.152Z] #41 138.9 CC criu/mount.o [2020-11-17T19:17:23.152Z] #41 ... [2020-11-17T19:17:23.152Z] [2020-11-17T19:17:23.152Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-17T19:17:23.230Z] #54 220.4 + bin/containerd-shim-runc-v1 [2020-11-17T19:17:23.841Z] #18 49.71 Selecting previously unselected package vim. [2020-11-17T19:17:23.841Z] #18 49.71 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-17T19:17:23.841Z] #18 49.73 Unpacking vim (2:8.1.0875-5) ... [2020-11-17T19:17:24.102Z] #18 50.24 Selecting previously unselected package xfsprogs. [2020-11-17T19:17:24.102Z] #18 50.25 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-17T19:17:24.102Z] #18 50.26 Unpacking xfsprogs (4.20.0-1) ... [2020-11-17T19:17:24.406Z] #42 201.5 LINK lib/c/built-in.o [2020-11-17T19:17:24.406Z] #42 201.5 LINK lib/c/libcriu.so [2020-11-17T19:17:24.406Z] #42 201.5 LINK lib/c/libcriu.a [2020-11-17T19:17:24.406Z] #42 201.8 GEN magic.py [2020-11-17T19:17:24.673Z] #18 50.74 Selecting previously unselected package zip. [2020-11-17T19:17:24.673Z] #18 50.76 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-17T19:17:24.673Z] #18 50.76 Unpacking zip (3.0-11+b1) ... [2020-11-17T19:17:24.673Z] #18 50.96 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-17T19:17:24.730Z] #42 202.0 Note: Building without setproctitle() and strlcpy() support. [2020-11-17T19:17:24.730Z] #42 202.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-17T19:17:24.730Z] #42 202.0 Note: Building without GnuTLS support [2020-11-17T19:17:24.730Z] #42 202.0 Makefile.config:39: Warn: you have no libnftables installed [2020-11-17T19:17:24.730Z] #42 202.0 Makefile.config:40: Warn: Building without nftables support [2020-11-17T19:17:24.934Z] #18 51.02 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-17T19:17:24.934Z] #18 51.03 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-17T19:17:24.934Z] #18 51.05 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-17T19:17:24.934Z] #18 51.06 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-17T19:17:24.934Z] #18 51.08 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-17T19:17:24.934Z] #18 51.09 Setting up uidmap (1:4.5-1.1) ... [2020-11-17T19:17:24.934Z] #18 51.11 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-17T19:17:24.934Z] #18 51.12 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-17T19:17:24.934Z] #18 51.14 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-17T19:17:24.934Z] #18 51.15 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-17T19:17:24.934Z] #18 51.16 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-17T19:17:24.934Z] #18 51.18 Setting up xxd (2:8.1.0875-5) ... [2020-11-17T19:17:25.195Z] #18 51.20 Setting up zip (3.0-11+b1) ... [2020-11-17T19:17:25.195Z] #18 51.21 Setting up vim-common (2:8.1.0875-5) ... [2020-11-17T19:17:25.195Z] #18 51.25 Setting up bash-completion (1:2.8-6) ... [2020-11-17T19:17:25.802Z] #42 202.8 fatal: not a git repository (or any of the parent directories): .git [2020-11-17T19:17:26.452Z] #42 203.6 make[1]: Nothing to be done for 'all'. [2020-11-17T19:17:27.099Z] #42 204.5 make[1]: 'images/built-in.o' is up to date. [2020-11-17T19:17:27.099Z] #42 204.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-17T19:17:27.400Z] #42 204.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-17T19:17:27.400Z] #42 204.6 make[1]: 'compel/libcompel.a' is up to date. [2020-11-17T19:17:27.400Z] #42 204.6 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-17T19:17:27.400Z] #42 204.6 make[1]: Nothing to be done for 'all'. [2020-11-17T19:17:27.400Z] #42 204.7 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-17T19:17:27.458Z] #54 224.2 + bin/containerd-shim-runc-v2 [2020-11-17T19:17:27.699Z] #42 204.9 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:27.699Z] #42 205.0 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:27.699Z] #42 205.0 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:27.999Z] #42 205.1 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:27.999Z] #42 205.2 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:27.999Z] #42 205.2 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:27.999Z] #42 205.3 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:28.033Z] #54 225.4 + binaries [2020-11-17T19:17:28.033Z] #54 225.4 + install -D bin/containerd /build/containerd [2020-11-17T19:17:28.033Z] #54 225.5 + install -D bin/containerd-shim /build/containerd-shim [2020-11-17T19:17:28.033Z] #54 225.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-17T19:17:28.033Z] #54 225.5 + install -D bin/ctr /build/ctr [2020-11-17T19:17:28.302Z] #42 205.4 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:28.302Z] #42 205.4 INSTALL criu/criu [2020-11-17T19:17:28.302Z] #42 DONE 205.5s [2020-11-17T19:17:28.302Z] [2020-11-17T19:17:28.302Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:17:28.406Z] #20 4.956 Collecting yamllint==1.16.0 [2020-11-17T19:17:28.496Z] #18 54.32 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-17T19:17:28.496Z] #18 54.35 Setting up xz-utils (5.2.4-1) ... [2020-11-17T19:17:28.496Z] #18 ... [2020-11-17T19:17:28.496Z] [2020-11-17T19:17:28.496Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:28.496Z] #41 118.6 CC criu/cr-dump.o [2020-11-17T19:17:28.496Z] #41 121.0 CC criu/cr-errno.o [2020-11-17T19:17:28.496Z] #41 121.1 CC criu/cr-restore.o [2020-11-17T19:17:28.496Z] #41 125.6 CC criu/cr-service.o [2020-11-17T19:17:28.496Z] #41 127.3 CC criu/crtools.o [2020-11-17T19:17:28.496Z] #41 127.8 CC criu/eventfd.o [2020-11-17T19:17:28.496Z] #41 128.1 CC criu/eventpoll.o [2020-11-17T19:17:28.496Z] #41 ... [2020-11-17T19:17:28.496Z] [2020-11-17T19:17:28.496Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:17:28.496Z] #18 54.35 Setting up xz-utils (5.2.4-1) ... [2020-11-17T19:17:28.496Z] #18 54.37 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-17T19:17:28.496Z] #18 54.39 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-17T19:17:28.496Z] #18 54.46 invoke-rc.d: could not determine current runlevel [2020-11-17T19:17:28.496Z] #18 54.48 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-17T19:17:28.496Z] #18 54.49 Setting up pigz (2.4-1) ... [2020-11-17T19:17:28.496Z] #18 54.50 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-17T19:17:28.496Z] #18 54.52 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-17T19:17:28.496Z] #18 54.55 Setting up python-pip-whl (18.1-5) ... [2020-11-17T19:17:28.496Z] #18 54.57 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-17T19:17:28.497Z] #18 54.58 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-17T19:17:28.607Z] #54 DONE 225.9s [2020-11-17T19:17:28.618Z] #23 ... [2020-11-17T19:17:28.618Z] [2020-11-17T19:17:28.618Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:17:28.618Z] #48 276.0 + /build/golangci-lint --version [2020-11-17T19:17:28.918Z] #48 276.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-17T19:17:29.068Z] #18 55.01 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-17T19:17:29.069Z] #18 55.02 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-17T19:17:29.069Z] #18 55.04 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-17T19:17:29.069Z] #18 55.05 Setting up vim (2:8.1.0875-5) ... [2020-11-17T19:17:29.069Z] #18 55.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-17T19:17:29.069Z] #18 55.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-17T19:17:29.069Z] #18 55.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-17T19:17:29.069Z] #18 55.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-17T19:17:29.069Z] #18 55.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-17T19:17:29.069Z] #18 55.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-17T19:17:29.069Z] #18 55.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-17T19:17:29.069Z] #18 55.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-17T19:17:29.069Z] #18 55.14 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-17T19:17:29.069Z] #18 55.16 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-17T19:17:29.069Z] #18 55.18 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-17T19:17:29.069Z] #18 55.20 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-17T19:17:29.069Z] #18 55.21 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-17T19:17:29.069Z] #18 55.22 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-17T19:17:29.217Z] #48 DONE 276.7s [2020-11-17T19:17:29.217Z] [2020-11-17T19:17:29.217Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:17:29.999Z] [2020-11-17T19:17:29.999Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-17T19:17:29.999Z] #55 DONE 0.3s [2020-11-17T19:17:30.261Z] [2020-11-17T19:17:30.261Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-17T19:17:30.261Z] #59 DONE 0.1s [2020-11-17T19:17:30.261Z] [2020-11-17T19:17:30.261Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-17T19:17:30.261Z] #61 DONE 0.1s [2020-11-17T19:17:30.523Z] [2020-11-17T19:17:30.523Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-17T19:17:30.523Z] #63 DONE 0.1s [2020-11-17T19:17:30.523Z] [2020-11-17T19:17:30.523Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-17T19:17:30.523Z] #64 DONE 0.0s [2020-11-17T19:17:30.523Z] [2020-11-17T19:17:30.523Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-17T19:17:30.924Z] #20 ... [2020-11-17T19:17:30.924Z] [2020-11-17T19:17:30.924Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:30.924Z] #41 143.7 CC criu/namespaces.o [2020-11-17T19:17:30.924Z] #41 145.6 CC criu/net.o [2020-11-17T19:17:31.485Z] #41 148.3 CC criu/netfilter.o [2020-11-17T19:17:31.742Z] #41 148.7 CC criu/page-pipe.o [2020-11-17T19:17:32.305Z] #41 149.3 CC criu/page-xfer.o [2020-11-17T19:17:32.368Z] #18 58.39 Setting up iptables (1.8.2-4) ... [2020-11-17T19:17:32.368Z] #18 58.41 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-17T19:17:32.368Z] #18 58.42 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-17T19:17:32.368Z] #18 58.43 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-17T19:17:32.368Z] #18 58.43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-17T19:17:32.368Z] #18 58.43 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-17T19:17:32.368Z] #18 58.44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-17T19:17:32.368Z] #18 58.45 Setting up python3 (3.7.3-1) ... [2020-11-17T19:17:32.446Z] #65 DONE 1.5s [2020-11-17T19:17:32.446Z] [2020-11-17T19:17:32.446Z] #66 exporting to image [2020-11-17T19:17:32.446Z] #66 exporting layers [2020-11-17T19:17:32.890Z] #18 58.92 Setting up python3-wheel (0.32.3-2) ... [2020-11-17T19:17:33.464Z] #18 59.60 Setting up apparmor (2.13.2-10) ... [2020-11-17T19:17:33.675Z] #41 ... [2020-11-17T19:17:33.675Z] [2020-11-17T19:17:33.675Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-17T19:17:33.675Z] #20 10.33 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-17T19:17:33.675Z] #20 10.42 Collecting pyyaml (from yamllint==1.16.0) [2020-11-17T19:17:33.675Z] #20 10.58 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-17T19:17:34.848Z] #18 ... [2020-11-17T19:17:34.848Z] [2020-11-17T19:17:34.848Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:17:34.848Z] #38 241.1 + dpkg --print-architecture [2020-11-17T19:17:34.848Z] #38 241.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-17T19:17:35.044Z] #20 11.99 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-17T19:17:35.044Z] #20 12.03 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-17T19:17:35.109Z] #38 241.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-17T19:17:35.109Z] #38 241.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-17T19:17:35.301Z] #20 12.05 Building wheels for collected packages: pyyaml [2020-11-17T19:17:35.301Z] #20 12.06 Running setup.py bdist_wheel for pyyaml: started [2020-11-17T19:17:35.763Z] #66 exporting layers 3.3s done [2020-11-17T19:17:35.763Z] #66 writing image sha256:75d528220836d83c302d1dbf5a08a8a5a6ee838bfd5052f8a78a9eb58d9d2de9 done [2020-11-17T19:17:35.763Z] #66 naming to docker.io/library/docker:941fea1c58966531ef56fc020a3901158a01a473 done [2020-11-17T19:17:35.763Z] #66 DONE 3.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-17T19:17:36.107Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:941fea1c58966531ef56fc020a3901158a01a473 hack/test/unit [2020-11-17T19:17:36.232Z] #20 13.11 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-17T19:17:36.232Z] #20 13.11 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-17T19:17:36.232Z] #20 13.21 Successfully built pyyaml [2020-11-17T19:17:36.489Z] #20 13.22 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-17T19:17:36.746Z] #20 13.57 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-17T19:17:37.310Z] #20 DONE 14.0s [2020-11-17T19:17:37.310Z] [2020-11-17T19:17:37.310Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-17T19:17:37.567Z] #23 DONE 0.3s [2020-11-17T19:17:37.567Z] [2020-11-17T19:17:37.567Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-17T19:17:38.409Z] #38 ... [2020-11-17T19:17:38.409Z] [2020-11-17T19:17:38.409Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:38.409Z] #41 129.0 CC criu/external.o [2020-11-17T19:17:38.409Z] #41 129.3 CC criu/fault-injection.o [2020-11-17T19:17:38.409Z] #41 129.5 CC criu/fdstore.o [2020-11-17T19:17:38.409Z] #41 129.8 CC criu/fifo.o [2020-11-17T19:17:38.409Z] #41 130.1 CC criu/file-ids.o [2020-11-17T19:17:38.409Z] #41 130.5 CC criu/file-lock.o [2020-11-17T19:17:38.409Z] #41 131.3 CC criu/files-ext.o [2020-11-17T19:17:38.409Z] #41 131.7 CC criu/files-reg.o [2020-11-17T19:17:38.409Z] #41 134.0 CC criu/files.o [2020-11-17T19:17:38.409Z] #41 136.3 CC criu/filesystems.o [2020-11-17T19:17:38.409Z] #41 137.1 CC criu/fsnotify.o [2020-11-17T19:17:38.409Z] #41 138.3 CC criu/image-desc.o [2020-11-17T19:17:38.409Z] #41 138.4 CC criu/image.o [2020-11-17T19:17:38.669Z] #41 ... [2020-11-17T19:17:38.669Z] [2020-11-17T19:17:38.669Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-17T19:17:38.669Z] #18 61.62 Setting up xfsprogs (4.20.0-1) ... [2020-11-17T19:17:38.669Z] #18 61.65 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-17T19:17:38.669Z] #18 62.02 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-17T19:17:38.669Z] #18 63.01 Setting up python3-distutils (3.7.3-1) ... [2020-11-17T19:17:38.669Z] #18 63.47 Setting up python3-setuptools (40.8.0-1) ... [2020-11-17T19:17:38.669Z] #18 64.84 Setting up python3-pip (18.1-5) ... [2020-11-17T19:17:40.055Z] #18 65.88 Processing triggers for libc-bin (2.28-10) ... [2020-11-17T19:17:40.055Z] #18 65.92 Processing triggers for mime-support (3.62) ... [2020-11-17T19:17:40.328Z] ? github.com/docker/docker/api [no test files] [2020-11-17T19:17:40.997Z] #18 DONE 67.0s [2020-11-17T19:17:40.997Z] [2020-11-17T19:17:40.997Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-17T19:17:41.943Z] #19 0.950 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-17T19:17:41.943Z] #19 0.954 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-17T19:17:41.943Z] #19 0.961 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-17T19:17:41.943Z] #19 DONE 1.0s [2020-11-17T19:17:41.943Z] [2020-11-17T19:17:41.943Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:41.943Z] #41 139.4 CC criu/ipc_ns.o [2020-11-17T19:17:41.943Z] #41 140.8 CC criu/irmap.o [2020-11-17T19:17:41.943Z] #41 141.7 CC criu/kcmp-ids.o [2020-11-17T19:17:41.943Z] #41 142.1 CC criu/kerndat.o [2020-11-17T19:17:42.821Z] #28 DONE 5.1s [2020-11-17T19:17:42.821Z] [2020-11-17T19:17:42.821Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:17:42.821Z] #51 88.38 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-17T19:17:42.821Z] #51 90.53 + mkdir -p /build [2020-11-17T19:17:42.821Z] #51 90.54 + cp runc /build/runc [2020-11-17T19:17:42.821Z] #51 DONE 91.1s [2020-11-17T19:17:42.821Z] [2020-11-17T19:17:42.821Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-17T19:17:42.885Z] #41 143.5 CC criu/libnetlink.o [2020-11-17T19:17:43.457Z] #41 143.9 CC criu/log.o [2020-11-17T19:17:43.754Z] #31 DONE 0.9s [2020-11-17T19:17:43.754Z] [2020-11-17T19:17:43.754Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-17T19:17:44.011Z] #33 ... [2020-11-17T19:17:44.011Z] [2020-11-17T19:17:44.012Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:44.012Z] #41 150.8 CC criu/pagemap-cache.o [2020-11-17T19:17:44.012Z] #41 151.2 CC criu/pagemap.o [2020-11-17T19:17:44.012Z] #41 152.3 CC criu/parasite-syscall.o [2020-11-17T19:17:44.012Z] #41 153.2 CC criu/path.o [2020-11-17T19:17:44.012Z] #41 153.5 CC criu/pie-util-vdso-elf32.o [2020-11-17T19:17:44.012Z] #41 153.9 CC criu/pie-util-vdso.o [2020-11-17T19:17:44.012Z] #41 154.5 CC criu/pie-util.o [2020-11-17T19:17:44.012Z] #41 154.7 CC criu/pipes.o [2020-11-17T19:17:44.012Z] #41 155.4 CC criu/plugin.o [2020-11-17T19:17:44.012Z] #41 155.8 CC criu/proc_parse.o [2020-11-17T19:17:44.012Z] #41 158.0 CC criu/protobuf-desc.o [2020-11-17T19:17:44.012Z] #41 158.7 CC criu/protobuf.o [2020-11-17T19:17:44.012Z] #41 158.9 CC criu/pstree.o [2020-11-17T19:17:44.012Z] #41 160.0 CC criu/rbtree.o [2020-11-17T19:17:44.012Z] #41 160.4 CC criu/rst-malloc.o [2020-11-17T19:17:44.012Z] #41 160.8 CC criu/seccomp.o [2020-11-17T19:17:44.012Z] #41 ... [2020-11-17T19:17:44.012Z] [2020-11-17T19:17:44.012Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-17T19:17:44.012Z] #33 DONE 0.5s [2020-11-17T19:17:44.012Z] [2020-11-17T19:17:44.012Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-17T19:17:44.012Z] #36 DONE 0.1s [2020-11-17T19:17:44.027Z] #41 144.4 CC criu/lsm.o [2020-11-17T19:17:44.268Z] [2020-11-17T19:17:44.268Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:17:44.288Z] #41 144.8 CC criu/mem.o [2020-11-17T19:17:44.525Z] #38 ... [2020-11-17T19:17:44.525Z] [2020-11-17T19:17:44.525Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:44.525Z] #41 161.4 CC criu/seize.o [2020-11-17T19:17:45.474Z] #41 162.1 CC criu/servicefd.o [2020-11-17T19:17:45.474Z] #41 162.4 CC criu/shmem.o [2020-11-17T19:17:45.730Z] #41 ... [2020-11-17T19:17:45.730Z] [2020-11-17T19:17:45.730Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:17:45.730Z] #38 DONE 261.6s [2020-11-17T19:17:45.986Z] [2020-11-17T19:17:45.986Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:46.242Z] #41 163.1 CC criu/sigframe.o [2020-11-17T19:17:46.498Z] #41 163.3 CC criu/signalfd.o [2020-11-17T19:17:46.754Z] #41 163.6 CC criu/sk-inet.o [2020-11-17T19:17:46.832Z] #41 147.0 CC criu/memfd.o [2020-11-17T19:17:47.404Z] #41 147.7 CC criu/mount.o [2020-11-17T19:17:47.683Z] #41 164.7 CC criu/sk-netlink.o [2020-11-17T19:17:47.908Z] #55 250.7 + bin/containerd [2020-11-17T19:17:48.245Z] #41 165.0 CC criu/sk-packet.o [2020-11-17T19:17:48.501Z] #41 ... [2020-11-17T19:17:48.501Z] [2020-11-17T19:17:48.501Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-17T19:17:48.501Z] #39 DONE 0.6s [2020-11-17T19:17:48.501Z] [2020-11-17T19:17:48.501Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:48.501Z] #41 165.4 CC criu/sk-queue.o [2020-11-17T19:17:48.757Z] #41 165.7 CC criu/sk-tcp.o [2020-11-17T19:17:49.323Z] #41 166.0 CC criu/sk-unix.o [2020-11-17T19:17:49.886Z] #41 ... [2020-11-17T19:17:49.886Z] [2020-11-17T19:17:49.886Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:17:49.886Z] #47 265.1 + /build/golangci-lint --version [2020-11-17T19:17:49.886Z] #47 265.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-17T19:17:49.886Z] #47 DONE 265.7s [2020-11-17T19:17:49.886Z] [2020-11-17T19:17:49.886Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:50.143Z] #41 167.1 CC criu/sockets.o [2020-11-17T19:17:51.077Z] #41 167.7 CC criu/stats.o [2020-11-17T19:17:51.077Z] #41 168.0 CC criu/string.o [2020-11-17T19:17:51.077Z] #41 168.0 CC criu/sysctl.o [2020-11-17T19:17:51.468Z] #55 ... [2020-11-17T19:17:51.468Z] [2020-11-17T19:17:51.468Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:17:51.468Z] #23 299.1 + return [2020-11-17T19:17:51.468Z] #23 DONE 299.2s [2020-11-17T19:17:51.468Z] [2020-11-17T19:17:51.468Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:17:51.609Z] #41 151.4 CC criu/namespaces.o [2020-11-17T19:17:51.870Z] #41 ... [2020-11-17T19:17:51.870Z] [2020-11-17T19:17:51.870Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-17T19:17:51.870Z] #20 5.493 Collecting yamllint==1.16.0 [2020-11-17T19:17:52.006Z] #41 168.6 CC criu/sysfs_parse.o [2020-11-17T19:17:52.006Z] #41 168.9 CC criu/timens.o [2020-11-17T19:17:52.263Z] #41 169.1 CC criu/timerfd.o [2020-11-17T19:17:52.519Z] #41 169.3 CC criu/tty.o [2020-11-17T19:17:52.813Z] #20 10.92 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-17T19:17:52.813Z] #20 11.02 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-17T19:17:52.813Z] #20 ... [2020-11-17T19:17:52.813Z] [2020-11-17T19:17:52.813Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:17:52.813Z] #41 153.2 CC criu/net.o [2020-11-17T19:17:53.449Z] #41 170.2 CC criu/tun.o [2020-11-17T19:17:53.593Z] #55 ... [2020-11-17T19:17:53.594Z] [2020-11-17T19:17:53.594Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-17T19:17:53.594Z] #24 DONE 0.1s [2020-11-17T19:17:53.594Z] [2020-11-17T19:17:53.594Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-17T19:17:53.705Z] #41 170.4 CC criu/uffd.o [2020-11-17T19:17:53.962Z] #41 170.9 CC criu/util.o [2020-11-17T19:17:54.241Z] #29 DONE 0.6s [2020-11-17T19:17:54.241Z] [2020-11-17T19:17:54.241Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-17T19:17:54.241Z] #32 DONE 0.1s [2020-11-17T19:17:54.241Z] [2020-11-17T19:17:54.241Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:17:54.241Z] #55 ... [2020-11-17T19:17:54.241Z] [2020-11-17T19:17:54.241Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-17T19:17:54.241Z] #34 DONE 0.1s [2020-11-17T19:17:54.241Z] [2020-11-17T19:17:54.241Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-17T19:17:54.241Z] #37 DONE 0.1s [2020-11-17T19:17:54.241Z] [2020-11-17T19:17:54.241Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-17T19:17:54.241Z] #40 DONE 0.1s [2020-11-17T19:17:54.241Z] [2020-11-17T19:17:54.241Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:17:54.525Z] #41 171.5 CC criu/uts_ns.o [2020-11-17T19:17:54.540Z] #55 ... [2020-11-17T19:17:54.540Z] [2020-11-17T19:17:54.540Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-17T19:17:54.540Z] #43 DONE 0.1s [2020-11-17T19:17:54.540Z] [2020-11-17T19:17:54.540Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-17T19:17:54.540Z] #45 DONE 0.1s [2020-11-17T19:17:54.540Z] [2020-11-17T19:17:54.540Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-17T19:17:54.782Z] #41 171.7 CC criu/vdso-compat.o [2020-11-17T19:17:54.838Z] #47 DONE 0.1s [2020-11-17T19:17:54.838Z] [2020-11-17T19:17:54.838Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-17T19:17:54.838Z] #49 DONE 0.2s [2020-11-17T19:17:54.838Z] [2020-11-17T19:17:54.838Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:17:55.039Z] #41 171.8 CC criu/vdso.o [2020-11-17T19:17:55.137Z] #55 ... [2020-11-17T19:17:55.137Z] [2020-11-17T19:17:55.137Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-17T19:17:55.137Z] #51 DONE 0.1s [2020-11-17T19:17:55.137Z] [2020-11-17T19:17:55.137Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-17T19:17:55.137Z] #53 DONE 0.1s [2020-11-17T19:17:55.137Z] [2020-11-17T19:17:55.137Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:17:55.282Z] ok github.com/docker/docker/api/server 0.045s coverage: 9.0% of statements [2020-11-17T19:17:55.296Z] #41 172.1 LINK criu/built-in.o [2020-11-17T19:17:55.296Z] #41 172.1 LINK criu/criu [2020-11-17T19:17:55.552Z] #41 172.4 DEP lib/c/criu.d [2020-11-17T19:17:55.552Z] #41 172.4 CC images/rpc.pb-c.o [2020-11-17T19:17:55.808Z] #41 172.7 CC lib/c/criu.o [2020-11-17T19:17:56.372Z] #41 173.3 LINK lib/c/built-in.o [2020-11-17T19:17:56.372Z] #41 173.3 LINK lib/c/libcriu.so [2020-11-17T19:17:56.372Z] #41 173.3 LINK lib/c/libcriu.a [2020-11-17T19:17:56.629Z] #41 173.5 GEN magic.py [2020-11-17T19:17:56.629Z] #41 173.5 Note: Building without setproctitle() and strlcpy() support. [2020-11-17T19:17:56.629Z] #41 173.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-17T19:17:56.629Z] #41 173.5 Note: Building without GnuTLS support [2020-11-17T19:17:56.629Z] #41 173.5 Makefile.config:39: Warn: you have no libnftables installed [2020-11-17T19:17:56.629Z] #41 173.5 Makefile.config:40: Warn: Building without nftables support [2020-11-17T19:17:56.886Z] #41 174.0 fatal: not a git repository (or any of the parent directories): .git [2020-11-17T19:17:57.021Z] #41 157.0 CC criu/netfilter.o [2020-11-17T19:17:57.021Z] #41 ... [2020-11-17T19:17:57.021Z] [2020-11-17T19:17:57.021Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-17T19:17:57.021Z] #20 11.06 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-17T19:17:57.021Z] #20 11.12 Collecting pyyaml (from yamllint==1.16.0) [2020-11-17T19:17:57.021Z] #20 11.29 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-17T19:17:57.021Z] #20 12.62 Building wheels for collected packages: pyyaml [2020-11-17T19:17:57.021Z] #20 12.62 Running setup.py bdist_wheel for pyyaml: started [2020-11-17T19:17:57.021Z] #20 13.78 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-17T19:17:57.021Z] #20 13.78 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-17T19:17:57.021Z] #20 13.83 Successfully built pyyaml [2020-11-17T19:17:57.021Z] #20 13.86 Installing collected packages: pathspec, pyyaml, yamllint [2020-11-17T19:17:57.021Z] #20 14.27 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-17T19:17:57.021Z] #20 DONE 14.7s [2020-11-17T19:17:57.021Z] [2020-11-17T19:17:57.021Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-17T19:17:57.021Z] #23 DONE 0.3s [2020-11-17T19:17:57.021Z] [2020-11-17T19:17:57.021Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-17T19:17:57.449Z] #41 174.4 make[1]: Nothing to be done for 'all'. [2020-11-17T19:17:58.012Z] #41 174.8 make[1]: 'images/built-in.o' is up to date. [2020-11-17T19:17:58.012Z] #41 174.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-17T19:17:58.012Z] #41 174.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-17T19:17:58.012Z] #41 174.9 make[1]: 'compel/libcompel.a' is up to date. [2020-11-17T19:17:58.012Z] #41 174.9 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-17T19:17:58.012Z] #41 174.9 make[1]: Nothing to be done for 'all'. [2020-11-17T19:17:58.012Z] #41 174.9 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-17T19:17:58.012Z] #41 175.0 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:58.012Z] #41 175.0 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:58.272Z] #41 175.0 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:58.272Z] #41 175.1 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:58.272Z] #41 175.2 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:58.272Z] #41 175.2 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:58.272Z] #41 175.2 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:58.272Z] #41 175.2 make[2]: Nothing to be done for 'all'. [2020-11-17T19:17:58.529Z] #41 175.3 INSTALL criu/criu [2020-11-17T19:17:58.785Z] #41 DONE 175.6s [2020-11-17T19:17:58.785Z] [2020-11-17T19:17:58.785Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:18:00.152Z] #54 ... [2020-11-17T19:18:00.152Z] [2020-11-17T19:18:00.152Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-17T19:18:00.152Z] #42 DONE 0.1s [2020-11-17T19:18:00.152Z] [2020-11-17T19:18:00.152Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-17T19:18:00.408Z] #44 DONE 0.3s [2020-11-17T19:18:00.408Z] [2020-11-17T19:18:00.408Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:18:00.408Z] #54 ... [2020-11-17T19:18:00.408Z] [2020-11-17T19:18:00.408Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-17T19:18:00.664Z] #46 DONE 0.2s [2020-11-17T19:18:00.664Z] [2020-11-17T19:18:00.664Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-17T19:18:01.226Z] #48 DONE 0.6s [2020-11-17T19:18:01.226Z] [2020-11-17T19:18:01.226Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-17T19:18:01.483Z] #50 DONE 0.3s [2020-11-17T19:18:01.483Z] [2020-11-17T19:18:01.483Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-17T19:18:02.325Z] #28 ... [2020-11-17T19:18:02.325Z] [2020-11-17T19:18:02.325Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-17T19:18:02.325Z] #51 92.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 contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-17T19:18:02.325Z] #51 94.77 + mkdir -p /build [2020-11-17T19:18:02.325Z] #51 94.77 + cp runc /build/runc [2020-11-17T19:18:02.325Z] #51 DONE 95.0s [2020-11-17T19:18:02.325Z] [2020-11-17T19:18:02.325Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-17T19:18:02.325Z] #28 DONE 4.8s [2020-11-17T19:18:02.325Z] [2020-11-17T19:18:02.325Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-17T19:18:02.448Z] #52 DONE 0.8s [2020-11-17T19:18:02.448Z] [2020-11-17T19:18:02.448Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:18:02.448Z] #54 214.2 + bin/containerd [2020-11-17T19:18:02.587Z] #31 DONE 0.9s [2020-11-17T19:18:02.587Z] [2020-11-17T19:18:02.587Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-17T19:18:02.847Z] #33 DONE 0.2s [2020-11-17T19:18:02.847Z] [2020-11-17T19:18:02.847Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-17T19:18:03.416Z] #36 DONE 0.5s [2020-11-17T19:18:03.416Z] [2020-11-17T19:18:03.416Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:18:03.416Z] #41 157.4 CC criu/page-pipe.o [2020-11-17T19:18:03.416Z] #41 158.2 CC criu/page-xfer.o [2020-11-17T19:18:03.416Z] #41 159.5 CC criu/pagemap-cache.o [2020-11-17T19:18:03.416Z] #41 160.0 CC criu/pagemap.o [2020-11-17T19:18:03.416Z] #41 160.9 CC criu/parasite-syscall.o [2020-11-17T19:18:03.416Z] #41 161.6 CC criu/path.o [2020-11-17T19:18:03.416Z] #41 161.8 CC criu/pie-util-vdso-elf32.o [2020-11-17T19:18:03.416Z] #41 162.3 CC criu/pie-util-vdso.o [2020-11-17T19:18:03.416Z] #41 162.8 CC criu/pie-util.o [2020-11-17T19:18:03.416Z] #41 162.9 CC criu/pipes.o [2020-11-17T19:18:03.416Z] #41 163.7 CC criu/plugin.o [2020-11-17T19:18:03.676Z] #41 164.0 CC criu/proc_parse.o [2020-11-17T19:18:05.587Z] #41 ... [2020-11-17T19:18:05.587Z] [2020-11-17T19:18:05.587Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-17T19:18:05.587Z] #38 DONE 271.4s [2020-11-17T19:18:05.587Z] [2020-11-17T19:18:05.587Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:18:05.587Z] #54 ... [2020-11-17T19:18:05.587Z] [2020-11-17T19:18:05.587Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:18:05.587Z] #41 166.0 CC criu/protobuf-desc.o [2020-11-17T19:18:06.988Z] #41 167.1 CC criu/protobuf.o [2020-11-17T19:18:06.988Z] #41 167.5 CC criu/pstree.o [2020-11-17T19:18:07.931Z] #41 ... [2020-11-17T19:18:07.931Z] [2020-11-17T19:18:07.931Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-17T19:18:07.931Z] #39 DONE 0.6s [2020-11-17T19:18:07.931Z] [2020-11-17T19:18:07.931Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:18:07.931Z] #41 168.3 CC criu/rbtree.o [2020-11-17T19:18:08.192Z] #41 168.5 CC criu/rst-malloc.o [2020-11-17T19:18:08.192Z] #41 168.7 CC criu/seccomp.o [2020-11-17T19:18:08.763Z] #41 169.1 CC criu/seize.o [2020-11-17T19:18:09.024Z] #41 169.6 CC criu/servicefd.o [2020-11-17T19:18:09.285Z] #41 169.9 CC criu/shmem.o [2020-11-17T19:18:09.546Z] #41 ... [2020-11-17T19:18:09.546Z] [2020-11-17T19:18:09.546Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:18:09.546Z] #47 275.5 + /build/golangci-lint --version [2020-11-17T19:18:09.546Z] #47 275.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-17T19:18:09.546Z] #47 DONE 276.1s [2020-11-17T19:18:09.807Z] [2020-11-17T19:18:09.807Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:18:10.068Z] #54 ... [2020-11-17T19:18:10.068Z] [2020-11-17T19:18:10.068Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-17T19:18:10.068Z] #41 170.4 CC criu/sigframe.o [2020-11-17T19:18:10.068Z] #41 170.6 CC criu/signalfd.o [2020-11-17T19:18:10.356Z] #41 170.8 CC criu/sk-inet.o [2020-11-17T19:18:10.934Z] #41 171.5 CC criu/sk-netlink.o [2020-11-17T19:18:11.509Z] #41 171.8 CC criu/sk-packet.o [2020-11-17T19:18:12.087Z] #41 172.4 CC criu/sk-queue.o [2020-11-17T19:18:12.347Z] #41 172.9 CC criu/sk-tcp.o [2020-11-17T19:18:12.606Z] #41 173.1 CC criu/sk-unix.o [2020-11-17T19:18:12.934Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-17T19:18:12.934Z] [2020-11-17T19:18:12.934Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-17T19:18:12.934Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-17T19:18:12.934Z] HOSTNAME=64e8eff2da61 [2020-11-17T19:18:12.934Z] TESTDEBUG=0 [2020-11-17T19:18:12.934Z] DEST=bundles/test-integration [2020-11-17T19:18:12.934Z] PWD=/go/src/github.com/docker/docker [2020-11-17T19:18:12.934Z] DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:18:12.934Z] container=docker [2020-11-17T19:18:12.934Z] HOME=/root [2020-11-17T19:18:12.934Z] GOLANG_VERSION=1.13.15 [2020-11-17T19:18:12.934Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-17T19:18:12.934Z] VALIDATE_BRANCH=master [2020-11-17T19:18:12.934Z] TERM=xterm [2020-11-17T19:18:12.934Z] DOCKER_PKG=github.com/docker/docker [2020-11-17T19:18:12.934Z] SHLVL=1 [2020-11-17T19:18:12.934Z] TIMEOUT=120m [2020-11-17T19:18:12.934Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-17T19:18:12.934Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-17T19:18:12.934Z] GO111MODULE=off [2020-11-17T19:18:12.934Z] DOCKER_EXPERIMENTAL=1 [2020-11-17T19:18:12.934Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-17T19:18:12.934Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-17T19:18:12.934Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-17T19:18:12.934Z] GOPATH=/go [2020-11-17T19:18:12.934Z] PKG_CONFIG=pkg-config [2020-11-17T19:18:12.934Z] _=/usr/bin/env [2020-11-17T19:18:12.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-17T19:18:13.546Z] #41 174.0 CC criu/sockets.o [2020-11-17T19:18:13.805Z] #41 174.4 CC criu/stats.o [2020-11-17T19:18:14.065Z] #41 174.6 CC criu/string.o [2020-11-17T19:18:14.065Z] #41 174.6 CC criu/sysctl.o [2020-11-17T19:18:14.635Z] #41 174.9 CC criu/sysfs_parse.o [2020-11-17T19:18:14.635Z] #41 175.1 CC criu/timens.o [2020-11-17T19:18:14.635Z] #41 175.3 CC criu/timerfd.o [2020-11-17T19:18:15.205Z] #41 175.5 CC criu/tty.o [2020-11-17T19:18:15.239Z] 4612f6d0b889: Pull complete [2020-11-17T19:18:16.144Z] #41 176.4 CC criu/tun.o [2020-11-17T19:18:16.144Z] #41 176.7 CC criu/uffd.o [2020-11-17T19:18:17.085Z] #41 177.3 CC criu/util.o [2020-11-17T19:18:17.656Z] #41 178.0 CC criu/uts_ns.o [2020-11-17T19:18:17.656Z] #41 178.1 CC criu/vdso-compat.o [2020-11-17T19:18:17.656Z] #41 178.2 CC criu/vdso.o [2020-11-17T19:18:18.226Z] #41 178.6 LINK criu/built-in.o [2020-11-17T19:18:18.226Z] #41 178.7 LINK criu/criu [2020-11-17T19:18:18.486Z] #41 178.9 DEP lib/c/criu.d [2020-11-17T19:18:18.486Z] #41 178.9 CC images/rpc.pb-c.o [2020-11-17T19:18:18.746Z] #41 179.2 CC lib/c/criu.o [2020-11-17T19:18:19.316Z] #41 179.8 LINK lib/c/built-in.o [2020-11-17T19:18:19.316Z] #41 179.8 LINK lib/c/libcriu.so [2020-11-17T19:18:19.316Z] #41 179.8 LINK lib/c/libcriu.a [2020-11-17T19:18:19.316Z] #41 179.9 GEN magic.py [2020-11-17T19:18:19.576Z] #41 180.0 Note: Building without setproctitle() and strlcpy() support. [2020-11-17T19:18:19.576Z] #41 180.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-17T19:18:19.576Z] #41 180.0 Note: Building without GnuTLS support [2020-11-17T19:18:19.576Z] #41 180.0 Makefile.config:39: Warn: you have no libnftables installed [2020-11-17T19:18:19.576Z] #41 180.0 Makefile.config:40: Warn: Building without nftables support [2020-11-17T19:18:19.836Z] #41 180.3 fatal: not a git repository (or any of the parent directories): .git [2020-11-17T19:18:20.096Z] #41 180.6 make[1]: Nothing to be done for 'all'. [2020-11-17T19:18:20.666Z] #41 181.0 make[1]: 'images/built-in.o' is up to date. [2020-11-17T19:18:20.666Z] #41 181.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-17T19:18:20.666Z] #41 181.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-17T19:18:20.666Z] #41 181.1 make[1]: 'compel/libcompel.a' is up to date. [2020-11-17T19:18:20.666Z] #41 181.1 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-17T19:18:20.666Z] #41 181.1 make[1]: Nothing to be done for 'all'. [2020-11-17T19:18:20.666Z] #41 181.1 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-17T19:18:20.666Z] #41 181.2 make[2]: Nothing to be done for 'all'. [2020-11-17T19:18:20.666Z] #41 181.2 make[2]: Nothing to be done for 'all'. [2020-11-17T19:18:20.927Z] #41 181.2 make[2]: Nothing to be done for 'all'. [2020-11-17T19:18:20.927Z] #41 181.3 make[2]: Nothing to be done for 'all'. [2020-11-17T19:18:20.927Z] #41 181.3 make[2]: Nothing to be done for 'all'. [2020-11-17T19:18:20.927Z] #41 181.3 make[2]: Nothing to be done for 'all'. [2020-11-17T19:18:20.927Z] #41 181.3 make[2]: Nothing to be done for 'all'. [2020-11-17T19:18:20.927Z] #41 181.4 make[2]: Nothing to be done for 'all'. [2020-11-17T19:18:20.927Z] #41 181.4 INSTALL criu/criu [2020-11-17T19:18:21.188Z] #41 DONE 181.7s [2020-11-17T19:18:21.188Z] [2020-11-17T19:18:21.188Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:18:22.350Z] #55 285.7 + bin/containerd-stress [2020-11-17T19:18:23.097Z] #54 221.8 + bin/containerd [2020-11-17T19:18:23.097Z] #54 ... [2020-11-17T19:18:23.097Z] [2020-11-17T19:18:23.097Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-17T19:18:23.097Z] #42 DONE 0.1s [2020-11-17T19:18:23.097Z] [2020-11-17T19:18:23.097Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-17T19:18:23.223Z] #55 288.2 + bin/containerd-shim [2020-11-17T19:18:23.358Z] #44 DONE 0.4s [2020-11-17T19:18:23.358Z] [2020-11-17T19:18:23.358Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-17T19:18:23.358Z] #46 DONE 0.1s [2020-11-17T19:18:23.358Z] [2020-11-17T19:18:23.358Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:18:24.298Z] #54 ... [2020-11-17T19:18:24.298Z] [2020-11-17T19:18:24.298Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-17T19:18:24.298Z] #48 DONE 0.5s [2020-11-17T19:18:24.298Z] [2020-11-17T19:18:24.298Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-17T19:18:24.298Z] #50 DONE 0.1s [2020-11-17T19:18:24.298Z] [2020-11-17T19:18:24.298Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-17T19:18:24.298Z] #52 DONE 0.2s [2020-11-17T19:18:24.298Z] [2020-11-17T19:18:24.298Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-17T19:18:30.215Z] #55 295.2 + bin/containerd-shim-runc-v1 [2020-11-17T19:18:31.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-17T19:18:31.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-17T19:18:33.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-17T19:18:34.512Z] #54 242.3 + bin/containerd-stress [2020-11-17T19:18:34.512Z] #54 244.5 + bin/containerd-shim [2020-11-17T19:18:35.848Z] #55 300.1 + bin/containerd-shim-runc-v2 [2020-11-17T19:18:36.150Z] #55 301.2 + binaries [2020-11-17T19:18:36.150Z] #55 301.2 + install -D bin/containerd /build/containerd [2020-11-17T19:18:36.150Z] #55 301.3 + install -D bin/containerd-shim /build/containerd-shim [2020-11-17T19:18:36.444Z] #55 301.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-17T19:18:36.444Z] #55 301.3 + install -D bin/ctr /build/ctr [2020-11-17T19:18:36.444Z] #55 DONE 301.4s [2020-11-17T19:18:37.975Z] [2020-11-17T19:18:37.975Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-17T19:18:37.975Z] #56 DONE 0.1s [2020-11-17T19:18:37.975Z] [2020-11-17T19:18:37.975Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-17T19:18:37.975Z] #60 DONE 0.1s [2020-11-17T19:18:37.975Z] [2020-11-17T19:18:37.975Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-17T19:18:37.975Z] #61 DONE 0.1s [2020-11-17T19:18:37.975Z] [2020-11-17T19:18:37.975Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-17T19:18:37.975Z] #63 DONE 0.1s [2020-11-17T19:18:37.975Z] [2020-11-17T19:18:37.975Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-17T19:18:37.975Z] #64 DONE 0.0s [2020-11-17T19:18:37.975Z] [2020-11-17T19:18:37.975Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-17T19:18:38.685Z] #54 251.1 + bin/containerd-shim-runc-v1 [2020-11-17T19:18:40.060Z] #65 DONE 2.1s [2020-11-17T19:18:40.060Z] [2020-11-17T19:18:40.060Z] #67 exporting to oci image format [2020-11-17T19:18:40.060Z] #67 exporting layers [2020-11-17T19:18:43.931Z] #54 255.5 + bin/containerd-shim-runc-v2 [2020-11-17T19:18:43.931Z] #54 256.4 + binaries [2020-11-17T19:18:43.931Z] #54 256.4 + install -D bin/containerd /build/containerd [2020-11-17T19:18:43.931Z] #54 256.4 + install -D bin/containerd-shim /build/containerd-shim [2020-11-17T19:18:43.931Z] #54 256.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-17T19:18:43.931Z] #54 256.5 + install -D bin/ctr /build/ctr [2020-11-17T19:18:45.819Z] #54 DONE 258.0s [2020-11-17T19:18:46.748Z] [2020-11-17T19:18:46.748Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-17T19:18:47.674Z] #55 DONE 1.1s [2020-11-17T19:18:47.674Z] [2020-11-17T19:18:47.674Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-17T19:18:47.674Z] #59 DONE 0.2s [2020-11-17T19:18:47.930Z] [2020-11-17T19:18:47.930Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-17T19:18:48.189Z] #61 DONE 0.6s [2020-11-17T19:18:48.446Z] [2020-11-17T19:18:48.446Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-17T19:18:48.446Z] #63 DONE 0.1s [2020-11-17T19:18:48.446Z] [2020-11-17T19:18:48.446Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-17T19:18:48.446Z] #64 DONE 0.0s [2020-11-17T19:18:48.446Z] [2020-11-17T19:18:48.446Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-17T19:18:49.812Z] #65 DONE 1.4s [2020-11-17T19:18:49.812Z] [2020-11-17T19:18:49.812Z] #66 exporting to image [2020-11-17T19:18:49.812Z] #66 exporting layers [2020-11-17T19:18:51.692Z] ok github.com/docker/docker/api/server/httputils 0.025s coverage: 14.7% of statements [2020-11-17T19:18:51.692Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-17T19:18:51.692Z] ok github.com/docker/docker/api/server/middleware 0.032s coverage: 37.7% of statements [2020-11-17T19:18:51.692Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-17T19:18:51.692Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-17T19:18:51.692Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-17T19:18:51.692Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-17T19:18:51.692Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-17T19:18:51.692Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-17T19:18:51.692Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-17T19:18:51.692Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-17T19:18:51.692Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-17T19:18:51.692Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-17T19:18:51.692Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-17T19:18:52.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-17T19:18:52.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-17T19:18:52.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-17T19:18:52.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-17T19:18:52.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-17T19:18:52.269Z] ok github.com/docker/docker/api/types/strslice 0.036s coverage: 90.0% of statements [2020-11-17T19:18:52.269Z] ok github.com/docker/docker/api/types/filters 0.017s coverage: 92.2% of statements [2020-11-17T19:18:52.269Z] ok github.com/docker/docker/api/server/router/swarm 0.015s coverage: 5.7% of statements [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/types [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-17T19:18:52.269Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-17T19:18:52.538Z] ok github.com/docker/docker/api/types/time 0.018s coverage: 100.0% of statements [2020-11-17T19:18:52.800Z] ok github.com/docker/docker/api/types/versions 0.041s coverage: 75.0% of statements [2020-11-17T19:18:52.801Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-17T19:18:52.801Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-17T19:18:52.801Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-17T19:18:52.801Z] ? github.com/docker/docker/builder [no test files] [2020-11-17T19:18:52.801Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-17T19:18:52.801Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-17T19:18:52.801Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-17T19:18:52.801Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-17T19:18:52.801Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-17T19:18:52.801Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-17T19:18:52.801Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-17T19:18:53.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-17T19:18:55.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-17T19:18:55.385Z] ok github.com/docker/docker/cli/debug 0.018s coverage: 100.0% of statements [2020-11-17T19:18:56.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-17T19:18:56.401Z] #54 250.8 + bin/containerd-stress [2020-11-17T19:18:56.402Z] #54 253.0 + bin/containerd-shim [2020-11-17T19:18:56.781Z] ok github.com/docker/docker/builder/remotecontext 0.292s coverage: 13.7% of statements [2020-11-17T19:18:56.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-17T19:18:57.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-17T19:18:57.729Z] ok github.com/docker/docker/builder/remotecontext/git 3.435s coverage: 86.3% of statements [2020-11-17T19:18:57.729Z] ok github.com/docker/docker/builder/dockerfile 0.981s coverage: 48.3% of statements [2020-11-17T19:18:57.729Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-17T19:18:57.729Z] ? github.com/docker/docker/cli [no test files] [2020-11-17T19:18:57.729Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-17T19:18:57.901Z] #66 exporting layers 6.7s done [2020-11-17T19:18:57.901Z] #66 writing image sha256:7e91ddbd49f91543d2a40551d83dbc03ea7efd3a2482a5c80fe9663d8fe89ece 0.0s done [2020-11-17T19:18:57.901Z] #66 naming to docker.io/library/docker:941fea1c58966531ef56fc020a3901158a01a473 0.0s done [2020-11-17T19:18:57.901Z] #66 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-11-17T19:18:58.236Z] + trap exit INT TERM [2020-11-17T19:18:58.236Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-11-17T19:18:58.236Z] + CONTAINER_NAME=docker-pr4 [2020-11-17T19:18:58.236Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41682/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER docker:941fea1c58966531ef56fc020a3901158a01a473 hack/make.sh dynbinary-daemon [2020-11-17T19:18:58.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-17T19:18:59.187Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-17T19:18:59.601Z] [2020-11-17T19:18:59.601Z] Removing bundles/ [2020-11-17T19:18:59.601Z] [2020-11-17T19:18:59.601Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-11-17T19:18:59.601Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-17T19:18:59.601Z] GOOS="" GOARCH="" GOARM="" [2020-11-17T19:19:00.223Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-17T19:19:00.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-17T19:19:01.679Z] #54 259.9 + bin/containerd-shim-runc-v1 [2020-11-17T19:19:01.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-17T19:19:01.955Z] ok github.com/docker/docker/client 0.328s coverage: 75.4% of statements [2020-11-17T19:19:02.531Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-17T19:19:02.531Z] Using test binary docker [2020-11-17T19:19:02.531Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-17T19:19:02.531Z] +++ /etc/init.d/apparmor start [2020-11-17T19:19:02.531Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-17T19:19:02.531Z] INFO: Waiting for daemon to start... [2020-11-17T19:19:02.531Z] Starting dockerd [2020-11-17T19:19:02.531Z] +++ 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-17T19:19:04.603Z] . [2020-11-17T19:19:04.603Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-17T19:19:04.603Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-17T19:19:04.603Z] Error: No such image: emptyfs [2020-11-17T19:19:04.603Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-17T19:19:04.603Z] ++++ docker load [2020-11-17T19:19:04.895Z] Running integration-test (iteration 1) [2020-11-17T19:19:04.895Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-11-17T19:19:04.895Z] ++ 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-17T19:19:04.895Z] ++ set -e [2020-11-17T19:19:04.895Z] ++ '[' -n 0 ']' [2020-11-17T19:19:04.895Z] ++ set -x [2020-11-17T19:19:04.895Z] ++ env -i DEST=/go/src/github.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-17T19:19:05.880Z] #54 264.6 + bin/containerd-shim-runc-v2 [2020-11-17T19:19:06.375Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 1m57.61333632s [2020-11-17T19:19:06.375Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 453.548969ms [2020-11-17T19:19:06.457Z] #54 265.5 + binaries [2020-11-17T19:19:06.457Z] #54 265.5 + install -D bin/containerd /build/containerd [2020-11-17T19:19:06.457Z] #54 265.6 + install -D bin/containerd-shim /build/containerd-shim [2020-11-17T19:19:06.717Z] #54 265.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-17T19:19:06.717Z] #54 265.6 + install -D bin/ctr /build/ctr [2020-11-17T19:19:08.622Z] #54 DONE 267.3s [2020-11-17T19:19:09.191Z] [2020-11-17T19:19:09.191Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-17T19:19:09.759Z] #55 DONE 0.3s [2020-11-17T19:19:09.759Z] [2020-11-17T19:19:09.759Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-17T19:19:09.759Z] #59 DONE 0.2s [2020-11-17T19:19:09.759Z] [2020-11-17T19:19:09.759Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-17T19:19:10.330Z] #61 DONE 0.4s [2020-11-17T19:19:10.330Z] [2020-11-17T19:19:10.330Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-17T19:19:10.330Z] #63 DONE 0.1s [2020-11-17T19:19:10.330Z] [2020-11-17T19:19:10.330Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-17T19:19:10.330Z] #64 DONE 0.0s [2020-11-17T19:19:10.330Z] [2020-11-17T19:19:10.330Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-17T19:19:11.710Z] #65 DONE 1.5s [2020-11-17T19:19:11.710Z] [2020-11-17T19:19:11.710Z] #66 exporting to image [2020-11-17T19:19:11.710Z] #66 exporting layers [2020-11-17T19:19:13.428Z] Loaded image: buildpack-deps:buster [2020-11-17T19:19:13.429Z] Loaded image: busybox:latest [2020-11-17T19:19:13.429Z] Loaded image: busybox:glibc [2020-11-17T19:19:13.429Z] Loaded image: debian:buster [2020-11-17T19:19:13.429Z] Loaded image: hello-world:latest [2020-11-17T19:19:13.429Z] Loaded image: arm32v7/hello-world:latest [2020-11-17T19:19:13.721Z] INFO: Testing against a local daemon [2020-11-17T19:19:13.721Z] === RUN TestCgroupNamespacesBuild [2020-11-17T19:19:15.792Z] --- PASS: TestCgroupNamespacesBuild (2.19s) [2020-11-17T19:19:15.792Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-17T19:19:17.869Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2020-11-17T19:19:17.869Z] === RUN TestBuildWithSession [2020-11-17T19:19:17.869Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-17T19:19:17.869Z] build_session_test.go:25: TODO: BuildKit [2020-11-17T19:19:17.869Z] === RUN TestBuildSquashParent [2020-11-17T19:19:18.292Z] #66 exporting layers 6.5s done [2020-11-17T19:19:18.292Z] #66 writing image sha256:315fdc12e9f77b21457dbae33fa7ae050df68eb423c40fa6d6d4ba365b6c6a9f 0.0s done [2020-11-17T19:19:18.292Z] #66 naming to docker.io/library/docker:941fea1c58966531ef56fc020a3901158a01a473 done [2020-11-17T19:19:18.292Z] #66 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-17T19:19:18.611Z] INFO [runner/unused/goanalysis] analyzers took 27.061473442s with top 10 stages: buildssa: 23.178281643s, U1000: 3.883191799s [2020-11-17T19:19:18.647Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -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:941fea1c58966531ef56fc020a3901158a01a473 hack/make.sh dynbinary test-integration [2020-11-17T19:19:19.584Z] [2020-11-17T19:19:19.584Z] Removing bundles/ [2020-11-17T19:19:19.584Z] [2020-11-17T19:19:19.584Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-17T19:19:19.584Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-17T19:19:19.584Z] GOOS="" GOARCH="" GOARM="" [2020-11-17T19:19:24.770Z] --- PASS: TestBuildSquashParent (6.40s) [2020-11-17T19:19:24.770Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-17T19:19:24.770Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:19:24.770Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:19:24.770Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:19:24.770Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:19:24.770Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:19:24.770Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:19:24.770Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:19:24.770Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:19:24.770Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:19:24.770Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:19:24.770Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:19:24.770Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:19:24.770Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:19:24.770Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:19:26.848Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:19:26.848Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:19:28.577Z] ok github.com/docker/docker/cmd/dockerd 0.163s coverage: 29.1% of statements [2020-11-17T19:19:28.577Z] ok github.com/docker/docker/container 0.152s coverage: 34.7% of statements [2020-11-17T19:19:28.577Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-17T19:19:28.577Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-17T19:19:28.577Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-17T19:19:28.577Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-17T19:19:29.581Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:19:29.581Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:19:29.971Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.055s coverage: 65.3% of statements [2020-11-17T19:19:31.652Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-11-17T19:19:31.652Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s) [2020-11-17T19:19:31.652Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.64s) [2020-11-17T19:19:31.652Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.60s) [2020-11-17T19:19:31.652Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.75s) [2020-11-17T19:19:31.652Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.34s) [2020-11-17T19:19:31.652Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.51s) [2020-11-17T19:19:31.652Z] === RUN TestBuildMultiStageCopy [2020-11-17T19:19:31.652Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-17T19:19:31.901Z] ok github.com/docker/docker/daemon/cluster/convert 0.051s coverage: 35.9% of statements [2020-11-17T19:19:34.393Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-17T19:19:34.466Z] ok github.com/docker/docker/daemon/cluster 0.139s coverage: 0.5% of statements [2020-11-17T19:19:34.692Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-17T19:19:35.326Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-17T19:19:35.960Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-17T19:19:36.593Z] --- PASS: TestBuildMultiStageCopy (4.81s) [2020-11-17T19:19:36.593Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.51s) [2020-11-17T19:19:36.593Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2020-11-17T19:19:36.593Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.55s) [2020-11-17T19:19:36.593Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2020-11-17T19:19:36.593Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.65s) [2020-11-17T19:19:36.593Z] === RUN TestBuildMultiStageParentConfig [2020-11-17T19:19:37.028Z] ok github.com/docker/docker/daemon/discovery 0.030s coverage: 30.0% of statements [2020-11-17T19:19:37.609Z] ok github.com/docker/docker/daemon/config 0.082s coverage: 81.8% of statements [2020-11-17T19:19:38.103Z] --- PASS: TestBuildMultiStageParentConfig (1.55s) [2020-11-17T19:19:38.103Z] === RUN TestBuildLabelWithTargets [2020-11-17T19:19:38.561Z] ok github.com/docker/docker/daemon/events 0.073s coverage: 50.0% of statements [2020-11-17T19:19:39.511Z] ok github.com/docker/docker/daemon/graphdriver 0.018s coverage: 2.2% of statements [2020-11-17T19:19:40.837Z] --- PASS: TestBuildLabelWithTargets (2.35s) [2020-11-17T19:19:40.837Z] === RUN TestBuildWithEmptyLayers [2020-11-17T19:19:41.470Z] --- PASS: TestBuildWithEmptyLayers (1.00s) [2020-11-17T19:19:41.470Z] === RUN TestBuildMultiStageOnBuild [2020-11-17T19:19:42.824Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2020-11-17T19:19:43.398Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.511s coverage: 14.1% of statements [2020-11-17T19:19:44.347Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.672s coverage: 56.2% of statements [2020-11-17T19:19:44.992Z] --- PASS: TestBuildMultiStageOnBuild (2.92s) [2020-11-17T19:19:44.992Z] === RUN TestBuildUncleanTarFilenames [2020-11-17T19:19:45.640Z] --- PASS: TestBuildUncleanTarFilenames (1.23s) [2020-11-17T19:19:45.640Z] === RUN TestBuildMultiStageLayerLeak [2020-11-17T19:19:46.919Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.8% of statements [2020-11-17T19:19:49.182Z] --- PASS: TestBuildMultiStageLayerLeak (2.96s) [2020-11-17T19:19:49.182Z] === RUN TestBuildWithHugeFile [2020-11-17T19:19:49.476Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.116s coverage: 45.9% of statements [2020-11-17T19:19:49.476Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.083s coverage: 73.1% of statements [2020-11-17T19:19:50.428Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.920s coverage: 49.5% of statements [2020-11-17T19:19:51.823Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 58.0% of statements [2020-11-17T19:19:51.823Z] ok github.com/docker/docker/daemon 12.395s coverage: 17.2% of statements [2020-11-17T19:19:51.823Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-17T19:19:51.823Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-17T19:19:51.823Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-17T19:19:51.823Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-17T19:19:51.823Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-17T19:19:52.398Z] ok github.com/docker/docker/daemon/links 0.032s coverage: 93.0% of statements [2020-11-17T19:19:52.398Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.034s coverage: 3.0% of statements [2020-11-17T19:19:54.959Z] ok github.com/docker/docker/daemon/logger 0.246s coverage: 41.0% of statements [2020-11-17T19:19:55.222Z] ok github.com/docker/docker/daemon/images 0.050s coverage: 6.5% of statements [2020-11-17T19:19:55.486Z] ok github.com/docker/docker/daemon/logger/awslogs 0.294s coverage: 77.8% of statements [2020-11-17T19:19:56.439Z] ok github.com/docker/docker/daemon/logger/gelf 0.027s coverage: 67.0% of statements [2020-11-17T19:19:56.707Z] ok github.com/docker/docker/daemon/logger/journald 0.013s coverage: 23.9% of statements [2020-11-17T19:19:56.971Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.136s coverage: 57.7% of statements [2020-11-17T19:19:56.971Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-17T19:19:56.971Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-17T19:19:56.971Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-17T19:19:56.971Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-17T19:19:56.971Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-17T19:19:56.971Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-17T19:19:57.234Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.017s coverage: 87.2% of statements [2020-11-17T19:19:57.234Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.033s coverage: 61.6% of statements [2020-11-17T19:19:58.640Z] ok github.com/docker/docker/daemon/logger/local 0.045s coverage: 75.2% of statements [2020-11-17T19:19:58.640Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-17T19:19:58.904Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.060s coverage: 33.3% of statements [2020-11-17T19:19:59.167Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.071s coverage: 55.1% of statements [2020-11-17T19:19:59.744Z] ok github.com/docker/docker/daemon/logger/templates 0.017s coverage: 8.3% of statements [2020-11-17T19:20:00.320Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 46.8% of statements [2020-11-17T19:20:00.906Z] ok github.com/docker/docker/daemon/network 0.018s coverage: 63.8% of statements [2020-11-17T19:20:01.855Z] ok github.com/docker/docker/daemon/logger/splunk 1.980s coverage: 82.5% of statements [2020-11-17T19:20:01.855Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-17T19:20:01.855Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-17T19:20:02.412Z] #67 exporting layers 80.3s done [2020-11-17T19:20:02.412Z] #67 exporting manifest sha256:cdc0fabc22a46ce57616ee575b2b43d618cc161f38ef23b5e010f07bdf867553 done [2020-11-17T19:20:02.412Z] #67 exporting config sha256:0610b601d06c73a1a7356e38b069ab4626a9f4a1f03fe3b0ba5dff69aabc0943 done [2020-11-17T19:20:02.412Z] #67 sending tarball [2020-11-17T19:20:02.430Z] ok github.com/docker/docker/distribution/metadata 0.084s coverage: 48.2% of statements [2020-11-17T19:20:03.381Z] ok github.com/docker/docker/distribution 0.319s coverage: 25.6% of statements [2020-11-17T19:20:03.381Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-17T19:20:03.644Z] ok github.com/docker/docker/errdefs 0.019s coverage: 49.4% of statements [2020-11-17T19:20:04.595Z] ok github.com/docker/docker/image 0.052s coverage: 86.4% of statements [2020-11-17T19:20:04.858Z] ok github.com/docker/docker/image/v1 0.020s coverage: 25.0% of statements [2020-11-17T19:20:05.122Z] ok github.com/docker/docker/image/cache 0.035s coverage: 19.2% of statements [2020-11-17T19:20:05.122Z] ok github.com/docker/docker/distribution/xfer 1.763s coverage: 85.1% of statements [2020-11-17T19:20:05.122Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-17T19:20:05.122Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-17T19:20:05.122Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-17T19:20:05.699Z] ok github.com/docker/docker/libcontainerd/queue 0.038s coverage: 100.0% of statements [2020-11-17T19:20:06.651Z] ok github.com/docker/docker/oci 0.026s coverage: 8.2% of statements [2020-11-17T19:20:06.651Z] ok github.com/docker/docker/opts 0.044s coverage: 67.1% of statements [2020-11-17T19:20:06.915Z] ok github.com/docker/docker/pkg/aaparser 0.030s coverage: 52.9% of statements [2020-11-17T19:20:07.867Z] ok github.com/docker/docker/pkg/broadcaster 0.010s coverage: 100.0% of statements [2020-11-17T19:20:08.817Z] ok github.com/docker/docker/pkg/authorization 0.237s coverage: 68.3% of statements [2020-11-17T19:20:08.817Z] ok github.com/docker/docker/pkg/capabilities 0.019s coverage: 87.5% of statements [2020-11-17T19:20:09.768Z] ok github.com/docker/docker/pkg/directory 0.013s coverage: 80.0% of statements [2020-11-17T19:20:10.344Z] ok github.com/docker/docker/pkg/archive 1.300s coverage: 77.0% of statements [2020-11-17T19:20:10.344Z] ok github.com/docker/docker/pkg/discovery 0.020s coverage: 58.3% of statements [2020-11-17T19:20:10.920Z] ok github.com/docker/docker/pkg/discovery/file 0.012s coverage: 92.9% of statements [2020-11-17T19:20:11.495Z] ok github.com/docker/docker/pkg/discovery/memory 0.011s coverage: 92.3% of statements [2020-11-17T19:20:11.730Z] 680bbdbacf1b: Pull complete [2020-11-17T19:20:11.730Z] Digest: sha256:0da0b0e6cf9cf435c6470f23a97a0b9b80495f3712529abc748d80c5fb59209c [2020-11-17T19:20:11.730Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:20:11.730Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:20:11.730Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-11-17T19:20:11.730Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-11-17T19:20:11.730Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1577' [2020-11-17T19:20:11.730Z] INFO: Docker version of control daemon [2020-11-17T19:20:11.730Z] [2020-11-17T19:20:11.730Z] Client: Docker Engine - Enterprise [2020-11-17T19:20:11.730Z] Version: 19.03.12 [2020-11-17T19:20:11.730Z] API version: 1.40 [2020-11-17T19:20:11.730Z] Go version: go1.13.13 [2020-11-17T19:20:11.730Z] Git commit: 4306744 [2020-11-17T19:20:11.730Z] Built: 08/05/2020 19:27:53 [2020-11-17T19:20:11.730Z] OS/Arch: windows/amd64 [2020-11-17T19:20:11.730Z] Experimental: false [2020-11-17T19:20:11.730Z] [2020-11-17T19:20:11.730Z] Server: Docker Engine - Enterprise [2020-11-17T19:20:11.730Z] Engine: [2020-11-17T19:20:11.730Z] Version: 19.03.12 [2020-11-17T19:20:11.730Z] API version: 1.40 (minimum version 1.24) [2020-11-17T19:20:11.730Z] Go version: go1.13.13 [2020-11-17T19:20:11.730Z] Git commit: f295753ffd [2020-11-17T19:20:11.730Z] Built: 08/05/2020 19:26:41 [2020-11-17T19:20:11.730Z] OS/Arch: windows/amd64 [2020-11-17T19:20:11.730Z] Experimental: true [2020-11-17T19:20:11.730Z] [2020-11-17T19:20:11.730Z] INFO: Docker info of control daemon [2020-11-17T19:20:11.730Z] [2020-11-17T19:20:11.730Z] Client: [2020-11-17T19:20:11.730Z] Debug Mode: false [2020-11-17T19:20:11.730Z] Plugins: [2020-11-17T19:20:11.730Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-11-17T19:20:11.730Z] [2020-11-17T19:20:11.730Z] Server: [2020-11-17T19:20:11.730Z] Containers: 0 [2020-11-17T19:20:11.730Z] Running: 0 [2020-11-17T19:20:11.730Z] Paused: 0 [2020-11-17T19:20:11.730Z] Stopped: 0 [2020-11-17T19:20:11.730Z] Images: 1 [2020-11-17T19:20:11.730Z] Server Version: 19.03.12 [2020-11-17T19:20:11.730Z] Storage Driver: lcow (linux) windowsfilter (windows) [2020-11-17T19:20:11.730Z] LCOW: [2020-11-17T19:20:11.730Z] Windows: [2020-11-17T19:20:11.730Z] Logging Driver: json-file [2020-11-17T19:20:11.730Z] Plugins: [2020-11-17T19:20:11.730Z] Volume: local [2020-11-17T19:20:11.730Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-17T19:20:11.730Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-17T19:20:11.730Z] Swarm: inactive [2020-11-17T19:20:11.730Z] Default Isolation: process [2020-11-17T19:20:11.730Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-17T19:20:11.730Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-17T19:20:11.730Z] OSType: windows [2020-11-17T19:20:11.730Z] Architecture: x86_64 [2020-11-17T19:20:11.730Z] CPUs: 4 [2020-11-17T19:20:11.730Z] Total Memory: 32GiB [2020-11-17T19:20:11.730Z] Name: azwin-2-34df70 [2020-11-17T19:20:11.730Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-11-17T19:20:11.730Z] Docker Root Dir: D:\docker [2020-11-17T19:20:11.730Z] Debug Mode: false [2020-11-17T19:20:11.730Z] Registry: https://index.docker.io/v1/ [2020-11-17T19:20:11.730Z] Labels: [2020-11-17T19:20:11.730Z] Experimental: true [2020-11-17T19:20:11.730Z] Insecure Registries: [2020-11-17T19:20:11.730Z] 10.0.0.4:5000 [2020-11-17T19:20:11.730Z] 127.0.0.0/8 [2020-11-17T19:20:11.730Z] Registry Mirrors: [2020-11-17T19:20:11.730Z] http://10.0.0.4:5000/ [2020-11-17T19:20:11.730Z] Live Restore Enabled: false [2020-11-17T19:20:11.730Z] [2020-11-17T19:20:11.730Z] [2020-11-17T19:20:11.730Z] INFO: Commit hash is 941fea1c58 [2020-11-17T19:20:11.730Z] INFO: Nuke-Everything... [2020-11-17T19:20:11.730Z] INFO: Container count on control daemon to delete is 0 [2020-11-17T19:20:11.730Z] INFO: Nuking d:\CI [2020-11-17T19:20:11.730Z] INFO: Zapped successfully [2020-11-17T19:20:11.730Z] INFO: Location for testing is d:\CI\PR-41682\4 [2020-11-17T19:20:11.730Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-11-17T19:20:11.730Z] [2020-11-17T19:20:11.730Z] [2020-11-17T19:20:11.730Z] INFO: Building the image from Dockerfile.windows at 11/17/2020 19:20:02... [2020-11-17T19:20:11.730Z] [2020-11-17T19:20:11.730Z] Sending build context to Docker daemon 57.2MB [2020-11-17T19:20:11.730Z] [2020-11-17T19:20:11.730Z] Step 1/10 : FROM microsoft/windowsservercore [2020-11-17T19:20:11.730Z] ---> 32fecabef723 [2020-11-17T19:20:11.731Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-11-17T19:20:11.731Z] ---> Running in c8a2ebfa1f74 [2020-11-17T19:20:11.731Z] Removing intermediate container c8a2ebfa1f74 [2020-11-17T19:20:11.731Z] ---> f4c2bc121c51 [2020-11-17T19:20:11.731Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-11-17T19:20:11.731Z] ---> Running in 0e55cfb56012 [2020-11-17T19:20:11.731Z] Removing intermediate container 0e55cfb56012 [2020-11-17T19:20:11.731Z] ---> a0093f53d800 [2020-11-17T19:20:11.731Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2020-11-17T19:20:11.731Z] ---> Running in 085bf293b099 [2020-11-17T19:20:11.731Z] Removing intermediate container 085bf293b099 [2020-11-17T19:20:11.731Z] ---> 9867e0782b33 [2020-11-17T19:20:11.731Z] 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-17T19:20:11.731Z] ---> Running in b26d76ca16e7 [2020-11-17T19:20:11.731Z] Removing intermediate container b26d76ca16e7 [2020-11-17T19:20:11.731Z] ---> 8b8ef16ef32e [2020-11-17T19:20:11.731Z] 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-17T19:20:11.731Z] ---> Running in 93919bd2ae2e [2020-11-17T19:20:12.070Z] ok github.com/docker/docker/pkg/discovery/nodes 0.010s coverage: 93.8% of statements [2020-11-17T19:20:12.332Z] ok github.com/docker/docker/pkg/dmesg 0.009s coverage: 83.3% of statements [2020-11-17T19:20:13.277Z] ok github.com/docker/docker/pkg/chrootarchive 3.595s coverage: 43.2% of statements [2020-11-17T19:20:13.540Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-11-17T19:20:14.116Z] ok github.com/docker/docker/pkg/fileutils 0.022s coverage: 89.5% of statements [2020-11-17T19:20:14.379Z] ok github.com/docker/docker/pkg/fsutils 0.313s coverage: 85.1% of statements [2020-11-17T19:20:14.379Z] ok github.com/docker/docker/pkg/homedir 0.011s coverage: 11.4% of statements [2020-11-17T19:20:14.642Z] ok github.com/docker/docker/pkg/discovery/kv 3.092s coverage: 84.1% of statements [2020-11-17T19:20:15.477Z] [2020-11-17T19:20:15.477Z] SUCCESS: Specified value was saved. [2020-11-17T19:20:15.615Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2020-11-17T19:20:15.888Z] ok github.com/docker/docker/pkg/idtools 0.470s coverage: 70.1% of statements [2020-11-17T19:20:15.888Z] ok github.com/docker/docker/pkg/ioutils 0.585s coverage: 70.6% of statements [2020-11-17T19:20:16.151Z] ok github.com/docker/docker/pkg/longpath 0.013s coverage: 100.0% of statements [2020-11-17T19:20:16.151Z] ok github.com/docker/docker/layer 8.042s coverage: 68.8% of statements [2020-11-17T19:20:16.151Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-17T19:20:16.151Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-17T19:20:16.151Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-17T19:20:16.151Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-17T19:20:16.151Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-17T19:20:16.151Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-17T19:20:16.151Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-17T19:20:16.151Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-17T19:20:16.151Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-17T19:20:16.151Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-17T19:20:16.151Z] ok github.com/docker/docker/pkg/namesgenerator 0.014s coverage: 85.7% of statements [2020-11-17T19:20:16.151Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-17T19:20:16.314Z] --- PASS: TestBuildWithHugeFile (25.64s) [2020-11-17T19:20:16.314Z] === RUN TestBuildWithEmptyDockerfile [2020-11-17T19:20:16.314Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:20:16.314Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:20:16.314Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:20:16.314Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:20:16.314Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:20:16.314Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:20:16.314Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:20:16.314Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:20:16.314Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:20:16.314Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-11-17T19:20:16.314Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2020-11-17T19:20:16.314Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2020-11-17T19:20:16.314Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2020-11-17T19:20:16.314Z] === RUN TestBuildPreserveOwnership [2020-11-17T19:20:16.314Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-17T19:20:16.749Z] ok github.com/docker/docker/pkg/parsers 0.024s coverage: 97.0% of statements [2020-11-17T19:20:16.749Z] ok github.com/docker/docker/pkg/parsers/kernel 0.032s coverage: 60.0% of statements [2020-11-17T19:20:17.018Z] INFO: Downloading git... [2020-11-17T19:20:17.031Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.049s coverage: 86.7% of statements [2020-11-17T19:20:17.031Z] ok github.com/docker/docker/pkg/pidfile 0.035s coverage: 82.4% of statements [2020-11-17T19:20:17.031Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-17T19:20:17.031Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-17T19:20:17.609Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.034s coverage: 56.8% of statements [2020-11-17T19:20:17.883Z] #67 ... [2020-11-17T19:20:17.883Z] [2020-11-17T19:20:17.883Z] #68 importing to docker [2020-11-17T19:20:17.883Z] #68 ... [2020-11-17T19:20:17.883Z] [2020-11-17T19:20:17.883Z] #67 exporting to oci image format [2020-11-17T19:20:17.883Z] #67 sending tarball 15.2s done [2020-11-17T19:20:17.883Z] #67 DONE 95.5s [2020-11-17T19:20:17.883Z] [2020-11-17T19:20:17.883Z] #68 importing to docker [2020-11-17T19:20:17.992Z] INFO: Downloading go... [2020-11-17T19:20:18.184Z] ok github.com/docker/docker/pkg/pools 0.016s coverage: 88.2% of statements [2020-11-17T19:20:18.447Z] ok github.com/docker/docker/pkg/progress 0.017s coverage: 75.9% of statements [2020-11-17T19:20:18.447Z] ok github.com/docker/docker/pkg/plugins/transport 0.015s coverage: 85.7% of statements [2020-11-17T19:20:19.021Z] ok github.com/docker/docker/pkg/reexec 0.016s coverage: 82.4% of statements [2020-11-17T19:20:19.037Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-17T19:20:19.596Z] ok github.com/docker/docker/pkg/stdcopy 0.014s coverage: 100.0% of statements [2020-11-17T19:20:19.863Z] ok github.com/docker/docker/pkg/pubsub 1.081s coverage: 75.0% of statements [2020-11-17T19:20:20.125Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2020-11-17T19:20:20.125Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2020-11-17T19:20:20.175Z] INFO: Downloading compiler 1 of 3... [2020-11-17T19:20:20.637Z] INFO: Downloading compiler 2 of 3... [2020-11-17T19:20:21.099Z] --- PASS: TestBuildPreserveOwnership (6.43s) [2020-11-17T19:20:21.099Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.20s) [2020-11-17T19:20:21.099Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.22s) [2020-11-17T19:20:21.099Z] === RUN TestBuildPlatformInvalid [2020-11-17T19:20:21.099Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2020-11-17T19:20:21.099Z] PASS [2020-11-17T19:20:21.099Z] [2020-11-17T19:20:21.099Z] === Skipped [2020-11-17T19:20:21.099Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-11-17T19:20:21.099Z] build_session_test.go:25: TODO: BuildKit [2020-11-17T19:20:21.099Z] [2020-11-17T19:20:21.099Z] [2020-11-17T19:20:21.099Z] DONE 32 tests, 1 skipped in 76.275s [2020-11-17T19:20:21.099Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-11-17T19:20:21.099Z] ++ 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-17T19:20:21.099Z] ++ set -e [2020-11-17T19:20:21.099Z] ++ '[' -n 0 ']' [2020-11-17T19:20:21.099Z] ++ set -x [2020-11-17T19:20:21.099Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T19:20:21.099Z] INFO: Downloading compiler 3 of 3... [2020-11-17T19:20:21.390Z] INFO: Testing against a local daemon [2020-11-17T19:20:21.390Z] === RUN TestConfigInspect [2020-11-17T19:20:21.515Z] ok github.com/docker/docker/pkg/sysinfo 0.020s coverage: 54.2% of statements [2020-11-17T19:20:21.515Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 36.9% of statements [2020-11-17T19:20:21.560Z] INFO: Extracting git... [2020-11-17T19:20:21.778Z] ok github.com/docker/docker/pkg/tailfile 0.094s coverage: 88.6% of statements [2020-11-17T19:20:22.040Z] ok github.com/docker/docker/pkg/signal 2.802s coverage: 61.0% of statements [2020-11-17T19:20:22.303Z] testing: warning: no tests to run [2020-11-17T19:20:22.303Z] coverage: [no statements] [2020-11-17T19:20:22.303Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2020-11-17T19:20:22.303Z] ok github.com/docker/docker/pkg/tarsum 0.117s coverage: 89.3% of statements [2020-11-17T19:20:22.566Z] ok github.com/docker/docker/pkg/truncindex 0.114s coverage: 91.5% of statements [2020-11-17T19:20:22.830Z] ok github.com/docker/docker/pkg/urlutil 0.011s coverage: 100.0% of statements [2020-11-17T19:20:22.830Z] ok github.com/docker/docker/pkg/useragent 0.011s coverage: 88.9% of statements [2020-11-17T19:20:24.224Z] ok github.com/docker/docker/plugin/v2 0.013s coverage: 14.5% of statements [2020-11-17T19:20:24.224Z] ok github.com/docker/docker/profiles/seccomp 0.016s coverage: 85.4% of statements [2020-11-17T19:20:25.172Z] ok github.com/docker/docker/reference 0.020s coverage: 84.4% of statements [2020-11-17T19:20:25.435Z] ok github.com/docker/docker/plugin 0.589s coverage: 23.2% of statements [2020-11-17T19:20:25.833Z] --- PASS: TestConfigInspect (3.94s) [2020-11-17T19:20:25.833Z] === RUN TestConfigList [2020-11-17T19:20:27.360Z] ok github.com/docker/docker/registry/resumable 0.030s coverage: 100.0% of statements [2020-11-17T19:20:27.360Z] ok github.com/docker/docker/quota 0.668s coverage: 71.4% of statements [2020-11-17T19:20:27.360Z] ok github.com/docker/docker/registry 0.168s coverage: 57.2% of statements [2020-11-17T19:20:27.360Z] ok github.com/docker/docker/restartmanager 0.029s coverage: 45.3% of statements [2020-11-17T19:20:27.935Z] ok github.com/docker/docker/testutil 0.017s coverage: 62.5% of statements [2020-11-17T19:20:28.512Z] ok github.com/docker/docker/runconfig 0.049s coverage: 66.1% of statements [2020-11-17T19:20:28.555Z] --- PASS: TestConfigList (3.23s) [2020-11-17T19:20:28.555Z] === RUN TestConfigsCreateAndDelete [2020-11-17T19:20:30.436Z] ok github.com/docker/docker/volume/drivers 0.015s coverage: 36.1% of statements [2020-11-17T19:20:30.698Z] ok github.com/docker/docker/volume/mounts 0.068s coverage: 67.0% of statements [2020-11-17T19:20:31.647Z] ok github.com/docker/docker/volume/local 0.255s coverage: 76.6% of statements [2020-11-17T19:20:32.592Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2020-11-17T19:20:33.000Z] --- PASS: TestConfigsCreateAndDelete (3.77s) [2020-11-17T19:20:33.000Z] === RUN TestConfigsUpdate [2020-11-17T19:20:33.279Z] #68 DONE 16.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-17T19:20:33.734Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:941fea1c58966531ef56fc020a3901158a01a473 hack/test/unit [2020-11-17T19:20:33.958Z] INFO: Expanding go... [2020-11-17T19:20:36.000Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-17T19:20:36.000Z] [2020-11-17T19:20:36.000Z] + TEST_INTEGRATION_DEST=2 [2020-11-17T19:20:36.000Z] + CONTAINER_NAME=docker-pr4-2 [2020-11-17T19:20:36.000Z] + TEST_SKIP_INTEGRATION=1 [2020-11-17T19:20:36.000Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-11-17T19:20:36.000Z] + run_tests [2020-11-17T19:20:36.000Z] + c=0 [2020-11-17T19:20:36.000Z] + '[' -n 0 ']' [2020-11-17T19:20:36.000Z] + rm= [2020-11-17T19:20:36.000Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41682/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41682/.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=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:941fea1c58966531ef56fc020a3901158a01a473 hack/make.sh '' test-integration [2020-11-17T19:20:36.000Z] + TEST_INTEGRATION_DEST=1 [2020-11-17T19:20:36.000Z] + CONTAINER_NAME=docker-pr4-1 [2020-11-17T19:20:36.000Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-11-17T19:20:36.000Z] + run_tests test-integration-flaky [2020-11-17T19:20:36.000Z] + '[' -n 0 ']' [2020-11-17T19:20:36.000Z] + rm= [2020-11-17T19:20:36.000Z] + TEST_INTEGRATION_DEST=3 [2020-11-17T19:20:36.000Z] + CONTAINER_NAME=docker-pr4-3 [2020-11-17T19:20:36.000Z] + TEST_SKIP_INTEGRATION=1 [2020-11-17T19:20:36.000Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-11-17T19:20:36.000Z] + run_tests [2020-11-17T19:20:36.000Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41682/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41682/.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=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:941fea1c58966531ef56fc020a3901158a01a473 hack/make.sh test-integration-flaky test-integration [2020-11-17T19:20:36.000Z] + '[' -n 0 ']' [2020-11-17T19:20:36.000Z] + rm= [2020-11-17T19:20:36.000Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41682/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41682/.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=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:941fea1c58966531ef56fc020a3901158a01a473 hack/make.sh '' test-integration [2020-11-17T19:20:36.000Z] ++ jobs -p [2020-11-17T19:20:36.000Z] + for job in $(jobs -p) [2020-11-17T19:20:36.000Z] + wait 16450 [2020-11-17T19:20:36.000Z] [2020-11-17T19:20:36.000Z] [2020-11-17T19:20:36.000Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-17T19:20:36.000Z] [2020-11-17T19:20:36.000Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-17T19:20:36.000Z] HOSTNAME=af29b48de8e3 [2020-11-17T19:20:36.000Z] TEST_SKIP_INTEGRATION=1 [2020-11-17T19:20:36.000Z] TESTDEBUG=0 [2020-11-17T19:20:36.000Z] DEST=bundles/test-integration [2020-11-17T19:20:36.000Z] PWD=/go/src/github.com/docker/docker [2020-11-17T19:20:36.000Z] KEEPBUNDLE=1 [2020-11-17T19:20:36.000Z] DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:20:36.000Z] container=docker [2020-11-17T19:20:36.000Z] HOME=/root [2020-11-17T19:20:36.000Z] GOLANG_VERSION=1.13.15 [2020-11-17T19:20:36.000Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-17T19:20:36.000Z] VALIDATE_BRANCH=master [2020-11-17T19:20:36.000Z] TERM=xterm [2020-11-17T19:20:36.000Z] DOCKER_PKG=github.com/docker/docker [2020-11-17T19:20:36.000Z] SHLVL=1 [2020-11-17T19:20:36.000Z] TIMEOUT=120m [2020-11-17T19:20:36.000Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-17T19:20:36.000Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-17T19:20:36.000Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-11-17T19:20:36.000Z] GO111MODULE=off [2020-11-17T19:20:36.000Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-17T19:20:36.000Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-17T19:20:36.000Z] GOPATH=/go [2020-11-17T19:20:36.000Z] PKG_CONFIG=pkg-config [2020-11-17T19:20:36.000Z] _=/usr/bin/env [2020-11-17T19:20:36.000Z] Building test suite binary ./integration-cli/test.main [2020-11-17T19:20:36.000Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-11-17T19:20:36.000Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-17T19:20:36.000Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-17T19:20:36.000Z] HOSTNAME=d1599b23de50 [2020-11-17T19:20:36.000Z] TEST_SKIP_INTEGRATION=1 [2020-11-17T19:20:36.000Z] TESTDEBUG=0 [2020-11-17T19:20:36.000Z] DEST=bundles/test-integration [2020-11-17T19:20:36.000Z] PWD=/go/src/github.com/docker/docker [2020-11-17T19:20:36.000Z] KEEPBUNDLE=1 [2020-11-17T19:20:36.000Z] DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:20:36.000Z] container=docker [2020-11-17T19:20:36.000Z] HOME=/root [2020-11-17T19:20:36.000Z] GOLANG_VERSION=1.13.15 [2020-11-17T19:20:36.000Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-17T19:20:36.000Z] VALIDATE_BRANCH=master [2020-11-17T19:20:36.000Z] TERM=xterm [2020-11-17T19:20:36.000Z] DOCKER_PKG=github.com/docker/docker [2020-11-17T19:20:36.000Z] SHLVL=1 [2020-11-17T19:20:36.000Z] TIMEOUT=120m [2020-11-17T19:20:36.000Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-17T19:20:36.000Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-17T19:20:36.000Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-11-17T19:20:36.000Z] GO111MODULE=off [2020-11-17T19:20:36.000Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-17T19:20:36.000Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-17T19:20:36.000Z] GOPATH=/go [2020-11-17T19:20:36.000Z] PKG_CONFIG=pkg-config [2020-11-17T19:20:36.000Z] _=/usr/bin/env [2020-11-17T19:20:36.000Z] Building test suite binary ./integration-cli/test.main [2020-11-17T19:20:36.000Z] No new tests added to integration. [2020-11-17T19:20:36.000Z] [2020-11-17T19:20:36.000Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-17T19:20:36.000Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-17T19:20:36.000Z] HOSTNAME=7e0565a1dcc7 [2020-11-17T19:20:36.000Z] TESTDEBUG=0 [2020-11-17T19:20:36.000Z] DEST=bundles/test-integration [2020-11-17T19:20:36.000Z] PWD=/go/src/github.com/docker/docker [2020-11-17T19:20:36.000Z] KEEPBUNDLE=1 [2020-11-17T19:20:36.000Z] DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:20:36.000Z] container=docker [2020-11-17T19:20:36.000Z] HOME=/root [2020-11-17T19:20:36.000Z] GOLANG_VERSION=1.13.15 [2020-11-17T19:20:36.000Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-17T19:20:36.000Z] VALIDATE_BRANCH=master [2020-11-17T19:20:36.000Z] TERM=xterm [2020-11-17T19:20:36.000Z] DOCKER_PKG=github.com/docker/docker [2020-11-17T19:20:36.000Z] SHLVL=1 [2020-11-17T19:20:36.000Z] TIMEOUT=120m [2020-11-17T19:20:36.000Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-17T19:20:36.000Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-17T19:20:36.000Z] GO111MODULE=off [2020-11-17T19:20:36.000Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-17T19:20:36.000Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-17T19:20:36.000Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-17T19:20:36.000Z] GOPATH=/go [2020-11-17T19:20:36.000Z] PKG_CONFIG=pkg-config [2020-11-17T19:20:36.000Z] _=/usr/bin/env [2020-11-17T19:20:36.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-17T19:20:36.508Z] --- PASS: TestConfigsUpdate (3.57s) [2020-11-17T19:20:36.508Z] === RUN TestTemplatedConfig [2020-11-17T19:20:37.294Z] ? github.com/docker/docker/api [no test files] [2020-11-17T19:20:40.017Z] --- PASS: TestTemplatedConfig (3.58s) [2020-11-17T19:20:40.017Z] === RUN TestConfigCreateResolve [2020-11-17T19:20:40.201Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.564810347s with top 10 stages: buildssa: 1m37.753852806s, goimports: 22.13337218s, unconvert: 12.2418428s, gosec: 10.359658158s, golint: 5.938773499s, misspell: 4.164013986s, ineffassign: 4.024766966s, inspect: 3.552982553s, vrp: 2.614971813s, printf: 2.055044862s [2020-11-17T19:20:40.201Z] INFO [runner] Issues before processing: 2262, after processing: 0 [2020-11-17T19:20:40.201Z] INFO [runner] Processors filtering stat (out/in): cgo: 1682/2262, autogenerated_exclude: 1577/1682, nolint: 0/64, filename_unadjuster: 1682/1682, path_prettifier: 1682/1682, skip_files: 1682/1682, skip_dirs: 1682/1682, identifier_marker: 1577/1577, exclude: 1577/1577, exclude-rules: 64/1577 [2020-11-17T19:20:40.201Z] INFO [runner] processing took 157.912374ms with stages: nolint: 79.685784ms, identifier_marker: 46.239255ms, path_prettifier: 14.079544ms, exclude-rules: 7.601061ms, autogenerated_exclude: 6.158266ms, skip_dirs: 3.241631ms, cgo: 521.087µs, filename_unadjuster: 380.206µs, max_same_issues: 1.617µs, uniq_by_line: 723ns, diff: 545ns, skip_files: 529ns, path_shortener: 515ns, max_from_linter: 509ns, source_code: 478ns, exclude: 339ns, max_per_file_from_linter: 285ns [2020-11-17T19:20:40.201Z] INFO [runner] linters took 1m38.30259556s with stages: goanalysis_metalinter: 1m18.280106963s, unused: 19.863364935s [2020-11-17T19:20:40.201Z] INFO File cache stats: 1448 entries of total size 6.8MiB [2020-11-17T19:20:40.201Z] INFO Memory: 1500 samples, avg is 717.3MB, max is 3504.6MB [2020-11-17T19:20:40.201Z] INFO Execution took 3m36.62406233s [2020-11-17T19:20:40.201Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-11-17T19:20:40.543Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:941fea1c58966531ef56fc020a3901158a01a473 hack/make.sh dynbinary-daemon test-docker-py [2020-11-17T19:20:41.114Z] [2020-11-17T19:20:41.114Z] Removing bundles/ [2020-11-17T19:20:41.114Z] [2020-11-17T19:20:41.114Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-11-17T19:20:41.114Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-17T19:20:41.114Z] GOOS="" GOARCH="" GOARM="" [2020-11-17T19:20:42.852Z] --- PASS: TestConfigCreateResolve (3.14s) [2020-11-17T19:20:42.852Z] === RUN TestConfigDaemonLibtrustID [2020-11-17T19:20:43.146Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-11-17T19:20:43.146Z] PASS [2020-11-17T19:20:43.146Z] [2020-11-17T19:20:43.146Z] DONE 7 tests in 21.972s [2020-11-17T19:20:43.146Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-11-17T19:20:43.146Z] ++ 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-17T19:20:43.146Z] ++ set -e [2020-11-17T19:20:43.146Z] ++ '[' -n 0 ']' [2020-11-17T19:20:43.146Z] ++ set -x [2020-11-17T19:20:43.146Z] ++ env -i DEST=/go/src/github.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-17T19:20:43.437Z] INFO: Testing against a local daemon [2020-11-17T19:20:43.437Z] === RUN TestCheckpoint [2020-11-17T19:20:43.437Z] --- SKIP: TestCheckpoint (0.01s) [2020-11-17T19:20:43.437Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-17T19:20:43.437Z] === RUN TestContainerInvalidJSON [2020-11-17T19:20:43.437Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:20:43.437Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:20:43.437Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:20:43.437Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:20:43.437Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:20:43.437Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:20:43.437Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:20:43.437Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:20:43.437Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:20:43.437Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-17T19:20:43.437Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-17T19:20:43.437Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-17T19:20:43.437Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-17T19:20:43.437Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-17T19:20:43.437Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-11-17T19:20:43.437Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-17T19:20:43.727Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2020-11-17T19:20:43.727Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-17T19:20:43.727Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2020-11-17T19:20:43.727Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-17T19:20:44.018Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s) [2020-11-17T19:20:44.018Z] === RUN TestCopyFromContainer [2020-11-17T19:20:46.080Z] === RUN TestCopyFromContainer// [2020-11-17T19:20:46.080Z] === RUN TestCopyFromContainer//bar/root [2020-11-17T19:20:46.080Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-17T19:20:46.080Z] === RUN TestCopyFromContainer/bar/quux [2020-11-17T19:20:46.371Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-17T19:20:46.371Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-17T19:20:46.371Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-17T19:20:46.661Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-17T19:20:46.661Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-17T19:20:46.661Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-17T19:20:46.661Z] --- PASS: TestCopyFromContainer (2.89s) [2020-11-17T19:20:46.661Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-11-17T19:20:46.661Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2020-11-17T19:20:46.661Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-11-17T19:20:46.661Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2020-11-17T19:20:46.661Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-11-17T19:20:46.661Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-11-17T19:20:46.661Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-11-17T19:20:46.661Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2020-11-17T19:20:46.661Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2020-11-17T19:20:46.661Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-11-17T19:20:46.661Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-17T19:20:46.952Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:20:46.952Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:20:46.952Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:20:46.952Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:20:46.952Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:20:46.952Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:20:46.952Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:20:46.952Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:20:46.952Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:20:46.952Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-11-17T19:20:46.952Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-17T19:20:46.952Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-17T19:20:46.952Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-17T19:20:46.952Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-17T19:20:46.952Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-11-17T19:20:46.952Z] === RUN TestCreateWithInvalidEnv [2020-11-17T19:20:46.952Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-17T19:20:46.952Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-17T19:20:46.952Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-17T19:20:46.952Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-17T19:20:46.952Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-17T19:20:46.952Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-17T19:20:46.952Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-17T19:20:46.952Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-17T19:20:46.952Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-17T19:20:46.952Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-11-17T19:20:46.952Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-17T19:20:46.952Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-17T19:20:46.952Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-17T19:20:46.952Z] === RUN TestCreateTmpfsMountsTarget [2020-11-17T19:20:46.952Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-11-17T19:20:46.952Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-17T19:20:49.676Z] --- PASS: TestCreateWithCustomMaskedPaths (2.38s) [2020-11-17T19:20:49.676Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-17T19:20:51.662Z] INFO: Expanding compiler 1 of 3... [2020-11-17T19:20:51.738Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.50s) [2020-11-17T19:20:51.738Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-17T19:20:51.738Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:20:51.738Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:20:51.738Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:20:51.738Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:20:51.738Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:20:51.738Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:20:51.738Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:20:51.738Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:20:51.738Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:20:51.738Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:20:51.738Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:20:51.738Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:20:51.738Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:20:51.738Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:20:51.738Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:20:51.738Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-17T19:20:51.738Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-17T19:20:51.738Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-11-17T19:20:51.738Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-17T19:20:51.738Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-11-17T19:20:51.738Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-17T19:20:51.738Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-17T19:20:52.637Z] INFO: Expanding compiler 2 of 3... [2020-11-17T19:20:52.769Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.84s) [2020-11-17T19:20:52.769Z] === RUN TestCreateDifferentPlatform [2020-11-17T19:20:52.769Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-17T19:20:52.769Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-17T19:20:52.769Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-11-17T19:20:52.769Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-17T19:20:52.769Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-17T19:20:52.769Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-17T19:20:52.769Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-11-17T19:20:52.769Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-17T19:20:52.769Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2020-11-17T19:20:52.769Z] === RUN TestContainerStartOnDaemonRestart [2020-11-17T19:20:52.769Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-17T19:20:52.769Z] === RUN TestDaemonRestartIpcMode [2020-11-17T19:20:52.769Z] === PAUSE TestDaemonRestartIpcMode [2020-11-17T19:20:52.769Z] === RUN TestDaemonHostGatewayIP [2020-11-17T19:20:52.769Z] === PAUSE TestDaemonHostGatewayIP [2020-11-17T19:20:52.769Z] === RUN TestContainerKillOnDaemonStart [2020-11-17T19:20:52.769Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-17T19:20:52.769Z] === RUN TestDiff [2020-11-17T19:20:53.800Z] --- PASS: TestDiff (0.89s) [2020-11-17T19:20:53.800Z] === RUN TestExecWithCloseStdin [2020-11-17T19:20:54.558Z] ok github.com/docker/docker/pkg/plugins 33.634s coverage: 76.6% of statements [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/rootless [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/volume [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-17T19:20:54.559Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === Skipped [2020-11-17T19:20:54.559Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-17T19:20:54.559Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-17T19:20:54.559Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:73: No driver to put! [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-17T19:20:54.559Z] time="2020-11-17T19:19:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-17T19:20:54.559Z] time="2020-11-17T19:19:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-17T19:20:54.559Z] time="2020-11-17T19:19:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-17T19:20:54.559Z] time="2020-11-17T19:19:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-17T19:20:54.559Z] time="2020-11-17T19:19:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:73: No driver to put! [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-17T19:20:54.559Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-17T19:20:54.559Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-17T19:20:54.559Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:20:54.559Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-17T19:20:54.559Z] graphtest_unix.go:73: No driver to put! [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-17T19:20:54.559Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-17T19:20:54.559Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] [2020-11-17T19:20:54.559Z] DONE 2191 tests, 26 skipped in 193.242s Post stage [Pipeline] junit [2020-11-17T19:20:54.575Z] Recording test results [2020-11-17T19:20:54.830Z] --- PASS: TestExecWithCloseStdin (0.94s) [2020-11-17T19:20:54.830Z] === RUN TestExec [2020-11-17T19:20:55.461Z] --- PASS: TestExec (0.89s) [2020-11-17T19:20:55.461Z] === RUN TestExecUser [2020-11-17T19:20:56.014Z] ok github.com/docker/docker/api/server 0.020s coverage: 9.0% of statements [2020-11-17T19:20:56.081Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-17T19:20:56.081Z] [2020-11-17T19:20:56.081Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-17T19:20:56.081Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-17T19:20:56.081Z] HOSTNAME=c4242e178ec9 [2020-11-17T19:20:56.081Z] DEST=bundles/test-integration [2020-11-17T19:20:56.081Z] PWD=/go/src/github.com/docker/docker [2020-11-17T19:20:56.081Z] DOCKER_ROOTLESS=1 [2020-11-17T19:20:56.081Z] DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:20:56.081Z] container=docker [2020-11-17T19:20:56.081Z] HOME=/root [2020-11-17T19:20:56.081Z] GOLANG_VERSION=1.13.15 [2020-11-17T19:20:56.081Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-17T19:20:56.081Z] VALIDATE_BRANCH=master [2020-11-17T19:20:56.081Z] TERM=xterm [2020-11-17T19:20:56.081Z] DOCKER_PKG=github.com/docker/docker [2020-11-17T19:20:56.081Z] SHLVL=1 [2020-11-17T19:20:56.081Z] TIMEOUT=120m [2020-11-17T19:20:56.081Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-17T19:20:56.081Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-17T19:20:56.081Z] GO111MODULE=off [2020-11-17T19:20:56.081Z] DOCKER_EXPERIMENTAL=1 [2020-11-17T19:20:56.081Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-17T19:20:56.081Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-17T19:20:56.081Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-17T19:20:56.081Z] GOPATH=/go [2020-11-17T19:20:56.081Z] PKG_CONFIG=pkg-config [2020-11-17T19:20:56.081Z] _=/usr/bin/env [2020-11-17T19:20:56.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-17T19:20:56.383Z] INFO: Expanding compiler 3 of 3... [2020-11-17T19:20:56.492Z] --- PASS: TestExecUser (0.88s) [2020-11-17T19:20:56.492Z] === RUN TestExportContainerAndImportImage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-17T19:20:56.874Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -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:941fea1c58966531ef56fc020a3901158a01a473 hack/make.sh dynbinary test-integration [2020-11-17T19:20:57.354Z] INFO: Removing downloaded files... [2020-11-17T19:20:57.354Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-11-17T19:20:57.354Z] INFO: Configuring git core.autocrlf... [2020-11-17T19:20:57.447Z] [2020-11-17T19:20:57.526Z] --- PASS: TestExportContainerAndImportImage (1.06s) [2020-11-17T19:20:57.526Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-17T19:20:57.709Z] Removing bundles/ [2020-11-17T19:20:57.709Z] [2020-11-17T19:20:57.709Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-17T19:20:57.709Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-17T19:20:57.709Z] GOOS="" GOARCH="" GOARM="" [2020-11-17T19:20:59.030Z] --- PASS: TestExportContainerAfterDaemonRestart (1.50s) [2020-11-17T19:20:59.030Z] === RUN TestHealthCheckWorkdir [2020-11-17T19:21:00.061Z] --- PASS: TestHealthCheckWorkdir (1.09s) [2020-11-17T19:21:00.061Z] === RUN TestHealthKillContainer [2020-11-17T19:21:03.575Z] --- PASS: TestHealthKillContainer (2.92s) [2020-11-17T19:21:03.575Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-17T19:21:03.867Z] --- PASS: TestInspectCpusetInConfigPre120 (0.85s) [2020-11-17T19:21:03.867Z] === RUN TestIpcModeNone [2020-11-17T19:21:04.898Z] --- PASS: TestIpcModeNone (0.92s) [2020-11-17T19:21:04.898Z] === RUN TestIpcModePrivate [2020-11-17T19:21:05.529Z] --- PASS: TestIpcModePrivate (0.90s) [2020-11-17T19:21:05.529Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-11-17T19:21:05.529Z] === RUN TestIpcModeShareable [2020-11-17T19:21:06.561Z] --- PASS: TestIpcModeShareable (0.96s) [2020-11-17T19:21:06.561Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-11-17T19:21:06.561Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-17T19:21:10.070Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.88s) [2020-11-17T19:21:10.070Z] === RUN TestAPIIpcModeHost [2020-11-17T19:21:10.070Z] --- PASS: TestAPIIpcModeHost (0.63s) [2020-11-17T19:21:10.070Z] === RUN TestDaemonIpcModeShareable [2020-11-17T19:21:12.185Z] --- PASS: TestDaemonIpcModeShareable (1.76s) [2020-11-17T19:21:12.185Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-11-17T19:21:12.185Z] === RUN TestDaemonIpcModePrivate [2020-11-17T19:21:13.689Z] --- PASS: TestDaemonIpcModePrivate (1.75s) [2020-11-17T19:21:13.689Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-11-17T19:21:13.689Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-17T19:21:15.293Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.73s) [2020-11-17T19:21:15.293Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-11-17T19:21:15.293Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-17T19:21:17.356Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.70s) [2020-11-17T19:21:17.356Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-11-17T19:21:17.356Z] === RUN TestIpcModeOlderClient [2020-11-17T19:21:17.356Z] === PAUSE TestIpcModeOlderClient [2020-11-17T19:21:17.356Z] === RUN TestKillContainerInvalidSignal [2020-11-17T19:21:17.988Z] --- PASS: TestKillContainerInvalidSignal (0.79s) [2020-11-17T19:21:17.988Z] === RUN TestKillContainer [2020-11-17T19:21:17.988Z] === RUN TestKillContainer/no_signal [2020-11-17T19:21:18.621Z] === RUN TestKillContainer/non_killing_signal [2020-11-17T19:21:19.253Z] === RUN TestKillContainer/killing_signal [2020-11-17T19:21:20.757Z] --- PASS: TestKillContainer (2.59s) [2020-11-17T19:21:20.757Z] --- PASS: TestKillContainer/no_signal (0.85s) [2020-11-17T19:21:20.757Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2020-11-17T19:21:20.757Z] --- PASS: TestKillContainer/killing_signal (0.84s) [2020-11-17T19:21:20.757Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-17T19:21:20.757Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-17T19:21:21.388Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-17T19:21:22.020Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.70s) [2020-11-17T19:21:22.020Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2020-11-17T19:21:22.020Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-11-17T19:21:22.020Z] === RUN TestKillStoppedContainer [2020-11-17T19:21:22.311Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-11-17T19:21:22.311Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-17T19:21:22.311Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-11-17T19:21:22.311Z] === RUN TestKillDifferentUserContainer [2020-11-17T19:21:23.343Z] --- PASS: TestKillDifferentUserContainer (0.88s) [2020-11-17T19:21:23.343Z] === RUN TestInspectOomKilledTrue [2020-11-17T19:21:23.343Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-17T19:21:23.343Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:21:23.343Z] === RUN TestInspectOomKilledFalse [2020-11-17T19:21:23.343Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-17T19:21:23.343Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:21:23.343Z] === RUN TestLinksEtcHostsContentMatch [2020-11-17T19:21:23.634Z] --- PASS: TestLinksEtcHostsContentMatch (0.52s) [2020-11-17T19:21:23.634Z] === RUN TestLinksContainerNames [2020-11-17T19:21:25.697Z] --- PASS: TestLinksContainerNames (1.66s) [2020-11-17T19:21:25.697Z] === RUN TestLogsFollowTailEmpty [2020-11-17T19:21:26.329Z] --- PASS: TestLogsFollowTailEmpty (0.88s) [2020-11-17T19:21:26.329Z] === RUN TestContainerNetworkMountsNoChown [2020-11-17T19:21:27.361Z] --- PASS: TestContainerNetworkMountsNoChown (0.85s) [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/default [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/default [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/private [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/private [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rprivate [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/slave [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/slave [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rslave [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/shared [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/shared [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rshared [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/default [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/private [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/rslave [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/slave [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/rprivate [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/rshared [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/shared [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-17T19:21:27.361Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:21:27.361Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:21:27.361Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:21:27.652Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-17T19:21:27.652Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:21:27.652Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-17T19:21:27.652Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:21:27.652Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:21:27.652Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:21:27.652Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:21:27.652Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:21:27.652Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:21:27.652Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-17T19:21:27.942Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:21:27.942Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:21:27.942Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:21:27.942Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:21:27.942Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-17T19:21:27.942Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-11-17T19:21:27.942Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-11-17T19:21:27.942Z] === RUN TestContainerBindMountNonRecursive [2020-11-17T19:21:28.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-17T19:21:28.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-17T19:21:29.576Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-17T19:21:30.007Z] --- PASS: TestContainerBindMountNonRecursive (1.98s) [2020-11-17T19:21:30.007Z] === RUN TestContainerVolumesMountedAsShared [2020-11-17T19:21:30.638Z] --- PASS: TestContainerVolumesMountedAsShared (0.73s) [2020-11-17T19:21:30.638Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-17T19:21:31.271Z] --- PASS: TestContainerVolumesMountedAsSlave (0.57s) [2020-11-17T19:21:31.271Z] === RUN TestNetworkNat [2020-11-17T19:21:32.304Z] --- PASS: TestNetworkNat (0.90s) [2020-11-17T19:21:32.304Z] === RUN TestNetworkLocalhostTCPNat [2020-11-17T19:21:32.935Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2020-11-17T19:21:32.935Z] === RUN TestNetworkLoopbackNat [2020-11-17T19:21:36.444Z] --- PASS: TestNetworkLoopbackNat (3.17s) [2020-11-17T19:21:36.444Z] === RUN TestPause [2020-11-17T19:21:37.075Z] --- PASS: TestPause (0.83s) [2020-11-17T19:21:37.075Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-17T19:21:37.075Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-17T19:21:37.075Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-17T19:21:37.075Z] === RUN TestPauseStopPausedContainer [2020-11-17T19:21:38.107Z] --- PASS: TestPauseStopPausedContainer (0.83s) [2020-11-17T19:21:38.107Z] === RUN TestPsFilter [2020-11-17T19:21:38.107Z] --- PASS: TestPsFilter (0.28s) [2020-11-17T19:21:38.107Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-17T19:21:39.186Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s) [2020-11-17T19:21:39.186Z] === RUN TestRemoveContainerWithVolume [2020-11-17T19:21:39.817Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2020-11-17T19:21:39.817Z] === RUN TestRemoveContainerRunning [2020-11-17T19:21:40.859Z] --- PASS: TestRemoveContainerRunning (0.85s) [2020-11-17T19:21:40.859Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-17T19:21:41.489Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s) [2020-11-17T19:21:41.489Z] === RUN TestRemoveInvalidContainer [2020-11-17T19:21:41.489Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-17T19:21:41.489Z] === RUN TestRenameLinkedContainer [2020-11-17T19:21:45.034Z] --- PASS: TestRenameLinkedContainer (3.33s) [2020-11-17T19:21:45.034Z] === RUN TestRenameStoppedContainer [2020-11-17T19:21:45.665Z] --- PASS: TestRenameStoppedContainer (0.86s) [2020-11-17T19:21:45.665Z] === RUN TestRenameRunningContainerAndReuse [2020-11-17T19:21:47.729Z] --- PASS: TestRenameRunningContainerAndReuse (1.77s) [2020-11-17T19:21:47.729Z] === RUN TestRenameInvalidName [2020-11-17T19:21:48.361Z] --- PASS: TestRenameInvalidName (0.88s) [2020-11-17T19:21:48.361Z] === RUN TestRenameAnonymousContainer [2020-11-17T19:21:53.921Z] --- PASS: TestRenameAnonymousContainer (4.75s) [2020-11-17T19:21:53.921Z] === RUN TestRenameContainerWithSameName [2020-11-17T19:21:53.921Z] --- PASS: TestRenameContainerWithSameName (0.85s) [2020-11-17T19:21:53.921Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-17T19:21:55.986Z] --- PASS: TestRenameContainerWithLinkedContainer (1.77s) [2020-11-17T19:21:55.986Z] === RUN TestResize [2020-11-17T19:21:56.620Z] --- PASS: TestResize (0.88s) [2020-11-17T19:21:56.620Z] === RUN TestResizeWithInvalidSize [2020-11-17T19:21:57.651Z] --- PASS: TestResizeWithInvalidSize (0.90s) [2020-11-17T19:21:57.651Z] === RUN TestResizeWhenContainerNotStarted [2020-11-17T19:21:58.281Z] --- PASS: TestResizeWhenContainerNotStarted (0.86s) [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-17T19:21:58.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-17T19:21:58.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-17T19:21:58.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-17T19:21:58.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-17T19:21:58.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-17T19:21:58.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-17T19:21:58.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-17T19:21:58.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:21:58.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:21:58.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:21:58.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:21:58.281Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:21:58.281Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:21:58.281Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-17T19:21:58.281Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-17T19:22:01.006Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:22:01.006Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:22:01.676Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-17T19:22:01.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-17T19:22:01.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-17T19:22:01.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-17T19:22:01.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-17T19:22:02.248Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-17T19:22:02.518Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:22:02.518Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:22:03.549Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-17T19:22:03.840Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-17T19:22:05.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-17T19:22:05.905Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-17T19:22:05.905Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-17T19:22:06.926Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-17T19:22:08.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-17T19:22:08.629Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-17T19:22:08.919Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-17T19:22:09.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-17T19:22:10.627Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-17T19:22:11.570Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.36s) [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.38s) [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.45s) [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.49s) [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.44s) [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.44s) [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.29s) [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.31s) [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.63s) [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.92s) [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.21s) [2020-11-17T19:22:11.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.29s) [2020-11-17T19:22:11.694Z] === RUN TestCgroupNamespacesRun [2020-11-17T19:22:13.199Z] --- PASS: TestCgroupNamespacesRun (1.74s) [2020-11-17T19:22:13.199Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-17T19:22:13.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-17T19:22:14.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-17T19:22:14.705Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) [2020-11-17T19:22:14.705Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-17T19:22:15.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-17T19:22:16.208Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.69s) [2020-11-17T19:22:16.208Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-17T19:22:16.741Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-17T19:22:16.741Z] Using test binary docker [2020-11-17T19:22:16.741Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-17T19:22:16.741Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-17T19:22:16.741Z] INFO: Waiting for daemon to start... [2020-11-17T19:22:16.741Z] Starting dockerd [2020-11-17T19:22:17.625Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-17T19:22:17.625Z] [2020-11-17T19:22:17.625Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-11-17T19:22:17.625Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-11-17T19:22:17.625Z] Using test binary docker [2020-11-17T19:22:17.625Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-17T19:22:17.625Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-17T19:22:17.625Z] INFO: Waiting for daemon to start... [2020-11-17T19:22:17.625Z] Starting dockerd [2020-11-17T19:22:17.625Z] . [2020-11-17T19:22:17.625Z] INFO: Building docker-sdk-python3:4.3.0... [2020-11-17T19:22:18.280Z] --- PASS: TestCgroupNamespacesRunHostMode (1.74s) [2020-11-17T19:22:18.280Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-17T19:22:18.353Z] ok github.com/docker/docker/api/server/httputils 0.027s coverage: 14.7% of statements [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-17T19:22:18.353Z] ok github.com/docker/docker/api/server/middleware 0.023s coverage: 37.7% of statements [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-17T19:22:18.353Z] ok github.com/docker/docker/api/types/filters 0.026s coverage: 92.2% of statements [2020-11-17T19:22:18.353Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2020-11-17T19:22:18.353Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2020-11-17T19:22:18.353Z] ok github.com/docker/docker/api/server/router/swarm 0.022s coverage: 5.7% of statements [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/types [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-17T19:22:18.353Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-17T19:22:19.002Z] ok github.com/docker/docker/api/types/versions 0.016s coverage: 75.0% of statements [2020-11-17T19:22:19.002Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-17T19:22:19.002Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-17T19:22:19.002Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-17T19:22:19.002Z] ? github.com/docker/docker/builder [no test files] [2020-11-17T19:22:19.002Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-17T19:22:19.002Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-17T19:22:19.002Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-17T19:22:19.002Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-17T19:22:19.002Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-17T19:22:19.002Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-17T19:22:19.002Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-17T19:22:19.237Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-17T19:22:19.237Z] [2020-11-17T19:22:19.237Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-17T19:22:19.237Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-17T19:22:19.237Z] HOSTNAME=f137037e8940 [2020-11-17T19:22:19.237Z] TESTDEBUG=0 [2020-11-17T19:22:19.237Z] DEST=bundles/test-integration [2020-11-17T19:22:19.237Z] PWD=/go/src/github.com/docker/docker [2020-11-17T19:22:19.237Z] DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:22:19.237Z] container=docker [2020-11-17T19:22:19.237Z] HOME=/root [2020-11-17T19:22:19.237Z] GOLANG_VERSION=1.13.15 [2020-11-17T19:22:19.237Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-17T19:22:19.237Z] VALIDATE_BRANCH=master [2020-11-17T19:22:19.237Z] TERM=xterm [2020-11-17T19:22:19.237Z] DOCKER_PKG=github.com/docker/docker [2020-11-17T19:22:19.237Z] SHLVL=1 [2020-11-17T19:22:19.237Z] TIMEOUT=120m [2020-11-17T19:22:19.237Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-17T19:22:19.237Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-17T19:22:19.237Z] GO111MODULE=off [2020-11-17T19:22:19.237Z] DOCKER_EXPERIMENTAL=1 [2020-11-17T19:22:19.237Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-17T19:22:19.237Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-17T19:22:19.237Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-17T19:22:19.237Z] GOPATH=/go [2020-11-17T19:22:19.237Z] PKG_CONFIG=pkg-config [2020-11-17T19:22:19.237Z] _=/usr/bin/env [2020-11-17T19:22:19.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-17T19:22:19.784Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.70s) [2020-11-17T19:22:19.784Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-17T19:22:20.031Z] . [2020-11-17T19:22:20.031Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-17T19:22:20.031Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-17T19:22:20.031Z] Error: No such image: emptyfs [2020-11-17T19:22:20.031Z] Running integration-test (iteration 1) [2020-11-17T19:22:20.031Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-11-17T19:22:21.356Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.68s) [2020-11-17T19:22:21.356Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-17T19:22:22.387Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-11-17T19:22:22.387Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-17T19:22:23.527Z] ok github.com/docker/docker/cli/debug 0.019s coverage: 100.0% of statements [2020-11-17T19:22:24.448Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.77s) [2020-11-17T19:22:24.448Z] === RUN TestKernelTCPMemory [2020-11-17T19:22:25.066Z] ok github.com/docker/docker/builder/remotecontext/git 4.170s coverage: 86.3% of statements [2020-11-17T19:22:25.079Z] --- PASS: TestKernelTCPMemory (0.86s) [2020-11-17T19:22:25.079Z] === RUN TestNISDomainname [2020-11-17T19:22:26.109Z] --- PASS: TestNISDomainname (1.00s) [2020-11-17T19:22:26.109Z] === RUN TestHostnameDnsResolution [2020-11-17T19:22:26.597Z] ok github.com/docker/docker/builder/remotecontext 0.425s coverage: 13.7% of statements [2020-11-17T19:22:27.413Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-17T19:22:27.413Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-17T19:22:27.613Z] --- PASS: TestHostnameDnsResolution (1.74s) [2020-11-17T19:22:27.613Z] === RUN TestStats [2020-11-17T19:22:28.701Z] ok github.com/docker/docker/builder/dockerfile 1.221s coverage: 48.3% of statements [2020-11-17T19:22:28.701Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-17T19:22:28.701Z] ? github.com/docker/docker/cli [no test files] [2020-11-17T19:22:28.701Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-17T19:22:31.122Z] --- PASS: TestStats (2.96s) [2020-11-17T19:22:31.122Z] === RUN TestStopContainerWithTimeout [2020-11-17T19:22:31.122Z] === RUN TestStopContainerWithTimeout/0 [2020-11-17T19:22:31.122Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-17T19:22:31.122Z] === RUN TestStopContainerWithTimeout/1 [2020-11-17T19:22:31.122Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-17T19:22:31.122Z] === RUN TestStopContainerWithTimeout/3 [2020-11-17T19:22:31.122Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-17T19:22:31.122Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-17T19:22:31.122Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-17T19:22:31.122Z] === CONT TestStopContainerWithTimeout/0 [2020-11-17T19:22:31.122Z] === CONT TestStopContainerWithTimeout/3 [2020-11-17T19:22:31.468Z] ok github.com/docker/docker/client 0.400s coverage: 75.4% of statements [2020-11-17T19:22:31.755Z] === CONT TestStopContainerWithTimeout/1 [2020-11-17T19:22:33.819Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-17T19:22:33.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-17T19:22:34.923Z] Loaded image: buildpack-deps:buster [2020-11-17T19:22:34.924Z] Loaded image: busybox:latest [2020-11-17T19:22:34.924Z] Loaded image: busybox:glibc [2020-11-17T19:22:34.924Z] Loaded image: debian:buster [2020-11-17T19:22:34.924Z] Loaded image: hello-world:latest [2020-11-17T19:22:34.924Z] Loaded image: arm32v7/hello-world:latest [2020-11-17T19:22:34.924Z] INFO: Testing against a local daemon [2020-11-17T19:22:34.924Z] === RUN TestCgroupNamespacesBuild [2020-11-17T19:22:36.302Z] --- PASS: TestCgroupNamespacesBuild (3.27s) [2020-11-17T19:22:36.302Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-17T19:22:36.545Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-17T19:22:36.545Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2020-11-17T19:22:36.545Z] --- PASS: TestStopContainerWithTimeout/1 (2.01s) [2020-11-17T19:22:36.545Z] --- PASS: TestStopContainerWithTimeout/3 (3.19s) [2020-11-17T19:22:36.545Z] --- PASS: TestStopContainerWithTimeout/-1 (2.82s) [2020-11-17T19:22:36.545Z] === RUN TestDeleteDevicemapper [2020-11-17T19:22:36.545Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-17T19:22:36.545Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-17T19:22:36.545Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-17T19:22:37.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-17T19:22:37.642Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-17T19:22:38.672Z] Removing intermediate container 93919bd2ae2e [2020-11-17T19:22:38.672Z] ---> a8945ccdf8d7 [2020-11-17T19:22:38.672Z] 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-17T19:22:38.672Z] ---> Running in 68103ff93f8a [2020-11-17T19:22:38.838Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.22s) [2020-11-17T19:22:38.838Z] === RUN TestBuildWithSession [2020-11-17T19:22:38.838Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-17T19:22:38.838Z] build_session_test.go:25: TODO: BuildKit [2020-11-17T19:22:38.838Z] === RUN TestBuildSquashParent [2020-11-17T19:22:40.055Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.62s) [2020-11-17T19:22:40.055Z] === RUN TestUpdateMemory [2020-11-17T19:22:40.055Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-17T19:22:40.055Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:22:40.055Z] === RUN TestUpdateCPUQuota [2020-11-17T19:22:40.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-17T19:22:41.558Z] --- PASS: TestUpdateCPUQuota (1.15s) [2020-11-17T19:22:41.558Z] === RUN TestUpdatePidsLimit [2020-11-17T19:22:41.558Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-17T19:22:41.558Z] === RUN TestUpdatePidsLimit/no_change [2020-11-17T19:22:42.206Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-17T19:22:42.503Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-17T19:22:42.794Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-17T19:22:43.084Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-17T19:22:43.380Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2020-11-17T19:22:43.380Z] go: finding gotest.tools v0.5.3 [2020-11-17T19:22:43.380Z] go: finding gotest.tools/gotestsum v0.5.3 [2020-11-17T19:22:43.380Z] go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-17T19:22:43.380Z] go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-17T19:22:43.714Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-17T19:22:43.840Z] go: downloading github.com/fatih/color v1.9.0 [2020-11-17T19:22:43.840Z] go: downloading github.com/spf13/pflag v1.0.3 [2020-11-17T19:22:43.840Z] go: downloading github.com/pkg/errors v0.9.1 [2020-11-17T19:22:44.744Z] --- PASS: TestUpdatePidsLimit (3.55s) [2020-11-17T19:22:44.744Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2020-11-17T19:22:44.744Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-11-17T19:22:44.744Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2020-11-17T19:22:44.744Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2020-11-17T19:22:44.744Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s) [2020-11-17T19:22:44.744Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2020-11-17T19:22:44.744Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-11-17T19:22:44.744Z] === RUN TestUpdateRestartPolicy [2020-11-17T19:22:44.811Z] go: extracting github.com/fatih/color v1.9.0 [2020-11-17T19:22:44.811Z] go: extracting github.com/spf13/pflag v1.0.3 [2020-11-17T19:22:44.811Z] go: extracting github.com/pkg/errors v0.9.1 [2020-11-17T19:22:44.811Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:22:44.811Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:22:44.811Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:22:44.811Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:22:44.811Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:22:44.811Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:22:44.811Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:22:44.811Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:22:44.811Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:22:44.811Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:22:45.271Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:22:45.271Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:22:45.271Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:22:45.271Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:22:45.271Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:22:45.409Z] --- PASS: TestBuildSquashParent (6.93s) [2020-11-17T19:22:45.409Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-17T19:22:45.409Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:22:45.409Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:22:45.409Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:22:45.409Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:22:45.409Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:22:45.409Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:22:45.409Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:22:45.409Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:22:45.409Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:22:45.409Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:22:45.409Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:22:45.409Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:22:45.409Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:22:45.409Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:22:45.731Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:22:46.699Z] go: finding github.com/fatih/color v1.9.0 [2020-11-17T19:22:46.699Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-17T19:22:46.699Z] go: finding github.com/pkg/errors v0.9.1 [2020-11-17T19:22:46.699Z] go: finding github.com/spf13/pflag v1.0.3 [2020-11-17T19:22:46.699Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-17T19:22:46.699Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-17T19:22:46.699Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-17T19:22:46.699Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-17T19:22:46.699Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-17T19:22:46.699Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-17T19:22:46.699Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-17T19:22:46.788Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:22:47.730Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:22:47.730Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:22:49.610Z] INFO: Build done for gotestsum... [2020-11-17T19:22:50.267Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:22:51.646Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-17T19:22:51.646Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.28s) [2020-11-17T19:22:51.646Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.30s) [2020-11-17T19:22:51.646Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.14s) [2020-11-17T19:22:51.646Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.03s) [2020-11-17T19:22:51.646Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.17s) [2020-11-17T19:22:51.646Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.76s) [2020-11-17T19:22:51.646Z] === RUN TestBuildMultiStageCopy [2020-11-17T19:22:51.646Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-17T19:22:54.185Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-17T19:22:55.123Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-17T19:22:56.061Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-17T19:22:56.381Z] sha256:b5bc7c263dcbdcb392c4d83b569d38f12cb45938618e6afb851a5a4351c7dc7d [2020-11-17T19:22:56.381Z] INFO: Starting docker-py tests... [2020-11-17T19:22:56.381Z] ============================= test session starts ============================== [2020-11-17T19:22:56.381Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-11-17T19:22:56.381Z] rootdir: /src, inifile: pytest.ini [2020-11-17T19:22:56.381Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-11-17T19:22:56.381Z] collected 389 items / 1 deselected / 388 selected [2020-11-17T19:22:56.381Z] [2020-11-17T19:22:57.439Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-17T19:22:58.376Z] --- PASS: TestBuildMultiStageCopy (6.59s) [2020-11-17T19:22:58.376Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.59s) [2020-11-17T19:22:58.376Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-11-17T19:22:58.376Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.01s) [2020-11-17T19:22:58.376Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.99s) [2020-11-17T19:22:58.376Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-11-17T19:22:58.376Z] === RUN TestBuildMultiStageParentConfig [2020-11-17T19:23:00.147Z] --- PASS: TestUpdateRestartPolicy (12.73s) [2020-11-17T19:23:00.148Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-17T19:23:00.148Z] --- PASS: TestUpdateRestartWithAutoRemove (0.86s) [2020-11-17T19:23:00.148Z] === RUN TestWaitNonBlocked [2020-11-17T19:23:00.148Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:23:00.148Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:23:00.148Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:23:00.148Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:23:00.148Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:23:00.148Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:23:00.148Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-11-17T19:23:00.148Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.03s) [2020-11-17T19:23:00.148Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.11s) [2020-11-17T19:23:00.148Z] === RUN TestWaitBlocked [2020-11-17T19:23:00.148Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:23:00.148Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:23:00.148Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:23:00.148Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:23:00.148Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:23:00.148Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:23:00.778Z] --- PASS: TestWaitBlocked (0.01s) [2020-11-17T19:23:00.778Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.27s) [2020-11-17T19:23:00.778Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.35s) [2020-11-17T19:23:00.778Z] === CONT TestContainerStartOnDaemonRestart [2020-11-17T19:23:00.778Z] === CONT TestIpcModeOlderClient [2020-11-17T19:23:01.068Z] --- PASS: TestIpcModeOlderClient (0.15s) [2020-11-17T19:23:01.068Z] === CONT TestDaemonHostGatewayIP [2020-11-17T19:23:02.951Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-17T19:23:03.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-17T19:23:03.649Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2020-11-17T19:23:03.649Z] === RUN TestBuildLabelWithTargets [2020-11-17T19:23:03.835Z] --- PASS: TestContainerStartOnDaemonRestart (2.81s) [2020-11-17T19:23:03.835Z] === CONT TestContainerKillOnDaemonStart [2020-11-17T19:23:04.433Z] Removing intermediate container 68103ff93f8a [2020-11-17T19:23:04.433Z] ---> 9dff67b511cd [2020-11-17T19:23:04.433Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-11-17T19:23:04.433Z] ---> Running in aaa1ff29a5ac [2020-11-17T19:23:04.433Z] Removing intermediate container aaa1ff29a5ac [2020-11-17T19:23:04.433Z] ---> cb5a2ac527e3 [2020-11-17T19:23:04.433Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-11-17T19:23:04.433Z] ---> Running in 298d516682c9 [2020-11-17T19:23:04.433Z] Removing intermediate container 298d516682c9 [2020-11-17T19:23:04.433Z] ---> 825fb0551f28 [2020-11-17T19:23:04.433Z] Step 10/10 : COPY . . [2020-11-17T19:23:04.465Z] --- PASS: TestDaemonHostGatewayIP (3.50s) [2020-11-17T19:23:04.465Z] === CONT TestDaemonRestartIpcMode [2020-11-17T19:23:04.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-17T19:23:06.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-17T19:23:06.568Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-17T19:23:08.121Z] --- PASS: TestDaemonRestartIpcMode (3.47s) [2020-11-17T19:23:08.490Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-17T19:23:10.961Z] ok github.com/docker/docker/cmd/dockerd 0.248s coverage: 29.1% of statements [2020-11-17T19:23:10.961Z] ok github.com/docker/docker/container 0.189s coverage: 34.7% of statements [2020-11-17T19:23:10.961Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-17T19:23:10.961Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-17T19:23:10.961Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-17T19:23:10.961Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-17T19:23:11.046Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-17T19:23:11.756Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-11-17T19:23:11.823Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-11-17T19:23:11.823Z] === RUN TestBuildWithEmptyLayers [2020-11-17T19:23:12.326Z] tests/integration/api_client_test.py ..... [ 7%] [2020-11-17T19:23:13.061Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.036s coverage: 65.3% of statements [2020-11-17T19:23:13.598Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-17T19:23:13.840Z] tests/integration/api_config_test.py ..... [ 8%] [2020-11-17T19:23:14.358Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2020-11-17T19:23:14.358Z] === RUN TestBuildMultiStageOnBuild [2020-11-17T19:23:14.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-17T19:23:15.933Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-17T19:23:16.703Z] --- PASS: TestContainerKillOnDaemonStart (12.20s) [2020-11-17T19:23:16.703Z] PASS [2020-11-17T19:23:16.703Z] [2020-11-17T19:23:16.703Z] === Skipped [2020-11-17T19:23:16.703Z] === SKIP: s390x.integration.container TestCheckpoint (0.01s) [2020-11-17T19:23:16.703Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-17T19:23:16.703Z] [2020-11-17T19:23:16.703Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-17T19:23:16.703Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:23:16.703Z] [2020-11-17T19:23:16.703Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-17T19:23:16.703Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:23:16.703Z] [2020-11-17T19:23:16.703Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-17T19:23:16.703Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-17T19:23:16.703Z] [2020-11-17T19:23:16.703Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-11-17T19:23:16.703Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-17T19:23:16.703Z] [2020-11-17T19:23:16.703Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-11-17T19:23:16.703Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:23:16.703Z] [2020-11-17T19:23:16.703Z] [2020-11-17T19:23:16.703Z] DONE 195 tests, 6 skipped in 152.769s [2020-11-17T19:23:16.703Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-11-17T19:23:16.703Z] ++ 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-17T19:23:16.703Z] ++ set -e [2020-11-17T19:23:16.703Z] ++ '[' -n 0 ']' [2020-11-17T19:23:16.703Z] ++ set -x [2020-11-17T19:23:16.703Z] ++ env -i DEST=/go/src/github.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-17T19:23:16.703Z] INFO: Testing against a local daemon [2020-11-17T19:23:16.703Z] === RUN TestCommitInheritsEnv [2020-11-17T19:23:16.703Z] --- PASS: TestCommitInheritsEnv (0.59s) [2020-11-17T19:23:16.703Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-17T19:23:16.703Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-17T19:23:16.703Z] === RUN TestImagesFilterMultiReference [2020-11-17T19:23:16.703Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-11-17T19:23:16.703Z] === RUN TestImagePullPlatformInvalid [2020-11-17T19:23:16.703Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-11-17T19:23:16.703Z] === RUN TestRemoveImageOrphaning [2020-11-17T19:23:17.322Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-17T19:23:17.334Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2020-11-17T19:23:17.334Z] === RUN TestRemoveImageGarbageCollector [2020-11-17T19:23:17.334Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-17T19:23:17.334Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:23:17.334Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-17T19:23:17.334Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-11-17T19:23:17.334Z] === RUN TestTagInvalidReference [2020-11-17T19:23:17.334Z] --- PASS: TestTagInvalidReference (0.01s) [2020-11-17T19:23:17.334Z] === RUN TestTagValidPrefixedRepo [2020-11-17T19:23:17.334Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-11-17T19:23:17.334Z] === RUN TestTagExistedNameWithoutForce [2020-11-17T19:23:17.334Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-11-17T19:23:17.334Z] === RUN TestTagOfficialNames [2020-11-17T19:23:17.334Z] --- PASS: TestTagOfficialNames (0.03s) [2020-11-17T19:23:17.334Z] === RUN TestTagMatchesDigest [2020-11-17T19:23:17.624Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-11-17T19:23:17.624Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-17T19:23:18.690Z] ok github.com/docker/docker/daemon/cluster/convert 0.046s coverage: 35.9% of statements [2020-11-17T19:23:18.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-17T19:23:19.630Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2020-11-17T19:23:19.630Z] === RUN TestBuildUncleanTarFilenames [2020-11-17T19:23:19.890Z] --- PASS: TestBuildUncleanTarFilenames (0.70s) [2020-11-17T19:23:19.891Z] === RUN TestBuildMultiStageLayerLeak [2020-11-17T19:23:20.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-17T19:23:22.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-17T19:23:22.258Z] ok github.com/docker/docker/daemon/cluster 0.171s coverage: 0.5% of statements [2020-11-17T19:23:22.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-17T19:23:24.087Z] --- PASS: TestBuildMultiStageLayerLeak (4.29s) [2020-11-17T19:23:24.087Z] === RUN TestBuildWithHugeFile [2020-11-17T19:23:24.361Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-17T19:23:24.361Z] Using test binary docker [2020-11-17T19:23:24.361Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-17T19:23:24.361Z] +++ /etc/init.d/apparmor start [2020-11-17T19:23:24.361Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-17T19:23:24.361Z] INFO: Waiting for daemon to start... [2020-11-17T19:23:24.361Z] Starting dockerd [2020-11-17T19:23:24.361Z] +++ 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-17T19:23:25.552Z] ---> d0c1fcca7755 [2020-11-17T19:23:25.552Z] Successfully built d0c1fcca7755 [2020-11-17T19:23:25.552Z] Successfully tagged docker:latest [2020-11-17T19:23:25.552Z] INFO: Image build ended at 11/17/2020 19:23:25. Duration:00:03:22.7290588 [2020-11-17T19:23:25.552Z] [2020-11-17T19:23:25.552Z] [2020-11-17T19:23:25.552Z] INFO: Building the test binaries at 11/17/2020 19:23:25... [2020-11-17T19:23:25.830Z] ok github.com/docker/docker/daemon/discovery 0.029s coverage: 30.0% of statements [2020-11-17T19:23:26.476Z] ok github.com/docker/docker/daemon/config 0.096s coverage: 81.8% of statements [2020-11-17T19:23:26.909Z] . [2020-11-17T19:23:26.909Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-17T19:23:26.909Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-17T19:23:26.909Z] Error: No such image: emptyfs [2020-11-17T19:23:26.909Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-17T19:23:26.909Z] ++++ docker load [2020-11-17T19:23:26.909Z] Running integration-test (iteration 1) [2020-11-17T19:23:26.909Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-11-17T19:23:26.909Z] ++ 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-17T19:23:26.909Z] ++ set -e [2020-11-17T19:23:26.909Z] ++ '[' -n 0 ']' [2020-11-17T19:23:26.909Z] ++ set -x [2020-11-17T19:23:26.909Z] ++ env -i DEST=/go/src/github.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-17T19:23:27.530Z] ok github.com/docker/docker/daemon/events 0.078s coverage: 50.0% of statements [2020-11-17T19:23:29.301Z] INFO: make.ps1 starting at 11/17/2020 19:23:29 [2020-11-17T19:23:29.632Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2020-11-17T19:23:30.272Z] INFO: Git commit (941fea1c58) assumed from DOCKER_GITCOMMIT environment variable [2020-11-17T19:23:30.272Z] INFO: Invoking autogen... [2020-11-17T19:23:31.269Z] INFO: Building daemon... [2020-11-17T19:23:32.383Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2020-11-17T19:23:32.679Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.497s coverage: 14.0% of statements [2020-11-17T19:23:33.786Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.820s coverage: 57.1% of statements [2020-11-17T19:23:36.554Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.8% of statements [2020-11-17T19:23:38.651Z] ok github.com/docker/docker/daemon 12.331s coverage: 17.2% of statements [2020-11-17T19:23:38.651Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-17T19:23:38.651Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-17T19:23:38.651Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-17T19:23:38.651Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-17T19:23:38.651Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.121s coverage: 69.2% of statements [2020-11-17T19:23:39.157Z] Loaded image: buildpack-deps:buster [2020-11-17T19:23:39.157Z] Loaded image: busybox:latest [2020-11-17T19:23:39.157Z] Loaded image: busybox:glibc [2020-11-17T19:23:39.157Z] Loaded image: debian:buster [2020-11-17T19:23:39.157Z] Loaded image: hello-world:latest [2020-11-17T19:23:39.157Z] Loaded image: arm32v7/hello-world:latest [2020-11-17T19:23:39.157Z] INFO: Testing against a local daemon [2020-11-17T19:23:39.157Z] === RUN TestCgroupNamespacesBuild [2020-11-17T19:23:40.185Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.094s coverage: 46.2% of statements [2020-11-17T19:23:40.185Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-17T19:23:40.833Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.349s coverage: 49.5% of statements [2020-11-17T19:23:41.079Z] --- PASS: TestCgroupNamespacesBuild (2.78s) [2020-11-17T19:23:41.079Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-17T19:23:41.479Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.032s coverage: 58.0% of statements [2020-11-17T19:23:42.996Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2020-11-17T19:23:42.996Z] === RUN TestBuildWithSession [2020-11-17T19:23:42.996Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-17T19:23:42.996Z] build_session_test.go:25: TODO: BuildKit [2020-11-17T19:23:42.996Z] === RUN TestBuildSquashParent [2020-11-17T19:23:43.429Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-11-17T19:23:43.583Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2020-11-17T19:23:43.584Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.011s coverage: 3.0% of statements [2020-11-17T19:23:46.354Z] ok github.com/docker/docker/daemon/logger 0.276s coverage: 41.0% of statements [2020-11-17T19:23:46.354Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.161s coverage: 52.1% of statements [2020-11-17T19:23:46.354Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-17T19:23:46.354Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-17T19:23:47.411Z] ok github.com/docker/docker/daemon/logger/awslogs 0.384s coverage: 77.8% of statements [2020-11-17T19:23:48.062Z] ok github.com/docker/docker/daemon/images 0.103s coverage: 6.5% of statements [2020-11-17T19:23:48.062Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-17T19:23:48.062Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-17T19:23:48.062Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-17T19:23:48.062Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-17T19:23:49.117Z] ok github.com/docker/docker/daemon/logger/gelf 0.027s coverage: 67.0% of statements [2020-11-17T19:23:49.414Z] ok github.com/docker/docker/daemon/logger/journald 0.048s coverage: 23.9% of statements [2020-11-17T19:23:49.594Z] --- PASS: TestBuildSquashParent (6.24s) [2020-11-17T19:23:49.594Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-17T19:23:49.594Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:23:49.594Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:23:49.594Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:23:49.594Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:23:49.594Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:23:49.594Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:23:49.594Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:23:49.594Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:23:49.594Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:23:49.594Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:23:49.594Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:23:49.594Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:23:49.594Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:23:49.594Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:23:49.594Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:23:49.594Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:23:49.711Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.037s coverage: 87.2% of statements [2020-11-17T19:23:50.359Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.049s coverage: 61.6% of statements [2020-11-17T19:23:52.153Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:23:52.153Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:23:52.473Z] ok github.com/docker/docker/daemon/logger/local 0.087s coverage: 75.2% of statements [2020-11-17T19:23:52.474Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-17T19:23:52.770Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.081s coverage: 58.6% of statements [2020-11-17T19:23:53.068Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.030s coverage: 33.3% of statements [2020-11-17T19:23:54.071Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-17T19:23:54.072Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.66s) [2020-11-17T19:23:54.072Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.74s) [2020-11-17T19:23:54.072Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.82s) [2020-11-17T19:23:54.072Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.86s) [2020-11-17T19:23:54.072Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.20s) [2020-11-17T19:23:54.072Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.19s) [2020-11-17T19:23:54.072Z] === RUN TestBuildMultiStageCopy [2020-11-17T19:23:54.072Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-17T19:23:54.123Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2020-11-17T19:23:55.178Z] ok github.com/docker/docker/daemon/logger/syslog 0.038s coverage: 46.8% of statements [2020-11-17T19:23:56.621Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-17T19:23:56.714Z] ok github.com/docker/docker/daemon/logger/splunk 2.319s coverage: 82.5% of statements [2020-11-17T19:23:56.714Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-17T19:23:56.714Z] ok github.com/docker/docker/daemon/network 0.010s coverage: 63.8% of statements [2020-11-17T19:23:56.714Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-17T19:23:56.882Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-17T19:23:57.454Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-17T19:23:58.027Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-17T19:23:58.600Z] --- PASS: TestBuildMultiStageCopy (4.32s) [2020-11-17T19:23:58.600Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.20s) [2020-11-17T19:23:58.600Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2020-11-17T19:23:58.600Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2020-11-17T19:23:58.600Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.53s) [2020-11-17T19:23:58.600Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2020-11-17T19:23:58.600Z] === RUN TestBuildMultiStageParentConfig [2020-11-17T19:23:59.482Z] ok github.com/docker/docker/distribution/metadata 0.167s coverage: 48.2% of statements [2020-11-17T19:24:00.000Z] --- PASS: TestBuildMultiStageParentConfig (1.48s) [2020-11-17T19:24:00.000Z] === RUN TestBuildLabelWithTargets [2020-11-17T19:24:00.125Z] ok github.com/docker/docker/errdefs 0.011s coverage: 49.4% of statements [2020-11-17T19:24:00.770Z] ok github.com/docker/docker/distribution 0.487s coverage: 25.6% of statements [2020-11-17T19:24:00.770Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-17T19:24:02.551Z] --- PASS: TestBuildLabelWithTargets (2.17s) [2020-11-17T19:24:02.551Z] === RUN TestBuildWithEmptyLayers [2020-11-17T19:24:02.882Z] ok github.com/docker/docker/distribution/xfer 1.689s coverage: 85.6% of statements [2020-11-17T19:24:02.882Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-17T19:24:02.882Z] ok github.com/docker/docker/image 0.052s coverage: 86.4% of statements [2020-11-17T19:24:03.124Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2020-11-17T19:24:03.124Z] === RUN TestBuildMultiStageOnBuild [2020-11-17T19:24:03.179Z] ok github.com/docker/docker/image/cache 0.036s coverage: 19.2% of statements [2020-11-17T19:24:03.179Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-17T19:24:03.179Z] ok github.com/docker/docker/image/v1 0.028s coverage: 25.0% of statements [2020-11-17T19:24:03.179Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-17T19:24:03.823Z] ok github.com/docker/docker/libcontainerd/queue 0.025s coverage: 100.0% of statements [2020-11-17T19:24:05.918Z] ok github.com/docker/docker/pkg/aaparser 0.014s coverage: 52.9% of statements [2020-11-17T19:24:06.221Z] ok github.com/docker/docker/opts 0.082s coverage: 67.1% of statements [2020-11-17T19:24:06.221Z] ok github.com/docker/docker/oci 0.040s coverage: 8.2% of statements [2020-11-17T19:24:06.430Z] --- PASS: TestBuildMultiStageOnBuild (2.65s) [2020-11-17T19:24:06.430Z] === RUN TestBuildUncleanTarFilenames [2020-11-17T19:24:07.375Z] --- PASS: TestBuildUncleanTarFilenames (1.43s) [2020-11-17T19:24:07.375Z] === RUN TestBuildMultiStageLayerLeak [2020-11-17T19:24:08.982Z] ok github.com/docker/docker/pkg/broadcaster 0.038s coverage: 100.0% of statements [2020-11-17T19:24:08.982Z] ok github.com/docker/docker/pkg/capabilities 0.004s coverage: 87.5% of statements [2020-11-17T19:24:09.630Z] ok github.com/docker/docker/pkg/authorization 0.964s coverage: 68.3% of statements [2020-11-17T19:24:10.277Z] ok github.com/docker/docker/pkg/archive 1.174s coverage: 76.9% of statements [2020-11-17T19:24:10.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-17T19:24:10.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-17T19:24:10.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-17T19:24:10.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-17T19:24:10.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-17T19:24:10.574Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2020-11-17T19:24:10.682Z] --- PASS: TestBuildMultiStageLayerLeak (2.85s) [2020-11-17T19:24:10.682Z] === RUN TestBuildWithHugeFile [2020-11-17T19:24:11.233Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2020-11-17T19:24:11.530Z] ok github.com/docker/docker/pkg/discovery/file 0.035s coverage: 97.6% of statements [2020-11-17T19:24:12.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-17T19:24:12.581Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-11-17T19:24:12.878Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-11-17T19:24:13.519Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-11-17T19:24:14.563Z] ok github.com/docker/docker/pkg/chrootarchive 3.851s coverage: 43.2% of statements [2020-11-17T19:24:14.563Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2020-11-17T19:24:15.206Z] ok github.com/docker/docker/layer 7.558s coverage: 68.8% of statements [2020-11-17T19:24:15.206Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-17T19:24:15.206Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-17T19:24:15.206Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-17T19:24:15.206Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-17T19:24:15.206Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-17T19:24:15.206Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-17T19:24:15.206Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-17T19:24:15.848Z] ok github.com/docker/docker/pkg/fsutils 0.317s coverage: 85.1% of statements [2020-11-17T19:24:15.848Z] ok github.com/docker/docker/pkg/fileutils 0.031s coverage: 89.5% of statements [2020-11-17T19:24:16.146Z] ok github.com/docker/docker/pkg/discovery/kv 3.096s coverage: 84.1% of statements [2020-11-17T19:24:16.791Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 11.4% of statements [2020-11-17T19:24:17.437Z] ok github.com/docker/docker/pkg/jsonmessage 0.035s coverage: 91.7% of statements [2020-11-17T19:24:17.736Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2020-11-17T19:24:18.379Z] ok github.com/docker/docker/pkg/namesgenerator 0.018s coverage: 85.7% of statements [2020-11-17T19:24:18.680Z] ok github.com/docker/docker/pkg/ioutils 1.174s coverage: 69.3% of statements [2020-11-17T19:24:18.680Z] ok github.com/docker/docker/pkg/idtools 0.800s coverage: 70.1% of statements [2020-11-17T19:24:18.680Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-17T19:24:18.680Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-17T19:24:18.680Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-17T19:24:18.680Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-17T19:24:18.680Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2020-11-17T19:24:19.322Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2020-11-17T19:24:19.618Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 82.4% of statements [2020-11-17T19:24:19.618Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.018s coverage: 86.7% of statements [2020-11-17T19:24:19.618Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-17T19:24:19.618Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-17T19:24:20.338Z] --- PASS: TestBuildWithHugeFile (53.86s) [2020-11-17T19:24:20.338Z] === RUN TestBuildWithEmptyDockerfile [2020-11-17T19:24:20.338Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:24:20.338Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:24:20.338Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:24:20.338Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:24:20.338Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:24:20.338Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:24:20.338Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:24:20.338Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:24:20.338Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:24:20.338Z] --- PASS: TestBuildWithEmptyDockerfile (0.21s) [2020-11-17T19:24:20.338Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2020-11-17T19:24:20.338Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s) [2020-11-17T19:24:20.338Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2020-11-17T19:24:20.338Z] === RUN TestBuildPreserveOwnership [2020-11-17T19:24:20.338Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-17T19:24:20.669Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.022s coverage: 56.8% of statements [2020-11-17T19:24:21.312Z] ok github.com/docker/docker/pkg/pools 0.022s coverage: 88.2% of statements [2020-11-17T19:24:21.609Z] ok github.com/docker/docker/pkg/plugins/transport 0.009s coverage: 85.7% of statements [2020-11-17T19:24:21.609Z] ok github.com/docker/docker/pkg/progress 0.005s coverage: 75.9% of statements [2020-11-17T19:24:22.243Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-17T19:24:22.250Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2020-11-17T19:24:23.303Z] ok github.com/docker/docker/pkg/pubsub 1.181s coverage: 75.0% of statements [2020-11-17T19:24:23.303Z] ok github.com/docker/docker/pkg/stdcopy 0.017s coverage: 100.0% of statements [2020-11-17T19:24:23.944Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2020-11-17T19:24:23.944Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2020-11-17T19:24:24.529Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-17T19:24:25.475Z] ok github.com/docker/docker/pkg/system 0.044s coverage: 36.9% of statements [2020-11-17T19:24:25.475Z] ok github.com/docker/docker/pkg/sysinfo 0.009s coverage: 53.8% of statements [2020-11-17T19:24:25.475Z] ok github.com/docker/docker/pkg/signal 2.952s coverage: 61.0% of statements [2020-11-17T19:24:25.510Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-17T19:24:25.772Z] ok github.com/docker/docker/pkg/tailfile 0.102s coverage: 88.6% of statements [2020-11-17T19:24:26.416Z] testing: warning: no tests to run [2020-11-17T19:24:26.416Z] coverage: [no statements] [2020-11-17T19:24:26.416Z] ok github.com/docker/docker/pkg/term/windows 0.010s coverage: [no statements] [no tests to run] [2020-11-17T19:24:26.716Z] ok github.com/docker/docker/pkg/tarsum 0.143s coverage: 89.3% of statements [2020-11-17T19:24:26.716Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2020-11-17T19:24:27.011Z] ok github.com/docker/docker/pkg/truncindex 0.104s coverage: 91.5% of statements [2020-11-17T19:24:27.308Z] ok github.com/docker/docker/pkg/useragent 0.004s coverage: 88.9% of statements [2020-11-17T19:24:28.724Z] --- PASS: TestBuildPreserveOwnership (9.66s) [2020-11-17T19:24:28.724Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.65s) [2020-11-17T19:24:28.725Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-11-17T19:24:28.725Z] === RUN TestBuildPlatformInvalid [2020-11-17T19:24:28.725Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2020-11-17T19:24:28.725Z] PASS [2020-11-17T19:24:28.725Z] [2020-11-17T19:24:28.725Z] === Skipped [2020-11-17T19:24:28.725Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-11-17T19:24:28.725Z] build_session_test.go:25: TODO: BuildKit [2020-11-17T19:24:28.725Z] [2020-11-17T19:24:28.725Z] [2020-11-17T19:24:28.725Z] DONE 32 tests, 1 skipped in 128.312s [2020-11-17T19:24:28.725Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-11-17T19:24:28.725Z] INFO: Testing against a local daemon [2020-11-17T19:24:28.725Z] === RUN TestConfigInspect [2020-11-17T19:24:28.725Z] --- SKIP: TestConfigInspect (0.03s) [2020-11-17T19:24:28.725Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:24:28.725Z] === RUN TestConfigList [2020-11-17T19:24:28.725Z] --- SKIP: TestConfigList (0.02s) [2020-11-17T19:24:28.725Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:24:28.725Z] === RUN TestConfigsCreateAndDelete [2020-11-17T19:24:28.725Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2020-11-17T19:24:28.725Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:24:28.725Z] === RUN TestConfigsUpdate [2020-11-17T19:24:28.725Z] --- SKIP: TestConfigsUpdate (0.02s) [2020-11-17T19:24:28.725Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:24:28.725Z] === RUN TestTemplatedConfig [2020-11-17T19:24:28.725Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-11-17T19:24:28.725Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:24:28.725Z] === RUN TestConfigCreateResolve [2020-11-17T19:24:28.725Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-11-17T19:24:28.725Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:24:28.725Z] === RUN TestConfigDaemonLibtrustID [2020-11-17T19:24:29.402Z] ok github.com/docker/docker/plugin/v2 0.009s coverage: 14.5% of statements [2020-11-17T19:24:29.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-17T19:24:29.699Z] ok github.com/docker/docker/profiles/seccomp 0.018s coverage: 83.5% of statements [2020-11-17T19:24:30.103Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2020-11-17T19:24:30.103Z] PASS [2020-11-17T19:24:30.103Z] [2020-11-17T19:24:30.103Z] === Skipped [2020-11-17T19:24:30.103Z] === SKIP: amd64.integration.config TestConfigInspect (0.03s) [2020-11-17T19:24:30.103Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:24:30.103Z] [2020-11-17T19:24:30.103Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2020-11-17T19:24:30.103Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:24:30.103Z] [2020-11-17T19:24:30.103Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2020-11-17T19:24:30.103Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:24:30.103Z] [2020-11-17T19:24:30.103Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2020-11-17T19:24:30.103Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:24:30.103Z] [2020-11-17T19:24:30.103Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-11-17T19:24:30.103Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:24:30.103Z] [2020-11-17T19:24:30.103Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-11-17T19:24:30.103Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:24:30.103Z] [2020-11-17T19:24:30.103Z] [2020-11-17T19:24:30.103Z] DONE 7 tests, 6 skipped in 1.797s [2020-11-17T19:24:30.103Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-11-17T19:24:30.362Z] INFO: Testing against a local daemon [2020-11-17T19:24:30.362Z] === RUN TestCheckpoint [2020-11-17T19:24:30.362Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-17T19:24:30.362Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-17T19:24:30.362Z] === RUN TestContainerInvalidJSON [2020-11-17T19:24:30.362Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:24:30.362Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:24:30.362Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:24:30.362Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:24:30.362Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:24:30.362Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:24:30.362Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:24:30.362Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:24:30.362Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:24:30.362Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-17T19:24:30.362Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-11-17T19:24:30.362Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-17T19:24:30.362Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-11-17T19:24:30.362Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-17T19:24:30.362Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2020-11-17T19:24:30.362Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-17T19:24:30.362Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2020-11-17T19:24:30.362Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-17T19:24:30.621Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2020-11-17T19:24:30.621Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-17T19:24:30.621Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2020-11-17T19:24:30.621Z] === RUN TestCopyFromContainer [2020-11-17T19:24:30.762Z] ok github.com/docker/docker/reference 0.010s coverage: 84.4% of statements [2020-11-17T19:24:31.070Z] ok github.com/docker/docker/plugin 0.559s coverage: 23.2% of statements [2020-11-17T19:24:31.574Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-17T19:24:33.170Z] ok github.com/docker/docker/quota 0.669s coverage: 71.4% of statements [2020-11-17T19:24:33.170Z] ok github.com/docker/docker/registry/resumable 0.023s coverage: 100.0% of statements [2020-11-17T19:24:33.814Z] ok github.com/docker/docker/restartmanager 0.010s coverage: 45.3% of statements [2020-11-17T19:24:34.462Z] ok github.com/docker/docker/registry 0.235s coverage: 57.2% of statements [2020-11-17T19:24:34.462Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2020-11-17T19:24:34.818Z] === RUN TestCopyFromContainer// [2020-11-17T19:24:34.818Z] === RUN TestCopyFromContainer//bar/root [2020-11-17T19:24:34.818Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-17T19:24:34.818Z] === RUN TestCopyFromContainer/bar/quux [2020-11-17T19:24:34.818Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-17T19:24:34.818Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-17T19:24:34.818Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-17T19:24:34.818Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-17T19:24:34.818Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-17T19:24:34.818Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-17T19:24:34.818Z] --- PASS: TestCopyFromContainer (4.29s) [2020-11-17T19:24:34.818Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-11-17T19:24:34.818Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-11-17T19:24:34.818Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-11-17T19:24:34.818Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2020-11-17T19:24:34.818Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-11-17T19:24:34.818Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-11-17T19:24:34.818Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-11-17T19:24:34.818Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-11-17T19:24:34.818Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-11-17T19:24:34.818Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-11-17T19:24:34.818Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-17T19:24:34.818Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:24:34.818Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:24:34.818Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:24:34.818Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:24:34.818Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:24:34.818Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:24:34.818Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:24:34.818Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:24:34.818Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:24:34.818Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-11-17T19:24:34.819Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-17T19:24:34.819Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-17T19:24:34.819Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-17T19:24:34.819Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-17T19:24:34.819Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-11-17T19:24:34.819Z] === RUN TestCreateWithInvalidEnv [2020-11-17T19:24:34.819Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-17T19:24:34.819Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-17T19:24:34.819Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-17T19:24:34.819Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-17T19:24:34.819Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-17T19:24:34.819Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-17T19:24:34.819Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-17T19:24:34.819Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-17T19:24:34.819Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-17T19:24:34.819Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-11-17T19:24:34.819Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-17T19:24:34.819Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-17T19:24:34.819Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-17T19:24:34.819Z] === RUN TestCreateTmpfsMountsTarget [2020-11-17T19:24:35.079Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-17T19:24:35.079Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-17T19:24:35.559Z] ok github.com/docker/docker/runconfig 0.026s coverage: 66.1% of statements [2020-11-17T19:24:35.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-17T19:24:36.470Z] --- PASS: TestCreateWithCustomMaskedPaths (1.36s) [2020-11-17T19:24:36.470Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-17T19:24:37.194Z] ..........................xx.................... [ 29%] [2020-11-17T19:24:37.666Z] ok github.com/docker/docker/volume/drivers 0.009s coverage: 36.1% of statements [2020-11-17T19:24:37.849Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.24s) [2020-11-17T19:24:37.849Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-17T19:24:37.849Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:24:37.849Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:24:37.849Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:24:37.849Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:24:37.849Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:24:37.849Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:24:37.849Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:24:37.849Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:24:37.849Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:24:37.849Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:24:37.849Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:24:37.849Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:24:37.849Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:24:37.849Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:24:37.849Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:24:37.849Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-17T19:24:37.849Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-11-17T19:24:37.849Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-11-17T19:24:37.849Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-11-17T19:24:37.849Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-17T19:24:37.849Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-17T19:24:37.849Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-17T19:24:38.110Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s) [2020-11-17T19:24:38.110Z] === RUN TestCreateDifferentPlatform [2020-11-17T19:24:38.110Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-17T19:24:38.110Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-17T19:24:38.110Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-11-17T19:24:38.110Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-17T19:24:38.110Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-17T19:24:38.110Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-17T19:24:38.110Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2020-11-17T19:24:38.110Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-17T19:24:38.110Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2020-11-17T19:24:38.110Z] === RUN TestContainerStartOnDaemonRestart [2020-11-17T19:24:38.110Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-11-17T19:24:38.110Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-11-17T19:24:38.110Z] === RUN TestDaemonRestartIpcMode [2020-11-17T19:24:38.110Z] === PAUSE TestDaemonRestartIpcMode [2020-11-17T19:24:38.110Z] === RUN TestDaemonHostGatewayIP [2020-11-17T19:24:38.110Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-11-17T19:24:38.110Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:24:38.110Z] === RUN TestContainerKillOnDaemonStart [2020-11-17T19:24:38.110Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-11-17T19:24:38.110Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-11-17T19:24:38.110Z] === RUN TestDiff [2020-11-17T19:24:38.678Z] --- PASS: TestDiff (0.42s) [2020-11-17T19:24:38.678Z] === RUN TestExecWithCloseStdin [2020-11-17T19:24:39.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-17T19:24:39.197Z] ok github.com/docker/docker/volume/mounts 0.062s coverage: 67.0% of statements [2020-11-17T19:24:39.247Z] --- PASS: TestExecWithCloseStdin (0.51s) [2020-11-17T19:24:39.247Z] === RUN TestExec [2020-11-17T19:24:39.506Z] --- PASS: TestExec (0.48s) [2020-11-17T19:24:39.506Z] === RUN TestExecUser [2020-11-17T19:24:39.840Z] ok github.com/docker/docker/volume/local 0.242s coverage: 76.6% of statements [2020-11-17T19:24:40.075Z] --- PASS: TestExecUser (0.50s) [2020-11-17T19:24:40.076Z] === RUN TestExportContainerAndImportImage [2020-11-17T19:24:40.496Z] ok github.com/docker/docker/volume/service 0.023s coverage: 73.1% of statements [2020-11-17T19:24:40.644Z] --- PASS: TestExportContainerAndImportImage (0.65s) [2020-11-17T19:24:40.644Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-17T19:24:43.198Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-17T19:24:43.405Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-11-17T19:24:43.405Z] [2020-11-17T19:24:43.405Z] ________ ____ __. [2020-11-17T19:24:43.405Z] \_____ \ | |/ _| [2020-11-17T19:24:43.405Z] / | \| < [2020-11-17T19:24:43.405Z] / | \ | \ [2020-11-17T19:24:43.405Z] \_______ /____|__ \ [2020-11-17T19:24:43.405Z] \/ \/ [2020-11-17T19:24:43.405Z] [2020-11-17T19:24:43.405Z] INFO: make.ps1 ended at 11/17/2020 19:24:33 [2020-11-17T19:24:43.405Z] INFO: Binaries build ended at 11/17/2020 19:24:36. Duration:00:01:10.4879484 [2020-11-17T19:24:43.405Z] INFO: Copying the built daemon binary to d:\CI\PR-41682\4\binary\dockerd-941fea1c58.exe... [2020-11-17T19:24:43.405Z] INFO: Copying the built client binary to d:\CI\PR-41682\4\binary\docker-941fea1c58.exe... [2020-11-17T19:24:43.405Z] INFO: Copying dockerversion from the container... [2020-11-17T19:24:43.405Z] INFO: Copying the golang package from the container to d:\CI\PR-41682\4\installer\go.zip... [2020-11-17T19:24:43.405Z] INFO: Extracting go.zip to d:\CI\PR-41682\4\go [2020-11-17T19:24:43.935Z] --- PASS: TestExportContainerAfterDaemonRestart (3.34s) [2020-11-17T19:24:43.935Z] === RUN TestHealthCheckWorkdir [2020-11-17T19:24:44.872Z] --- PASS: TestHealthCheckWorkdir (0.60s) [2020-11-17T19:24:44.872Z] === RUN TestHealthKillContainer [2020-11-17T19:24:46.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-17T19:24:47.407Z] --- PASS: TestHealthKillContainer (2.51s) [2020-11-17T19:24:47.407Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-17T19:24:47.667Z] --- PASS: TestInspectCpusetInConfigPre120 (0.43s) [2020-11-17T19:24:47.667Z] === RUN TestIpcModeNone [2020-11-17T19:24:48.235Z] --- PASS: TestIpcModeNone (0.50s) [2020-11-17T19:24:48.235Z] === RUN TestIpcModePrivate [2020-11-17T19:24:48.495Z] --- PASS: TestIpcModePrivate (0.49s) [2020-11-17T19:24:48.495Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2020-11-17T19:24:48.495Z] === RUN TestIpcModeShareable [2020-11-17T19:24:48.495Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-11-17T19:24:48.495Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-17T19:24:48.495Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-17T19:24:49.747Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-17T19:24:50.403Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.47s) [2020-11-17T19:24:50.403Z] === RUN TestAPIIpcModeHost [2020-11-17T19:24:50.403Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-11-17T19:24:50.403Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-17T19:24:50.403Z] === RUN TestDaemonIpcModeShareable [2020-11-17T19:24:50.403Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-11-17T19:24:50.403Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-17T19:24:50.403Z] === RUN TestDaemonIpcModePrivate [2020-11-17T19:24:52.264Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-17T19:24:52.264Z] Using test binary docker [2020-11-17T19:24:52.309Z] --- PASS: TestDaemonIpcModePrivate (2.20s) [2020-11-17T19:24:52.309Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2020-11-17T19:24:52.309Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-17T19:24:52.309Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-11-17T19:24:52.309Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-17T19:24:52.309Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-17T19:24:52.309Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-11-17T19:24:52.309Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-17T19:24:52.309Z] === RUN TestIpcModeOlderClient [2020-11-17T19:24:52.309Z] === PAUSE TestIpcModeOlderClient [2020-11-17T19:24:52.309Z] === RUN TestKillContainerInvalidSignal [2020-11-17T19:24:52.521Z] +++ /etc/init.d/apparmor start [2020-11-17T19:24:52.521Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-17T19:24:52.521Z] INFO: Waiting for daemon to start... [2020-11-17T19:24:52.521Z] Starting dockerd [2020-11-17T19:24:52.521Z] +++ 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-17T19:24:52.877Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2020-11-17T19:24:52.877Z] === RUN TestKillContainer [2020-11-17T19:24:52.877Z] === RUN TestKillContainer/no_signal [2020-11-17T19:24:52.881Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-11-17T19:24:53.137Z] === RUN TestKillContainer/non_killing_signal [2020-11-17T19:24:53.706Z] === RUN TestKillContainer/killing_signal [2020-11-17T19:24:54.274Z] --- PASS: TestKillContainer (1.52s) [2020-11-17T19:24:54.275Z] --- PASS: TestKillContainer/no_signal (0.49s) [2020-11-17T19:24:54.275Z] --- PASS: TestKillContainer/non_killing_signal (0.36s) [2020-11-17T19:24:54.275Z] --- PASS: TestKillContainer/killing_signal (0.47s) [2020-11-17T19:24:54.275Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-17T19:24:54.275Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-17T19:24:54.844Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-17T19:24:55.018Z] --- PASS: TestImportExtremelyLargeImageWorks (86.21s) [2020-11-17T19:24:55.018Z] PASS [2020-11-17T19:24:55.018Z] [2020-11-17T19:24:55.018Z] === Skipped [2020-11-17T19:24:55.018Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-17T19:24:55.018Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:24:55.018Z] [2020-11-17T19:24:55.018Z] [2020-11-17T19:24:55.018Z] DONE 12 tests, 1 skipped in 87.748s [2020-11-17T19:24:55.018Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-11-17T19:24:55.018Z] ++ 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-17T19:24:55.018Z] ++ set -e [2020-11-17T19:24:55.018Z] ++ '[' -n 0 ']' [2020-11-17T19:24:55.018Z] ++ set -x [2020-11-17T19:24:55.018Z] ++ env -i DEST=/go/src/github.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-17T19:24:55.018Z] INFO: Testing against a local daemon [2020-11-17T19:24:55.018Z] === RUN TestNetworkCreateDelete [2020-11-17T19:24:55.018Z] --- PASS: TestNetworkCreateDelete (0.15s) [2020-11-17T19:24:55.018Z] === RUN TestDockerNetworkDeletePreferID [2020-11-17T19:24:55.018Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2020-11-17T19:24:55.018Z] === RUN TestDaemonDNSFallback [2020-11-17T19:24:55.018Z] --- PASS: TestDaemonDNSFallback (2.51s) [2020-11-17T19:24:55.018Z] === RUN TestInspectNetwork [2020-11-17T19:24:55.018Z] === RUN TestInspectNetwork/full_network_id [2020-11-17T19:24:55.018Z] === RUN TestInspectNetwork/partial_network_id [2020-11-17T19:24:55.018Z] === RUN TestInspectNetwork/network_name [2020-11-17T19:24:55.018Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-17T19:24:55.038Z] . [2020-11-17T19:24:55.038Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-17T19:24:55.038Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-17T19:24:55.038Z] Error: No such image: emptyfs [2020-11-17T19:24:55.038Z] ++++ docker load [2020-11-17T19:24:55.038Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-17T19:24:55.103Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.91s) [2020-11-17T19:24:55.103Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s) [2020-11-17T19:24:55.103Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2020-11-17T19:24:55.103Z] === RUN TestKillStoppedContainer [2020-11-17T19:24:55.103Z] --- PASS: TestKillStoppedContainer (0.05s) [2020-11-17T19:24:55.103Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-17T19:24:55.294Z] Running integration-test (iteration 1) [2020-11-17T19:24:55.294Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-11-17T19:24:55.294Z] ++ 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-17T19:24:55.294Z] ++ set -e [2020-11-17T19:24:55.294Z] ++ '[' -n 0 ']' [2020-11-17T19:24:55.294Z] ++ set -x [2020-11-17T19:24:55.294Z] ++ env -i DEST=/go/src/github.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-17T19:24:55.362Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-11-17T19:24:55.362Z] === RUN TestKillDifferentUserContainer [2020-11-17T19:24:55.621Z] --- PASS: TestKillDifferentUserContainer (0.46s) [2020-11-17T19:24:55.621Z] === RUN TestInspectOomKilledTrue [2020-11-17T19:24:55.621Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-17T19:24:55.621Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:24:55.621Z] === RUN TestInspectOomKilledFalse [2020-11-17T19:24:55.621Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-17T19:24:55.621Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:24:55.621Z] === RUN TestLinksEtcHostsContentMatch [2020-11-17T19:24:55.621Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-11-17T19:24:55.621Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-11-17T19:24:55.621Z] === RUN TestLinksContainerNames [2020-11-17T19:24:55.859Z] ok github.com/docker/docker/pkg/plugins 33.624s coverage: 76.6% of statements [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/rootless [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/volume [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-17T19:24:55.859Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === Skipped [2020-11-17T19:24:55.859Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-17T19:24:55.859Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-17T19:24:55.859Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:73: No driver to put! [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-17T19:24:55.859Z] time="2020-11-17T19:23:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-17T19:24:55.859Z] time="2020-11-17T19:23:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-17T19:24:55.859Z] time="2020-11-17T19:23:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-17T19:24:55.859Z] time="2020-11-17T19:23:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-17T19:24:55.859Z] time="2020-11-17T19:23:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:73: No driver to put! [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-17T19:24:55.859Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-17T19:24:55.859Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-17T19:24:55.859Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:24:55.859Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-17T19:24:55.859Z] graphtest_unix.go:73: No driver to put! [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-17T19:24:55.859Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-17T19:24:55.859Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] [2020-11-17T19:24:55.859Z] DONE 2191 tests, 26 skipped in 259.932s Post stage [Pipeline] junit [2020-11-17T19:24:55.905Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-17T19:24:56.559Z] --- PASS: TestLinksContainerNames (0.84s) [2020-11-17T19:24:56.559Z] === RUN TestLogsFollowTailEmpty [2020-11-17T19:24:56.880Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -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:941fea1c58966531ef56fc020a3901158a01a473 hack/make.sh dynbinary test-integration [2020-11-17T19:24:57.126Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2020-11-17T19:24:57.126Z] === RUN TestContainerNetworkMountsNoChown [2020-11-17T19:24:57.177Z] [2020-11-17T19:24:57.177Z] Removing bundles/ [2020-11-17T19:24:57.177Z] [2020-11-17T19:24:57.177Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-17T19:24:57.177Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-17T19:24:57.177Z] GOOS="" GOARCH="" GOARM="" [2020-11-17T19:24:57.386Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s) [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/default [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/default [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/private [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/private [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rprivate [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/slave [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/slave [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rslave [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/shared [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/shared [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rshared [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-17T19:24:57.386Z] === CONT TestMountDaemonRoot/default [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-17T19:24:57.386Z] === CONT TestMountDaemonRoot/rslave [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:24:57.386Z] === CONT TestMountDaemonRoot/rshared [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:24:57.386Z] === CONT TestMountDaemonRoot/shared [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:24:57.386Z] === CONT TestMountDaemonRoot/rprivate [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:24:57.386Z] === CONT TestMountDaemonRoot/slave [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:24:57.386Z] === CONT TestMountDaemonRoot/private [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-17T19:24:57.386Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:24:57.386Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:24:57.386Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:24:57.386Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:24:57.386Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:24:57.386Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-17T19:24:57.428Z] --- PASS: TestBuildWithHugeFile (41.39s) [2020-11-17T19:24:57.428Z] === RUN TestBuildWithEmptyDockerfile [2020-11-17T19:24:57.428Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:24:57.428Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:24:57.428Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:24:57.428Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:24:57.428Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:24:57.428Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:24:57.428Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:24:57.428Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:24:57.428Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:24:57.428Z] --- PASS: TestBuildWithEmptyDockerfile (0.18s) [2020-11-17T19:24:57.428Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.21s) [2020-11-17T19:24:57.428Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2020-11-17T19:24:57.428Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s) [2020-11-17T19:24:57.428Z] === RUN TestBuildPreserveOwnership [2020-11-17T19:24:57.428Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-17T19:24:57.428Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-17T19:24:57.646Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:24:57.689Z] --- PASS: TestBuildPreserveOwnership (5.89s) [2020-11-17T19:24:57.689Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.82s) [2020-11-17T19:24:57.689Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.05s) [2020-11-17T19:24:57.689Z] === RUN TestBuildPlatformInvalid [2020-11-17T19:24:57.906Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-17T19:24:57.906Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:24:57.906Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:24:57.906Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:24:57.906Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:24:57.906Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-17T19:24:57.906Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:24:57.906Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:24:57.906Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-17T19:24:57.906Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-11-17T19:24:57.906Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-11-17T19:24:57.906Z] === RUN TestContainerBindMountNonRecursive [2020-11-17T19:24:57.906Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-11-17T19:24:57.906Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-17T19:24:57.906Z] === RUN TestContainerVolumesMountedAsShared [2020-11-17T19:24:57.906Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2020-11-17T19:24:57.906Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-17T19:24:57.906Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-17T19:24:57.906Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2020-11-17T19:24:57.906Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-17T19:24:57.906Z] === RUN TestNetworkNat [2020-11-17T19:24:57.950Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2020-11-17T19:24:57.950Z] PASS [2020-11-17T19:24:57.950Z] [2020-11-17T19:24:57.950Z] === Skipped [2020-11-17T19:24:57.950Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-11-17T19:24:57.950Z] build_session_test.go:25: TODO: BuildKit [2020-11-17T19:24:57.950Z] [2020-11-17T19:24:57.950Z] [2020-11-17T19:24:57.950Z] DONE 32 tests, 1 skipped in 91.040s [2020-11-17T19:24:57.950Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-11-17T19:24:57.950Z] ++ 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-17T19:24:57.950Z] ++ set -e [2020-11-17T19:24:57.950Z] ++ '[' -n 0 ']' [2020-11-17T19:24:57.950Z] ++ set -x [2020-11-17T19:24:57.950Z] ++ env -i DEST=/go/src/github.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-17T19:24:58.212Z] INFO: Testing against a local daemon [2020-11-17T19:24:58.212Z] === RUN TestConfigInspect [2020-11-17T19:24:58.475Z] --- PASS: TestNetworkNat (0.57s) [2020-11-17T19:24:58.475Z] === RUN TestNetworkLocalhostTCPNat [2020-11-17T19:24:58.541Z] --- PASS: TestInspectNetwork (11.05s) [2020-11-17T19:24:58.541Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-17T19:24:58.541Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-17T19:24:58.541Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-17T19:24:58.541Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-17T19:24:58.541Z] === RUN TestRunContainerWithBridgeNone [2020-11-17T19:24:59.043Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2020-11-17T19:24:59.043Z] === RUN TestNetworkLoopbackNat [2020-11-17T19:25:00.385Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-11-17T19:25:00.608Z] --- PASS: TestRunContainerWithBridgeNone (2.42s) [2020-11-17T19:25:00.608Z] === RUN TestNetworkInvalidJSON [2020-11-17T19:25:00.608Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-17T19:25:00.608Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-17T19:25:00.608Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:25:00.608Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:25:00.608Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:25:00.608Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:25:00.608Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-17T19:25:00.608Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:25:00.608Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:25:00.608Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-11-17T19:25:00.608Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-17T19:25:00.608Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-17T19:25:00.608Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-17T19:25:00.608Z] === RUN TestHostIPv4BridgeLabel [2020-11-17T19:25:00.899Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-11-17T19:25:00.899Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-17T19:25:01.595Z] --- PASS: TestNetworkLoopbackNat (2.57s) [2020-11-17T19:25:01.595Z] === RUN TestPause [2020-11-17T19:25:01.595Z] --- SKIP: TestPause (0.00s) [2020-11-17T19:25:01.595Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:01.595Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-17T19:25:01.595Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-17T19:25:01.595Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-17T19:25:01.595Z] === RUN TestPauseStopPausedContainer [2020-11-17T19:25:01.595Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-11-17T19:25:01.595Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:01.595Z] === RUN TestPsFilter [2020-11-17T19:25:01.595Z] --- PASS: TestPsFilter (0.12s) [2020-11-17T19:25:01.595Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-17T19:25:01.929Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-11-17T19:25:01.929Z] === RUN TestDaemonDefaultNetworkPools [2020-11-17T19:25:02.170Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s) [2020-11-17T19:25:02.170Z] === RUN TestRemoveContainerWithVolume [2020-11-17T19:25:02.421Z] --- PASS: TestConfigInspect (3.61s) [2020-11-17T19:25:02.421Z] === RUN TestConfigList [2020-11-17T19:25:02.747Z] --- PASS: TestRemoveContainerWithVolume (0.47s) [2020-11-17T19:25:02.747Z] === RUN TestRemoveContainerRunning [2020-11-17T19:25:02.959Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2020-11-17T19:25:02.959Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-17T19:25:03.012Z] --- PASS: TestRemoveContainerRunning (0.47s) [2020-11-17T19:25:03.012Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-17T19:25:03.580Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2020-11-17T19:25:03.580Z] === RUN TestRemoveInvalidContainer [2020-11-17T19:25:03.580Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-17T19:25:03.580Z] === RUN TestRenameLinkedContainer [2020-11-17T19:25:03.991Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2020-11-17T19:25:03.991Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-17T19:25:04.516Z] INFO: Extraction ended at 11/17/2020 19:25:04. Duration:00:00:21.7743356 [2020-11-17T19:25:04.516Z] INFO: Updating the golang and path environment variables [2020-11-17T19:25:04.516Z] INFO: GOPATH=d:\gopath [2020-11-17T19:25:04.516Z] INFO: go version go1.13.15 windows/amd64 [2020-11-17T19:25:04.516Z] INFO: Running the daemon under test in debug mode [2020-11-17T19:25:04.516Z] INFO: Starting a daemon under test... [2020-11-17T19:25:04.516Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41682\4\daemon --pidfile d:\CI\PR-41682\4\docker.pid -D [2020-11-17T19:25:04.516Z] INFO: Process started successfully. [2020-11-17T19:25:04.516Z] INFO: Start tailing logs of the daemon under tests [2020-11-17T19:25:04.516Z] INFO: Waiting for the daemon under test to start... [2020-11-17T19:25:04.970Z] --- PASS: TestConfigList (3.22s) [2020-11-17T19:25:04.970Z] === RUN TestConfigsCreateAndDelete [2020-11-17T19:25:05.486Z] --- PASS: TestRenameLinkedContainer (1.89s) [2020-11-17T19:25:05.486Z] === RUN TestRenameStoppedContainer [2020-11-17T19:25:05.494Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2020-11-17T19:25:05.494Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-17T19:25:05.588Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-11-17T19:25:05.784Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s) [2020-11-17T19:25:05.784Z] === RUN TestServiceWithPredefinedNetwork [2020-11-17T19:25:06.054Z] --- PASS: TestRenameStoppedContainer (0.51s) [2020-11-17T19:25:06.054Z] === RUN TestRenameRunningContainerAndReuse [2020-11-17T19:25:06.993Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s) [2020-11-17T19:25:06.993Z] === RUN TestRenameInvalidName [2020-11-17T19:25:07.258Z] --- PASS: TestRenameInvalidName (0.45s) [2020-11-17T19:25:07.258Z] === RUN TestRenameAnonymousContainer [2020-11-17T19:25:08.274Z] --- PASS: TestConfigsCreateAndDelete (3.21s) [2020-11-17T19:25:08.274Z] === RUN TestConfigsUpdate [2020-11-17T19:25:09.165Z] --- PASS: TestRenameAnonymousContainer (1.67s) [2020-11-17T19:25:09.165Z] === RUN TestRenameContainerWithSameName [2020-11-17T19:25:09.290Z] --- PASS: TestServiceWithPredefinedNetwork (3.55s) [2020-11-17T19:25:09.291Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-17T19:25:09.291Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-17T19:25:09.291Z] service_test.go:236: FLAKY_TEST [2020-11-17T19:25:09.291Z] === RUN TestServiceWithDataPathPortInit [2020-11-17T19:25:09.424Z] --- PASS: TestRenameContainerWithSameName (0.49s) [2020-11-17T19:25:09.424Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-17T19:25:10.362Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s) [2020-11-17T19:25:10.362Z] === RUN TestResize [2020-11-17T19:25:10.622Z] --- PASS: TestResize (0.45s) [2020-11-17T19:25:10.622Z] === RUN TestResizeWithInvalidSize [2020-11-17T19:25:11.190Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2020-11-17T19:25:11.191Z] === RUN TestResizeWhenContainerNotStarted [2020-11-17T19:25:11.578Z] --- PASS: TestConfigsUpdate (3.23s) [2020-11-17T19:25:11.578Z] === RUN TestTemplatedConfig [2020-11-17T19:25:11.760Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s) [2020-11-17T19:25:11.760Z] === RUN TestDaemonRestartKillContainers [2020-11-17T19:25:11.760Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-11-17T19:25:11.760Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-11-17T19:25:11.760Z] === RUN TestCgroupNamespacesRun [2020-11-17T19:25:14.300Z] --- PASS: TestCgroupNamespacesRun (2.20s) [2020-11-17T19:25:14.300Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-17T19:25:14.882Z] --- PASS: TestTemplatedConfig (3.43s) [2020-11-17T19:25:14.882Z] === RUN TestConfigCreateResolve [2020-11-17T19:25:16.206Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.17s) [2020-11-17T19:25:16.206Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-17T19:25:18.111Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.22s) [2020-11-17T19:25:18.111Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-17T19:25:18.190Z] --- PASS: TestConfigCreateResolve (3.17s) [2020-11-17T19:25:18.190Z] === RUN TestConfigDaemonLibtrustID [2020-11-17T19:25:18.763Z] --- PASS: TestConfigDaemonLibtrustID (0.66s) [2020-11-17T19:25:18.763Z] PASS [2020-11-17T19:25:18.763Z] [2020-11-17T19:25:18.763Z] DONE 7 tests in 20.680s [2020-11-17T19:25:18.763Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-11-17T19:25:18.763Z] ++ 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-17T19:25:18.763Z] ++ set -e [2020-11-17T19:25:18.763Z] ++ '[' -n 0 ']' [2020-11-17T19:25:18.763Z] ++ set -x [2020-11-17T19:25:18.763Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T19:25:18.763Z] INFO: Testing against a local daemon [2020-11-17T19:25:18.763Z] === RUN TestCheckpoint [2020-11-17T19:25:18.763Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-17T19:25:18.763Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-17T19:25:18.763Z] === RUN TestContainerInvalidJSON [2020-11-17T19:25:18.763Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:25:18.763Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:25:18.763Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:25:18.763Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:25:18.763Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:25:18.763Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:25:18.763Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:25:18.763Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:25:18.763Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:25:19.024Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-17T19:25:19.024Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-17T19:25:19.024Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-17T19:25:19.024Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-17T19:25:19.024Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-17T19:25:19.024Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2020-11-17T19:25:19.024Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-17T19:25:19.024Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-11-17T19:25:19.024Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-17T19:25:19.286Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2020-11-17T19:25:19.286Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-17T19:25:19.286Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2020-11-17T19:25:19.286Z] === RUN TestCopyFromContainer [2020-11-17T19:25:20.647Z] --- PASS: TestCgroupNamespacesRunHostMode (2.18s) [2020-11-17T19:25:20.647Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-17T19:25:21.205Z] === RUN TestCopyFromContainer// [2020-11-17T19:25:21.467Z] === RUN TestCopyFromContainer//bar/root [2020-11-17T19:25:21.467Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-17T19:25:21.729Z] === RUN TestCopyFromContainer/bar/quux [2020-11-17T19:25:21.729Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-17T19:25:21.990Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-17T19:25:21.990Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-17T19:25:22.046Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-11-17T19:25:22.252Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-17T19:25:22.252Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-17T19:25:22.252Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-17T19:25:22.514Z] --- PASS: TestCopyFromContainer (3.16s) [2020-11-17T19:25:22.514Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-11-17T19:25:22.514Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-11-17T19:25:22.514Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-11-17T19:25:22.514Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-11-17T19:25:22.514Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-11-17T19:25:22.514Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-11-17T19:25:22.514Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2020-11-17T19:25:22.514Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-11-17T19:25:22.514Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-11-17T19:25:22.514Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2020-11-17T19:25:22.514Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-17T19:25:22.514Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:25:22.514Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:25:22.514Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:25:22.514Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:25:22.514Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:25:22.514Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:25:22.514Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:25:22.514Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:25:22.514Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:25:22.514Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-11-17T19:25:22.514Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-17T19:25:22.514Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-17T19:25:22.514Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-17T19:25:22.514Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-17T19:25:22.514Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-11-17T19:25:22.514Z] === RUN TestCreateWithInvalidEnv [2020-11-17T19:25:22.514Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-17T19:25:22.514Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-17T19:25:22.514Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-17T19:25:22.514Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-17T19:25:22.514Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-17T19:25:22.514Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-17T19:25:22.552Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.21s) [2020-11-17T19:25:22.553Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-17T19:25:22.776Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-17T19:25:22.776Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-17T19:25:22.776Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-17T19:25:22.776Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-17T19:25:22.776Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-17T19:25:22.776Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-17T19:25:22.776Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-17T19:25:22.776Z] === RUN TestCreateTmpfsMountsTarget [2020-11-17T19:25:22.776Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-11-17T19:25:22.776Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-17T19:25:24.693Z] --- PASS: TestCreateWithCustomMaskedPaths (2.10s) [2020-11-17T19:25:24.693Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-17T19:25:25.088Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.17s) [2020-11-17T19:25:25.088Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-17T19:25:25.625Z] .....INFO: Daemon under test started and replied! [2020-11-17T19:25:25.625Z] INFO: Docker version of the daemon under test [2020-11-17T19:25:25.625Z] [2020-11-17T19:25:25.625Z] Client: [2020-11-17T19:25:25.625Z] Version: 17.06.2-ce [2020-11-17T19:25:25.625Z] API version: 1.30 [2020-11-17T19:25:25.625Z] Go version: go1.8.3 [2020-11-17T19:25:25.625Z] Git commit: cec0b72 [2020-11-17T19:25:25.625Z] Built: Tue Sep 5 19:57:19 2017 [2020-11-17T19:25:25.625Z] OS/Arch: windows/amd64 [2020-11-17T19:25:25.625Z] [2020-11-17T19:25:25.625Z] Server: [2020-11-17T19:25:25.625Z] Version: 0.0.0-dev [2020-11-17T19:25:25.625Z] API version: 1.41 (minimum version 1.24) [2020-11-17T19:25:25.625Z] Go version: go1.13.15 [2020-11-17T19:25:25.625Z] Git commit: 941fea1c58 [2020-11-17T19:25:25.625Z] Built: 11/17/2020 19:23:30 [2020-11-17T19:25:25.625Z] OS/Arch: windows/amd64 [2020-11-17T19:25:25.625Z] Experimental: false [2020-11-17T19:25:25.625Z] [2020-11-17T19:25:25.625Z] INFO: Docker info of the daemon under test [2020-11-17T19:25:25.625Z] [2020-11-17T19:25:25.625Z] Containers: 0 [2020-11-17T19:25:25.625Z] Running: 0 [2020-11-17T19:25:25.625Z] Paused: 0 [2020-11-17T19:25:25.625Z] Stopped: 0 [2020-11-17T19:25:25.625Z] Images: 0 [2020-11-17T19:25:25.625Z] Server Version: 0.0.0-dev [2020-11-17T19:25:25.625Z] Storage Driver: windowsfilter [2020-11-17T19:25:25.625Z] Windows: [2020-11-17T19:25:25.625Z] Logging Driver: json-file [2020-11-17T19:25:25.625Z] Plugins: [2020-11-17T19:25:25.625Z] Volume: local [2020-11-17T19:25:25.625Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-17T19:25:25.625Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-17T19:25:25.625Z] Swarm: inactive [2020-11-17T19:25:25.625Z] Default Isolation: process [2020-11-17T19:25:25.625Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-17T19:25:25.625Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-17T19:25:25.625Z] OSType: windows [2020-11-17T19:25:25.625Z] Architecture: x86_64 [2020-11-17T19:25:25.625Z] CPUs: 4 [2020-11-17T19:25:25.625Z] Total Memory: 32GiB [2020-11-17T19:25:25.625Z] Name: azwin-2-34df70 [2020-11-17T19:25:25.625Z] ID: EV5W:GCRD:263C:4ZAD:CN2Q:CGHU:CHWH:5ZDB:K2MD:7NMN:N2OL:LSYU [2020-11-17T19:25:25.625Z] Docker Root Dir: D:\CI\PR-41682\4\daemon [2020-11-17T19:25:25.625Z] Debug Mode (client): false [2020-11-17T19:25:25.625Z] Debug Mode (server): true [2020-11-17T19:25:25.625Z] File Descriptors: -1 [2020-11-17T19:25:25.625Z] Goroutines: 16 [2020-11-17T19:25:25.625Z] System Time: 2020-11-17T19:25:23.5662772Z [2020-11-17T19:25:25.625Z] EventsListeners: 0 [2020-11-17T19:25:25.625Z] Registry: https://index.docker.io/v1/ [2020-11-17T19:25:25.625Z] Labels: [2020-11-17T19:25:25.625Z] Experimental: false [2020-11-17T19:25:25.625Z] Insecure Registries: [2020-11-17T19:25:25.625Z] 127.0.0.0/8 [2020-11-17T19:25:25.625Z] Live Restore Enabled: false [2020-11-17T19:25:25.625Z] [2020-11-17T19:25:25.625Z] [2020-11-17T19:25:25.625Z] INFO: Docker images of the daemon under test [2020-11-17T19:25:25.625Z] [2020-11-17T19:25:25.625Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-11-17T19:25:25.625Z] [2020-11-17T19:25:25.625Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-11-17T19:25:25.625Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-11-17T19:25:25.625Z] ltsc2019: Pulling from windows/servercore [2020-11-17T19:25:25.625Z] 4612f6d0b889: Pulling fs layer [2020-11-17T19:25:25.625Z] 680bbdbacf1b: Pulling fs layer [2020-11-17T19:25:26.468Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.72s) [2020-11-17T19:25:26.468Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-17T19:25:27.243Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.23s) [2020-11-17T19:25:27.243Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-17T19:25:27.243Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:25:27.243Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:25:27.243Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:25:27.243Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:25:27.243Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:25:27.243Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:25:27.243Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:25:27.243Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:25:27.243Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:25:27.243Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:25:27.243Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:25:27.243Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:25:27.243Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:25:27.243Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:25:27.243Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:25:27.243Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-11-17T19:25:27.243Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-11-17T19:25:27.243Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-11-17T19:25:27.243Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-11-17T19:25:27.243Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s) [2020-11-17T19:25:27.243Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-11-17T19:25:27.243Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-17T19:25:27.815Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.77s) [2020-11-17T19:25:27.815Z] === RUN TestCreateDifferentPlatform [2020-11-17T19:25:27.815Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-17T19:25:27.815Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-17T19:25:27.815Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-11-17T19:25:27.815Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-17T19:25:27.815Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-17T19:25:27.815Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-17T19:25:27.815Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-11-17T19:25:27.815Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-17T19:25:28.077Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2020-11-17T19:25:28.077Z] === RUN TestContainerStartOnDaemonRestart [2020-11-17T19:25:28.077Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-17T19:25:28.077Z] === RUN TestDaemonRestartIpcMode [2020-11-17T19:25:28.077Z] === PAUSE TestDaemonRestartIpcMode [2020-11-17T19:25:28.077Z] === RUN TestDaemonHostGatewayIP [2020-11-17T19:25:28.077Z] === PAUSE TestDaemonHostGatewayIP [2020-11-17T19:25:28.077Z] === RUN TestContainerKillOnDaemonStart [2020-11-17T19:25:28.077Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-17T19:25:28.077Z] === RUN TestDiff [2020-11-17T19:25:29.009Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.19s) [2020-11-17T19:25:29.009Z] === RUN TestKernelTCPMemory [2020-11-17T19:25:29.009Z] --- SKIP: TestKernelTCPMemory (0.05s) [2020-11-17T19:25:29.009Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:29.009Z] === RUN TestNISDomainname [2020-11-17T19:25:29.009Z] --- SKIP: TestNISDomainname (0.01s) [2020-11-17T19:25:29.009Z] 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-17T19:25:29.009Z] === RUN TestHostnameDnsResolution [2020-11-17T19:25:29.021Z] --- PASS: TestDiff (0.74s) [2020-11-17T19:25:29.021Z] === RUN TestExecWithCloseStdin [2020-11-17T19:25:29.578Z] --- PASS: TestHostnameDnsResolution (0.79s) [2020-11-17T19:25:29.578Z] === RUN TestStats [2020-11-17T19:25:29.578Z] --- SKIP: TestStats (0.00s) [2020-11-17T19:25:29.578Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:29.578Z] === RUN TestStopContainerWithTimeout [2020-11-17T19:25:29.578Z] === RUN TestStopContainerWithTimeout/0 [2020-11-17T19:25:29.578Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-17T19:25:29.578Z] === RUN TestStopContainerWithTimeout/1 [2020-11-17T19:25:29.578Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-17T19:25:29.578Z] === RUN TestStopContainerWithTimeout/3 [2020-11-17T19:25:29.578Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-17T19:25:29.578Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-17T19:25:29.578Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-17T19:25:29.578Z] === CONT TestStopContainerWithTimeout/0 [2020-11-17T19:25:29.578Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-17T19:25:29.594Z] --- PASS: TestExecWithCloseStdin (0.86s) [2020-11-17T19:25:29.594Z] === RUN TestExec [2020-11-17T19:25:30.150Z] === CONT TestStopContainerWithTimeout/3 [2020-11-17T19:25:30.537Z] --- PASS: TestExec (0.87s) [2020-11-17T19:25:30.537Z] === RUN TestExecUser [2020-11-17T19:25:30.999Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-11-17T19:25:31.485Z] --- PASS: TestExecUser (0.89s) [2020-11-17T19:25:31.485Z] === RUN TestExportContainerAndImportImage [2020-11-17T19:25:31.747Z] --- PASS: TestServiceWithDataPathPortInit (20.62s) [2020-11-17T19:25:31.747Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-17T19:25:32.058Z] === CONT TestStopContainerWithTimeout/1 [2020-11-17T19:25:32.203Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-11-17T19:25:32.429Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2020-11-17T19:25:32.429Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-17T19:25:33.963Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-17T19:25:33.963Z] --- PASS: TestStopContainerWithTimeout/0 (0.66s) [2020-11-17T19:25:33.963Z] --- PASS: TestStopContainerWithTimeout/-1 (2.66s) [2020-11-17T19:25:33.963Z] --- PASS: TestStopContainerWithTimeout/3 (2.42s) [2020-11-17T19:25:33.963Z] --- PASS: TestStopContainerWithTimeout/1 (1.46s) [2020-11-17T19:25:33.963Z] === RUN TestDeleteDevicemapper [2020-11-17T19:25:33.963Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-17T19:25:33.963Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-17T19:25:33.963Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-17T19:25:34.979Z] --- PASS: TestExportContainerAfterDaemonRestart (2.04s) [2020-11-17T19:25:34.979Z] === RUN TestHealthCheckWorkdir [2020-11-17T19:25:35.347Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.49s) [2020-11-17T19:25:35.347Z] === RUN TestUpdateMemory [2020-11-17T19:25:35.347Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-17T19:25:35.347Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:35.347Z] === RUN TestUpdateCPUQuota [2020-11-17T19:25:35.347Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-11-17T19:25:35.347Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:35.347Z] === RUN TestUpdatePidsLimit [2020-11-17T19:25:35.347Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-11-17T19:25:35.347Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:35.347Z] === RUN TestUpdateRestartPolicy [2020-11-17T19:25:35.552Z] --- PASS: TestHealthCheckWorkdir (1.03s) [2020-11-17T19:25:35.552Z] === RUN TestHealthKillContainer [2020-11-17T19:25:35.953Z] 680bbdbacf1b: Verifying Checksum [2020-11-17T19:25:35.953Z] 680bbdbacf1b: Download complete [2020-11-17T19:25:37.021Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-11-17T19:25:38.856Z] --- PASS: TestHealthKillContainer (2.86s) [2020-11-17T19:25:38.856Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-17T19:25:39.428Z] --- PASS: TestInspectCpusetInConfigPre120 (0.88s) [2020-11-17T19:25:39.428Z] === RUN TestIpcModeNone [2020-11-17T19:25:40.229Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.06s) [2020-11-17T19:25:40.229Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:t04rcwb2jf96311bwpnd7vxxg Created:2020-11-17 19:25:31.391783881 +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[5817d5be99e0d3cbd7b9d841be7a205eb035936cdda100d74f2ff01ba59589c2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tuz4dig08i5oiqzei45w36ket EndpointID:d792c976af128f4aad68fb2448504538fdb92b749fd6359e14ead979d7d3fed4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b50a1494dec54c0ae836711d2cdcddd201b81822f208226651aee1b6aa66abac 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:28f3160495e2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tuz4dig08i5oiqzei45w36ket EndpointID:d792c976af128f4aad68fb2448504538fdb92b749fd6359e14ead979d7d3fed4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-17T19:25:40.229Z] PASS [2020-11-17T19:25:40.229Z] [2020-11-17T19:25:40.229Z] === Skipped [2020-11-17T19:25:40.229Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-17T19:25:40.229Z] service_test.go:236: FLAKY_TEST [2020-11-17T19:25:40.229Z] [2020-11-17T19:25:40.229Z] [2020-11-17T19:25:40.229Z] DONE 23 tests, 1 skipped in 56.379s [2020-11-17T19:25:40.229Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-17T19:25:40.229Z] ++ 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-17T19:25:40.229Z] ++ set -e [2020-11-17T19:25:40.229Z] ++ '[' -n 0 ']' [2020-11-17T19:25:40.229Z] ++ set -x [2020-11-17T19:25:40.229Z] ++ env -i DEST=/go/src/github.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-17T19:25:40.229Z] INFO: Testing against a local daemon [2020-11-17T19:25:40.229Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-17T19:25:40.229Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-17T19:25:40.229Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:25:40.229Z] === RUN TestDockerNetworkIpvlan [2020-11-17T19:25:40.229Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-17T19:25:40.229Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:25:40.229Z] PASS [2020-11-17T19:25:40.229Z] [2020-11-17T19:25:40.229Z] === Skipped [2020-11-17T19:25:40.229Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-17T19:25:40.229Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:25:40.229Z] [2020-11-17T19:25:40.229Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-17T19:25:40.229Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:25:40.229Z] [2020-11-17T19:25:40.229Z] [2020-11-17T19:25:40.229Z] DONE 2 tests, 2 skipped in 0.196s [2020-11-17T19:25:40.229Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-17T19:25:40.229Z] ++ 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-17T19:25:40.229Z] ++ set -e [2020-11-17T19:25:40.229Z] ++ '[' -n 0 ']' [2020-11-17T19:25:40.229Z] ++ set -x [2020-11-17T19:25:40.229Z] ++ env -i DEST=/go/src/github.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-17T19:25:40.372Z] --- PASS: TestIpcModeNone (0.86s) [2020-11-17T19:25:40.372Z] === RUN TestIpcModePrivate [2020-11-17T19:25:40.521Z] INFO: Testing against a local daemon [2020-11-17T19:25:40.521Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-17T19:25:40.944Z] --- PASS: TestIpcModePrivate (0.84s) [2020-11-17T19:25:40.944Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-11-17T19:25:40.944Z] === RUN TestIpcModeShareable [2020-11-17T19:25:41.889Z] --- PASS: TestIpcModeShareable (0.84s) [2020-11-17T19:25:41.889Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-11-17T19:25:41.889Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-17T19:25:41.925Z] Loaded image: buildpack-deps:buster [2020-11-17T19:25:41.925Z] Loaded image: busybox:latest [2020-11-17T19:25:41.925Z] Loaded image: busybox:glibc [2020-11-17T19:25:41.925Z] Loaded image: debian:buster [2020-11-17T19:25:41.925Z] Loaded image: hello-world:latest [2020-11-17T19:25:41.925Z] Loaded image: arm32v7/hello-world:latest [2020-11-17T19:25:41.925Z] INFO: Testing against a local daemon [2020-11-17T19:25:41.925Z] === RUN TestCgroupNamespacesBuild [2020-11-17T19:25:41.925Z] --- PASS: TestCgroupNamespacesBuild (2.34s) [2020-11-17T19:25:41.925Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-17T19:25:41.925Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.20s) [2020-11-17T19:25:41.925Z] === RUN TestBuildWithSession [2020-11-17T19:25:41.925Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-17T19:25:41.925Z] build_session_test.go:25: TODO: BuildKit [2020-11-17T19:25:41.925Z] === RUN TestBuildSquashParent [2020-11-17T19:25:42.031Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2020-11-17T19:25:42.031Z] === RUN TestDockerNetworkMacvlan [2020-11-17T19:25:42.664Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-17T19:25:43.701Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-17T19:25:44.440Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.56s) [2020-11-17T19:25:44.440Z] === RUN TestAPIIpcModeHost [2020-11-17T19:25:44.737Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-17T19:25:45.012Z] --- PASS: TestAPIIpcModeHost (0.66s) [2020-11-17T19:25:45.012Z] === RUN TestDaemonIpcModeShareable [2020-11-17T19:25:46.285Z] 4612f6d0b889: Verifying Checksum [2020-11-17T19:25:46.285Z] 4612f6d0b889: Download complete [2020-11-17T19:25:46.929Z] --- PASS: TestDaemonIpcModeShareable (1.81s) [2020-11-17T19:25:46.929Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-11-17T19:25:46.929Z] === RUN TestDaemonIpcModePrivate [2020-11-17T19:25:47.557Z] --- PASS: TestUpdateRestartPolicy (11.00s) [2020-11-17T19:25:47.557Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-17T19:25:47.557Z] --- PASS: TestUpdateRestartWithAutoRemove (0.47s) [2020-11-17T19:25:47.557Z] === RUN TestWaitNonBlocked [2020-11-17T19:25:47.557Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:25:47.557Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:25:47.557Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:25:47.557Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:25:47.557Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:25:47.557Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:25:47.557Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-17T19:25:47.557Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s) [2020-11-17T19:25:47.557Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.78s) [2020-11-17T19:25:47.557Z] === RUN TestWaitBlocked [2020-11-17T19:25:47.557Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:25:47.558Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:25:47.558Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:25:47.558Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:25:47.558Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:25:47.558Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:25:48.126Z] --- PASS: TestWaitBlocked (0.01s) [2020-11-17T19:25:48.126Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s) [2020-11-17T19:25:48.126Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s) [2020-11-17T19:25:48.126Z] === CONT TestDaemonRestartIpcMode [2020-11-17T19:25:48.126Z] === CONT TestIpcModeOlderClient [2020-11-17T19:25:48.126Z] --- PASS: TestIpcModeOlderClient (0.09s) [2020-11-17T19:25:48.335Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-17T19:25:48.846Z] --- PASS: TestDaemonIpcModePrivate (1.80s) [2020-11-17T19:25:48.846Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-11-17T19:25:48.846Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-17T19:25:50.082Z] --- PASS: TestBuildSquashParent (8.65s) [2020-11-17T19:25:50.082Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-17T19:25:50.082Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:25:50.082Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:25:50.082Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:25:50.082Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:25:50.082Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:25:50.082Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:25:50.082Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:25:50.082Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:25:50.082Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:25:50.082Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:25:50.082Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:25:50.082Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:25:50.082Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:25:50.082Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:25:50.765Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s) [2020-11-17T19:25:50.765Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-11-17T19:25:50.765Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-17T19:25:51.660Z] ......................... [ 67%] [2020-11-17T19:25:52.319Z] --- PASS: TestDaemonRestartIpcMode (4.34s) [2020-11-17T19:25:52.319Z] PASS [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === Skipped [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-11-17T19:25:52.319Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-11-17T19:25:52.319Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-11-17T19:25:52.319Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-11-17T19:25:52.319Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-11-17T19:25:52.319Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-11-17T19:25:52.319Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-11-17T19:25:52.319Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-11-17T19:25:52.319Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-11-17T19:25:52.319Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-17T19:25:52.319Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-17T19:25:52.319Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-11-17T19:25:52.319Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-11-17T19:25:52.319Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2020-11-17T19:25:52.319Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2020-11-17T19:25:52.319Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-11-17T19:25:52.319Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-17T19:25:52.319Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-11-17T19:25:52.319Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-11-17T19:25:52.319Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.05s) [2020-11-17T19:25:52.319Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-11-17T19:25:52.319Z] 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-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-11-17T19:25:52.319Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-17T19:25:52.319Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-11-17T19:25:52.319Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-11-17T19:25:52.319Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-11-17T19:25:52.319Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] [2020-11-17T19:25:52.319Z] DONE 176 tests, 26 skipped in 82.274s [2020-11-17T19:25:52.319Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-11-17T19:25:52.681Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2020-11-17T19:25:52.682Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-11-17T19:25:52.682Z] === RUN TestIpcModeOlderClient [2020-11-17T19:25:52.682Z] === PAUSE TestIpcModeOlderClient [2020-11-17T19:25:52.682Z] === RUN TestKillContainerInvalidSignal [2020-11-17T19:25:52.790Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-17T19:25:52.887Z] INFO: Testing against a local daemon [2020-11-17T19:25:52.887Z] === RUN TestCommitInheritsEnv [2020-11-17T19:25:53.254Z] --- PASS: TestKillContainerInvalidSignal (0.78s) [2020-11-17T19:25:53.254Z] === RUN TestKillContainer [2020-11-17T19:25:53.254Z] === RUN TestKillContainer/no_signal [2020-11-17T19:25:53.353Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:25:53.353Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:25:53.831Z] === RUN TestKillContainer/non_killing_signal [2020-11-17T19:25:54.267Z] --- PASS: TestCommitInheritsEnv (1.43s) [2020-11-17T19:25:54.267Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-17T19:25:54.267Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-17T19:25:54.267Z] === RUN TestImagesFilterMultiReference [2020-11-17T19:25:54.267Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-11-17T19:25:54.267Z] === RUN TestImagePullPlatformInvalid [2020-11-17T19:25:54.267Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-11-17T19:25:54.267Z] === RUN TestRemoveImageOrphaning [2020-11-17T19:25:54.404Z] === RUN TestKillContainer/killing_signal [2020-11-17T19:25:55.347Z] --- PASS: TestKillContainer (2.28s) [2020-11-17T19:25:55.347Z] --- PASS: TestKillContainer/no_signal (0.73s) [2020-11-17T19:25:55.347Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2020-11-17T19:25:55.347Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2020-11-17T19:25:55.347Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-17T19:25:55.347Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-17T19:25:55.874Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:25:55.874Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:25:56.184Z] --- PASS: TestRemoveImageOrphaning (1.88s) [2020-11-17T19:25:56.184Z] === RUN TestRemoveImageGarbageCollector [2020-11-17T19:25:56.184Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-17T19:25:56.184Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-11-17T19:25:56.184Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-17T19:25:56.184Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-11-17T19:25:56.184Z] === RUN TestTagInvalidReference [2020-11-17T19:25:56.184Z] --- PASS: TestTagInvalidReference (0.01s) [2020-11-17T19:25:56.184Z] === RUN TestTagValidPrefixedRepo [2020-11-17T19:25:56.184Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-11-17T19:25:56.184Z] === RUN TestTagExistedNameWithoutForce [2020-11-17T19:25:56.184Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-11-17T19:25:56.184Z] === RUN TestTagOfficialNames [2020-11-17T19:25:56.291Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-17T19:25:56.444Z] --- PASS: TestTagOfficialNames (0.06s) [2020-11-17T19:25:56.444Z] === RUN TestTagMatchesDigest [2020-11-17T19:25:56.444Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-11-17T19:25:56.444Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-17T19:25:56.864Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.47s) [2020-11-17T19:25:56.864Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2020-11-17T19:25:56.864Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) [2020-11-17T19:25:56.864Z] === RUN TestKillStoppedContainer [2020-11-17T19:25:56.864Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-11-17T19:25:56.864Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-17T19:25:57.126Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-11-17T19:25:57.126Z] === RUN TestKillDifferentUserContainer [2020-11-17T19:25:57.699Z] --- PASS: TestKillDifferentUserContainer (0.78s) [2020-11-17T19:25:57.699Z] === RUN TestInspectOomKilledTrue [2020-11-17T19:25:57.962Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-17T19:25:57.962Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:25:57.962Z] === RUN TestInspectOomKilledFalse [2020-11-17T19:25:57.962Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-17T19:25:57.962Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:25:57.962Z] === RUN TestLinksEtcHostsContentMatch [2020-11-17T19:25:58.535Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s) [2020-11-17T19:25:58.535Z] === RUN TestLinksContainerNames [2020-11-17T19:25:59.147Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-17T19:25:59.147Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.99s) [2020-11-17T19:25:59.147Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.00s) [2020-11-17T19:25:59.147Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.00s) [2020-11-17T19:25:59.147Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.18s) [2020-11-17T19:25:59.147Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.15s) [2020-11-17T19:25:59.147Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.38s) [2020-11-17T19:25:59.147Z] === RUN TestBuildMultiStageCopy [2020-11-17T19:25:59.147Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-17T19:25:59.690Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-17T19:25:59.925Z] --- PASS: TestLinksContainerNames (1.54s) [2020-11-17T19:25:59.925Z] === RUN TestLogsFollowTailEmpty [2020-11-17T19:26:00.868Z] --- PASS: TestLogsFollowTailEmpty (0.77s) [2020-11-17T19:26:00.868Z] === RUN TestContainerNetworkMountsNoChown [2020-11-17T19:26:01.200Z] --- PASS: TestDockerNetworkMacvlan (19.03s) [2020-11-17T19:26:01.200Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-11-17T19:26:01.200Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-11-17T19:26:01.200Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.46s) [2020-11-17T19:26:01.200Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.48s) [2020-11-17T19:26:01.200Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.24s) [2020-11-17T19:26:01.200Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.35s) [2020-11-17T19:26:01.200Z] PASS [2020-11-17T19:26:01.200Z] [2020-11-17T19:26:01.200Z] DONE 8 tests in 20.587s [2020-11-17T19:26:01.200Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-17T19:26:01.200Z] ++ 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-17T19:26:01.200Z] ++ set -e [2020-11-17T19:26:01.200Z] ++ '[' -n 0 ']' [2020-11-17T19:26:01.200Z] ++ set -x [2020-11-17T19:26:01.200Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T19:26:01.200Z] testing: warning: no tests to run [2020-11-17T19:26:01.200Z] PASS [2020-11-17T19:26:01.200Z] [2020-11-17T19:26:01.200Z] DONE 0 tests in 0.060s [2020-11-17T19:26:01.200Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-17T19:26:01.200Z] ++ 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-17T19:26:01.200Z] ++ set -e [2020-11-17T19:26:01.200Z] ++ '[' -n 0 ']' [2020-11-17T19:26:01.200Z] ++ set -x [2020-11-17T19:26:01.200Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T19:26:01.200Z] INFO: Testing against a local daemon [2020-11-17T19:26:01.200Z] === RUN TestAuthZPluginAllowRequest [2020-11-17T19:26:01.442Z] --- PASS: TestContainerNetworkMountsNoChown (0.73s) [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/default [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/default [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/private [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/private [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rprivate [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/slave [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/slave [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rslave [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/shared [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/shared [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rshared [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-17T19:26:01.442Z] === CONT TestMountDaemonRoot/default [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:26:01.442Z] === CONT TestMountDaemonRoot/rslave [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:26:01.442Z] === CONT TestMountDaemonRoot/rshared [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:26:01.442Z] === CONT TestMountDaemonRoot/slave [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:26:01.442Z] === CONT TestMountDaemonRoot/rprivate [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:26:01.442Z] === CONT TestMountDaemonRoot/private [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:26:01.442Z] === CONT TestMountDaemonRoot/shared [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-17T19:26:01.442Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:26:01.442Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:26:01.442Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:26:01.442Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-17T19:26:01.442Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:26:01.442Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:26:01.442Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:26:01.669Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:26:01.703Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:26:01.965Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:26:01.965Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-17T19:26:01.965Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:26:01.965Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-17T19:26:01.965Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:26:01.965Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-11-17T19:26:01.965Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-11-17T19:26:01.965Z] === RUN TestContainerBindMountNonRecursive [2020-11-17T19:26:02.232Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-17T19:26:02.710Z] --- PASS: TestAuthZPluginAllowRequest (1.67s) [2020-11-17T19:26:02.711Z] === RUN TestAuthZPluginTLS [2020-11-17T19:26:02.797Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-17T19:26:03.345Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-11-17T19:26:03.345Z] === RUN TestAuthZPluginDenyRequest [2020-11-17T19:26:03.360Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-17T19:26:03.923Z] --- PASS: TestBuildMultiStageCopy (4.82s) [2020-11-17T19:26:03.923Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.52s) [2020-11-17T19:26:03.923Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s) [2020-11-17T19:26:03.923Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.55s) [2020-11-17T19:26:03.923Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.60s) [2020-11-17T19:26:03.923Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s) [2020-11-17T19:26:03.923Z] === RUN TestBuildMultiStageParentConfig [2020-11-17T19:26:03.978Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2020-11-17T19:26:03.978Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-17T19:26:04.272Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2020-11-17T19:26:04.272Z] === RUN TestAuthZPluginDenyResponse [2020-11-17T19:26:04.515Z] --- PASS: TestContainerBindMountNonRecursive (2.33s) [2020-11-17T19:26:04.515Z] === RUN TestContainerVolumesMountedAsShared [2020-11-17T19:26:04.906Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-11-17T19:26:04.906Z] === RUN TestAuthZPluginAllowEventStream [2020-11-17T19:26:05.088Z] --- PASS: TestContainerVolumesMountedAsShared (0.73s) [2020-11-17T19:26:05.088Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-17T19:26:05.292Z] --- PASS: TestBuildMultiStageParentConfig (1.43s) [2020-11-17T19:26:05.292Z] === RUN TestBuildLabelWithTargets [2020-11-17T19:26:05.661Z] --- PASS: TestContainerVolumesMountedAsSlave (0.63s) [2020-11-17T19:26:05.661Z] === RUN TestNetworkNat [2020-11-17T19:26:06.418Z] --- PASS: TestAuthZPluginAllowEventStream (1.64s) [2020-11-17T19:26:06.418Z] === RUN TestAuthZPluginErrorResponse [2020-11-17T19:26:06.604Z] --- PASS: TestNetworkNat (0.88s) [2020-11-17T19:26:06.605Z] === RUN TestNetworkLocalhostTCPNat [2020-11-17T19:26:07.052Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-11-17T19:26:07.052Z] === RUN TestAuthZPluginErrorRequest [2020-11-17T19:26:07.549Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s) [2020-11-17T19:26:07.549Z] === RUN TestNetworkLoopbackNat [2020-11-17T19:26:07.686Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2020-11-17T19:26:07.686Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-17T19:26:07.813Z] --- PASS: TestBuildLabelWithTargets (2.09s) [2020-11-17T19:26:07.813Z] === RUN TestBuildWithEmptyLayers [2020-11-17T19:26:08.321Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-11-17T19:26:08.322Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-17T19:26:08.742Z] --- PASS: TestBuildWithEmptyLayers (1.26s) [2020-11-17T19:26:08.742Z] === RUN TestBuildMultiStageOnBuild [2020-11-17T19:26:10.393Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.08s) [2020-11-17T19:26:10.393Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-17T19:26:10.851Z] --- PASS: TestNetworkLoopbackNat (3.13s) [2020-11-17T19:26:10.851Z] === RUN TestPause [2020-11-17T19:26:11.424Z] --- PASS: TestPause (0.82s) [2020-11-17T19:26:11.424Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-17T19:26:11.424Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-17T19:26:11.424Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-17T19:26:11.424Z] === RUN TestPauseStopPausedContainer [2020-11-17T19:26:12.014Z] --- PASS: TestBuildMultiStageOnBuild (3.01s) [2020-11-17T19:26:12.014Z] === RUN TestBuildUncleanTarFilenames [2020-11-17T19:26:12.368Z] --- PASS: TestPauseStopPausedContainer (0.86s) [2020-11-17T19:26:12.368Z] === RUN TestPsFilter [2020-11-17T19:26:12.368Z] --- PASS: TestPsFilter (0.23s) [2020-11-17T19:26:12.368Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-17T19:26:12.466Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.23s) [2020-11-17T19:26:12.466Z] === RUN TestAuthZPluginHeader [2020-11-17T19:26:13.314Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s) [2020-11-17T19:26:13.314Z] === RUN TestRemoveContainerWithVolume [2020-11-17T19:26:13.502Z] --- PASS: TestAuthZPluginHeader (0.82s) [2020-11-17T19:26:13.502Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-17T19:26:13.502Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-17T19:26:13.502Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:26:13.502Z] === RUN TestAuthZPluginV2Disable [2020-11-17T19:26:13.502Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-17T19:26:13.502Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:26:13.502Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-17T19:26:13.502Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-17T19:26:13.502Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:26:13.502Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-17T19:26:13.502Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-17T19:26:13.502Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:26:13.502Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-17T19:26:13.887Z] --- PASS: TestRemoveContainerWithVolume (0.73s) [2020-11-17T19:26:13.888Z] === RUN TestRemoveContainerRunning [2020-11-17T19:26:13.905Z] --- PASS: TestBuildUncleanTarFilenames (1.93s) [2020-11-17T19:26:13.905Z] === RUN TestBuildMultiStageLayerLeak [2020-11-17T19:26:14.833Z] --- PASS: TestRemoveContainerRunning (0.78s) [2020-11-17T19:26:14.833Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-17T19:26:15.407Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.80s) [2020-11-17T19:26:15.407Z] === RUN TestRemoveInvalidContainer [2020-11-17T19:26:15.407Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-17T19:26:15.407Z] === RUN TestRenameLinkedContainer [2020-11-17T19:26:17.173Z] --- PASS: TestBuildMultiStageLayerLeak (3.06s) [2020-11-17T19:26:17.173Z] === RUN TestBuildWithHugeFile [2020-11-17T19:26:18.715Z] --- PASS: TestRenameLinkedContainer (3.02s) [2020-11-17T19:26:18.715Z] === RUN TestRenameStoppedContainer [2020-11-17T19:26:19.287Z] --- PASS: TestRenameStoppedContainer (0.78s) [2020-11-17T19:26:19.287Z] === RUN TestRenameRunningContainerAndReuse [2020-11-17T19:26:21.204Z] --- PASS: TestRenameRunningContainerAndReuse (1.56s) [2020-11-17T19:26:21.204Z] === RUN TestRenameInvalidName [2020-11-17T19:26:21.777Z] --- PASS: TestRenameInvalidName (0.76s) [2020-11-17T19:26:21.777Z] === RUN TestRenameAnonymousContainer [2020-11-17T19:26:25.992Z] --- PASS: TestRenameAnonymousContainer (3.89s) [2020-11-17T19:26:25.992Z] === RUN TestRenameContainerWithSameName [2020-11-17T19:26:26.253Z] --- PASS: TestRenameContainerWithSameName (0.74s) [2020-11-17T19:26:26.253Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-17T19:26:28.171Z] --- PASS: TestRenameContainerWithLinkedContainer (1.52s) [2020-11-17T19:26:28.171Z] === RUN TestResize [2020-11-17T19:26:28.433Z] --- PASS: TestResize (0.79s) [2020-11-17T19:26:28.433Z] === RUN TestResizeWithInvalidSize [2020-11-17T19:26:29.377Z] --- PASS: TestResizeWithInvalidSize (0.80s) [2020-11-17T19:26:29.377Z] === RUN TestResizeWhenContainerNotStarted [2020-11-17T19:26:30.325Z] --- PASS: TestResizeWhenContainerNotStarted (0.75s) [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-17T19:26:30.325Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-17T19:26:30.325Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-17T19:26:30.325Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-17T19:26:30.325Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-17T19:26:30.325Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-17T19:26:30.325Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-17T19:26:30.325Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-17T19:26:30.325Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:26:30.325Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:26:30.325Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:26:30.325Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:26:30.325Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:26:30.325Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:26:30.325Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-17T19:26:30.325Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-17T19:26:30.325Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:26:30.325Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-17T19:26:32.091Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.79s) [2020-11-17T19:26:32.091Z] PASS [2020-11-17T19:26:32.091Z] [2020-11-17T19:26:32.091Z] === Skipped [2020-11-17T19:26:32.091Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-17T19:26:32.091Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:26:32.091Z] [2020-11-17T19:26:32.091Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-17T19:26:32.091Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:26:32.091Z] [2020-11-17T19:26:32.091Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-17T19:26:32.091Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:26:32.091Z] [2020-11-17T19:26:32.091Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-17T19:26:32.091Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:26:32.091Z] [2020-11-17T19:26:32.091Z] [2020-11-17T19:26:32.091Z] DONE 17 tests, 4 skipped in 29.092s [2020-11-17T19:26:32.091Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-17T19:26:32.091Z] ++ 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-17T19:26:32.091Z] ++ set -e [2020-11-17T19:26:32.091Z] ++ '[' -n 0 ']' [2020-11-17T19:26:32.091Z] ++ set -x [2020-11-17T19:26:32.091Z] ++ env -i DEST=/go/src/github.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-17T19:26:32.091Z] INFO: Testing against a local daemon [2020-11-17T19:26:32.091Z] === RUN TestPluginInvalidJSON [2020-11-17T19:26:32.091Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:26:32.091Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:26:32.091Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:26:32.091Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-11-17T19:26:32.091Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-17T19:26:32.091Z] === RUN TestPluginInstall [2020-11-17T19:26:32.091Z] === RUN TestPluginInstall/no_auth [2020-11-17T19:26:32.091Z] time="2020-11-17T19:26:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:26:32.091Z] time="2020-11-17T19:26:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e41ae5f20c810a7516aa155a5f656bf33be0c1139d9ccbe050239d523d8be14a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:26:32.091Z] time="2020-11-17T19:26:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:26:32.091Z] time="2020-11-17T19:26:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e41ae5f20c810a7516aa155a5f656bf33be0c1139d9ccbe050239d523d8be14a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:26:32.091Z] === RUN TestPluginInstall/with_htpasswd [2020-11-17T19:26:32.252Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-17T19:26:32.383Z] time="2020-11-17T19:26:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:26:32.383Z] time="2020-11-17T19:26:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e41ae5f20c810a7516aa155a5f656bf33be0c1139d9ccbe050239d523d8be14a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:26:32.383Z] time="2020-11-17T19:26:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:26:32.383Z] time="2020-11-17T19:26:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e41ae5f20c810a7516aa155a5f656bf33be0c1139d9ccbe050239d523d8be14a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:26:32.807Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-11-17T19:26:32.828Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-17T19:26:32.828Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-17T19:26:33.017Z] === RUN TestPluginInstall/with_insecure [2020-11-17T19:26:33.091Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-17T19:26:34.098Z] time="2020-11-17T19:26:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:26:34.098Z] time="2020-11-17T19:26:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3a469fe4de711754217891114dda5c052fe3073d6c94efb2b3050de19a67deab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:26:34.098Z] time="2020-11-17T19:26:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:26:34.098Z] time="2020-11-17T19:26:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3a469fe4de711754217891114dda5c052fe3073d6c94efb2b3050de19a67deab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:26:34.098Z] --- PASS: TestPluginInstall (3.87s) [2020-11-17T19:26:34.098Z] --- PASS: TestPluginInstall/no_auth (1.82s) [2020-11-17T19:26:34.098Z] --- PASS: TestPluginInstall/with_htpasswd (0.75s) [2020-11-17T19:26:34.098Z] --- PASS: TestPluginInstall/with_insecure (1.30s) [2020-11-17T19:26:34.098Z] plugin_test.go:157: [d44084a3993b7] daemon is not started [2020-11-17T19:26:34.098Z] PASS [2020-11-17T19:26:34.098Z] [2020-11-17T19:26:34.098Z] DONE 6 tests in 4.066s [2020-11-17T19:26:34.098Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-17T19:26:34.098Z] ++ 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-17T19:26:34.098Z] ++ set -e [2020-11-17T19:26:34.098Z] ++ '[' -n 0 ']' [2020-11-17T19:26:34.098Z] ++ set -x [2020-11-17T19:26:34.098Z] ++ env -i DEST=/go/src/github.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-17T19:26:34.390Z] INFO: Testing against a local daemon [2020-11-17T19:26:34.390Z] === RUN TestExternalGraphDriver [2020-11-17T19:26:34.390Z] === RUN TestExternalGraphDriver/json [2020-11-17T19:26:34.597Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-17T19:26:34.597Z] [2020-11-17T19:26:34.597Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-17T19:26:34.597Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-17T19:26:34.597Z] HOSTNAME=ea934c66f4ee [2020-11-17T19:26:34.597Z] TESTDEBUG=0 [2020-11-17T19:26:34.597Z] DEST=bundles/test-integration [2020-11-17T19:26:34.597Z] PWD=/go/src/github.com/docker/docker [2020-11-17T19:26:34.597Z] DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 [2020-11-17T19:26:34.597Z] container=docker [2020-11-17T19:26:34.597Z] HOME=/root [2020-11-17T19:26:34.597Z] GOLANG_VERSION=1.13.15 [2020-11-17T19:26:34.597Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-17T19:26:34.597Z] VALIDATE_BRANCH=master [2020-11-17T19:26:34.597Z] TERM=xterm [2020-11-17T19:26:34.597Z] DOCKER_PKG=github.com/docker/docker [2020-11-17T19:26:34.597Z] SHLVL=1 [2020-11-17T19:26:34.597Z] TIMEOUT=120m [2020-11-17T19:26:34.597Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-17T19:26:34.597Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-17T19:26:34.597Z] GO111MODULE=off [2020-11-17T19:26:34.597Z] DOCKER_EXPERIMENTAL=1 [2020-11-17T19:26:34.597Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-17T19:26:34.597Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-17T19:26:34.597Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-17T19:26:34.597Z] GOPATH=/go [2020-11-17T19:26:34.597Z] PKG_CONFIG=pkg-config [2020-11-17T19:26:34.597Z] _=/usr/bin/env [2020-11-17T19:26:34.597Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-17T19:26:35.017Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:26:35.968Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:26:36.230Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:26:36.462Z] === RUN TestExternalGraphDriver/spec [2020-11-17T19:26:36.495Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-17T19:26:38.531Z] === RUN TestExternalGraphDriver/pull [2020-11-17T19:26:39.047Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-17T19:26:39.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.76s) [2020-11-17T19:26:39.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.79s) [2020-11-17T19:26:39.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.81s) [2020-11-17T19:26:39.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.97s) [2020-11-17T19:26:39.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.75s) [2020-11-17T19:26:39.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.83s) [2020-11-17T19:26:39.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.65s) [2020-11-17T19:26:39.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.70s) [2020-11-17T19:26:39.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.77s) [2020-11-17T19:26:39.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s) [2020-11-17T19:26:39.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.66s) [2020-11-17T19:26:39.048Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.24s) [2020-11-17T19:26:39.048Z] === RUN TestCgroupNamespacesRun [2020-11-17T19:26:40.614Z] --- PASS: TestExternalGraphDriver (6.35s) [2020-11-17T19:26:40.614Z] --- PASS: TestExternalGraphDriver/json (2.00s) [2020-11-17T19:26:40.614Z] --- PASS: TestExternalGraphDriver/spec (2.02s) [2020-11-17T19:26:40.614Z] --- PASS: TestExternalGraphDriver/pull (2.21s) [2020-11-17T19:26:40.614Z] === RUN TestGraphdriverPluginV2 [2020-11-17T19:26:40.614Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-11-17T19:26:40.614Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:26:40.614Z] PASS [2020-11-17T19:26:40.614Z] [2020-11-17T19:26:40.614Z] === Skipped [2020-11-17T19:26:40.614Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-11-17T19:26:40.614Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:26:40.614Z] [2020-11-17T19:26:40.614Z] [2020-11-17T19:26:40.614Z] DONE 5 tests, 1 skipped in 6.546s [2020-11-17T19:26:40.614Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-17T19:26:40.614Z] ++ 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-17T19:26:40.614Z] ++ set -e [2020-11-17T19:26:40.614Z] ++ '[' -n 0 ']' [2020-11-17T19:26:40.614Z] ++ set -x [2020-11-17T19:26:40.614Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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-17T19:26:40.906Z] INFO: Testing against a local daemon [2020-11-17T19:26:40.906Z] === RUN TestContinueAfterPluginCrash [2020-11-17T19:26:40.906Z] === PAUSE TestContinueAfterPluginCrash [2020-11-17T19:26:40.906Z] === RUN TestReadPluginNoRead [2020-11-17T19:26:40.906Z] === PAUSE TestReadPluginNoRead [2020-11-17T19:26:40.906Z] === RUN TestDaemonStartWithLogOpt [2020-11-17T19:26:40.906Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-17T19:26:40.906Z] === CONT TestContinueAfterPluginCrash [2020-11-17T19:26:40.906Z] === CONT TestDaemonStartWithLogOpt [2020-11-17T19:26:40.971Z] --- PASS: TestCgroupNamespacesRun (1.79s) [2020-11-17T19:26:40.971Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-17T19:26:42.359Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.69s) [2020-11-17T19:26:42.359Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-17T19:26:44.276Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.81s) [2020-11-17T19:26:44.276Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-17T19:26:44.503Z] --- PASS: TestDaemonStartWithLogOpt (3.71s) [2020-11-17T19:26:44.503Z] === CONT TestReadPluginNoRead [2020-11-17T19:26:46.197Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2020-11-17T19:26:46.197Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-17T19:26:47.237Z] === RUN TestReadPluginNoRead/default [2020-11-17T19:26:48.116Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.82s) [2020-11-17T19:26:48.116Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-17T19:26:49.224Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-17T19:26:49.224Z] Using test binary docker [2020-11-17T19:26:49.224Z] +++ /etc/init.d/apparmor start [2020-11-17T19:26:49.224Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-17T19:26:49.224Z] Starting dockerd [2020-11-17T19:26:49.224Z] INFO: Waiting for daemon to start... [2020-11-17T19:26:49.224Z] +++ 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-17T19:26:49.224Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-17T19:26:49.224Z] Using test binary docker [2020-11-17T19:26:49.224Z] +++ /etc/init.d/apparmor start [2020-11-17T19:26:49.224Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-17T19:26:49.224Z] INFO: Waiting for daemon to start... [2020-11-17T19:26:49.224Z] Starting dockerd [2020-11-17T19:26:49.224Z] +++ 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-17T19:26:49.310Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-17T19:26:49.505Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.74s) [2020-11-17T19:26:49.505Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-17T19:26:49.603Z] --- PASS: TestContinueAfterPluginCrash (8.85s) [2020-11-17T19:26:50.155Z] . [2020-11-17T19:26:50.155Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-17T19:26:50.155Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-17T19:26:50.155Z] Error: No such image: emptyfs [2020-11-17T19:26:50.411Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-17T19:26:50.411Z] ++++ docker load [2020-11-17T19:26:50.411Z] [2020-11-17T19:26:50.411Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-17T19:26:50.451Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.97s) [2020-11-17T19:26:50.451Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-17T19:26:50.667Z] Running integration-test (iteration 1) [2020-11-17T19:26:50.667Z] 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-17T19:26:50.667Z] ++ 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-17T19:26:50.667Z] ++ set -e [2020-11-17T19:26:50.667Z] ++ '[' -n 0 ']' [2020-11-17T19:26:50.667Z] ++ set -x [2020-11-17T19:26:50.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-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-17T19:26:50.668Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-17T19:26:50.668Z] Error: No such image: emptyfs [2020-11-17T19:26:50.668Z] ++++ docker load [2020-11-17T19:26:50.668Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-17T19:26:50.924Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-11-17T19:26:50.924Z] tests/integration/client_test.py ..... [ 75%] [2020-11-17T19:26:50.924Z] tests/integration/context_api_test.py ... [ 76%] [2020-11-17T19:26:50.924Z] tests/integration/errors_test.py . [ 76%] [2020-11-17T19:26:51.115Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-17T19:26:51.229Z] Running integration-test (iteration 1) [2020-11-17T19:26:51.229Z] 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-17T19:26:51.229Z] ++ 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-17T19:26:51.229Z] ++ set -e [2020-11-17T19:26:51.229Z] ++ '[' -n 0 ']' [2020-11-17T19:26:51.229Z] ++ set -x [2020-11-17T19:26:51.230Z] ++ env -i DEST=/go/src/github.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-17T19:26:52.369Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.83s) [2020-11-17T19:26:52.369Z] === RUN TestKernelTCPMemory [2020-11-17T19:26:53.187Z] --- PASS: TestReadPluginNoRead (8.31s) [2020-11-17T19:26:53.187Z] --- PASS: TestReadPluginNoRead/default (1.95s) [2020-11-17T19:26:53.187Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.92s) [2020-11-17T19:26:53.187Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.71s) [2020-11-17T19:26:53.187Z] read_test.go:92: [d94ac2e6d9ed9] daemon is not started [2020-11-17T19:26:53.187Z] PASS [2020-11-17T19:26:53.187Z] [2020-11-17T19:26:53.187Z] DONE 6 tests in 12.155s [2020-11-17T19:26:53.187Z] 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-17T19:26:53.187Z] ++ 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-17T19:26:53.187Z] ++ set -e [2020-11-17T19:26:53.187Z] ++ '[' -n 0 ']' [2020-11-17T19:26:53.187Z] ++ set -x [2020-11-17T19:26:53.187Z] ++ env -i DEST=/go/src/github.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-17T19:26:53.187Z] testing: warning: no tests to run [2020-11-17T19:26:53.187Z] PASS [2020-11-17T19:26:53.187Z] [2020-11-17T19:26:53.187Z] DONE 0 tests in 0.078s [2020-11-17T19:26:53.187Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-17T19:26:53.187Z] ++ 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-17T19:26:53.187Z] ++ set -e [2020-11-17T19:26:53.187Z] ++ '[' -n 0 ']' [2020-11-17T19:26:53.187Z] ++ set -x [2020-11-17T19:26:53.187Z] ++ env -i DEST=/go/src/github.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-17T19:26:53.187Z] INFO: Testing against a local daemon [2020-11-17T19:26:53.187Z] === RUN TestPluginWithDevMounts [2020-11-17T19:26:53.187Z] === PAUSE TestPluginWithDevMounts [2020-11-17T19:26:53.187Z] === CONT TestPluginWithDevMounts [2020-11-17T19:26:53.313Z] --- PASS: TestKernelTCPMemory (0.85s) [2020-11-17T19:26:53.313Z] === RUN TestNISDomainname [2020-11-17T19:26:54.258Z] --- PASS: TestNISDomainname (0.95s) [2020-11-17T19:26:54.258Z] === RUN TestHostnameDnsResolution [2020-11-17T19:26:55.259Z] --- PASS: TestPluginWithDevMounts (1.86s) [2020-11-17T19:26:55.259Z] PASS [2020-11-17T19:26:55.259Z] [2020-11-17T19:26:55.259Z] DONE 1 tests in 2.003s [2020-11-17T19:26:55.259Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-11-17T19:26:55.259Z] ++ 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-17T19:26:55.259Z] ++ set -e [2020-11-17T19:26:55.259Z] ++ '[' -n 0 ']' [2020-11-17T19:26:55.259Z] ++ set -x [2020-11-17T19:26:55.259Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T19:26:55.259Z] INFO: Testing against a local daemon [2020-11-17T19:26:55.259Z] === RUN TestSecretInspect [2020-11-17T19:26:55.649Z] --- PASS: TestHostnameDnsResolution (1.65s) [2020-11-17T19:26:55.649Z] === RUN TestStats [2020-11-17T19:26:58.782Z] --- PASS: TestSecretInspect (3.56s) [2020-11-17T19:26:58.782Z] === RUN TestSecretList [2020-11-17T19:26:58.956Z] --- PASS: TestStats (2.83s) [2020-11-17T19:26:58.956Z] === RUN TestStopContainerWithTimeout [2020-11-17T19:26:58.956Z] === RUN TestStopContainerWithTimeout/0 [2020-11-17T19:26:58.956Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-17T19:26:58.956Z] === RUN TestStopContainerWithTimeout/1 [2020-11-17T19:26:58.956Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-17T19:26:58.956Z] === RUN TestStopContainerWithTimeout/3 [2020-11-17T19:26:58.956Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-17T19:26:58.956Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-17T19:26:58.956Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-17T19:26:58.956Z] === CONT TestStopContainerWithTimeout/0 [2020-11-17T19:26:58.956Z] === CONT TestStopContainerWithTimeout/1 [2020-11-17T19:26:58.956Z] === CONT TestStopContainerWithTimeout/3 [2020-11-17T19:26:58.956Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-17T19:27:01.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-17T19:27:02.264Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-17T19:27:02.264Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2020-11-17T19:27:02.264Z] --- PASS: TestStopContainerWithTimeout/1 (2.08s) [2020-11-17T19:27:02.264Z] --- PASS: TestStopContainerWithTimeout/-1 (3.24s) [2020-11-17T19:27:02.264Z] --- PASS: TestStopContainerWithTimeout/3 (3.33s) [2020-11-17T19:27:02.264Z] === RUN TestDeleteDevicemapper [2020-11-17T19:27:02.264Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-17T19:27:02.264Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-17T19:27:02.264Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-17T19:27:02.303Z] --- PASS: TestSecretList (3.63s) [2020-11-17T19:27:02.303Z] === RUN TestSecretsCreateAndDelete [2020-11-17T19:27:03.349Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-17T19:27:05.575Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.27s) [2020-11-17T19:27:05.575Z] === RUN TestUpdateMemory [2020-11-17T19:27:05.575Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-17T19:27:05.575Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:27:05.575Z] === RUN TestUpdateCPUQuota [2020-11-17T19:27:05.823Z] --- PASS: TestSecretsCreateAndDelete (3.64s) [2020-11-17T19:27:05.823Z] === RUN TestSecretsUpdate [2020-11-17T19:27:06.519Z] --- PASS: TestUpdateCPUQuota (1.30s) [2020-11-17T19:27:06.519Z] === RUN TestUpdatePidsLimit [2020-11-17T19:27:06.519Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-17T19:27:06.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-17T19:27:07.093Z] === RUN TestUpdatePidsLimit/no_change [2020-11-17T19:27:07.355Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-17T19:27:07.616Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-17T19:27:08.190Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-17T19:27:08.451Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-17T19:27:09.024Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-17T19:27:10.333Z] --- PASS: TestSecretsUpdate (3.67s) [2020-11-17T19:27:10.333Z] === RUN TestTemplatedSecret [2020-11-17T19:27:10.413Z] --- PASS: TestUpdatePidsLimit (3.70s) [2020-11-17T19:27:10.413Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2020-11-17T19:27:10.413Z] --- PASS: TestUpdatePidsLimit/no_change (0.41s) [2020-11-17T19:27:10.413Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2020-11-17T19:27:10.413Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2020-11-17T19:27:10.413Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-11-17T19:27:10.413Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-11-17T19:27:10.413Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-11-17T19:27:10.413Z] === RUN TestUpdateRestartPolicy [2020-11-17T19:27:13.856Z] --- PASS: TestTemplatedSecret (3.67s) [2020-11-17T19:27:13.856Z] === RUN TestSecretCreateResolve [2020-11-17T19:27:17.380Z] --- PASS: TestSecretCreateResolve (3.61s) [2020-11-17T19:27:17.380Z] PASS [2020-11-17T19:27:17.380Z] [2020-11-17T19:27:17.380Z] DONE 6 tests in 21.902s [2020-11-17T19:27:17.380Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-11-17T19:27:17.380Z] ++ 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-17T19:27:17.380Z] ++ set -e [2020-11-17T19:27:17.380Z] ++ '[' -n 0 ']' [2020-11-17T19:27:17.380Z] ++ set -x [2020-11-17T19:27:17.380Z] ++ env -i DEST=/go/src/github.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-17T19:27:17.380Z] INFO: Testing against a local daemon [2020-11-17T19:27:17.380Z] === RUN TestServiceCreateInit [2020-11-17T19:27:17.380Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-17T19:27:22.653Z] --- PASS: TestUpdateRestartPolicy (12.33s) [2020-11-17T19:27:22.654Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-17T19:27:22.952Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-17T19:27:23.226Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2020-11-17T19:27:23.226Z] === RUN TestWaitNonBlocked [2020-11-17T19:27:23.226Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:27:23.226Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:27:23.227Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:27:23.227Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:27:23.227Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:27:23.227Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:27:24.617Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-17T19:27:24.617Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.94s) [2020-11-17T19:27:24.617Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.97s) [2020-11-17T19:27:24.617Z] === RUN TestWaitBlocked [2020-11-17T19:27:24.617Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:27:24.617Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:27:24.617Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:27:24.617Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:27:24.617Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:27:24.617Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:27:25.565Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-17T19:27:25.565Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.94s) [2020-11-17T19:27:25.565Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.02s) [2020-11-17T19:27:25.565Z] === CONT TestContainerStartOnDaemonRestart [2020-11-17T19:27:25.565Z] === CONT TestIpcModeOlderClient [2020-11-17T19:27:25.565Z] === CONT TestDaemonHostGatewayIP [2020-11-17T19:27:25.565Z] === CONT TestContainerKillOnDaemonStart [2020-11-17T19:27:25.565Z] --- PASS: TestIpcModeOlderClient (0.19s) [2020-11-17T19:27:25.565Z] === CONT TestDaemonRestartIpcMode [2020-11-17T19:27:28.521Z] --- PASS: TestServiceCreateInit (10.72s) [2020-11-17T19:27:28.521Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.45s) [2020-11-17T19:27:28.521Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.26s) [2020-11-17T19:27:28.521Z] === RUN TestCreateServiceMultipleTimes [2020-11-17T19:27:28.882Z] --- PASS: TestContainerStartOnDaemonRestart (3.57s) [2020-11-17T19:27:29.828Z] --- PASS: TestDaemonRestartIpcMode (4.24s) [2020-11-17T19:27:29.907Z] Loaded image: buildpack-deps:buster [2020-11-17T19:27:29.907Z] Loaded image: busybox:latest [2020-11-17T19:27:30.089Z] --- PASS: TestDaemonHostGatewayIP (4.80s) [2020-11-17T19:27:30.470Z] Loaded image: busybox:glibc [2020-11-17T19:27:30.470Z] Loaded image: debian:buster [2020-11-17T19:27:30.727Z] Loaded image: hello-world:latest [2020-11-17T19:27:30.727Z] Loaded image: arm32v7/hello-world:latest [2020-11-17T19:27:30.984Z] Loaded image: buildpack-deps:buster [2020-11-17T19:27:30.984Z] INFO: Testing against a local daemon [2020-11-17T19:27:30.984Z] === RUN TestDockerSuite [2020-11-17T19:27:30.984Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-11-17T19:27:30.984Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-11-17T19:27:30.984Z] Loaded image: busybox:latest [2020-11-17T19:27:31.240Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-11-17T19:27:31.240Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-11-17T19:27:31.240Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-11-17T19:27:31.240Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-11-17T19:27:31.240Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-11-17T19:27:31.240Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-11-17T19:27:31.240Z] Loaded image: busybox:glibc [2020-11-17T19:27:31.497Z] Loaded image: debian:buster [2020-11-17T19:27:31.497Z] Loaded image: hello-world:latest [2020-11-17T19:27:31.753Z] Loaded image: arm32v7/hello-world:latest [2020-11-17T19:27:31.753Z] INFO: Testing against a local daemon [2020-11-17T19:27:31.753Z] === RUN TestDockerDaemonSuite [2020-11-17T19:27:31.753Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-11-17T19:27:35.928Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-11-17T19:27:35.928Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-11-17T19:27:36.870Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-11-17T19:27:36.870Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-11-17T19:27:37.443Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-11-17T19:27:37.698Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-11-17T19:27:37.698Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-11-17T19:27:39.589Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-11-17T19:27:39.589Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-11-17T19:27:39.589Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-11-17T19:27:39.589Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-11-17T19:27:39.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-17T19:27:39.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-17T19:27:39.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-17T19:27:39.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-17T19:27:39.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-17T19:27:39.846Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-11-17T19:27:40.095Z] --- PASS: TestContainerKillOnDaemonStart (13.11s) [2020-11-17T19:27:40.095Z] PASS [2020-11-17T19:27:40.095Z] [2020-11-17T19:27:40.095Z] === Skipped [2020-11-17T19:27:40.095Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-11-17T19:27:40.095Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-17T19:27:40.095Z] [2020-11-17T19:27:40.095Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-17T19:27:40.095Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:27:40.095Z] [2020-11-17T19:27:40.095Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-17T19:27:40.095Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:27:40.095Z] [2020-11-17T19:27:40.095Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-17T19:27:40.095Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-17T19:27:40.095Z] [2020-11-17T19:27:40.095Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-17T19:27:40.095Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-17T19:27:40.095Z] [2020-11-17T19:27:40.095Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-11-17T19:27:40.095Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:27:40.095Z] [2020-11-17T19:27:40.095Z] [2020-11-17T19:27:40.095Z] DONE 195 tests, 6 skipped in 139.771s [2020-11-17T19:27:40.095Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-11-17T19:27:40.095Z] ++ 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-17T19:27:40.095Z] ++ set -e [2020-11-17T19:27:40.095Z] ++ '[' -n 0 ']' [2020-11-17T19:27:40.095Z] ++ set -x [2020-11-17T19:27:40.095Z] ++ env -i DEST=/go/src/github.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-17T19:27:40.095Z] INFO: Testing against a local daemon [2020-11-17T19:27:40.095Z] === RUN TestCommitInheritsEnv [2020-11-17T19:27:40.095Z] --- PASS: TestCommitInheritsEnv (0.64s) [2020-11-17T19:27:40.095Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-17T19:27:40.095Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-11-17T19:27:40.095Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-11-17T19:27:40.095Z] === RUN TestImagesFilterMultiReference [2020-11-17T19:27:40.095Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-11-17T19:27:40.095Z] === RUN TestImagePullPlatformInvalid [2020-11-17T19:27:40.095Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-11-17T19:27:40.095Z] === RUN TestRemoveImageOrphaning [2020-11-17T19:27:40.095Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2020-11-17T19:27:40.095Z] === RUN TestRemoveImageGarbageCollector [2020-11-17T19:27:40.095Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-17T19:27:40.095Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:27:40.095Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-17T19:27:40.095Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-11-17T19:27:40.095Z] === RUN TestTagInvalidReference [2020-11-17T19:27:40.095Z] --- PASS: TestTagInvalidReference (0.03s) [2020-11-17T19:27:40.095Z] === RUN TestTagValidPrefixedRepo [2020-11-17T19:27:40.095Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-11-17T19:27:40.095Z] === RUN TestTagExistedNameWithoutForce [2020-11-17T19:27:40.095Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-11-17T19:27:40.095Z] === RUN TestTagOfficialNames [2020-11-17T19:27:40.357Z] --- PASS: TestTagOfficialNames (0.08s) [2020-11-17T19:27:40.357Z] === RUN TestTagMatchesDigest [2020-11-17T19:27:40.357Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-11-17T19:27:40.357Z] PASS [2020-11-17T19:27:40.357Z] [2020-11-17T19:27:40.357Z] === Skipped [2020-11-17T19:27:40.357Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-11-17T19:27:40.357Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-11-17T19:27:40.357Z] [2020-11-17T19:27:40.357Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-17T19:27:40.357Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:27:40.357Z] [2020-11-17T19:27:40.357Z] [2020-11-17T19:27:40.357Z] DONE 12 tests, 2 skipped in 1.809s [2020-11-17T19:27:40.357Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-11-17T19:27:40.357Z] ++ 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-17T19:27:40.357Z] ++ set -e [2020-11-17T19:27:40.357Z] ++ '[' -n 0 ']' [2020-11-17T19:27:40.357Z] ++ set -x [2020-11-17T19:27:40.357Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T19:27:40.620Z] INFO: Testing against a local daemon [2020-11-17T19:27:40.620Z] === RUN TestNetworkCreateDelete [2020-11-17T19:27:40.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-17T19:27:40.773Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-11-17T19:27:40.882Z] --- PASS: TestNetworkCreateDelete (0.41s) [2020-11-17T19:27:40.882Z] === RUN TestDockerNetworkDeletePreferID [2020-11-17T19:27:41.703Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-11-17T19:27:41.959Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-11-17T19:27:42.215Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-11-17T19:27:42.215Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-11-17T19:27:42.215Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-11-17T19:27:42.269Z] --- PASS: TestDockerNetworkDeletePreferID (1.20s) [2020-11-17T19:27:42.269Z] === RUN TestDaemonDNSFallback [2020-11-17T19:27:44.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-17T19:27:45.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-17T19:27:46.143Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-11-17T19:27:47.918Z] --- PASS: TestImportExtremelyLargeImageWorks (102.88s) [2020-11-17T19:27:47.919Z] PASS [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === Skipped [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-17T19:27:47.919Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] DONE 12 tests, 1 skipped in 106.799s [2020-11-17T19:27:47.919Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-11-17T19:27:47.919Z] INFO: Testing against a local daemon [2020-11-17T19:27:47.919Z] === RUN TestNetworkCreateDelete [2020-11-17T19:27:47.919Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-11-17T19:27:47.919Z] === RUN TestDockerNetworkDeletePreferID [2020-11-17T19:27:47.919Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2020-11-17T19:27:47.919Z] === RUN TestDaemonDNSFallback [2020-11-17T19:27:47.919Z] --- PASS: TestDaemonDNSFallback (7.40s) [2020-11-17T19:27:47.919Z] === RUN TestInspectNetwork [2020-11-17T19:27:47.919Z] --- SKIP: TestInspectNetwork (0.00s) [2020-11-17T19:27:47.919Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:27:47.919Z] === RUN TestRunContainerWithBridgeNone [2020-11-17T19:27:47.919Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-11-17T19:27:47.919Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] === RUN TestNetworkInvalidJSON [2020-11-17T19:27:47.919Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-17T19:27:47.919Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-17T19:27:47.919Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:27:47.919Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:27:47.919Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:27:47.919Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:27:47.919Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-17T19:27:47.919Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:27:47.919Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:27:47.919Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-11-17T19:27:47.919Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-17T19:27:47.919Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-17T19:27:47.919Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-17T19:27:47.919Z] === RUN TestHostIPv4BridgeLabel [2020-11-17T19:27:47.919Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-11-17T19:27:47.919Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-17T19:27:47.919Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2020-11-17T19:27:47.919Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] === RUN TestDaemonDefaultNetworkPools [2020-11-17T19:27:47.919Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-11-17T19:27:47.919Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-17T19:27:47.919Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2020-11-17T19:27:47.919Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-17T19:27:47.919Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-11-17T19:27:47.919Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-17T19:27:47.919Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-11-17T19:27:47.919Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] === RUN TestServiceWithPredefinedNetwork [2020-11-17T19:27:47.919Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-11-17T19:27:47.919Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:27:47.919Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-17T19:27:47.919Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-17T19:27:47.919Z] service_test.go:236: FLAKY_TEST [2020-11-17T19:27:47.919Z] === RUN TestServiceWithDataPathPortInit [2020-11-17T19:27:47.919Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2020-11-17T19:27:47.919Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:27:47.919Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-17T19:27:47.919Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-17T19:27:47.919Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:27:47.919Z] PASS [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === Skipped [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-11-17T19:27:47.919Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-11-17T19:27:47.919Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-11-17T19:27:47.919Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2020-11-17T19:27:47.919Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2020-11-17T19:27:47.919Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2020-11-17T19:27:47.919Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-11-17T19:27:47.919Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-11-17T19:27:47.919Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-11-17T19:27:47.919Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-17T19:27:47.919Z] service_test.go:236: FLAKY_TEST [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2020-11-17T19:27:47.919Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-17T19:27:47.919Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] [2020-11-17T19:27:47.919Z] DONE 19 tests, 12 skipped in 8.207s [2020-11-17T19:27:47.919Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-17T19:27:47.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-17T19:27:48.178Z] INFO: Testing against a local daemon [2020-11-17T19:27:48.178Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-17T19:27:48.178Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-17T19:27:48.178Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:27:48.178Z] === RUN TestDockerNetworkIpvlan [2020-11-17T19:27:48.178Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-17T19:27:48.178Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:27:48.178Z] PASS [2020-11-17T19:27:48.178Z] [2020-11-17T19:27:48.178Z] === Skipped [2020-11-17T19:27:48.178Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-17T19:27:48.178Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:27:48.178Z] [2020-11-17T19:27:48.178Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-17T19:27:48.178Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:27:48.178Z] [2020-11-17T19:27:48.178Z] [2020-11-17T19:27:48.178Z] DONE 2 tests, 2 skipped in 0.720s [2020-11-17T19:27:48.178Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-17T19:27:48.437Z] INFO: Testing against a local daemon [2020-11-17T19:27:48.437Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-17T19:27:48.437Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-11-17T19:27:48.437Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:48.437Z] === RUN TestDockerNetworkMacvlan [2020-11-17T19:27:48.437Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-11-17T19:27:48.437Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:48.437Z] PASS [2020-11-17T19:27:48.437Z] [2020-11-17T19:27:48.437Z] === Skipped [2020-11-17T19:27:48.437Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-11-17T19:27:48.437Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:48.437Z] [2020-11-17T19:27:48.437Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-11-17T19:27:48.437Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:27:48.437Z] [2020-11-17T19:27:48.437Z] [2020-11-17T19:27:48.437Z] DONE 2 tests, 2 skipped in 0.173s [2020-11-17T19:27:48.437Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-17T19:27:48.437Z] testing: warning: no tests to run [2020-11-17T19:27:48.437Z] PASS [2020-11-17T19:27:48.437Z] [2020-11-17T19:27:48.437Z] DONE 0 tests in 0.036s [2020-11-17T19:27:48.437Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-17T19:27:48.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-17T19:27:48.697Z] INFO: Testing against a local daemon [2020-11-17T19:27:48.697Z] === RUN TestAuthZPluginAllowRequest [2020-11-17T19:27:48.697Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-11-17T19:27:48.697Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.697Z] === RUN TestAuthZPluginTLS [2020-11-17T19:27:48.697Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-11-17T19:27:48.697Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.697Z] === RUN TestAuthZPluginDenyRequest [2020-11-17T19:27:48.697Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-11-17T19:27:48.697Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.697Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-17T19:27:48.697Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-11-17T19:27:48.697Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.697Z] === RUN TestAuthZPluginDenyResponse [2020-11-17T19:27:48.697Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-11-17T19:27:48.697Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.697Z] === RUN TestAuthZPluginAllowEventStream [2020-11-17T19:27:48.697Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-11-17T19:27:48.697Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.697Z] === RUN TestAuthZPluginErrorResponse [2020-11-17T19:27:48.697Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-11-17T19:27:48.697Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.697Z] === RUN TestAuthZPluginErrorRequest [2020-11-17T19:27:48.697Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-11-17T19:27:48.697Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.697Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-17T19:27:48.697Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-11-17T19:27:48.697Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.697Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-17T19:27:48.697Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-11-17T19:27:48.697Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.697Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-17T19:27:48.697Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-11-17T19:27:48.697Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.697Z] === RUN TestAuthZPluginHeader [2020-11-17T19:27:48.697Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-11-17T19:27:48.697Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.697Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-17T19:27:48.760Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-11-17T19:27:48.957Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.30s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] === RUN TestAuthZPluginV2Disable [2020-11-17T19:27:48.957Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-17T19:27:48.957Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.03s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-17T19:27:48.957Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-17T19:27:48.957Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] PASS [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === Skipped [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.30s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.03s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-11-17T19:27:48.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] [2020-11-17T19:27:48.957Z] DONE 17 tests, 17 skipped in 0.573s [2020-11-17T19:27:48.957Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-17T19:27:49.216Z] INFO: Testing against a local daemon [2020-11-17T19:27:49.216Z] === RUN TestPluginInvalidJSON [2020-11-17T19:27:49.216Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:27:49.216Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:27:49.216Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:27:49.216Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-17T19:27:49.216Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-11-17T19:27:49.216Z] === RUN TestPluginInstall [2020-11-17T19:27:49.216Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-17T19:27:49.216Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:49.216Z] PASS [2020-11-17T19:27:49.216Z] [2020-11-17T19:27:49.216Z] === Skipped [2020-11-17T19:27:49.216Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-11-17T19:27:49.216Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-17T19:27:49.216Z] [2020-11-17T19:27:49.216Z] [2020-11-17T19:27:49.216Z] DONE 3 tests, 1 skipped in 0.194s [2020-11-17T19:27:49.216Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-17T19:27:49.488Z] INFO: Testing against a local daemon [2020-11-17T19:27:49.488Z] === RUN TestExternalGraphDriver [2020-11-17T19:27:49.488Z] --- SKIP: TestExternalGraphDriver (0.08s) [2020-11-17T19:27:49.488Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-11-17T19:27:49.488Z] === RUN TestGraphdriverPluginV2 [2020-11-17T19:27:50.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-17T19:27:50.414Z] --- PASS: TestDaemonDNSFallback (7.46s) [2020-11-17T19:27:50.414Z] === RUN TestInspectNetwork [2020-11-17T19:27:50.987Z] --- PASS: TestCreateServiceMultipleTimes (22.41s) [2020-11-17T19:27:50.987Z] === RUN TestCreateServiceConflict [2020-11-17T19:27:51.629Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-17T19:27:52.040Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-11-17T19:27:53.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-17T19:27:53.785Z] --- PASS: TestCreateServiceConflict (3.17s) [2020-11-17T19:27:53.785Z] === RUN TestCreateServiceMaxReplicas [2020-11-17T19:27:53.931Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-11-17T19:27:54.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-17T19:27:54.631Z] === RUN TestInspectNetwork/full_network_id [2020-11-17T19:27:54.631Z] === RUN TestInspectNetwork/partial_network_id [2020-11-17T19:27:54.631Z] === RUN TestInspectNetwork/network_name [2020-11-17T19:27:54.631Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-17T19:27:55.731Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-17T19:27:56.124Z] --- PASS: TestGraphdriverPluginV2 (6.60s) [2020-11-17T19:27:56.124Z] PASS [2020-11-17T19:27:56.124Z] [2020-11-17T19:27:56.124Z] === Skipped [2020-11-17T19:27:56.124Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s) [2020-11-17T19:27:56.124Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-11-17T19:27:56.124Z] [2020-11-17T19:27:56.124Z] [2020-11-17T19:27:56.124Z] DONE 2 tests, 1 skipped in 6.830s [2020-11-17T19:27:56.124Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-17T19:27:56.384Z] INFO: Testing against a local daemon [2020-11-17T19:27:56.384Z] === RUN TestContinueAfterPluginCrash [2020-11-17T19:27:56.384Z] === PAUSE TestContinueAfterPluginCrash [2020-11-17T19:27:56.384Z] === RUN TestReadPluginNoRead [2020-11-17T19:27:56.384Z] === PAUSE TestReadPluginNoRead [2020-11-17T19:27:56.384Z] === RUN TestDaemonStartWithLogOpt [2020-11-17T19:27:56.384Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-17T19:27:56.384Z] === CONT TestContinueAfterPluginCrash [2020-11-17T19:27:56.384Z] === CONT TestDaemonStartWithLogOpt [2020-11-17T19:27:56.449Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-11-17T19:27:56.775Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-17T19:27:56.775Z] Using test binary docker [2020-11-17T19:27:56.775Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-17T19:27:57.071Z] +++ /etc/init.d/apparmor start [2020-11-17T19:27:57.071Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-17T19:27:57.071Z] INFO: Waiting for daemon to start... [2020-11-17T19:27:57.071Z] Starting dockerd [2020-11-17T19:27:57.071Z] +++ 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-17T19:27:57.307Z] --- PASS: TestCreateServiceMaxReplicas (3.83s) [2020-11-17T19:27:57.307Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-17T19:27:57.376Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-11-17T19:27:57.938Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-11-17T19:27:58.508Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-11-17T19:27:58.508Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-11-17T19:27:58.841Z] --- PASS: TestInspectNetwork (9.21s) [2020-11-17T19:27:58.841Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-17T19:27:58.841Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-17T19:27:58.841Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-17T19:27:58.841Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-17T19:27:58.841Z] === RUN TestRunContainerWithBridgeNone [2020-11-17T19:27:59.072Z] --- PASS: TestBuildWithHugeFile (102.23s) [2020-11-17T19:27:59.072Z] === RUN TestBuildWithEmptyDockerfile [2020-11-17T19:27:59.072Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:27:59.072Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:27:59.072Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:27:59.072Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:27:59.072Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:27:59.072Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:27:59.072Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:27:59.072Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:27:59.072Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:27:59.156Z] . [2020-11-17T19:27:59.156Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-17T19:27:59.156Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-17T19:27:59.156Z] Error: No such image: emptyfs [2020-11-17T19:27:59.156Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-17T19:27:59.156Z] ++++ docker load [2020-11-17T19:27:59.156Z] Running integration-test (iteration 1) [2020-11-17T19:27:59.156Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-11-17T19:27:59.156Z] ++ 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-17T19:27:59.156Z] ++ set -e [2020-11-17T19:27:59.156Z] ++ '[' -n 0 ']' [2020-11-17T19:27:59.156Z] ++ set -x [2020-11-17T19:27:59.156Z] ++ env -i DEST=/go/src/github.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-17T19:27:59.329Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2020-11-17T19:27:59.329Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2020-11-17T19:27:59.329Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2020-11-17T19:27:59.329Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.21s) [2020-11-17T19:27:59.329Z] === RUN TestBuildPreserveOwnership [2020-11-17T19:27:59.329Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-17T19:27:59.586Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-11-17T19:28:00.952Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-11-17T19:28:01.391Z] --- PASS: TestRunContainerWithBridgeNone (2.42s) [2020-11-17T19:28:01.391Z] === RUN TestNetworkInvalidJSON [2020-11-17T19:28:01.391Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-17T19:28:01.391Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-17T19:28:01.391Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:28:01.391Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:28:01.391Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:28:01.391Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:28:01.391Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-17T19:28:01.391Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:28:01.391Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:28:01.391Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-11-17T19:28:01.391Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-17T19:28:01.391Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-17T19:28:01.391Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-17T19:28:01.391Z] === RUN TestHostIPv4BridgeLabel [2020-11-17T19:28:01.514Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-11-17T19:28:01.966Z] --- PASS: TestHostIPv4BridgeLabel (0.82s) [2020-11-17T19:28:01.966Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-17T19:28:02.134Z] ......... [ 86%] [2020-11-17T19:28:02.881Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-17T19:28:03.137Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-11-17T19:28:03.137Z] === RUN TestDockerSuite/TestAttachDetach [2020-11-17T19:28:03.356Z] --- PASS: TestDaemonRestartWithLiveRestore (1.42s) [2020-11-17T19:28:03.356Z] === RUN TestDaemonDefaultNetworkPools [2020-11-17T19:28:04.068Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-11-17T19:28:04.324Z] --- PASS: TestBuildPreserveOwnership (4.87s) [2020-11-17T19:28:04.324Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.23s) [2020-11-17T19:28:04.324Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.62s) [2020-11-17T19:28:04.324Z] === RUN TestBuildPlatformInvalid [2020-11-17T19:28:04.324Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-11-17T19:28:04.324Z] PASS [2020-11-17T19:28:04.324Z] [2020-11-17T19:28:04.324Z] === Skipped [2020-11-17T19:28:04.324Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-11-17T19:28:04.324Z] build_session_test.go:25: TODO: BuildKit [2020-11-17T19:28:04.324Z] [2020-11-17T19:28:04.324Z] [2020-11-17T19:28:04.324Z] DONE 32 tests, 1 skipped in 189.025s [2020-11-17T19:28:04.324Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-11-17T19:28:04.324Z] ++ 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-17T19:28:04.324Z] ++ set -e [2020-11-17T19:28:04.324Z] ++ '[' -n 0 ']' [2020-11-17T19:28:04.324Z] ++ set -x [2020-11-17T19:28:04.324Z] ++ env -i DEST=/go/src/github.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-17T19:28:04.506Z] --- PASS: TestDaemonStartWithLogOpt (7.06s) [2020-11-17T19:28:04.506Z] === CONT TestReadPluginNoRead [2020-11-17T19:28:04.581Z] INFO: Testing against a local daemon [2020-11-17T19:28:04.581Z] === RUN TestConfigInspect [2020-11-17T19:28:04.744Z] --- PASS: TestDaemonDefaultNetworkPools (1.30s) [2020-11-17T19:28:04.744Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-17T19:28:04.838Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-11-17T19:28:04.838Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-11-17T19:28:06.663Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.94s) [2020-11-17T19:28:06.663Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-17T19:28:06.727Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-11-17T19:28:07.043Z] === RUN TestReadPluginNoRead/default [2020-11-17T19:28:07.043Z] --- PASS: TestContinueAfterPluginCrash (10.82s) [2020-11-17T19:28:07.288Z] --- PASS: TestConfigInspect (2.62s) [2020-11-17T19:28:07.288Z] === RUN TestConfigList [2020-11-17T19:28:07.288Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-11-17T19:28:07.307Z] tests/integration/models_images_test.py ............... [ 89%] [2020-11-17T19:28:07.849Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-11-17T19:28:08.773Z] tests/integration/models_networks_test.py .... [ 90%] [2020-11-17T19:28:09.216Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.33s) [2020-11-17T19:28:09.216Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-17T19:28:09.220Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-11-17T19:28:09.220Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-11-17T19:28:09.579Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-17T19:28:09.790Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.83s) [2020-11-17T19:28:09.790Z] === RUN TestServiceWithPredefinedNetwork [2020-11-17T19:28:10.149Z] --- PASS: TestConfigList (2.91s) [2020-11-17T19:28:10.149Z] === RUN TestConfigsCreateAndDelete [2020-11-17T19:28:10.714Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-11-17T19:28:11.644Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-11-17T19:28:11.858Z] Loaded image: buildpack-deps:buster [2020-11-17T19:28:11.902Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-11-17T19:28:12.114Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-17T19:28:12.151Z] Loaded image: busybox:latest [2020-11-17T19:28:12.151Z] Loaded image: busybox:glibc [2020-11-17T19:28:12.151Z] Loaded image: debian:buster [2020-11-17T19:28:12.151Z] Loaded image: hello-world:latest [2020-11-17T19:28:12.151Z] Loaded image: arm32v7/hello-world:latest [2020-11-17T19:28:12.445Z] INFO: Testing against a local daemon [2020-11-17T19:28:12.445Z] === RUN TestCgroupNamespacesBuild [2020-11-17T19:28:12.724Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.39s) [2020-11-17T19:28:12.724Z] === RUN TestCreateServiceSecretFileMode [2020-11-17T19:28:12.832Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-11-17T19:28:12.832Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-11-17T19:28:13.089Z] --- PASS: TestConfigsCreateAndDelete (3.01s) [2020-11-17T19:28:13.089Z] === RUN TestConfigsUpdate [2020-11-17T19:28:13.098Z] --- PASS: TestServiceWithPredefinedNetwork (3.34s) [2020-11-17T19:28:13.098Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-17T19:28:13.098Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-17T19:28:13.098Z] service_test.go:236: FLAKY_TEST [2020-11-17T19:28:13.098Z] === RUN TestServiceWithDataPathPortInit [2020-11-17T19:28:13.182Z] 4612f6d0b889: Pull complete [2020-11-17T19:28:13.651Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-11-17T19:28:13.963Z] --- PASS: TestCgroupNamespacesBuild (1.37s) [2020-11-17T19:28:13.963Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-17T19:28:14.020Z] --- PASS: TestReadPluginNoRead (10.58s) [2020-11-17T19:28:14.020Z] --- PASS: TestReadPluginNoRead/default (2.31s) [2020-11-17T19:28:14.020Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.30s) [2020-11-17T19:28:14.020Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.28s) [2020-11-17T19:28:14.020Z] read_test.go:92: [df7ca9f54f67e] daemon is not started [2020-11-17T19:28:14.020Z] PASS [2020-11-17T19:28:14.020Z] [2020-11-17T19:28:14.020Z] DONE 6 tests in 17.843s [2020-11-17T19:28:14.020Z] 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-17T19:28:14.020Z] testing: warning: no tests to run [2020-11-17T19:28:14.020Z] PASS [2020-11-17T19:28:14.020Z] [2020-11-17T19:28:14.020Z] DONE 0 tests in 0.062s [2020-11-17T19:28:14.020Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-17T19:28:14.063Z] tests/integration/models_nodes_test.py . [ 91%] [2020-11-17T19:28:14.215Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-11-17T19:28:14.279Z] INFO: Testing against a local daemon [2020-11-17T19:28:14.279Z] === RUN TestPluginWithDevMounts [2020-11-17T19:28:14.279Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-17T19:28:14.279Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-11-17T19:28:14.279Z] PASS [2020-11-17T19:28:14.279Z] [2020-11-17T19:28:14.279Z] === Skipped [2020-11-17T19:28:14.279Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-11-17T19:28:14.279Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-11-17T19:28:14.279Z] [2020-11-17T19:28:14.279Z] [2020-11-17T19:28:14.279Z] DONE 1 tests, 1 skipped in 0.177s [2020-11-17T19:28:14.279Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-17T19:28:14.279Z] INFO: Testing against a local daemon [2020-11-17T19:28:14.279Z] === RUN TestSecretInspect [2020-11-17T19:28:14.279Z] --- SKIP: TestSecretInspect (0.02s) [2020-11-17T19:28:14.280Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.280Z] === RUN TestSecretList [2020-11-17T19:28:14.280Z] --- SKIP: TestSecretList (0.01s) [2020-11-17T19:28:14.280Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.280Z] === RUN TestSecretsCreateAndDelete [2020-11-17T19:28:14.280Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-11-17T19:28:14.280Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.280Z] === RUN TestSecretsUpdate [2020-11-17T19:28:14.473Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-11-17T19:28:14.539Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-11-17T19:28:14.539Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.539Z] === RUN TestTemplatedSecret [2020-11-17T19:28:14.539Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-11-17T19:28:14.539Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.539Z] === RUN TestSecretCreateResolve [2020-11-17T19:28:14.539Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-11-17T19:28:14.539Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.539Z] PASS [2020-11-17T19:28:14.539Z] [2020-11-17T19:28:14.539Z] === Skipped [2020-11-17T19:28:14.539Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-11-17T19:28:14.539Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.539Z] [2020-11-17T19:28:14.539Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2020-11-17T19:28:14.539Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.539Z] [2020-11-17T19:28:14.539Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-11-17T19:28:14.539Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.539Z] [2020-11-17T19:28:14.539Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-11-17T19:28:14.539Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.539Z] [2020-11-17T19:28:14.539Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-11-17T19:28:14.539Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.539Z] [2020-11-17T19:28:14.539Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-11-17T19:28:14.539Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.539Z] [2020-11-17T19:28:14.539Z] [2020-11-17T19:28:14.539Z] DONE 6 tests, 6 skipped in 0.225s [2020-11-17T19:28:14.539Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-11-17T19:28:14.539Z] INFO: Testing against a local daemon [2020-11-17T19:28:14.539Z] === RUN TestServiceCreateInit [2020-11-17T19:28:14.539Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-17T19:28:14.539Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-17T19:28:14.539Z] --- PASS: TestServiceCreateInit (0.02s) [2020-11-17T19:28:14.539Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-17T19:28:14.539Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.539Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-17T19:28:14.539Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.539Z] === RUN TestCreateServiceMultipleTimes [2020-11-17T19:28:14.539Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-11-17T19:28:14.539Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.539Z] === RUN TestCreateServiceConflict [2020-11-17T19:28:14.540Z] --- SKIP: TestCreateServiceConflict (0.02s) [2020-11-17T19:28:14.540Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.540Z] === RUN TestCreateServiceMaxReplicas [2020-11-17T19:28:14.540Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2020-11-17T19:28:14.540Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.540Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-17T19:28:14.800Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-11-17T19:28:14.800Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.800Z] === RUN TestCreateServiceSecretFileMode [2020-11-17T19:28:14.800Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-11-17T19:28:14.800Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.800Z] === RUN TestCreateServiceConfigFileMode [2020-11-17T19:28:14.800Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-11-17T19:28:14.800Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.800Z] === RUN TestCreateServiceSysctls [2020-11-17T19:28:14.800Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-11-17T19:28:14.800Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.800Z] === RUN TestCreateServiceCapabilities [2020-11-17T19:28:14.800Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-11-17T19:28:14.800Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.800Z] === RUN TestInspect [2020-11-17T19:28:14.800Z] --- SKIP: TestInspect (0.02s) [2020-11-17T19:28:14.800Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.800Z] === RUN TestCreateJob [2020-11-17T19:28:14.800Z] --- SKIP: TestCreateJob (0.01s) [2020-11-17T19:28:14.800Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.800Z] === RUN TestReplicatedJob [2020-11-17T19:28:14.800Z] --- SKIP: TestReplicatedJob (0.01s) [2020-11-17T19:28:14.800Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.800Z] === RUN TestUpdateReplicatedJob [2020-11-17T19:28:14.800Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-11-17T19:28:14.800Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.800Z] === RUN TestServiceListWithStatuses [2020-11-17T19:28:14.800Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-17T19:28:14.800Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-17T19:28:14.800Z] === RUN TestDockerNetworkConnectAlias [2020-11-17T19:28:14.800Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-11-17T19:28:14.800Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.800Z] === RUN TestDockerNetworkReConnect [2020-11-17T19:28:14.800Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2020-11-17T19:28:14.800Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:14.800Z] === RUN TestServicePlugin [2020-11-17T19:28:15.006Z] tests/integration/models_resources_test.py . [ 91%] [2020-11-17T19:28:15.008Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.37s) [2020-11-17T19:28:15.008Z] === RUN TestBuildWithSession [2020-11-17T19:28:15.008Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-17T19:28:15.009Z] build_session_test.go:25: TODO: BuildKit [2020-11-17T19:28:15.009Z] === RUN TestBuildSquashParent [2020-11-17T19:28:16.284Z] --- PASS: TestCreateServiceSecretFileMode (3.88s) [2020-11-17T19:28:16.284Z] === RUN TestCreateServiceConfigFileMode [2020-11-17T19:28:16.365Z] --- PASS: TestConfigsUpdate (3.16s) [2020-11-17T19:28:16.365Z] === RUN TestTemplatedConfig [2020-11-17T19:28:17.729Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-11-17T19:28:18.995Z] --- SKIP: TestServicePlugin (3.49s) [2020-11-17T19:28:18.995Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.995Z] === RUN TestServiceUpdateLabel [2020-11-17T19:28:18.995Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-11-17T19:28:18.995Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.995Z] === RUN TestServiceUpdateSecrets [2020-11-17T19:28:18.995Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2020-11-17T19:28:18.995Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.995Z] === RUN TestServiceUpdateConfigs [2020-11-17T19:28:18.995Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-11-17T19:28:18.995Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.995Z] === RUN TestServiceUpdateNetwork [2020-11-17T19:28:18.995Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-11-17T19:28:18.995Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.995Z] === RUN TestServiceUpdatePidsLimit [2020-11-17T19:28:18.995Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-11-17T19:28:18.995Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.995Z] PASS [2020-11-17T19:28:18.995Z] [2020-11-17T19:28:18.995Z] === Skipped [2020-11-17T19:28:18.995Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-17T19:28:18.995Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-17T19:28:18.995Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.995Z] [2020-11-17T19:28:18.995Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-17T19:28:18.995Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-17T19:28:18.995Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.995Z] [2020-11-17T19:28:18.995Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-11-17T19:28:18.995Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.995Z] [2020-11-17T19:28:18.995Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s) [2020-11-17T19:28:18.995Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.995Z] [2020-11-17T19:28:18.995Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2020-11-17T19:28:18.995Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.995Z] [2020-11-17T19:28:18.995Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-11-17T19:28:18.995Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-11-17T19:28:18.996Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-11-17T19:28:18.996Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-11-17T19:28:18.996Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-11-17T19:28:18.996Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestInspect (0.02s) [2020-11-17T19:28:18.996Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-11-17T19:28:18.996Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-11-17T19:28:18.996Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-11-17T19:28:18.996Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-17T19:28:18.996Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-11-17T19:28:18.996Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2020-11-17T19:28:18.996Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestServicePlugin (3.49s) [2020-11-17T19:28:18.996Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-11-17T19:28:18.996Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2020-11-17T19:28:18.996Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-11-17T19:28:18.996Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-11-17T19:28:18.996Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-11-17T19:28:18.996Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] DONE 24 tests, 23 skipped in 3.963s [2020-11-17T19:28:18.996Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-11-17T19:28:18.996Z] INFO: Testing against a local daemon [2020-11-17T19:28:18.996Z] === RUN TestSessionCreate [2020-11-17T19:28:18.996Z] --- PASS: TestSessionCreate (0.04s) [2020-11-17T19:28:18.996Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-17T19:28:18.996Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-11-17T19:28:18.996Z] PASS [2020-11-17T19:28:18.996Z] [2020-11-17T19:28:18.996Z] DONE 2 tests in 0.203s [2020-11-17T19:28:18.996Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-11-17T19:28:18.996Z] INFO: Testing against a local daemon [2020-11-17T19:28:18.996Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-17T19:28:18.996Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-17T19:28:18.996Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-17T19:28:18.996Z] === RUN TestEventsExecDie [2020-11-17T19:28:19.255Z] --- PASS: TestEventsExecDie (0.52s) [2020-11-17T19:28:19.255Z] === RUN TestEventsBackwardsCompatible [2020-11-17T19:28:19.255Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-11-17T19:28:19.255Z] === RUN TestInfoBinaryCommits [2020-11-17T19:28:19.255Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-11-17T19:28:19.255Z] === RUN TestInfoAPIVersioned [2020-11-17T19:28:19.255Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-17T19:28:19.255Z] === RUN TestInfoDiscoveryBackend [2020-11-17T19:28:19.496Z] --- PASS: TestBuildSquashParent (4.33s) [2020-11-17T19:28:19.496Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-17T19:28:19.496Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:28:19.496Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:28:19.496Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:28:19.496Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:28:19.496Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:28:19.496Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:28:19.496Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:28:19.496Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:28:19.496Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:28:19.496Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:28:19.496Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:28:19.496Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:28:19.496Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:28:19.496Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:28:19.496Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:28:19.496Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:28:19.852Z] --- PASS: TestCreateServiceConfigFileMode (3.42s) [2020-11-17T19:28:19.852Z] === RUN TestCreateServiceSysctls [2020-11-17T19:28:20.249Z] --- PASS: TestTemplatedConfig (3.56s) [2020-11-17T19:28:20.249Z] === RUN TestConfigCreateResolve [2020-11-17T19:28:21.160Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2020-11-17T19:28:21.160Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-17T19:28:21.178Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-11-17T19:28:21.244Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-11-17T19:28:22.263Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:28:22.263Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:28:23.695Z] --- PASS: TestConfigCreateResolve (3.33s) [2020-11-17T19:28:23.695Z] === RUN TestConfigDaemonLibtrustID [2020-11-17T19:28:23.695Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-11-17T19:28:23.695Z] --- PASS: TestConfigDaemonLibtrustID (0.58s) [2020-11-17T19:28:23.695Z] PASS [2020-11-17T19:28:23.695Z] [2020-11-17T19:28:23.695Z] DONE 7 tests in 19.343s [2020-11-17T19:28:23.695Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-11-17T19:28:23.695Z] ++ 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-17T19:28:23.695Z] ++ set -e [2020-11-17T19:28:23.695Z] ++ '[' -n 0 ']' [2020-11-17T19:28:23.695Z] ++ set -x [2020-11-17T19:28:23.695Z] ++ env -i DEST=/go/src/github.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-17T19:28:23.952Z] INFO: Testing against a local daemon [2020-11-17T19:28:23.952Z] === RUN TestCheckpoint [2020-11-17T19:28:23.952Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-17T19:28:23.952Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-17T19:28:23.952Z] === RUN TestContainerInvalidJSON [2020-11-17T19:28:23.952Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:28:23.952Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:28:23.952Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:28:23.952Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:28:23.952Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:28:23.952Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:28:23.952Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:28:23.952Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:28:23.952Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:28:23.952Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-17T19:28:23.952Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-11-17T19:28:23.952Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-11-17T19:28:23.952Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-17T19:28:23.952Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-17T19:28:24.023Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-11-17T19:28:24.208Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2020-11-17T19:28:24.208Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-17T19:28:24.208Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-11-17T19:28:24.208Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-17T19:28:24.208Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-11-17T19:28:24.208Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-17T19:28:24.285Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-11-17T19:28:24.357Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-17T19:28:24.357Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.50s) [2020-11-17T19:28:24.357Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.66s) [2020-11-17T19:28:24.357Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.77s) [2020-11-17T19:28:24.357Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.82s) [2020-11-17T19:28:24.357Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.82s) [2020-11-17T19:28:24.357Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.06s) [2020-11-17T19:28:24.357Z] === RUN TestBuildMultiStageCopy [2020-11-17T19:28:24.357Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-17T19:28:24.391Z] --- PASS: TestCreateServiceSysctls (4.64s) [2020-11-17T19:28:24.392Z] === RUN TestCreateServiceCapabilities [2020-11-17T19:28:24.450Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.40s) [2020-11-17T19:28:24.450Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-17T19:28:24.450Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-11-17T19:28:24.450Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:28:24.450Z] === RUN TestInfoAPI [2020-11-17T19:28:24.450Z] --- PASS: TestInfoAPI (0.04s) [2020-11-17T19:28:24.450Z] === RUN TestInfoAPIWarnings [2020-11-17T19:28:24.465Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2020-11-17T19:28:24.465Z] === RUN TestCopyFromContainer [2020-11-17T19:28:25.027Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-11-17T19:28:25.400Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-17T19:28:25.694Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-17T19:28:25.988Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-17T19:28:26.429Z] === RUN TestCopyFromContainer// [2020-11-17T19:28:26.429Z] === RUN TestCopyFromContainer//bar/root [2020-11-17T19:28:26.628Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-17T19:28:26.685Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-17T19:28:26.685Z] === RUN TestCopyFromContainer/bar/quux [2020-11-17T19:28:26.921Z] --- PASS: TestBuildMultiStageCopy (2.84s) [2020-11-17T19:28:26.921Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.54s) [2020-11-17T19:28:26.921Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.31s) [2020-11-17T19:28:26.921Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.33s) [2020-11-17T19:28:26.921Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.33s) [2020-11-17T19:28:26.921Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.34s) [2020-11-17T19:28:26.921Z] === RUN TestBuildMultiStageParentConfig [2020-11-17T19:28:26.940Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-17T19:28:27.196Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-17T19:28:27.196Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-17T19:28:27.452Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-17T19:28:27.452Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-17T19:28:27.452Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-11-17T19:28:27.583Z] --- PASS: TestBuildMultiStageParentConfig (0.82s) [2020-11-17T19:28:27.583Z] === RUN TestBuildLabelWithTargets [2020-11-17T19:28:27.708Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-17T19:28:27.708Z] --- PASS: TestCopyFromContainer (3.39s) [2020-11-17T19:28:27.708Z] --- PASS: TestCopyFromContainer// (0.12s) [2020-11-17T19:28:27.708Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2020-11-17T19:28:27.708Z] --- PASS: TestCopyFromContainer//bar/root/ (0.20s) [2020-11-17T19:28:27.708Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2020-11-17T19:28:27.708Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.14s) [2020-11-17T19:28:27.708Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2020-11-17T19:28:27.708Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s) [2020-11-17T19:28:27.708Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2020-11-17T19:28:27.708Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.17s) [2020-11-17T19:28:27.708Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-11-17T19:28:27.708Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-17T19:28:27.708Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:28:27.708Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:28:27.708Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:28:27.708Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:28:27.708Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:28:27.708Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:28:27.708Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:28:27.708Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:28:27.708Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:28:27.708Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-11-17T19:28:27.708Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-17T19:28:27.708Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-17T19:28:27.708Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-17T19:28:27.708Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-17T19:28:27.708Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-11-17T19:28:27.708Z] === RUN TestCreateWithInvalidEnv [2020-11-17T19:28:27.708Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-17T19:28:27.708Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-17T19:28:27.708Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-17T19:28:27.708Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-17T19:28:27.708Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-17T19:28:27.708Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-17T19:28:27.708Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-17T19:28:27.708Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-17T19:28:27.708Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-17T19:28:27.708Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-11-17T19:28:27.708Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-17T19:28:27.708Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-17T19:28:27.708Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-17T19:28:27.708Z] === RUN TestCreateTmpfsMountsTarget [2020-11-17T19:28:27.927Z] tests/integration/regression_test.py ...... [ 98%] [2020-11-17T19:28:27.963Z] --- PASS: TestCreateTmpfsMountsTarget (0.06s) [2020-11-17T19:28:27.963Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-17T19:28:27.964Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-11-17T19:28:28.451Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-11-17T19:28:28.451Z] tests/integration/credentials/utils_test.py . [100%] [2020-11-17T19:28:28.451Z] [2020-11-17T19:28:28.451Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-11-17T19:28:28.451Z] =========================== short test summary info ============================ [2020-11-17T19:28:28.451Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-11-17T19:28:28.451Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-11-17T19:28:28.451Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-11-17T19:28:28.451Z] Not supported on most drivers [2020-11-17T19:28:28.451Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-11-17T19:28:28.451Z] Output of docker top depends on host distro, and is not formalized. [2020-11-17T19:28:28.451Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-11-17T19:28:28.451Z] Output of docker top depends on host distro, and is not formalized. [2020-11-17T19:28:28.451Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-11-17T19:28:28.451Z] Can fail if eth0 has multiple IP addresses [2020-11-17T19:28:28.451Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-11-17T19:28:28.451Z] This doesn't seem to be taken into account by the engine [2020-11-17T19:28:28.451Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-11-17T19:28:28.451Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-11-17T19:28:28.451Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 336.45 seconds == [2020-11-17T19:28:28.525Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-11-17T19:28:28.712Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-11-17T19:28:28.852Z] --- PASS: TestCreateServiceCapabilities (3.70s) [2020-11-17T19:28:28.852Z] === RUN TestInspect [2020-11-17T19:28:29.101Z] --- PASS: TestBuildLabelWithTargets (1.25s) [2020-11-17T19:28:29.102Z] === RUN TestBuildWithEmptyLayers [2020-11-17T19:28:29.395Z] --- PASS: TestBuildWithEmptyLayers (0.59s) [2020-11-17T19:28:29.395Z] === RUN TestBuildMultiStageOnBuild [2020-11-17T19:28:29.894Z] --- PASS: TestCreateWithCustomMaskedPaths (2.00s) [2020-11-17T19:28:29.894Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-17T19:28:30.150Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-11-17T19:28:30.715Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-11-17T19:28:31.226Z] --- PASS: TestServiceWithDataPathPortInit (17.90s) [2020-11-17T19:28:31.226Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-17T19:28:31.476Z] --- PASS: TestBuildMultiStageOnBuild (1.68s) [2020-11-17T19:28:31.476Z] === RUN TestBuildUncleanTarFilenames [2020-11-17T19:28:32.080Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-11-17T19:28:32.112Z] --- PASS: TestBuildUncleanTarFilenames (0.90s) [2020-11-17T19:28:32.112Z] === RUN TestBuildMultiStageLayerLeak [2020-11-17T19:28:32.336Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.42s) [2020-11-17T19:28:32.336Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-17T19:28:32.336Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:28:32.336Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:28:32.336Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:28:32.336Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:28:32.336Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:28:32.336Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:28:32.336Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:28:32.336Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:28:32.336Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:28:32.336Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:28:32.336Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:28:32.336Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:28:32.336Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:28:32.336Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:28:32.336Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:28:32.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-11-17T19:28:32.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-11-17T19:28:32.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-11-17T19:28:32.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-11-17T19:28:32.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-11-17T19:28:32.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-11-17T19:28:32.336Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-17T19:28:32.375Z] --- PASS: TestInspect (3.99s) [2020-11-17T19:28:32.375Z] === RUN TestCreateJob [2020-11-17T19:28:32.600Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-11-17T19:28:32.857Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-11-17T19:28:33.113Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.67s) [2020-11-17T19:28:33.113Z] === RUN TestCreateDifferentPlatform [2020-11-17T19:28:33.113Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-17T19:28:33.113Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-17T19:28:33.113Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2020-11-17T19:28:33.113Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-17T19:28:33.113Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-17T19:28:33.113Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-17T19:28:33.113Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-11-17T19:28:33.113Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-17T19:28:33.113Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2020-11-17T19:28:33.113Z] === RUN TestContainerStartOnDaemonRestart [2020-11-17T19:28:33.113Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-17T19:28:33.113Z] === RUN TestDaemonRestartIpcMode [2020-11-17T19:28:33.113Z] === PAUSE TestDaemonRestartIpcMode [2020-11-17T19:28:33.113Z] === RUN TestDaemonHostGatewayIP [2020-11-17T19:28:33.113Z] === PAUSE TestDaemonHostGatewayIP [2020-11-17T19:28:33.113Z] === RUN TestContainerKillOnDaemonStart [2020-11-17T19:28:33.113Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-17T19:28:33.113Z] === RUN TestDiff [2020-11-17T19:28:34.042Z] --- PASS: TestDiff (0.76s) [2020-11-17T19:28:34.042Z] === RUN TestExecWithCloseStdin [2020-11-17T19:28:34.042Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-11-17T19:28:34.192Z] --- PASS: TestBuildMultiStageLayerLeak (1.77s) [2020-11-17T19:28:34.192Z] === RUN TestBuildWithHugeFile [2020-11-17T19:28:34.298Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-11-17T19:28:34.554Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-11-17T19:28:34.810Z] --- PASS: TestExecWithCloseStdin (0.92s) [2020-11-17T19:28:34.810Z] === RUN TestExec [2020-11-17T19:28:35.373Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-11-17T19:28:35.629Z] --- PASS: TestExec (0.83s) [2020-11-17T19:28:35.629Z] === RUN TestExecUser [2020-11-17T19:28:36.559Z] --- PASS: TestExecUser (0.85s) [2020-11-17T19:28:36.559Z] === RUN TestExportContainerAndImportImage [2020-11-17T19:28:36.816Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-11-17T19:28:36.849Z] --- PASS: TestCreateJob (4.59s) [2020-11-17T19:28:36.849Z] === RUN TestReplicatedJob [2020-11-17T19:28:37.745Z] --- PASS: TestExportContainerAndImportImage (1.02s) [2020-11-17T19:28:37.745Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-17T19:28:37.745Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-11-17T19:28:38.001Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-11-17T19:28:38.563Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-11-17T19:28:39.127Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2020-11-17T19:28:39.127Z] === RUN TestHealthCheckWorkdir [2020-11-17T19:28:40.056Z] --- PASS: TestHealthCheckWorkdir (0.77s) [2020-11-17T19:28:40.056Z] === RUN TestHealthKillContainer [2020-11-17T19:28:40.312Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-11-17T19:28:40.874Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-11-17T19:28:40.946Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-17T19:28:40.946Z] [2020-11-17T19:28:40.946Z] Unloading profiles will leave already running processes permanently [2020-11-17T19:28:40.946Z] unconfined, which can lead to unexpected situations. [2020-11-17T19:28:40.946Z] [2020-11-17T19:28:40.946Z] To set a process to complain mode, use the command line tool [2020-11-17T19:28:40.946Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-17T19:28:40.946Z] [2020-11-17T19:28:41.236Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.93s) [2020-11-17T19:28:41.237Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:1pxmo4me7mbanct8n8x42e099 Created:2020-11-17 19:28:32.762822221 +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[1d0229660938686251886334f026c5f8c2a6daea686a704521589fc2f74e6251:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vu5paxp8av6ouux499duybbsm EndpointID:4bd2f65eb4533bb1370fe73fad9010d0a7b4d50c6acce01081447348905c017c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9330458962a042bce1c1508373c3b081ca10ad10281ee6919bc1fd8cc3eadade 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:082c56dcfd5a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vu5paxp8av6ouux499duybbsm EndpointID:4bd2f65eb4533bb1370fe73fad9010d0a7b4d50c6acce01081447348905c017c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-17T19:28:41.237Z] PASS [2020-11-17T19:28:41.237Z] [2020-11-17T19:28:41.237Z] === Skipped [2020-11-17T19:28:41.237Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-17T19:28:41.237Z] service_test.go:236: FLAKY_TEST [2020-11-17T19:28:41.237Z] [2020-11-17T19:28:41.237Z] [2020-11-17T19:28:41.237Z] DONE 23 tests, 1 skipped in 59.723s [2020-11-17T19:28:41.237Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-17T19:28:41.237Z] ++ 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-17T19:28:41.237Z] ++ set -e [2020-11-17T19:28:41.237Z] ++ '[' -n 0 ']' [2020-11-17T19:28:41.237Z] ++ set -x [2020-11-17T19:28:41.237Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-17T19:28:41.237Z] INFO: Testing against a local daemon [2020-11-17T19:28:41.237Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-17T19:28:41.237Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-17T19:28:41.237Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:28:41.237Z] === RUN TestDockerNetworkIpvlan [2020-11-17T19:28:41.237Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-17T19:28:41.237Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:28:41.237Z] PASS [2020-11-17T19:28:41.237Z] [2020-11-17T19:28:41.237Z] === Skipped [2020-11-17T19:28:41.237Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-17T19:28:41.237Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:28:41.237Z] [2020-11-17T19:28:41.237Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-17T19:28:41.237Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:28:41.237Z] [2020-11-17T19:28:41.237Z] [2020-11-17T19:28:41.237Z] DONE 2 tests, 2 skipped in 0.151s [2020-11-17T19:28:41.237Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-17T19:28:41.237Z] ++ 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-17T19:28:41.237Z] ++ set -e [2020-11-17T19:28:41.237Z] ++ '[' -n 0 ']' [2020-11-17T19:28:41.237Z] ++ set -x [2020-11-17T19:28:41.237Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-17T19:28:41.237Z] INFO: Testing against a local daemon [2020-11-17T19:28:41.237Z] === RUN TestDockerNetworkMacvlanPersistance Post stage [Pipeline] junit [2020-11-17T19:28:41.534Z] Recording test results [2020-11-17T19:28:42.241Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-11-17T19:28:42.497Z] --- PASS: TestHealthKillContainer (2.68s) [2020-11-17T19:28:42.497Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-17T19:28:42.627Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.16s) [2020-11-17T19:28:42.627Z] === RUN TestDockerNetworkMacvlan [2020-11-17T19:28:42.663Z] --- PASS: TestInfoAPIWarnings (17.37s) [2020-11-17T19:28:42.663Z] === RUN TestInfoDebug [2020-11-17T19:28:43.059Z] --- PASS: TestInspectCpusetInConfigPre120 (0.58s) [2020-11-17T19:28:43.060Z] === RUN TestIpcModeNone [Pipeline] sh [2020-11-17T19:28:43.231Z] --- PASS: TestInfoDebug (1.53s) [2020-11-17T19:28:43.231Z] === RUN TestInfoInsecureRegistries [2020-11-17T19:28:43.447Z] + echo Ensuring container killed. [2020-11-17T19:28:43.447Z] Ensuring container killed. [2020-11-17T19:28:43.447Z] + docker rm -vf docker-pr4 [2020-11-17T19:28:43.447Z] Error: No such container: docker-pr4 [2020-11-17T19:28:43.447Z] + true [Pipeline] sh [2020-11-17T19:28:43.573Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-17T19:28:43.744Z] + echo Chowning /workspace to jenkins user [2020-11-17T19:28:43.745Z] Chowning /workspace to jenkins user [2020-11-17T19:28:43.745Z] + id -u [2020-11-17T19:28:43.745Z] + id -g [2020-11-17T19:28:43.745Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41682:/workspace busybox chown -R 1000:1000 /workspace [2020-11-17T19:28:43.745Z] Unable to find image 'busybox:latest' locally [2020-11-17T19:28:43.855Z] --- PASS: TestReplicatedJob (7.22s) [2020-11-17T19:28:43.855Z] === RUN TestUpdateReplicatedJob [2020-11-17T19:28:43.987Z] --- PASS: TestIpcModeNone (0.68s) [2020-11-17T19:28:43.988Z] === RUN TestIpcModePrivate [2020-11-17T19:28:44.549Z] --- PASS: TestIpcModePrivate (0.69s) [2020-11-17T19:28:44.550Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2020-11-17T19:28:44.550Z] === RUN TestIpcModeShareable [2020-11-17T19:28:44.962Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-17T19:28:45.112Z] --- PASS: TestIpcModeShareable (0.66s) [2020-11-17T19:28:45.112Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:89, shared: true, mustBeShared: true [2020-11-17T19:28:45.112Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-17T19:28:45.136Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-11-17T19:28:45.136Z] === RUN TestInfoRegistryMirrors [2020-11-17T19:28:46.042Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-11-17T19:28:46.298Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-11-17T19:28:46.352Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-17T19:28:46.513Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2020-11-17T19:28:46.513Z] === RUN TestLoginFailsWithBadCredentials [2020-11-17T19:28:46.513Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-11-17T19:28:46.513Z] === RUN TestPingCacheHeaders [2020-11-17T19:28:46.513Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-11-17T19:28:46.513Z] === RUN TestPingGet [2020-11-17T19:28:46.555Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-11-17T19:28:46.773Z] --- PASS: TestPingGet (0.02s) [2020-11-17T19:28:46.773Z] === RUN TestPingHead [2020-11-17T19:28:46.773Z] --- PASS: TestPingHead (0.02s) [2020-11-17T19:28:46.773Z] === RUN TestVersion [2020-11-17T19:28:46.773Z] --- PASS: TestVersion (0.02s) [2020-11-17T19:28:46.773Z] PASS [2020-11-17T19:28:46.773Z] [2020-11-17T19:28:46.773Z] === Skipped [2020-11-17T19:28:46.773Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-17T19:28:46.773Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-17T19:28:46.773Z] [2020-11-17T19:28:46.773Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-11-17T19:28:46.773Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-17T19:28:46.773Z] [2020-11-17T19:28:46.773Z] [2020-11-17T19:28:46.773Z] DONE 18 tests, 2 skipped in 28.060s [2020-11-17T19:28:46.773Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-17T19:28:46.773Z] INFO: Testing against a local daemon [2020-11-17T19:28:46.773Z] === RUN TestVolumesCreateAndList [2020-11-17T19:28:46.773Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-11-17T19:28:46.773Z] === RUN TestVolumesRemove [2020-11-17T19:28:46.811Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-11-17T19:28:47.033Z] --- PASS: TestVolumesRemove (0.07s) [2020-11-17T19:28:47.033Z] === RUN TestVolumesInspect [2020-11-17T19:28:47.033Z] --- PASS: TestVolumesInspect (0.02s) [2020-11-17T19:28:47.033Z] === RUN TestVolumesInvalidJSON [2020-11-17T19:28:47.033Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-17T19:28:47.033Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-17T19:28:47.033Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-17T19:28:47.033Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-17T19:28:47.033Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2020-11-17T19:28:47.033Z] PASS [2020-11-17T19:28:47.033Z] [2020-11-17T19:28:47.033Z] DONE 5 tests in 0.253s [2020-11-17T19:28:47.033Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-17T19:28:47.033Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12145 is not a child of this shell [2020-11-17T19:28:47.033Z] warning: PID 12145 from bundles/test-integration/docker.pid had a nonzero exit code [2020-11-17T19:28:47.033Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-17T19:28:47.033Z] [2020-11-17T19:28:47.033Z] Unloading profiles will leave already running processes permanently [2020-11-17T19:28:47.033Z] unconfined, which can lead to unexpected situations. [2020-11-17T19:28:47.033Z] [2020-11-17T19:28:47.033Z] To set a process to complain mode, use the command line tool [2020-11-17T19:28:47.033Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-17T19:28:47.033Z] Removing test suite binaries [2020-11-17T19:28:47.033Z] exiting test-integration [2020-11-17T19:28:47.033Z] ++ exit 0 [2020-11-17T19:28:47.376Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-11-17T19:28:47.633Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.34s) [2020-11-17T19:28:47.633Z] === RUN TestAPIIpcModeHost [2020-11-17T19:28:47.890Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-11-17T19:28:47.970Z] [2020-11-17T19:28:48.147Z] --- PASS: TestAPIIpcModeHost (0.72s) [2020-11-17T19:28:48.147Z] === RUN TestDaemonIpcModeShareable [2020-11-17T19:28:48.359Z] --- PASS: TestUpdateReplicatedJob (4.42s) [2020-11-17T19:28:48.359Z] === RUN TestServiceListWithStatuses [2020-11-17T19:28:48.359Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-17T19:28:48.359Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-17T19:28:48.359Z] === RUN TestDockerNetworkConnectAlias [2020-11-17T19:28:49.031Z] latest: Pulling from library/busybox [2020-11-17T19:28:49.031Z] 9758c28807f2: Pulling fs layer [2020-11-17T19:28:49.293Z] 9758c28807f2: Verifying Checksum [2020-11-17T19:28:49.293Z] 9758c28807f2: Download complete [2020-11-17T19:28:49.293Z] 9758c28807f2: Pull complete [2020-11-17T19:28:49.293Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-17T19:28:49.293Z] Status: Downloaded newer image for busybox:latest [2020-11-17T19:28:49.660Z] === RUN TestDockerNetworkMacvlan/InternalMode Post stage [Pipeline] junit [2020-11-17T19:28:49.890Z] Recording test results [2020-11-17T19:28:50.041Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-11-17T19:28:50.041Z] --- PASS: TestDaemonIpcModeShareable (1.90s) [2020-11-17T19:28:50.041Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: true, mustBeShared: true [2020-11-17T19:28:50.041Z] === RUN TestDaemonIpcModePrivate [2020-11-17T19:28:50.297Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-17T19:28:50.861Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-11-17T19:28:50.981Z] + bundleName=docker-py [2020-11-17T19:28:50.981Z] + echo Creating docker-py-bundles.tar.gz [2020-11-17T19:28:50.981Z] Creating docker-py-bundles.tar.gz [2020-11-17T19:28:50.981Z] + 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-17T19:28:50.995Z] Archiving artifacts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-17T19:28:51.706Z] + echo Ensuring container killed. [2020-11-17T19:28:51.706Z] Ensuring container killed. [2020-11-17T19:28:51.706Z] + docker rm -vf docker-pr4 [2020-11-17T19:28:51.706Z] Error: No such container: docker-pr4 [2020-11-17T19:28:51.706Z] + true [Pipeline] sh [2020-11-17T19:28:52.005Z] + echo Chowning /workspace to jenkins user [2020-11-17T19:28:52.005Z] Chowning /workspace to jenkins user [2020-11-17T19:28:52.005Z] + id -u [2020-11-17T19:28:52.005Z] + id -g [2020-11-17T19:28:52.005Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41682:/workspace busybox chown -R 1000:1000 /workspace [2020-11-17T19:28:52.005Z] Unable to find image 'busybox:latest' locally [2020-11-17T19:28:52.230Z] --- PASS: TestDaemonIpcModePrivate (1.85s) [2020-11-17T19:28:52.230Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2020-11-17T19:28:52.230Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-17T19:28:52.487Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-11-17T19:28:52.945Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41682/4/artifacts/ [Pipeline] } [Pipeline] // catchError [2020-11-17T19:28:52.971Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-11-17T19:28:53.311Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER docker:941fea1c58966531ef56fc020a3901158a01a473 hack/make.sh binary-daemon [2020-11-17T19:28:53.571Z] [2020-11-17T19:28:53.833Z] Removing bundles/ [2020-11-17T19:28:53.833Z] [2020-11-17T19:28:53.833Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-11-17T19:28:53.833Z] Building: bundles/binary-daemon/dockerd-dev [2020-11-17T19:28:53.833Z] GOOS="" GOARCH="" GOARM="" [2020-11-17T19:28:53.856Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.63s) [2020-11-17T19:28:53.857Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:118, shared: false, mustBeShared: false [2020-11-17T19:28:53.857Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-17T19:28:55.751Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.87s) [2020-11-17T19:28:55.751Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: true, mustBeShared: true [2020-11-17T19:28:55.751Z] === RUN TestIpcModeOlderClient [2020-11-17T19:28:55.751Z] === PAUSE TestIpcModeOlderClient [2020-11-17T19:28:55.751Z] === RUN TestKillContainerInvalidSignal [2020-11-17T19:28:56.008Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-11-17T19:28:56.008Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-11-17T19:28:56.268Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2020-11-17T19:28:56.268Z] === RUN TestKillContainer [2020-11-17T19:28:56.268Z] === RUN TestKillContainer/no_signal [2020-11-17T19:28:56.848Z] --- PASS: TestDockerNetworkConnectAlias (7.83s) [2020-11-17T19:28:56.848Z] === RUN TestDockerNetworkReConnect [2020-11-17T19:28:57.197Z] === RUN TestKillContainer/non_killing_signal [2020-11-17T19:28:57.283Z] latest: Pulling from library/busybox [2020-11-17T19:28:57.283Z] 9758c28807f2: Pulling fs layer [2020-11-17T19:28:57.283Z] 9758c28807f2: Download complete [2020-11-17T19:28:57.454Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-11-17T19:28:57.454Z] === RUN TestKillContainer/killing_signal [2020-11-17T19:28:57.543Z] 9758c28807f2: Pull complete [2020-11-17T19:28:57.543Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-17T19:28:57.543Z] Status: Downloaded newer image for busybox:latest [2020-11-17T19:28:58.385Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-11-17T19:28:58.385Z] --- PASS: TestKillContainer (2.19s) [2020-11-17T19:28:58.385Z] --- PASS: TestKillContainer/no_signal (0.65s) [2020-11-17T19:28:58.385Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2020-11-17T19:28:58.385Z] --- PASS: TestKillContainer/killing_signal (0.76s) [2020-11-17T19:28:58.385Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-17T19:28:58.641Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-17T19:28:58.897Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-11-17T19:28:58.897Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-11-17T19:28:59.155Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-17T19:28:59.749Z] + bundleName=amd64-rootless [2020-11-17T19:28:59.749Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-11-17T19:28:59.749Z] Creating amd64-rootless-bundles.tar.gz [2020-11-17T19:28:59.749Z] + 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-17T19:28:59.749Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-17T19:28:59.761Z] Archiving artifacts [2020-11-17T19:29:00.086Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.62s) [2020-11-17T19:29:00.086Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.75s) [2020-11-17T19:29:00.086Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.64s) [2020-11-17T19:29:00.086Z] === RUN TestKillStoppedContainer [2020-11-17T19:29:00.086Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-11-17T19:29:00.086Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-17T19:29:00.342Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-11-17T19:29:00.342Z] === RUN TestKillDifferentUserContainer [2020-11-17T19:29:01.149Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-17T19:29:01.273Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-11-17T19:29:01.273Z] --- PASS: TestKillDifferentUserContainer (0.95s) [2020-11-17T19:29:01.273Z] === RUN TestInspectOomKilledTrue [2020-11-17T19:29:01.273Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-17T19:29:01.273Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:29:01.273Z] === RUN TestInspectOomKilledFalse [2020-11-17T19:29:01.273Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-17T19:29:01.273Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:29:01.273Z] === RUN TestLinksEtcHostsContentMatch [2020-11-17T19:29:01.412Z] --- PASS: TestDockerNetworkMacvlan (18.82s) [2020-11-17T19:29:01.412Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-11-17T19:29:01.412Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-11-17T19:29:01.412Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.15s) [2020-11-17T19:29:01.412Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.04s) [2020-11-17T19:29:01.412Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.98s) [2020-11-17T19:29:01.412Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.29s) [2020-11-17T19:29:01.412Z] PASS [2020-11-17T19:29:01.412Z] [2020-11-17T19:29:01.412Z] DONE 8 tests in 21.125s [2020-11-17T19:29:01.412Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-17T19:29:01.412Z] ++ 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-17T19:29:01.412Z] ++ set -e [2020-11-17T19:29:01.412Z] ++ '[' -n 0 ']' [2020-11-17T19:29:01.412Z] ++ set -x [2020-11-17T19:29:01.412Z] ++ env -i DEST=/go/src/github.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-17T19:29:01.412Z] testing: warning: no tests to run [2020-11-17T19:29:01.412Z] PASS [2020-11-17T19:29:01.412Z] [2020-11-17T19:29:01.412Z] DONE 0 tests in 0.027s [2020-11-17T19:29:01.412Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-17T19:29:01.412Z] ++ 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-17T19:29:01.412Z] ++ set -e [2020-11-17T19:29:01.412Z] ++ '[' -n 0 ']' [2020-11-17T19:29:01.412Z] ++ set -x [2020-11-17T19:29:01.412Z] ++ env -i DEST=/go/src/github.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-17T19:29:01.654Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41682/4/artifacts/ [Pipeline] } [Pipeline] // catchError [2020-11-17T19:29:01.678Z] INFO: Testing against a local daemon [2020-11-17T19:29:01.678Z] === RUN TestAuthZPluginAllowRequest [Pipeline] sh [2020-11-17T19:29:01.837Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-11-17T19:29:01.837Z] --- PASS: TestLinksEtcHostsContentMatch (0.56s) [2020-11-17T19:29:01.837Z] === RUN TestLinksContainerNames [2020-11-17T19:29:01.989Z] + make clean [2020-11-17T19:29:02.249Z] docker volume rm -f docker-dev-cache [2020-11-17T19:29:02.249Z] docker-dev-cache [Pipeline] deleteDir [2020-11-17T19:29:02.419Z] --- PASS: TestDockerNetworkReConnect (6.24s) [2020-11-17T19:29:02.419Z] === RUN TestServicePlugin [2020-11-17T19:29:02.419Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-17T19:29:02.419Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:29:02.419Z] === RUN TestServiceUpdateLabel [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-17T19:29:03.205Z] --- PASS: TestLinksContainerNames (1.38s) [2020-11-17T19:29:03.205Z] === RUN TestLogsFollowTailEmpty [2020-11-17T19:29:03.205Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-11-17T19:29:03.631Z] --- PASS: TestAuthZPluginAllowRequest (1.87s) [2020-11-17T19:29:03.632Z] === RUN TestAuthZPluginTLS [2020-11-17T19:29:03.769Z] --- PASS: TestLogsFollowTailEmpty (0.54s) [2020-11-17T19:29:03.769Z] === RUN TestContainerNetworkMountsNoChown [2020-11-17T19:29:04.209Z] --- PASS: TestAuthZPluginTLS (0.71s) [2020-11-17T19:29:04.209Z] === RUN TestAuthZPluginDenyRequest [2020-11-17T19:29:04.331Z] --- PASS: TestContainerNetworkMountsNoChown (0.59s) [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/default [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/default [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/private [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/private [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rprivate [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/slave [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/slave [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rslave [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/shared [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/shared [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rshared [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/default [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/rshared [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/rprivate [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/shared [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/rslave [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/slave [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/private [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-17T19:29:04.331Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:29:04.331Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:29:04.331Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:29:04.587Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:29:04.587Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:29:04.587Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:29:04.587Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-17T19:29:04.587Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:29:04.587Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-11-17T19:29:04.587Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:29:04.587Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:29:04.587Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:29:04.587Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:29:04.784Z] --- PASS: TestAuthZPluginDenyRequest (0.69s) [2020-11-17T19:29:04.784Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:29:04.843Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-17T19:29:04.843Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-11-17T19:29:05.100Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-11-17T19:29:05.100Z] === RUN TestContainerBindMountNonRecursive [2020-11-17T19:29:05.737Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.71s) [2020-11-17T19:29:05.737Z] === RUN TestAuthZPluginDenyResponse [2020-11-17T19:29:05.976Z] --- PASS: TestServiceUpdateLabel (3.62s) [2020-11-17T19:29:05.976Z] === RUN TestServiceUpdateSecrets [2020-11-17T19:29:06.315Z] --- PASS: TestAuthZPluginDenyResponse (0.72s) [2020-11-17T19:29:06.315Z] === RUN TestAuthZPluginAllowEventStream [2020-11-17T19:29:06.508Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-11-17T19:29:06.508Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-11-17T19:29:07.440Z] --- PASS: TestContainerBindMountNonRecursive (2.39s) [2020-11-17T19:29:07.440Z] === RUN TestContainerVolumesMountedAsShared [2020-11-17T19:29:07.696Z] === RUN TestDockerSuite/TestBuildAddScript [2020-11-17T19:29:07.952Z] --- PASS: TestContainerVolumesMountedAsShared (0.69s) [2020-11-17T19:29:07.952Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-17T19:29:08.235Z] --- PASS: TestAuthZPluginAllowEventStream (1.82s) [2020-11-17T19:29:08.235Z] === RUN TestAuthZPluginErrorResponse [2020-11-17T19:29:08.818Z] --- PASS: TestAuthZPluginErrorResponse (0.70s) [2020-11-17T19:29:08.818Z] === RUN TestAuthZPluginErrorRequest [2020-11-17T19:29:08.881Z] --- PASS: TestContainerVolumesMountedAsSlave (0.70s) [2020-11-17T19:29:08.881Z] === RUN TestNetworkNat [2020-11-17T19:29:09.392Z] --- PASS: TestAuthZPluginErrorRequest (0.68s) [2020-11-17T19:29:09.392Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-17T19:29:09.810Z] --- PASS: TestNetworkNat (0.87s) [2020-11-17T19:29:09.810Z] === RUN TestNetworkLocalhostTCPNat [2020-11-17T19:29:09.810Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-11-17T19:29:10.337Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.69s) [2020-11-17T19:29:10.337Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-17T19:29:10.372Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-11-17T19:29:10.372Z] --- PASS: TestNetworkLocalhostTCPNat (0.76s) [2020-11-17T19:29:10.372Z] === RUN TestNetworkLoopbackNat [2020-11-17T19:29:10.628Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-11-17T19:29:12.886Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.24s) [2020-11-17T19:29:12.886Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-17T19:29:13.899Z] --- PASS: TestNetworkLoopbackNat (2.97s) [2020-11-17T19:29:13.899Z] === RUN TestPause [2020-11-17T19:29:13.899Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-11-17T19:29:14.156Z] --- PASS: TestPause (0.81s) [2020-11-17T19:29:14.156Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-17T19:29:14.156Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-17T19:29:14.156Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-17T19:29:14.156Z] === RUN TestPauseStopPausedContainer [2020-11-17T19:29:14.804Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.36s) [2020-11-17T19:29:14.804Z] === RUN TestAuthZPluginHeader [2020-11-17T19:29:15.084Z] --- PASS: TestPauseStopPausedContainer (0.76s) [2020-11-17T19:29:15.084Z] === RUN TestPsFilter [2020-11-17T19:29:15.084Z] --- PASS: TestPsFilter (0.12s) [2020-11-17T19:29:15.084Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-17T19:29:15.649Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.67s) [2020-11-17T19:29:15.649Z] === RUN TestRemoveContainerWithVolume [2020-11-17T19:29:15.747Z] --- PASS: TestAuthZPluginHeader (1.03s) [2020-11-17T19:29:15.747Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-17T19:29:15.747Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-17T19:29:15.747Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:29:15.747Z] === RUN TestAuthZPluginV2Disable [2020-11-17T19:29:15.747Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-17T19:29:15.747Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:29:15.747Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-17T19:29:15.747Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-17T19:29:15.747Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:29:15.747Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-17T19:29:15.747Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-17T19:29:15.747Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:29:15.747Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-17T19:29:16.579Z] --- PASS: TestRemoveContainerWithVolume (0.75s) [2020-11-17T19:29:16.579Z] === RUN TestRemoveContainerRunning [2020-11-17T19:29:16.835Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-11-17T19:29:17.091Z] --- PASS: TestRemoveContainerRunning (0.68s) [2020-11-17T19:29:17.091Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-17T19:29:17.653Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.60s) [2020-11-17T19:29:17.654Z] === RUN TestRemoveInvalidContainer [2020-11-17T19:29:17.910Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-11-17T19:29:17.910Z] === RUN TestRenameLinkedContainer [2020-11-17T19:29:18.167Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-11-17T19:29:21.435Z] --- PASS: TestRenameLinkedContainer (3.10s) [2020-11-17T19:29:21.435Z] === RUN TestRenameStoppedContainer [2020-11-17T19:29:21.435Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-11-17T19:29:21.691Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-11-17T19:29:21.691Z] --- PASS: TestRenameStoppedContainer (0.82s) [2020-11-17T19:29:21.691Z] === RUN TestRenameRunningContainerAndReuse [2020-11-17T19:29:22.253Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-11-17T19:29:22.818Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-11-17T19:29:23.078Z] --- PASS: TestRenameRunningContainerAndReuse (1.46s) [2020-11-17T19:29:23.078Z] === RUN TestRenameInvalidName [2020-11-17T19:29:23.078Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-11-17T19:29:24.008Z] --- PASS: TestRenameInvalidName (0.77s) [2020-11-17T19:29:24.008Z] === RUN TestRenameAnonymousContainer [2020-11-17T19:29:24.265Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-11-17T19:29:24.567Z] --- PASS: TestServiceUpdateSecrets (15.60s) [2020-11-17T19:29:24.567Z] === RUN TestServiceUpdateConfigs [2020-11-17T19:29:24.829Z] === RUN TestDockerSuite/TestBuildAddTar [2020-11-17T19:29:25.086Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-11-17T19:29:26.978Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-11-17T19:29:26.978Z] --- PASS: TestRenameAnonymousContainer (3.10s) [2020-11-17T19:29:26.978Z] === RUN TestRenameContainerWithSameName [2020-11-17T19:29:27.907Z] --- PASS: TestRenameContainerWithSameName (0.68s) [2020-11-17T19:29:27.907Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-17T19:29:28.838Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-11-17T19:29:29.401Z] --- PASS: TestRenameContainerWithLinkedContainer (1.67s) [2020-11-17T19:29:29.401Z] === RUN TestResize [2020-11-17T19:29:30.330Z] --- PASS: TestResize (0.75s) [2020-11-17T19:29:30.330Z] === RUN TestResizeWithInvalidSize [2020-11-17T19:29:30.587Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-11-17T19:29:30.844Z] --- PASS: TestResizeWithInvalidSize (0.84s) [2020-11-17T19:29:30.844Z] === RUN TestResizeWhenContainerNotStarted [2020-11-17T19:29:31.173Z] --- PASS: TestBuildWithHugeFile (54.02s) [2020-11-17T19:29:31.173Z] === RUN TestBuildWithEmptyDockerfile [2020-11-17T19:29:31.173Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:29:31.173Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:29:31.173Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:29:31.173Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:29:31.173Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:29:31.173Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:29:31.173Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:29:31.173Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:29:31.173Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:29:31.173Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-11-17T19:29:31.173Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s) [2020-11-17T19:29:31.173Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-11-17T19:29:31.173Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2020-11-17T19:29:31.173Z] === RUN TestBuildPreserveOwnership [2020-11-17T19:29:31.173Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-17T19:29:31.173Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-17T19:29:31.775Z] --- PASS: TestResizeWhenContainerNotStarted (0.73s) [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-17T19:29:31.775Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-17T19:29:31.775Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-17T19:29:31.775Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-17T19:29:31.775Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-17T19:29:31.775Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-17T19:29:31.775Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-17T19:29:31.775Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-17T19:29:31.775Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:29:31.775Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:29:31.775Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:29:31.775Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:29:31.775Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:29:31.775Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:29:31.775Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-17T19:29:31.775Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-17T19:29:31.810Z] --- PASS: TestBuildPreserveOwnership (3.75s) [2020-11-17T19:29:31.810Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.44s) [2020-11-17T19:29:31.810Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.30s) [2020-11-17T19:29:31.810Z] === RUN TestBuildPlatformInvalid [2020-11-17T19:29:32.104Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2020-11-17T19:29:32.104Z] PASS [2020-11-17T19:29:32.104Z] [2020-11-17T19:29:32.104Z] === Skipped [2020-11-17T19:29:32.104Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-11-17T19:29:32.104Z] build_session_test.go:25: TODO: BuildKit [2020-11-17T19:29:32.104Z] [2020-11-17T19:29:32.104Z] [2020-11-17T19:29:32.104Z] DONE 32 tests, 1 skipped in 92.787s [2020-11-17T19:29:32.104Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-11-17T19:29:32.104Z] ++ 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-17T19:29:32.104Z] ++ set -e [2020-11-17T19:29:32.104Z] ++ '[' -n 0 ']' [2020-11-17T19:29:32.104Z] ++ set -x [2020-11-17T19:29:32.104Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T19:29:32.104Z] INFO: Testing against a local daemon [2020-11-17T19:29:32.104Z] === RUN TestConfigInspect [2020-11-17T19:29:32.337Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-11-17T19:29:33.267Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-11-17T19:29:33.872Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.06s) [2020-11-17T19:29:33.872Z] PASS [2020-11-17T19:29:33.872Z] [2020-11-17T19:29:33.872Z] === Skipped [2020-11-17T19:29:33.872Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-17T19:29:33.872Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:29:33.872Z] [2020-11-17T19:29:33.872Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-17T19:29:33.872Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:29:33.872Z] [2020-11-17T19:29:33.872Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-17T19:29:33.872Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:29:33.872Z] [2020-11-17T19:29:33.872Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-17T19:29:33.872Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:29:33.872Z] [2020-11-17T19:29:33.872Z] [2020-11-17T19:29:33.872Z] DONE 17 tests, 4 skipped in 32.442s [2020-11-17T19:29:33.872Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-17T19:29:33.872Z] ++ 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-17T19:29:33.872Z] ++ set -e [2020-11-17T19:29:33.872Z] ++ '[' -n 0 ']' [2020-11-17T19:29:33.872Z] ++ set -x [2020-11-17T19:29:33.872Z] ++ env -i DEST=/go/src/github.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-17T19:29:34.134Z] INFO: Testing against a local daemon [2020-11-17T19:29:34.134Z] === RUN TestPluginInvalidJSON [2020-11-17T19:29:34.134Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:29:34.134Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:29:34.134Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:29:34.134Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-11-17T19:29:34.134Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-17T19:29:34.134Z] === RUN TestPluginInstall [2020-11-17T19:29:34.134Z] === RUN TestPluginInstall/no_auth [2020-11-17T19:29:34.198Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-11-17T19:29:34.238Z] --- PASS: TestConfigInspect (1.98s) [2020-11-17T19:29:34.238Z] === RUN TestConfigList [2020-11-17T19:29:34.760Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:29:34.760Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:29:34.760Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-11-17T19:29:36.316Z] --- PASS: TestConfigList (1.94s) [2020-11-17T19:29:36.316Z] === RUN TestConfigsCreateAndDelete [2020-11-17T19:29:36.653Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-11-17T19:29:36.653Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-11-17T19:29:36.653Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:29:36.653Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:29:36.690Z] time="2020-11-17T19:29:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:29:36.690Z] time="2020-11-17T19:29:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dbb5cd5db6eb4679eaa231e6abc166b484af6e9876fed99e64dfdd8d84e5e40f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:29:36.690Z] time="2020-11-17T19:29:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:29:36.690Z] time="2020-11-17T19:29:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dbb5cd5db6eb4679eaa231e6abc166b484af6e9876fed99e64dfdd8d84e5e40f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:29:36.690Z] === RUN TestPluginInstall/with_htpasswd [2020-11-17T19:29:36.909Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-11-17T19:29:37.636Z] time="2020-11-17T19:29:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:29:37.636Z] time="2020-11-17T19:29:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:442baa358ef79269944ee71ef9744f449b67b9b542e6a69907848e061394a03f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:29:37.636Z] time="2020-11-17T19:29:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:29:37.636Z] time="2020-11-17T19:29:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:442baa358ef79269944ee71ef9744f449b67b9b542e6a69907848e061394a03f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:29:37.836Z] --- PASS: TestConfigsCreateAndDelete (1.91s) [2020-11-17T19:29:37.837Z] === RUN TestConfigsUpdate [2020-11-17T19:29:37.899Z] === RUN TestPluginInstall/with_insecure [2020-11-17T19:29:38.277Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-17T19:29:38.533Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-17T19:29:39.290Z] time="2020-11-17T19:29:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:29:39.290Z] time="2020-11-17T19:29:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c5073ab62c477ecc94f73094de9af6e20f02daf1c17e4d4e7c3400748535f15f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:29:39.290Z] time="2020-11-17T19:29:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:29:39.290Z] time="2020-11-17T19:29:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c5073ab62c477ecc94f73094de9af6e20f02daf1c17e4d4e7c3400748535f15f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:29:39.552Z] --- PASS: TestPluginInstall (5.50s) [2020-11-17T19:29:39.552Z] --- PASS: TestPluginInstall/no_auth (2.53s) [2020-11-17T19:29:39.552Z] --- PASS: TestPluginInstall/with_htpasswd (1.19s) [2020-11-17T19:29:39.552Z] --- PASS: TestPluginInstall/with_insecure (1.78s) [2020-11-17T19:29:39.552Z] plugin_test.go:157: [d5ccc47a3504e] daemon is not started [2020-11-17T19:29:39.552Z] PASS [2020-11-17T19:29:39.552Z] [2020-11-17T19:29:39.552Z] DONE 6 tests in 5.696s [2020-11-17T19:29:39.552Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-17T19:29:39.552Z] ++ 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-17T19:29:39.552Z] ++ set -e [2020-11-17T19:29:39.552Z] ++ '[' -n 0 ']' [2020-11-17T19:29:39.552Z] ++ set -x [2020-11-17T19:29:39.552Z] ++ env -i DEST=/go/src/github.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-17T19:29:39.814Z] INFO: Testing against a local daemon [2020-11-17T19:29:39.814Z] === RUN TestExternalGraphDriver [2020-11-17T19:29:39.814Z] === RUN TestExternalGraphDriver/json [2020-11-17T19:29:39.902Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-11-17T19:29:39.914Z] --- PASS: TestServiceUpdateConfigs (15.76s) [2020-11-17T19:29:39.914Z] --- PASS: TestConfigsUpdate (1.90s) [2020-11-17T19:29:39.914Z] === RUN TestTemplatedConfig [2020-11-17T19:29:39.914Z] === RUN TestServiceUpdateNetwork [2020-11-17T19:29:40.464Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-17T19:29:40.465Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-11-17T19:29:40.722Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-17T19:29:42.370Z] === RUN TestExternalGraphDriver/spec [2020-11-17T19:29:42.659Z] --- PASS: TestTemplatedConfig (2.45s) [2020-11-17T19:29:42.659Z] === RUN TestConfigCreateResolve [2020-11-17T19:29:43.994Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-17T19:29:43.994Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-17T19:29:44.190Z] --- PASS: TestConfigCreateResolve (1.92s) [2020-11-17T19:29:44.190Z] === RUN TestConfigDaemonLibtrustID [2020-11-17T19:29:44.827Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-11-17T19:29:44.827Z] PASS [2020-11-17T19:29:44.827Z] [2020-11-17T19:29:44.827Z] DONE 7 tests in 12.736s [2020-11-17T19:29:44.827Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-11-17T19:29:44.827Z] ++ 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-17T19:29:44.827Z] ++ set -e [2020-11-17T19:29:44.827Z] ++ '[' -n 0 ']' [2020-11-17T19:29:44.827Z] ++ set -x [2020-11-17T19:29:44.827Z] ++ env -i DEST=/go/src/github.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-17T19:29:44.827Z] INFO: Testing against a local daemon [2020-11-17T19:29:44.827Z] === RUN TestCheckpoint [2020-11-17T19:29:44.827Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-17T19:29:44.827Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-17T19:29:44.827Z] === RUN TestContainerInvalidJSON [2020-11-17T19:29:44.827Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:29:44.827Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:29:44.827Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:29:44.827Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:29:44.827Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:29:44.827Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:29:44.827Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:29:44.827Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:29:44.827Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:29:44.827Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-17T19:29:44.827Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-17T19:29:44.827Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-17T19:29:44.827Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-17T19:29:44.827Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-17T19:29:44.827Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2020-11-17T19:29:44.827Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-17T19:29:44.923Z] === RUN TestExternalGraphDriver/pull [2020-11-17T19:29:45.122Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-11-17T19:29:45.122Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-17T19:29:45.122Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-11-17T19:29:45.122Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-17T19:29:45.122Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-11-17T19:29:45.122Z] === RUN TestCopyFromContainer [2020-11-17T19:29:45.884Z] === RUN TestDockerSuite/TestBuildBlankName [2020-11-17T19:29:46.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.97s) [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.02s) [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.89s) [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.96s) [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.73s) [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.81s) [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.28s) [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.36s) [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.89s) [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.97s) [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.37s) [2020-11-17T19:29:46.140Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.26s) [2020-11-17T19:29:46.140Z] === RUN TestCgroupNamespacesRun [2020-11-17T19:29:46.641Z] === RUN TestCopyFromContainer// [2020-11-17T19:29:46.641Z] === RUN TestCopyFromContainer//bar/root [2020-11-17T19:29:46.641Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-17T19:29:46.641Z] === RUN TestCopyFromContainer/bar/quux [2020-11-17T19:29:46.641Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-17T19:29:46.641Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-17T19:29:46.937Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-17T19:29:46.937Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-17T19:29:46.937Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-17T19:29:46.937Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-17T19:29:47.067Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-11-17T19:29:47.233Z] --- PASS: TestCopyFromContainer (1.95s) [2020-11-17T19:29:47.233Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-11-17T19:29:47.233Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2020-11-17T19:29:47.233Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-11-17T19:29:47.233Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-11-17T19:29:47.233Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-11-17T19:29:47.233Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-11-17T19:29:47.233Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-11-17T19:29:47.233Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-11-17T19:29:47.233Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-11-17T19:29:47.233Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-11-17T19:29:47.233Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-17T19:29:47.233Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:29:47.233Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:29:47.233Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:29:47.233Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:29:47.233Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:29:47.233Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:29:47.233Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:29:47.233Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:29:47.233Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:29:47.233Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-17T19:29:47.233Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-17T19:29:47.233Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-17T19:29:47.233Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-17T19:29:47.233Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-17T19:29:47.233Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-11-17T19:29:47.233Z] === RUN TestCreateWithInvalidEnv [2020-11-17T19:29:47.233Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-17T19:29:47.233Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-17T19:29:47.233Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-17T19:29:47.233Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-17T19:29:47.233Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-17T19:29:47.233Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-17T19:29:47.233Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-17T19:29:47.233Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-17T19:29:47.233Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-17T19:29:47.233Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-17T19:29:47.233Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-17T19:29:47.233Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-17T19:29:47.233Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-17T19:29:47.233Z] === RUN TestCreateTmpfsMountsTarget [2020-11-17T19:29:47.233Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-11-17T19:29:47.233Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-17T19:29:47.478Z] --- PASS: TestExternalGraphDriver (7.55s) [2020-11-17T19:29:47.478Z] --- PASS: TestExternalGraphDriver/json (2.39s) [2020-11-17T19:29:47.478Z] --- PASS: TestExternalGraphDriver/spec (2.66s) [2020-11-17T19:29:47.478Z] --- PASS: TestExternalGraphDriver/pull (2.38s) [2020-11-17T19:29:47.478Z] === RUN TestGraphdriverPluginV2 [2020-11-17T19:29:47.478Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-11-17T19:29:47.478Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:29:47.478Z] PASS [2020-11-17T19:29:47.478Z] [2020-11-17T19:29:47.478Z] === Skipped [2020-11-17T19:29:47.478Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-11-17T19:29:47.478Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:29:47.478Z] [2020-11-17T19:29:47.478Z] [2020-11-17T19:29:47.478Z] DONE 5 tests, 1 skipped in 7.744s [2020-11-17T19:29:47.478Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-17T19:29:47.478Z] ++ 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-17T19:29:47.478Z] ++ set -e [2020-11-17T19:29:47.478Z] ++ '[' -n 0 ']' [2020-11-17T19:29:47.478Z] ++ set -x [2020-11-17T19:29:47.478Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T19:29:47.478Z] INFO: Testing against a local daemon [2020-11-17T19:29:47.478Z] === RUN TestContinueAfterPluginCrash [2020-11-17T19:29:47.478Z] === PAUSE TestContinueAfterPluginCrash [2020-11-17T19:29:47.478Z] === RUN TestReadPluginNoRead [2020-11-17T19:29:47.478Z] === PAUSE TestReadPluginNoRead [2020-11-17T19:29:47.478Z] === RUN TestDaemonStartWithLogOpt [2020-11-17T19:29:47.478Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-17T19:29:47.478Z] === CONT TestContinueAfterPluginCrash [2020-11-17T19:29:47.478Z] === CONT TestDaemonStartWithLogOpt [2020-11-17T19:29:47.478Z] === CONT TestReadPluginNoRead [2020-11-17T19:29:47.629Z] --- PASS: TestCgroupNamespacesRun (1.54s) [2020-11-17T19:29:47.629Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-17T19:29:47.885Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-11-17T19:29:48.752Z] --- PASS: TestCreateWithCustomMaskedPaths (1.47s) [2020-11-17T19:29:48.752Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-17T19:29:49.777Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.81s) [2020-11-17T19:29:49.777Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-17T19:29:49.777Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-11-17T19:29:50.267Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.55s) [2020-11-17T19:29:50.267Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-17T19:29:50.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:29:50.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:29:50.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:29:50.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:29:50.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:29:50.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:29:50.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:29:50.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:29:50.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:29:50.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:29:50.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:29:50.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:29:50.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:29:50.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:29:50.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:29:50.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-17T19:29:50.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-11-17T19:29:50.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-11-17T19:29:50.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-11-17T19:29:50.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-11-17T19:29:50.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-17T19:29:50.267Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-17T19:29:50.905Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.50s) [2020-11-17T19:29:50.905Z] === RUN TestCreateDifferentPlatform [2020-11-17T19:29:50.905Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-17T19:29:50.905Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-17T19:29:50.905Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-11-17T19:29:50.905Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-17T19:29:50.905Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-17T19:29:50.905Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-17T19:29:50.905Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-11-17T19:29:50.905Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-17T19:29:50.905Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2020-11-17T19:29:50.905Z] === RUN TestContainerStartOnDaemonRestart [2020-11-17T19:29:50.905Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-17T19:29:50.905Z] === RUN TestDaemonRestartIpcMode [2020-11-17T19:29:50.905Z] === PAUSE TestDaemonRestartIpcMode [2020-11-17T19:29:50.905Z] === RUN TestDaemonHostGatewayIP [2020-11-17T19:29:50.905Z] === PAUSE TestDaemonHostGatewayIP [2020-11-17T19:29:50.905Z] === RUN TestContainerKillOnDaemonStart [2020-11-17T19:29:50.905Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-17T19:29:50.905Z] === RUN TestDiff [2020-11-17T19:29:51.179Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-11-17T19:29:51.447Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.99s) [2020-11-17T19:29:51.447Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-17T19:29:51.545Z] --- PASS: TestDiff (0.52s) [2020-11-17T19:29:51.545Z] === RUN TestExecWithCloseStdin [2020-11-17T19:29:51.701Z] === RUN TestReadPluginNoRead/default [2020-11-17T19:29:52.184Z] --- PASS: TestExecWithCloseStdin (0.65s) [2020-11-17T19:29:52.184Z] === RUN TestExec [2020-11-17T19:29:52.276Z] --- PASS: TestDaemonStartWithLogOpt (4.80s) [2020-11-17T19:29:52.822Z] --- PASS: TestExec (0.62s) [2020-11-17T19:29:52.822Z] === RUN TestExecUser [2020-11-17T19:29:53.340Z] --- PASS: TestCgroupNamespacesRunHostMode (1.88s) [2020-11-17T19:29:53.340Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-17T19:29:53.458Z] --- PASS: TestExecUser (0.67s) [2020-11-17T19:29:53.458Z] === RUN TestExportContainerAndImportImage [2020-11-17T19:29:53.667Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-17T19:29:53.903Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-11-17T19:29:54.103Z] --- PASS: TestExportContainerAndImportImage (0.76s) [2020-11-17T19:29:54.103Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-17T19:29:54.477Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-11-17T19:29:55.264Z] --- PASS: TestServiceUpdateNetwork (16.90s) [2020-11-17T19:29:55.264Z] === RUN TestServiceUpdatePidsLimit [2020-11-17T19:29:55.412Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.94s) [2020-11-17T19:29:55.412Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-17T19:29:55.590Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-17T19:29:55.617Z] --- PASS: TestExportContainerAfterDaemonRestart (1.42s) [2020-11-17T19:29:55.617Z] === RUN TestHealthCheckWorkdir [2020-11-17T19:29:55.899Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-17T19:29:56.255Z] --- PASS: TestHealthCheckWorkdir (0.61s) [2020-11-17T19:29:56.255Z] === RUN TestHealthKillContainer [2020-11-17T19:29:56.342Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-11-17T19:29:56.533Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-17T19:29:56.904Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-11-17T19:29:56.904Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.78s) [2020-11-17T19:29:56.904Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-17T19:29:57.509Z] --- PASS: TestReadPluginNoRead (9.61s) [2020-11-17T19:29:57.509Z] --- PASS: TestReadPluginNoRead/default (1.79s) [2020-11-17T19:29:57.509Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.82s) [2020-11-17T19:29:57.509Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.75s) [2020-11-17T19:29:57.509Z] read_test.go:92: [d429a12f9e8e8] daemon is not started [2020-11-17T19:29:57.771Z] --- PASS: TestContinueAfterPluginCrash (10.21s) [2020-11-17T19:29:57.771Z] PASS [2020-11-17T19:29:57.771Z] [2020-11-17T19:29:57.771Z] DONE 6 tests in 10.366s [2020-11-17T19:29:57.771Z] 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-17T19:29:57.771Z] ++ 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-17T19:29:57.771Z] ++ set -e [2020-11-17T19:29:57.771Z] ++ '[' -n 0 ']' [2020-11-17T19:29:57.771Z] ++ set -x [2020-11-17T19:29:57.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=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-17T19:29:57.771Z] testing: warning: no tests to run [2020-11-17T19:29:57.771Z] PASS [2020-11-17T19:29:57.771Z] [2020-11-17T19:29:57.771Z] DONE 0 tests in 0.047s [2020-11-17T19:29:57.771Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-17T19:29:57.771Z] ++ 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-17T19:29:57.771Z] ++ set -e [2020-11-17T19:29:57.771Z] ++ '[' -n 0 ']' [2020-11-17T19:29:57.771Z] ++ set -x [2020-11-17T19:29:57.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=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-17T19:29:58.033Z] INFO: Testing against a local daemon [2020-11-17T19:29:58.033Z] === RUN TestPluginWithDevMounts [2020-11-17T19:29:58.033Z] === PAUSE TestPluginWithDevMounts [2020-11-17T19:29:58.033Z] === CONT TestPluginWithDevMounts [2020-11-17T19:29:58.272Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.11s) [2020-11-17T19:29:58.272Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-17T19:29:58.529Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-11-17T19:29:58.991Z] --- PASS: TestHealthKillContainer (2.60s) [2020-11-17T19:29:58.991Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-17T19:29:59.289Z] --- PASS: TestInspectCpusetInConfigPre120 (0.51s) [2020-11-17T19:29:59.289Z] === RUN TestIpcModeNone [2020-11-17T19:29:59.928Z] --- PASS: TestIpcModeNone (0.59s) [2020-11-17T19:29:59.929Z] === RUN TestIpcModePrivate [2020-11-17T19:30:00.422Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-11-17T19:30:00.422Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.29s) [2020-11-17T19:30:00.422Z] === RUN TestKernelTCPMemory [2020-11-17T19:30:00.571Z] --- PASS: TestIpcModePrivate (0.62s) [2020-11-17T19:30:00.571Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-11-17T19:30:00.571Z] === RUN TestIpcModeShareable [2020-11-17T19:30:00.585Z] --- PASS: TestPluginWithDevMounts (2.21s) [2020-11-17T19:30:00.585Z] PASS [2020-11-17T19:30:00.585Z] [2020-11-17T19:30:00.585Z] DONE 1 tests in 2.360s [2020-11-17T19:30:00.585Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-17T19:30:00.585Z] ++ 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-17T19:30:00.585Z] ++ set -e [2020-11-17T19:30:00.585Z] ++ '[' -n 0 ']' [2020-11-17T19:30:00.585Z] ++ set -x [2020-11-17T19:30:00.585Z] ++ env -i DEST=/go/src/github.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-17T19:30:00.585Z] INFO: Testing against a local daemon [2020-11-17T19:30:00.585Z] === RUN TestSecretInspect [2020-11-17T19:30:01.214Z] --- PASS: TestIpcModeShareable (0.63s) [2020-11-17T19:30:01.214Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-11-17T19:30:01.214Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-17T19:30:01.352Z] --- PASS: TestKernelTCPMemory (1.00s) [2020-11-17T19:30:01.352Z] === RUN TestNISDomainname [2020-11-17T19:30:02.720Z] --- PASS: TestNISDomainname (1.17s) [2020-11-17T19:30:02.720Z] === RUN TestHostnameDnsResolution [2020-11-17T19:30:02.735Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.72s) [2020-11-17T19:30:02.735Z] === RUN TestAPIIpcModeHost [2020-11-17T19:30:03.374Z] --- PASS: TestAPIIpcModeHost (0.46s) [2020-11-17T19:30:03.374Z] === RUN TestDaemonIpcModeShareable [2020-11-17T19:30:03.897Z] --- PASS: TestSecretInspect (3.27s) [2020-11-17T19:30:03.897Z] === RUN TestSecretList [2020-11-17T19:30:04.089Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-11-17T19:30:04.345Z] --- PASS: TestHostnameDnsResolution (1.79s) [2020-11-17T19:30:04.345Z] === RUN TestStats [2020-11-17T19:30:04.926Z] --- PASS: TestDaemonIpcModeShareable (1.39s) [2020-11-17T19:30:04.926Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-11-17T19:30:04.926Z] === RUN TestDaemonIpcModePrivate [2020-11-17T19:30:05.018Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-17T19:30:05.974Z] --- PASS: TestDaemonIpcModePrivate (1.41s) [2020-11-17T19:30:05.974Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-11-17T19:30:05.974Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-17T19:30:07.207Z] --- PASS: TestSecretList (3.18s) [2020-11-17T19:30:07.207Z] === RUN TestSecretsCreateAndDelete [2020-11-17T19:30:07.492Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.40s) [2020-11-17T19:30:07.492Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-11-17T19:30:07.492Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-17T19:30:07.614Z] --- PASS: TestStats (2.73s) [2020-11-17T19:30:07.615Z] === RUN TestStopContainerWithTimeout [2020-11-17T19:30:07.615Z] === RUN TestStopContainerWithTimeout/0 [2020-11-17T19:30:07.615Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-17T19:30:07.615Z] === RUN TestStopContainerWithTimeout/1 [2020-11-17T19:30:07.615Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-17T19:30:07.615Z] === RUN TestStopContainerWithTimeout/3 [2020-11-17T19:30:07.615Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-17T19:30:07.615Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-17T19:30:07.615Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-17T19:30:07.615Z] === CONT TestStopContainerWithTimeout/0 [2020-11-17T19:30:07.615Z] === CONT TestStopContainerWithTimeout/3 [2020-11-17T19:30:08.542Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-17T19:30:09.007Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.39s) [2020-11-17T19:30:09.007Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-11-17T19:30:09.007Z] === RUN TestIpcModeOlderClient [2020-11-17T19:30:09.007Z] === PAUSE TestIpcModeOlderClient [2020-11-17T19:30:09.007Z] === RUN TestKillContainerInvalidSignal [2020-11-17T19:30:09.302Z] --- PASS: TestKillContainerInvalidSignal (0.52s) [2020-11-17T19:30:09.302Z] === RUN TestKillContainer [2020-11-17T19:30:09.302Z] === RUN TestKillContainer/no_signal [2020-11-17T19:30:09.945Z] === RUN TestKillContainer/non_killing_signal [2020-11-17T19:30:10.242Z] === RUN TestKillContainer/killing_signal [2020-11-17T19:30:10.519Z] --- PASS: TestSecretsCreateAndDelete (3.27s) [2020-11-17T19:30:10.519Z] === RUN TestSecretsUpdate [2020-11-17T19:30:10.880Z] --- PASS: TestKillContainer (1.61s) [2020-11-17T19:30:10.880Z] --- PASS: TestKillContainer/no_signal (0.51s) [2020-11-17T19:30:10.880Z] --- PASS: TestKillContainer/non_killing_signal (0.38s) [2020-11-17T19:30:10.880Z] --- PASS: TestKillContainer/killing_signal (0.50s) [2020-11-17T19:30:10.880Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-17T19:30:10.880Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-17T19:30:11.066Z] === CONT TestStopContainerWithTimeout/1 [2020-11-17T19:30:11.066Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-11-17T19:30:11.517Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-17T19:30:11.916Z] --- PASS: TestServiceUpdatePidsLimit (17.73s) [2020-11-17T19:30:11.917Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.81s) [2020-11-17T19:30:11.917Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.14s) [2020-11-17T19:30:11.917Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.14s) [2020-11-17T19:30:11.917Z] PASS [2020-11-17T19:30:11.917Z] [2020-11-17T19:30:11.917Z] === Skipped [2020-11-17T19:30:11.917Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-11-17T19:30:11.917Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-17T19:30:11.917Z] [2020-11-17T19:30:11.917Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-11-17T19:30:11.917Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:30:11.917Z] [2020-11-17T19:30:11.917Z] [2020-11-17T19:30:11.917Z] DONE 27 tests, 2 skipped in 175.176s [2020-11-17T19:30:11.917Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-11-17T19:30:11.917Z] ++ 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-17T19:30:11.917Z] ++ set -e [2020-11-17T19:30:11.917Z] ++ '[' -n 0 ']' [2020-11-17T19:30:11.917Z] ++ set -x [2020-11-17T19:30:11.917Z] ++ env -i DEST=/go/src/github.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-17T19:30:12.159Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.09s) [2020-11-17T19:30:12.159Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s) [2020-11-17T19:30:12.159Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.37s) [2020-11-17T19:30:12.159Z] === RUN TestKillStoppedContainer [2020-11-17T19:30:12.159Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-11-17T19:30:12.159Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-17T19:30:12.159Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-11-17T19:30:12.159Z] === RUN TestKillDifferentUserContainer [2020-11-17T19:30:12.209Z] INFO: Testing against a local daemon [2020-11-17T19:30:12.209Z] === RUN TestSessionCreate [2020-11-17T19:30:12.209Z] --- PASS: TestSessionCreate (0.02s) [2020-11-17T19:30:12.209Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-17T19:30:12.209Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-11-17T19:30:12.209Z] PASS [2020-11-17T19:30:12.209Z] [2020-11-17T19:30:12.209Z] DONE 2 tests in 0.213s [2020-11-17T19:30:12.209Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-11-17T19:30:12.209Z] ++ 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-17T19:30:12.209Z] ++ set -e [2020-11-17T19:30:12.209Z] ++ '[' -n 0 ']' [2020-11-17T19:30:12.209Z] ++ set -x [2020-11-17T19:30:12.209Z] ++ env -i DEST=/go/src/github.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-17T19:30:12.437Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2020-11-17T19:30:12.437Z] --- PASS: TestStopContainerWithTimeout/0 (1.45s) [2020-11-17T19:30:12.437Z] --- PASS: TestStopContainerWithTimeout/3 (3.55s) [2020-11-17T19:30:12.437Z] --- PASS: TestStopContainerWithTimeout/-1 (2.87s) [2020-11-17T19:30:12.437Z] --- PASS: TestStopContainerWithTimeout/1 (1.75s) [2020-11-17T19:30:12.437Z] === RUN TestDeleteDevicemapper [2020-11-17T19:30:12.437Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-17T19:30:12.437Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-17T19:30:12.437Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-17T19:30:12.598Z] INFO: Testing against a local daemon [2020-11-17T19:30:12.598Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-17T19:30:12.598Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-17T19:30:12.598Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-17T19:30:12.598Z] === RUN TestEventsExecDie [2020-11-17T19:30:12.799Z] --- PASS: TestKillDifferentUserContainer (0.51s) [2020-11-17T19:30:12.799Z] === RUN TestInspectOomKilledTrue [2020-11-17T19:30:13.368Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-11-17T19:30:13.634Z] --- PASS: TestEventsExecDie (0.96s) [2020-11-17T19:30:13.634Z] === RUN TestEventsBackwardsCompatible [2020-11-17T19:30:13.634Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-11-17T19:30:13.634Z] === RUN TestInfoBinaryCommits [2020-11-17T19:30:13.634Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-11-17T19:30:13.634Z] === RUN TestInfoAPIVersioned [2020-11-17T19:30:13.634Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-17T19:30:13.634Z] === RUN TestInfoDiscoveryBackend [2020-11-17T19:30:13.829Z] --- PASS: TestSecretsUpdate (3.24s) [2020-11-17T19:30:13.829Z] === RUN TestTemplatedSecret [2020-11-17T19:30:13.842Z] --- PASS: TestInspectOomKilledTrue (0.96s) [2020-11-17T19:30:13.842Z] === RUN TestInspectOomKilledFalse [2020-11-17T19:30:13.927Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-11-17T19:30:13.927Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-17T19:30:14.137Z] --- PASS: TestInspectOomKilledFalse (0.53s) [2020-11-17T19:30:14.137Z] === RUN TestLinksEtcHostsContentMatch [2020-11-17T19:30:14.297Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-11-17T19:30:14.773Z] --- PASS: TestLinksEtcHostsContentMatch (0.41s) [2020-11-17T19:30:14.773Z] === RUN TestLinksContainerNames [2020-11-17T19:30:14.963Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-17T19:30:14.963Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-17T19:30:15.347Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-11-17T19:30:15.347Z] Copying nested executables into bundles/binary-daemon [2020-11-17T19:30:15.347Z] [2020-11-17T19:30:15.596Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-11-17T19:30:15.596Z] === RUN TestInfoAPI [2020-11-17T19:30:15.596Z] --- PASS: TestInfoAPI (0.01s) [2020-11-17T19:30:15.596Z] === RUN TestInfoAPIWarnings [2020-11-17T19:30:15.666Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-11-17T19:30:15.810Z] --- PASS: TestLinksContainerNames (1.01s) [2020-11-17T19:30:15.810Z] === RUN TestLogsFollowTailEmpty [2020-11-17T19:30:16.106Z] --- PASS: TestLogsFollowTailEmpty (0.56s) [2020-11-17T19:30:16.106Z] === RUN TestContainerNetworkMountsNoChown [2020-11-17T19:30:16.229Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.87s) [2020-11-17T19:30:16.229Z] === RUN TestUpdateMemory [2020-11-17T19:30:16.229Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-17T19:30:16.229Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:30:16.229Z] === RUN TestUpdateCPUQuota [2020-11-17T19:30:16.746Z] --- PASS: TestContainerNetworkMountsNoChown (0.54s) [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/default [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/default [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/private [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/private [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rprivate [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/slave [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/slave [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rslave [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/shared [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/shared [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rshared [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/default [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/rshared [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/shared [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/rslave [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/slave [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/rprivate [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/private [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-17T19:30:16.746Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:30:16.746Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-17T19:30:16.746Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-17T19:30:17.042Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-11-17T19:30:17.042Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-11-17T19:30:17.042Z] === RUN TestContainerBindMountNonRecursive [2020-11-17T19:30:17.140Z] --- PASS: TestTemplatedSecret (3.56s) [2020-11-17T19:30:17.140Z] === RUN TestSecretCreateResolve [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-11-17T19:30:18.120Z] --- PASS: TestUpdateCPUQuota (1.50s) [2020-11-17T19:30:18.120Z] === RUN TestUpdatePidsLimit [2020-11-17T19:30:18.120Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-17T19:30:18.120Z] === RUN TestUpdatePidsLimit/no_change [2020-11-17T19:30:18.239Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER docker:941fea1c58966531ef56fc020a3901158a01a473 hack/make.sh cross [2020-11-17T19:30:18.500Z] [2020-11-17T19:30:18.576Z] --- PASS: TestContainerBindMountNonRecursive (1.27s) [2020-11-17T19:30:18.576Z] === RUN TestContainerVolumesMountedAsShared [2020-11-17T19:30:18.684Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-17T19:30:18.684Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-11-17T19:30:18.761Z] Removing bundles/ [2020-11-17T19:30:18.761Z] [2020-11-17T19:30:18.761Z] ---> Making bundle: cross (in bundles/cross) [2020-11-17T19:30:18.761Z] Cross building: bundles/cross/linux/amd64 [2020-11-17T19:30:18.761Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-11-17T19:30:18.761Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-11-17T19:30:18.870Z] --- PASS: TestContainerVolumesMountedAsShared (0.53s) [2020-11-17T19:30:18.870Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-17T19:30:18.941Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-17T19:30:19.166Z] --- PASS: TestContainerVolumesMountedAsSlave (0.43s) [2020-11-17T19:30:19.166Z] === RUN TestNetworkNat [2020-11-17T19:30:19.197Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-11-17T19:30:19.455Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-17T19:30:19.695Z] --- PASS: TestSecretCreateResolve (2.69s) [2020-11-17T19:30:19.695Z] PASS [2020-11-17T19:30:19.695Z] [2020-11-17T19:30:19.695Z] DONE 6 tests in 19.353s [2020-11-17T19:30:19.695Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-11-17T19:30:19.695Z] ++ 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-17T19:30:19.695Z] ++ set -e [2020-11-17T19:30:19.695Z] ++ '[' -n 0 ']' [2020-11-17T19:30:19.695Z] ++ set -x [2020-11-17T19:30:19.695Z] ++ env -i DEST=/go/src/github.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-17T19:30:19.695Z] INFO: Testing against a local daemon [2020-11-17T19:30:19.695Z] === RUN TestServiceCreateInit [2020-11-17T19:30:19.695Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-17T19:30:19.712Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-17T19:30:19.803Z] --- PASS: TestNetworkNat (0.54s) [2020-11-17T19:30:19.803Z] === RUN TestNetworkLocalhostTCPNat [2020-11-17T19:30:19.968Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-17T19:30:20.443Z] --- PASS: TestNetworkLocalhostTCPNat (0.56s) [2020-11-17T19:30:20.443Z] === RUN TestNetworkLoopbackNat [2020-11-17T19:30:21.341Z] --- PASS: TestUpdatePidsLimit (3.41s) [2020-11-17T19:30:21.341Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2020-11-17T19:30:21.341Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-11-17T19:30:21.341Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2020-11-17T19:30:21.341Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2020-11-17T19:30:21.341Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s) [2020-11-17T19:30:21.341Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.34s) [2020-11-17T19:30:21.341Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.44s) [2020-11-17T19:30:21.341Z] === RUN TestUpdateRestartPolicy [2020-11-17T19:30:21.341Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-11-17T19:30:21.908Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-11-17T19:30:22.165Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-11-17T19:30:23.183Z] --- PASS: TestNetworkLoopbackNat (2.75s) [2020-11-17T19:30:23.184Z] === RUN TestPause [2020-11-17T19:30:23.535Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-11-17T19:30:23.821Z] --- PASS: TestPause (0.58s) [2020-11-17T19:30:23.821Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-17T19:30:23.821Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-17T19:30:23.821Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-17T19:30:23.821Z] === RUN TestPauseStopPausedContainer [2020-11-17T19:30:24.458Z] --- PASS: TestPauseStopPausedContainer (0.55s) [2020-11-17T19:30:24.458Z] === RUN TestPsFilter [2020-11-17T19:30:24.458Z] --- PASS: TestPsFilter (0.16s) [2020-11-17T19:30:24.458Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-17T19:30:24.858Z] 680bbdbacf1b: Pull complete [2020-11-17T19:30:24.858Z] Digest: sha256:0da0b0e6cf9cf435c6470f23a97a0b9b80495f3712529abc748d80c5fb59209c [2020-11-17T19:30:24.858Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:30:24.858Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-11-17T19:30:24.858Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-11-17T19:30:24.858Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1577' [2020-11-17T19:30:24.858Z] WARN: Skipping validation tests [2020-11-17T19:30:24.858Z] INFO: Running unit tests at 11/17/2020 19:30:10... [2020-11-17T19:30:24.858Z] INFO: make.ps1 starting at 11/17/2020 19:30:14 [2020-11-17T19:30:24.858Z] INFO: Git commit (941fea1c58) assumed from DOCKER_GITCOMMIT environment variable [2020-11-17T19:30:24.858Z] INFO: Invoking autogen... [2020-11-17T19:30:24.858Z] INFO: Running unit tests... [2020-11-17T19:30:24.859Z] 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-17T19:30:24.997Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-17T19:30:25.095Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2020-11-17T19:30:25.095Z] === RUN TestRemoveContainerWithVolume [2020-11-17T19:30:25.391Z] --- PASS: TestRemoveContainerWithVolume (0.52s) [2020-11-17T19:30:25.391Z] === RUN TestRemoveContainerRunning [2020-11-17T19:30:26.034Z] --- PASS: TestRemoveContainerRunning (0.57s) [2020-11-17T19:30:26.034Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-17T19:30:26.053Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-11-17T19:30:26.615Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-11-17T19:30:26.677Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.58s) [2020-11-17T19:30:26.677Z] === RUN TestRemoveInvalidContainer [2020-11-17T19:30:26.677Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-17T19:30:26.677Z] === RUN TestRenameLinkedContainer [2020-11-17T19:30:27.983Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-11-17T19:30:28.773Z] --- PASS: TestRenameLinkedContainer (2.11s) [2020-11-17T19:30:28.773Z] === RUN TestRenameStoppedContainer [2020-11-17T19:30:29.411Z] --- PASS: TestRenameStoppedContainer (0.53s) [2020-11-17T19:30:29.411Z] === RUN TestRenameRunningContainerAndReuse [2020-11-17T19:30:29.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-11-17T19:30:30.130Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-11-17T19:30:30.298Z] --- PASS: TestServiceCreateInit (9.97s) [2020-11-17T19:30:30.298Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.03s) [2020-11-17T19:30:30.298Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.91s) [2020-11-17T19:30:30.298Z] === RUN TestCreateServiceMultipleTimes [2020-11-17T19:30:30.453Z] --- PASS: TestRenameRunningContainerAndReuse (1.06s) [2020-11-17T19:30:30.453Z] === RUN TestRenameInvalidName [2020-11-17T19:30:30.665Z] ? github.com/docker/docker/api [no test files] [2020-11-17T19:30:30.693Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-11-17T19:30:30.747Z] --- PASS: TestRenameInvalidName (0.54s) [2020-11-17T19:30:30.747Z] === RUN TestRenameAnonymousContainer [2020-11-17T19:30:31.622Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-11-17T19:30:32.552Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-11-17T19:30:32.829Z] --- PASS: TestRenameAnonymousContainer (1.89s) [2020-11-17T19:30:32.829Z] === RUN TestRenameContainerWithSameName [2020-11-17T19:30:33.116Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-11-17T19:30:33.122Z] --- PASS: TestRenameContainerWithSameName (0.51s) [2020-11-17T19:30:33.123Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-17T19:30:33.681Z] --- PASS: TestUpdateRestartPolicy (12.52s) [2020-11-17T19:30:33.681Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-17T19:30:34.164Z] --- PASS: TestRenameContainerWithLinkedContainer (1.01s) [2020-11-17T19:30:34.164Z] === RUN TestResize [2020-11-17T19:30:34.184Z] --- PASS: TestInfoAPIWarnings (16.28s) [2020-11-17T19:30:34.184Z] === RUN TestInfoDebug [2020-11-17T19:30:34.184Z] --- PASS: TestInfoDebug (0.52s) [2020-11-17T19:30:34.184Z] === RUN TestInfoInsecureRegistries [2020-11-17T19:30:34.184Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-11-17T19:30:34.184Z] === RUN TestInfoRegistryMirrors [2020-11-17T19:30:34.184Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-11-17T19:30:34.184Z] === RUN TestLoginFailsWithBadCredentials [2020-11-17T19:30:34.184Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2020-11-17T19:30:34.184Z] === RUN TestPingCacheHeaders [2020-11-17T19:30:34.184Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-11-17T19:30:34.184Z] === RUN TestPingGet [2020-11-17T19:30:34.184Z] --- PASS: TestPingGet (0.01s) [2020-11-17T19:30:34.184Z] === RUN TestPingHead [2020-11-17T19:30:34.184Z] --- PASS: TestPingHead (0.01s) [2020-11-17T19:30:34.184Z] === RUN TestVersion [2020-11-17T19:30:34.184Z] --- PASS: TestVersion (0.01s) [2020-11-17T19:30:34.184Z] PASS [2020-11-17T19:30:34.184Z] [2020-11-17T19:30:34.184Z] === Skipped [2020-11-17T19:30:34.184Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-17T19:30:34.184Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-17T19:30:34.184Z] [2020-11-17T19:30:34.184Z] [2020-11-17T19:30:34.184Z] DONE 18 tests, 1 skipped in 21.466s [2020-11-17T19:30:34.184Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-11-17T19:30:34.184Z] ++ 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-17T19:30:34.184Z] ++ set -e [2020-11-17T19:30:34.184Z] ++ '[' -n 0 ']' [2020-11-17T19:30:34.184Z] ++ set -x [2020-11-17T19:30:34.184Z] ++ env -i DEST=/go/src/github.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-17T19:30:34.184Z] INFO: Testing against a local daemon [2020-11-17T19:30:34.184Z] === RUN TestVolumesCreateAndList [2020-11-17T19:30:34.184Z] --- PASS: TestVolumesCreateAndList (0.01s) [2020-11-17T19:30:34.184Z] === RUN TestVolumesRemove [2020-11-17T19:30:34.184Z] --- PASS: TestVolumesRemove (0.11s) [2020-11-17T19:30:34.184Z] === RUN TestVolumesInspect [2020-11-17T19:30:34.184Z] --- PASS: TestVolumesInspect (0.01s) [2020-11-17T19:30:34.184Z] === RUN TestVolumesInvalidJSON [2020-11-17T19:30:34.184Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-17T19:30:34.184Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-17T19:30:34.184Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-17T19:30:34.184Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-17T19:30:34.184Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-17T19:30:34.184Z] PASS [2020-11-17T19:30:34.184Z] [2020-11-17T19:30:34.184Z] DONE 5 tests in 0.274s [2020-11-17T19:30:34.184Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-17T19:30:34.184Z] ++++ cat bundles/test-integration/docker.pid [2020-11-17T19:30:34.184Z] +++ kill 12231 [2020-11-17T19:30:34.611Z] --- PASS: TestUpdateRestartWithAutoRemove (0.89s) [2020-11-17T19:30:34.611Z] === RUN TestWaitNonBlocked [2020-11-17T19:30:34.611Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:30:34.611Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:30:34.611Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:30:34.611Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:30:34.611Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:30:34.611Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:30:34.805Z] --- PASS: TestResize (0.49s) [2020-11-17T19:30:34.805Z] === RUN TestResizeWithInvalidSize [2020-11-17T19:30:35.441Z] --- PASS: TestResizeWithInvalidSize (0.56s) [2020-11-17T19:30:35.441Z] === RUN TestResizeWhenContainerNotStarted [2020-11-17T19:30:35.694Z] +++ /etc/init.d/apparmor stop [2020-11-17T19:30:35.694Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-17T19:30:35.694Z] [2020-11-17T19:30:35.694Z] Unloading profiles will leave already running processes permanently [2020-11-17T19:30:35.694Z] unconfined, which can lead to unexpected situations. [2020-11-17T19:30:35.694Z] [2020-11-17T19:30:35.694Z] To set a process to complain mode, use the command line tool [2020-11-17T19:30:35.694Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-17T19:30:35.694Z] +++ true [2020-11-17T19:30:35.694Z] exiting test-integration [2020-11-17T19:30:35.694Z] ++ exit 0 [2020-11-17T19:30:35.694Z] [2020-11-17T19:30:35.739Z] --- PASS: TestResizeWhenContainerNotStarted (0.51s) [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-17T19:30:35.739Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-17T19:30:35.739Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-17T19:30:35.739Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-17T19:30:35.739Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-17T19:30:35.739Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-17T19:30:35.739Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-17T19:30:35.739Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-17T19:30:35.739Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:30:35.739Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:30:35.739Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:30:35.739Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:30:35.739Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:30:35.739Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:30:35.739Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-17T19:30:35.739Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-17T19:30:35.739Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:30:35.739Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-17T19:30:35.979Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-17T19:30:35.979Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.21s) [2020-11-17T19:30:35.979Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.29s) [2020-11-17T19:30:35.979Z] === RUN TestWaitBlocked [2020-11-17T19:30:35.979Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:30:35.979Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:30:35.979Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:30:35.979Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:30:35.979Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:30:35.979Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random Post stage [Pipeline] junit [2020-11-17T19:30:37.814Z] Recording test results [2020-11-17T19:30:37.850Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:30:37.893Z] --- PASS: TestWaitBlocked (0.04s) [2020-11-17T19:30:37.893Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.12s) [2020-11-17T19:30:37.893Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.49s) [2020-11-17T19:30:37.893Z] === CONT TestContainerStartOnDaemonRestart [2020-11-17T19:30:37.893Z] === CONT TestIpcModeOlderClient [2020-11-17T19:30:37.893Z] --- PASS: TestIpcModeOlderClient (0.17s) [2020-11-17T19:30:37.893Z] === CONT TestDaemonHostGatewayIP [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-17T19:30:38.450Z] + echo Ensuring container killed. [2020-11-17T19:30:38.450Z] Ensuring container killed. [2020-11-17T19:30:38.450Z] + docker rm -vf docker-pr4 [2020-11-17T19:30:38.450Z] Error: No such container: docker-pr4 [2020-11-17T19:30:38.450Z] + true [Pipeline] sh [2020-11-17T19:30:38.497Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-17T19:30:38.806Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-17T19:30:38.806Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-17T19:30:38.830Z] + echo Chowning /workspace to jenkins user [2020-11-17T19:30:38.830Z] Chowning /workspace to jenkins user [2020-11-17T19:30:38.830Z] + id -u [2020-11-17T19:30:38.830Z] + id -g [2020-11-17T19:30:38.830Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41682:/workspace busybox chown -R 1001:1001 /workspace [2020-11-17T19:30:38.830Z] Unable to find image 'busybox:latest' locally [2020-11-17T19:30:39.122Z] latest: Pulling from library/busybox [2020-11-17T19:30:39.122Z] 393d6a917252: Pulling fs layer [2020-11-17T19:30:39.414Z] 393d6a917252: Verifying Checksum [2020-11-17T19:30:39.414Z] 393d6a917252: Download complete [2020-11-17T19:30:39.456Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-17T19:30:39.784Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-11-17T19:30:40.049Z] 393d6a917252: Pull complete [2020-11-17T19:30:40.049Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-17T19:30:40.049Z] Status: Downloaded newer image for busybox:latest [2020-11-17T19:30:40.348Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-11-17T19:30:40.508Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-17T19:30:41.153Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-17T19:30:41.153Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-17T19:30:41.716Z] --- PASS: TestContainerStartOnDaemonRestart (4.06s) [2020-11-17T19:30:41.716Z] === CONT TestContainerKillOnDaemonStart [2020-11-17T19:30:41.959Z] + bundleName=s390x-integration [2020-11-17T19:30:41.959Z] + echo Creating s390x-integration-bundles.tar.gz [2020-11-17T19:30:41.959Z] Creating s390x-integration-bundles.tar.gz [2020-11-17T19:30:41.959Z] + 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-17T19:30:41.959Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-11-17T19:30:41.973Z] === RUN TestDockerSuite/TestBuildCacheRootSource [Pipeline] archiveArtifacts [2020-11-17T19:30:42.005Z] Archiving artifacts [2020-11-17T19:30:42.455Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41682/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-17T19:30:42.838Z] + make clean [2020-11-17T19:30:42.904Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-11-17T19:30:43.063Z] === RUN TestMiddlewares [2020-11-17T19:30:43.063Z] --- PASS: TestMiddlewares (0.00s) [2020-11-17T19:30:43.063Z] PASS [2020-11-17T19:30:43.063Z] coverage: 9.0% of statements [2020-11-17T19:30:43.063Z] ok github.com/docker/docker/api/server 0.186s coverage: 9.0% of statements [2020-11-17T19:30:43.130Z] docker volume rm -f docker-dev-cache [2020-11-17T19:30:43.161Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-11-17T19:30:43.422Z] docker-dev-cache [Pipeline] deleteDir [2020-11-17T19:30:43.725Z] --- PASS: TestDaemonHostGatewayIP (5.88s) [2020-11-17T19:30:43.725Z] === CONT TestDaemonRestartIpcMode [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.87s) [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.78s) [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.84s) [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.02s) [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.58s) [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.78s) [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.75s) [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.56s) [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.41s) [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.66s) [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.49s) [2020-11-17T19:30:43.969Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.03s) [2020-11-17T19:30:43.969Z] === RUN TestCgroupNamespacesRun [2020-11-17T19:30:43.981Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-11-17T19:30:44.545Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-17T19:30:45.496Z] --- PASS: TestCgroupNamespacesRun (1.36s) [2020-11-17T19:30:45.496Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-17T19:30:47.018Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.32s) [2020-11-17T19:30:47.018Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-17T19:30:47.068Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-11-17T19:30:47.068Z] --- PASS: TestDaemonRestartIpcMode (3.54s) [2020-11-17T19:30:48.058Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.36s) [2020-11-17T19:30:48.058Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-17T19:30:48.959Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-11-17T19:30:49.216Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-11-17T19:30:49.217Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-11-17T19:30:49.217Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-11-17T19:30:49.652Z] --- PASS: TestCgroupNamespacesRunHostMode (1.37s) [2020-11-17T19:30:49.652Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-17T19:30:50.582Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-11-17T19:30:50.696Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.38s) [2020-11-17T19:30:50.696Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-17T19:30:51.145Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-11-17T19:30:51.401Z] === RUN TestDockerSuite/TestBuildCmd [2020-11-17T19:30:51.656Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-11-17T19:30:51.913Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-11-17T19:30:52.170Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-11-17T19:30:52.170Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-11-17T19:30:52.220Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.35s) [2020-11-17T19:30:52.220Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-17T19:30:52.288Z] --- PASS: TestCreateServiceMultipleTimes (19.68s) [2020-11-17T19:30:52.288Z] === RUN TestCreateServiceConflict [2020-11-17T19:30:52.288Z] --- PASS: TestCreateServiceConflict (2.78s) [2020-11-17T19:30:52.288Z] === RUN TestCreateServiceMaxReplicas [2020-11-17T19:30:52.426Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-11-17T19:30:52.867Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-11-17T19:30:52.867Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-17T19:30:53.353Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-11-17T19:30:54.383Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.35s) [2020-11-17T19:30:54.383Z] === RUN TestKernelTCPMemory [2020-11-17T19:30:54.721Z] --- PASS: TestContainerKillOnDaemonStart (13.07s) [2020-11-17T19:30:54.721Z] PASS [2020-11-17T19:30:54.721Z] [2020-11-17T19:30:54.721Z] === Skipped [2020-11-17T19:30:54.721Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-11-17T19:30:54.721Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-17T19:30:54.721Z] [2020-11-17T19:30:54.721Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-17T19:30:54.721Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:30:54.721Z] [2020-11-17T19:30:54.721Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-17T19:30:54.721Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:30:54.721Z] [2020-11-17T19:30:54.721Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-17T19:30:54.721Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-17T19:30:54.721Z] [2020-11-17T19:30:54.721Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-17T19:30:54.721Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-17T19:30:54.721Z] [2020-11-17T19:30:54.721Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-11-17T19:30:54.722Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:30:54.722Z] [2020-11-17T19:30:54.722Z] [2020-11-17T19:30:54.722Z] DONE 195 tests, 6 skipped in 150.823s [2020-11-17T19:30:54.722Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-11-17T19:30:54.722Z] ++ 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-17T19:30:54.722Z] ++ set -e [2020-11-17T19:30:54.722Z] ++ '[' -n 0 ']' [2020-11-17T19:30:54.722Z] ++ set -x [2020-11-17T19:30:54.722Z] ++ env -i DEST=/go/src/github.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-17T19:30:54.978Z] INFO: Testing against a local daemon [2020-11-17T19:30:54.978Z] === RUN TestCommitInheritsEnv [2020-11-17T19:30:55.027Z] --- PASS: TestKernelTCPMemory (0.59s) [2020-11-17T19:30:55.027Z] === RUN TestNISDomainname [2020-11-17T19:30:55.541Z] --- PASS: TestCommitInheritsEnv (0.57s) [2020-11-17T19:30:55.541Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-17T19:30:55.541Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-17T19:30:55.541Z] === RUN TestImagesFilterMultiReference [2020-11-17T19:30:55.541Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2020-11-17T19:30:55.541Z] === RUN TestImagePullPlatformInvalid [2020-11-17T19:30:55.664Z] --- PASS: TestNISDomainname (0.63s) [2020-11-17T19:30:55.665Z] === RUN TestHostnameDnsResolution [2020-11-17T19:30:55.798Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-11-17T19:30:55.798Z] === RUN TestRemoveImageOrphaning [2020-11-17T19:30:56.055Z] --- PASS: TestRemoveImageOrphaning (0.48s) [2020-11-17T19:30:56.055Z] === RUN TestRemoveImageGarbageCollector [2020-11-17T19:30:56.301Z] --- PASS: TestHostnameDnsResolution (0.84s) [2020-11-17T19:30:56.301Z] === RUN TestStats [2020-11-17T19:30:56.511Z] --- PASS: TestCreateServiceMaxReplicas (3.63s) [2020-11-17T19:30:56.511Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-17T19:30:56.618Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-11-17T19:30:58.512Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-11-17T19:30:58.768Z] --- PASS: TestRemoveImageGarbageCollector (2.70s) [2020-11-17T19:30:58.768Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-17T19:30:59.025Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-11-17T19:30:59.025Z] === RUN TestTagInvalidReference [2020-11-17T19:30:59.025Z] --- PASS: TestTagInvalidReference (0.03s) [2020-11-17T19:30:59.025Z] === RUN TestTagValidPrefixedRepo [2020-11-17T19:30:59.025Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-11-17T19:30:59.025Z] === RUN TestTagExistedNameWithoutForce [2020-11-17T19:30:59.025Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-11-17T19:30:59.025Z] === RUN TestTagOfficialNames [2020-11-17T19:30:59.039Z] --- PASS: TestStats (2.52s) [2020-11-17T19:30:59.039Z] === RUN TestStopContainerWithTimeout [2020-11-17T19:30:59.039Z] === RUN TestStopContainerWithTimeout/0 [2020-11-17T19:30:59.039Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-17T19:30:59.039Z] === RUN TestStopContainerWithTimeout/1 [2020-11-17T19:30:59.039Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-17T19:30:59.039Z] === RUN TestStopContainerWithTimeout/3 [2020-11-17T19:30:59.039Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-17T19:30:59.039Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-17T19:30:59.039Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-17T19:30:59.039Z] === CONT TestStopContainerWithTimeout/0 [2020-11-17T19:30:59.039Z] === CONT TestStopContainerWithTimeout/3 [2020-11-17T19:30:59.039Z] === CONT TestStopContainerWithTimeout/1 [2020-11-17T19:30:59.039Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-17T19:30:59.281Z] --- PASS: TestTagOfficialNames (0.12s) [2020-11-17T19:30:59.282Z] === RUN TestTagMatchesDigest [2020-11-17T19:30:59.282Z] --- PASS: TestTagMatchesDigest (0.07s) [2020-11-17T19:30:59.282Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-17T19:30:59.282Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-11-17T19:30:59.538Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-11-17T19:31:00.467Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-11-17T19:31:00.724Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-11-17T19:31:01.653Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-11-17T19:31:02.581Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-11-17T19:31:02.585Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-17T19:31:02.585Z] --- PASS: TestStopContainerWithTimeout/0 (1.01s) [2020-11-17T19:31:02.585Z] --- PASS: TestStopContainerWithTimeout/1 (2.07s) [2020-11-17T19:31:02.585Z] --- PASS: TestStopContainerWithTimeout/-1 (2.77s) [2020-11-17T19:31:02.585Z] --- PASS: TestStopContainerWithTimeout/3 (2.99s) [2020-11-17T19:31:02.585Z] === RUN TestDeleteDevicemapper [2020-11-17T19:31:02.585Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-17T19:31:02.585Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-17T19:31:02.585Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-17T19:31:02.838Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-11-17T19:31:02.838Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-11-17T19:31:03.630Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.60s) [2020-11-17T19:31:03.630Z] === RUN TestUpdateMemory [2020-11-17T19:31:04.269Z] --- PASS: TestUpdateMemory (0.67s) [2020-11-17T19:31:04.269Z] === RUN TestUpdateCPUQuota [2020-11-17T19:31:05.308Z] --- PASS: TestUpdateCPUQuota (0.86s) [2020-11-17T19:31:05.308Z] === RUN TestUpdatePidsLimit [2020-11-17T19:31:05.308Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-17T19:31:05.308Z] === RUN TestUpdatePidsLimit/no_change [2020-11-17T19:31:05.602Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-17T19:31:05.895Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-17T19:31:06.107Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-11-17T19:31:06.189Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-17T19:31:06.189Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-17T19:31:06.483Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-17T19:31:07.524Z] --- PASS: TestUpdatePidsLimit (2.33s) [2020-11-17T19:31:07.524Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.26s) [2020-11-17T19:31:07.524Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2020-11-17T19:31:07.524Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2020-11-17T19:31:07.524Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2020-11-17T19:31:07.524Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2020-11-17T19:31:07.524Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2020-11-17T19:31:07.524Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s) [2020-11-17T19:31:07.524Z] === RUN TestUpdateRestartPolicy [2020-11-17T19:31:10.280Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-11-17T19:31:11.444Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.18s) [2020-11-17T19:31:11.444Z] === RUN TestCreateServiceSecretFileMode [2020-11-17T19:31:14.453Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-11-17T19:31:14.763Z] --- PASS: TestCreateServiceSecretFileMode (3.27s) [2020-11-17T19:31:14.763Z] === RUN TestCreateServiceConfigFileMode [2020-11-17T19:31:15.017Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-11-17T19:31:16.386Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-11-17T19:31:16.949Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-11-17T19:31:18.080Z] --- PASS: TestCreateServiceConfigFileMode (3.28s) [2020-11-17T19:31:18.080Z] === RUN TestCreateServiceSysctls [2020-11-17T19:31:18.318Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-11-17T19:31:20.176Z] --- PASS: TestUpdateRestartPolicy (11.37s) [2020-11-17T19:31:20.176Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-17T19:31:20.176Z] --- PASS: TestUpdateRestartWithAutoRemove (0.53s) [2020-11-17T19:31:20.176Z] === RUN TestWaitNonBlocked [2020-11-17T19:31:20.176Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:31:20.176Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:31:20.176Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:31:20.176Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:31:20.176Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:31:20.176Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:31:20.176Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-17T19:31:20.176Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2020-11-17T19:31:20.176Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2020-11-17T19:31:20.176Z] === RUN TestWaitBlocked [2020-11-17T19:31:20.176Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:31:20.176Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:31:20.176Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:31:20.176Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:31:20.176Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-17T19:31:20.176Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-17T19:31:20.821Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-17T19:31:20.821Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s) [2020-11-17T19:31:20.821Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.84s) [2020-11-17T19:31:20.821Z] === CONT TestContainerStartOnDaemonRestart [2020-11-17T19:31:20.821Z] === CONT TestIpcModeOlderClient [2020-11-17T19:31:20.821Z] === CONT TestDaemonHostGatewayIP [2020-11-17T19:31:20.821Z] === CONT TestDaemonRestartIpcMode [2020-11-17T19:31:20.837Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-11-17T19:31:20.837Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-11-17T19:31:21.118Z] --- PASS: TestIpcModeOlderClient (0.19s) [2020-11-17T19:31:21.118Z] === CONT TestContainerKillOnDaemonStart [2020-11-17T19:31:22.303Z] --- PASS: TestCreateServiceSysctls (4.36s) [2020-11-17T19:31:22.303Z] === RUN TestCreateServiceCapabilities [2020-11-17T19:31:24.705Z] --- PASS: TestContainerStartOnDaemonRestart (3.36s) [2020-11-17T19:31:24.705Z] --- PASS: TestDaemonHostGatewayIP (3.92s) [2020-11-17T19:31:24.998Z] --- PASS: TestDaemonRestartIpcMode (4.00s) [2020-11-17T19:31:25.007Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-11-17T19:31:25.007Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-11-17T19:31:25.618Z] --- PASS: TestCreateServiceCapabilities (3.56s) [2020-11-17T19:31:25.618Z] === RUN TestInspect [2020-11-17T19:31:26.381Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-11-17T19:31:26.381Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-11-17T19:31:26.381Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-11-17T19:31:26.381Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-11-17T19:31:26.381Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-11-17T19:31:28.306Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-11-17T19:31:28.936Z] --- PASS: TestInspect (2.87s) [2020-11-17T19:31:28.936Z] === RUN TestCreateJob [2020-11-17T19:31:30.202Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-11-17T19:31:30.765Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-11-17T19:31:33.159Z] --- PASS: TestCreateJob (4.19s) [2020-11-17T19:31:33.159Z] === RUN TestReplicatedJob [2020-11-17T19:31:33.776Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-17T19:31:33.776Z] === RUN TestBoolValue [2020-11-17T19:31:33.776Z] --- PASS: TestBoolValue (0.00s) [2020-11-17T19:31:33.776Z] === RUN TestBoolValueOrDefault [2020-11-17T19:31:33.776Z] --- PASS: TestBoolValueOrDefault (0.00s) [2020-11-17T19:31:33.776Z] === RUN TestInt64ValueOrZero [2020-11-17T19:31:33.776Z] --- PASS: TestInt64ValueOrZero (0.00s) [2020-11-17T19:31:33.776Z] === RUN TestInt64ValueOrDefault [2020-11-17T19:31:33.776Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2020-11-17T19:31:33.776Z] === RUN TestInt64ValueOrDefaultWithError [2020-11-17T19:31:33.776Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2020-11-17T19:31:33.776Z] === RUN TestJsonContentType [2020-11-17T19:31:33.776Z] --- PASS: TestJsonContentType (0.00s) [2020-11-17T19:31:33.776Z] PASS [2020-11-17T19:31:33.776Z] coverage: 14.7% of statements [2020-11-17T19:31:33.776Z] ok github.com/docker/docker/api/server/httputils 0.115s coverage: 14.7% of statements [2020-11-17T19:31:34.033Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-11-17T19:31:34.746Z] === RUN TestMaskSecretKeys [2020-11-17T19:31:34.746Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2020-11-17T19:31:34.746Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2020-11-17T19:31:34.746Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2020-11-17T19:31:34.746Z] --- PASS: TestMaskSecretKeys (0.00s) [2020-11-17T19:31:34.746Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2020-11-17T19:31:34.746Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2020-11-17T19:31:34.746Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2020-11-17T19:31:34.746Z] === RUN TestVersionMiddlewareVersion [2020-11-17T19:31:34.746Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2020-11-17T19:31:34.746Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2020-11-17T19:31:34.746Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2020-11-17T19:31:34.746Z] PASS [2020-11-17T19:31:34.746Z] coverage: 37.7% of statements [2020-11-17T19:31:34.746Z] ok github.com/docker/docker/api/server/middleware 0.149s coverage: 37.7% of statements [2020-11-17T19:31:34.746Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-17T19:31:34.746Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-17T19:31:34.746Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-17T19:31:34.746Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-17T19:31:34.746Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-17T19:31:34.746Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-17T19:31:34.746Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-17T19:31:34.746Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-17T19:31:34.746Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-17T19:31:34.746Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-17T19:31:34.746Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-17T19:31:34.961Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-11-17T19:31:35.395Z] --- PASS: TestContainerKillOnDaemonStart (12.65s) [2020-11-17T19:31:35.395Z] PASS [2020-11-17T19:31:35.395Z] [2020-11-17T19:31:35.395Z] === Skipped [2020-11-17T19:31:35.395Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-11-17T19:31:35.395Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-17T19:31:35.395Z] [2020-11-17T19:31:35.395Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-17T19:31:35.395Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-17T19:31:35.395Z] [2020-11-17T19:31:35.395Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-11-17T19:31:35.395Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-17T19:31:35.395Z] [2020-11-17T19:31:35.395Z] [2020-11-17T19:31:35.395Z] DONE 195 tests, 3 skipped in 108.940s [2020-11-17T19:31:35.395Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-11-17T19:31:35.395Z] ++ 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-17T19:31:35.395Z] ++ set -e [2020-11-17T19:31:35.395Z] ++ '[' -n 0 ']' [2020-11-17T19:31:35.395Z] ++ set -x [2020-11-17T19:31:35.395Z] ++ env -i DEST=/go/src/github.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-17T19:31:35.395Z] INFO: Testing against a local daemon [2020-11-17T19:31:35.395Z] === RUN TestCommitInheritsEnv [2020-11-17T19:31:35.395Z] --- PASS: TestCommitInheritsEnv (0.30s) [2020-11-17T19:31:35.395Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-17T19:31:35.395Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-17T19:31:35.395Z] === RUN TestImagesFilterMultiReference [2020-11-17T19:31:35.395Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-11-17T19:31:35.395Z] === RUN TestImagePullPlatformInvalid [2020-11-17T19:31:35.395Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-11-17T19:31:35.395Z] === RUN TestRemoveImageOrphaning [2020-11-17T19:31:35.395Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2020-11-17T19:31:35.395Z] === RUN TestRemoveImageGarbageCollector [2020-11-17T19:31:35.395Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-17T19:31:35.395Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:31:35.395Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-17T19:31:35.395Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-11-17T19:31:35.395Z] === RUN TestTagInvalidReference [2020-11-17T19:31:35.395Z] --- PASS: TestTagInvalidReference (0.02s) [2020-11-17T19:31:35.395Z] === RUN TestTagValidPrefixedRepo [2020-11-17T19:31:35.395Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-11-17T19:31:35.395Z] === RUN TestTagExistedNameWithoutForce [2020-11-17T19:31:35.395Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-11-17T19:31:35.395Z] === RUN TestTagOfficialNames [2020-11-17T19:31:35.395Z] --- PASS: TestTagOfficialNames (0.04s) [2020-11-17T19:31:35.395Z] === RUN TestTagMatchesDigest [2020-11-17T19:31:35.395Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-11-17T19:31:35.395Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-17T19:31:36.287Z] === RUN TestStrSliceMarshalJSON [2020-11-17T19:31:36.287Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestStrSliceUnmarshalJSON [2020-11-17T19:31:36.287Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestStrSliceUnmarshalString [2020-11-17T19:31:36.287Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestStrSliceUnmarshalSlice [2020-11-17T19:31:36.287Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2020-11-17T19:31:36.287Z] PASS [2020-11-17T19:31:36.287Z] coverage: 90.0% of statements [2020-11-17T19:31:36.287Z] ok github.com/docker/docker/api/types/strslice 0.058s coverage: 90.0% of statements [2020-11-17T19:31:36.287Z] === RUN TestToJSON [2020-11-17T19:31:36.287Z] --- PASS: TestToJSON (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestToParamWithVersion [2020-11-17T19:31:36.287Z] --- PASS: TestToParamWithVersion (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestFromJSON [2020-11-17T19:31:36.287Z] --- PASS: TestFromJSON (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestEmpty [2020-11-17T19:31:36.287Z] --- PASS: TestEmpty (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestArgsMatchKVListEmptySources [2020-11-17T19:31:36.287Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestArgsMatchKVList [2020-11-17T19:31:36.287Z] --- PASS: TestArgsMatchKVList (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestArgsMatch [2020-11-17T19:31:36.287Z] --- PASS: TestArgsMatch (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestAdd [2020-11-17T19:31:36.287Z] --- PASS: TestAdd (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestDel [2020-11-17T19:31:36.287Z] --- PASS: TestDel (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestLen [2020-11-17T19:31:36.287Z] --- PASS: TestLen (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestExactMatch [2020-11-17T19:31:36.287Z] --- PASS: TestExactMatch (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestOnlyOneExactMatch [2020-11-17T19:31:36.287Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestContains [2020-11-17T19:31:36.287Z] --- PASS: TestContains (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestValidate [2020-11-17T19:31:36.287Z] --- PASS: TestValidate (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestWalkValues [2020-11-17T19:31:36.287Z] --- PASS: TestWalkValues (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestFuzzyMatch [2020-11-17T19:31:36.287Z] --- PASS: TestFuzzyMatch (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestClone [2020-11-17T19:31:36.287Z] --- PASS: TestClone (0.00s) [2020-11-17T19:31:36.287Z] PASS [2020-11-17T19:31:36.287Z] coverage: 92.2% of statements [2020-11-17T19:31:36.287Z] ok github.com/docker/docker/api/types/filters 0.071s coverage: 92.2% of statements [2020-11-17T19:31:36.287Z] === RUN TestDurationToSecondsString [2020-11-17T19:31:36.287Z] --- PASS: TestDurationToSecondsString (0.00s) [2020-11-17T19:31:36.287Z] === RUN TestGetTimestamp [2020-11-17T19:31:36.287Z] --- PASS: TestGetTimestamp (0.10s) [2020-11-17T19:31:36.287Z] === RUN TestParseTimestamps [2020-11-17T19:31:36.287Z] --- PASS: TestParseTimestamps (0.00s) [2020-11-17T19:31:36.288Z] PASS [2020-11-17T19:31:36.288Z] coverage: 100.0% of statements [2020-11-17T19:31:36.748Z] === RUN TestAdjustForAPIVersion [2020-11-17T19:31:36.748Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2020-11-17T19:31:36.748Z] PASS [2020-11-17T19:31:36.748Z] coverage: 5.7% of statements [2020-11-17T19:31:36.748Z] ok github.com/docker/docker/api/types/time 0.177s coverage: 100.0% of statements [2020-11-17T19:31:36.748Z] ok github.com/docker/docker/api/server/router/swarm 0.143s coverage: 5.7% of statements [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-17T19:31:36.748Z] === RUN TestCompareVersion [2020-11-17T19:31:36.748Z] --- PASS: TestCompareVersion (0.00s) [2020-11-17T19:31:36.748Z] PASS [2020-11-17T19:31:36.748Z] coverage: 75.0% of statements [2020-11-17T19:31:36.748Z] ok github.com/docker/docker/api/types/versions 0.076s coverage: 75.0% of statements [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/builder [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-17T19:31:36.748Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-17T19:31:38.232Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-11-17T19:31:38.292Z] === RUN TestParseRemoteURL [2020-11-17T19:31:38.292Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2020-11-17T19:31:38.292Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2020-11-17T19:31:38.292Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2020-11-17T19:31:38.292Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2020-11-17T19:31:38.292Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2020-11-17T19:31:38.292Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2020-11-17T19:31:38.292Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2020-11-17T19:31:38.292Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2020-11-17T19:31:38.292Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2020-11-17T19:31:38.292Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2020-11-17T19:31:38.292Z] --- PASS: TestParseRemoteURL (0.00s) [2020-11-17T19:31:38.292Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2020-11-17T19:31:38.292Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2020-11-17T19:31:38.292Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2020-11-17T19:31:38.292Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2020-11-17T19:31:38.292Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2020-11-17T19:31:38.292Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2020-11-17T19:31:38.292Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2020-11-17T19:31:38.292Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2020-11-17T19:31:38.292Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2020-11-17T19:31:38.292Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2020-11-17T19:31:38.292Z] === RUN TestCloneArgsSmartHttp [2020-11-17T19:31:38.292Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2020-11-17T19:31:38.292Z] === RUN TestCloneArgsDumbHttp [2020-11-17T19:31:38.292Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2020-11-17T19:31:38.292Z] === RUN TestCloneArgsGit [2020-11-17T19:31:38.292Z] --- PASS: TestCloneArgsGit (0.00s) [2020-11-17T19:31:38.292Z] === RUN TestCheckoutGit [2020-11-17T19:31:38.488Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-11-17T19:31:39.051Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-11-17T19:31:39.767Z] --- PASS: TestReplicatedJob (6.33s) [2020-11-17T19:31:39.767Z] === RUN TestUpdateReplicatedJob [2020-11-17T19:31:39.834Z] === RUN TestEnable [2020-11-17T19:31:39.834Z] --- PASS: TestEnable (0.00s) [2020-11-17T19:31:39.834Z] === RUN TestDisable [2020-11-17T19:31:39.834Z] --- PASS: TestDisable (0.00s) [2020-11-17T19:31:39.834Z] === RUN TestEnabled [2020-11-17T19:31:39.834Z] --- PASS: TestEnabled (0.00s) [2020-11-17T19:31:39.834Z] PASS [2020-11-17T19:31:39.834Z] coverage: 100.0% of statements [2020-11-17T19:31:39.834Z] ok github.com/docker/docker/cli/debug 0.039s coverage: 100.0% of statements [2020-11-17T19:31:39.979Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-11-17T19:31:40.263Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-11-17T19:31:40.263Z] Copying nested executables into bundles/cross/linux/amd64 [2020-11-17T19:31:40.263Z] Cross building: bundles/cross/windows/amd64 [2020-11-17T19:31:40.263Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-11-17T19:31:40.263Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-11-17T19:31:40.541Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-11-17T19:31:40.812Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2020-11-17T19:31:40.812Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2020-11-17T19:31:40.812Z] === RUN TestProcessNoDockerignore [2020-11-17T19:31:40.812Z] --- PASS: TestProcessNoDockerignore (0.00s) [2020-11-17T19:31:40.812Z] === RUN TestProcessShouldLeaveAllFiles [2020-11-17T19:31:40.812Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2020-11-17T19:31:40.812Z] === RUN TestDetectContentType [2020-11-17T19:31:40.812Z] --- PASS: TestDetectContentType (0.00s) [2020-11-17T19:31:40.812Z] === RUN TestSelectAcceptableMIME [2020-11-17T19:31:40.812Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2020-11-17T19:31:40.812Z] === RUN TestInspectEmptyResponse [2020-11-17T19:31:40.812Z] --- PASS: TestInspectEmptyResponse (0.00s) [2020-11-17T19:31:40.812Z] === RUN TestInspectResponseBinary [2020-11-17T19:31:40.812Z] --- PASS: TestInspectResponseBinary (0.00s) [2020-11-17T19:31:40.812Z] === RUN TestResponseUnsupportedContentType [2020-11-17T19:31:40.812Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2020-11-17T19:31:40.812Z] === RUN TestInspectResponseTextSimple [2020-11-17T19:31:40.812Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2020-11-17T19:31:40.812Z] === RUN TestInspectResponseEmptyContentType [2020-11-17T19:31:40.812Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2020-11-17T19:31:40.812Z] === RUN TestUnknownContentLength [2020-11-17T19:31:40.812Z] --- PASS: TestUnknownContentLength (0.00s) [2020-11-17T19:31:40.812Z] === RUN TestDownloadRemote [2020-11-17T19:31:40.812Z] --- PASS: TestDownloadRemote (0.07s) [2020-11-17T19:31:40.812Z] === RUN TestGetWithStatusError [2020-11-17T19:31:40.812Z] --- PASS: TestGetWithStatusError (0.00s) [2020-11-17T19:31:40.812Z] === RUN TestCloseRootDirectory [2020-11-17T19:31:40.812Z] --- SKIP: TestCloseRootDirectory (0.00s) [2020-11-17T19:31:40.812Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:31:40.812Z] === RUN TestHashFile [2020-11-17T19:31:40.812Z] --- SKIP: TestHashFile (0.00s) [2020-11-17T19:31:40.812Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:31:40.812Z] === RUN TestHashSubdir [2020-11-17T19:31:40.812Z] --- SKIP: TestHashSubdir (0.00s) [2020-11-17T19:31:40.812Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:31:40.812Z] === RUN TestRemoveDirectory [2020-11-17T19:31:40.812Z] --- SKIP: TestRemoveDirectory (0.00s) [2020-11-17T19:31:40.812Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:31:40.812Z] PASS [2020-11-17T19:31:40.812Z] coverage: 9.3% of statements [2020-11-17T19:31:40.812Z] ok github.com/docker/docker/builder/remotecontext 0.517s coverage: 9.3% of statements [2020-11-17T19:31:41.103Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-11-17T19:31:41.279Z] === RUN TestGetAllAllowed [2020-11-17T19:31:41.279Z] --- PASS: TestGetAllAllowed (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestGetAllMeta [2020-11-17T19:31:41.279Z] --- PASS: TestGetAllMeta (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestWarnOnUnusedBuildArgs [2020-11-17T19:31:41.279Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestIsUnreferencedBuiltin [2020-11-17T19:31:41.279Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestIsExistingDirectory [2020-11-17T19:31:41.279Z] --- PASS: TestIsExistingDirectory (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestGetFilenameForDownload [2020-11-17T19:31:41.279Z] --- PASS: TestGetFilenameForDownload (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestEnv2Variables [2020-11-17T19:31:41.279Z] --- PASS: TestEnv2Variables (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestEnvValueWithExistingRunConfigEnv [2020-11-17T19:31:41.279Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestMaintainer [2020-11-17T19:31:41.279Z] --- PASS: TestMaintainer (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestLabel [2020-11-17T19:31:41.279Z] --- PASS: TestLabel (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestFromScratch [2020-11-17T19:31:41.279Z] --- PASS: TestFromScratch (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestFromWithArg [2020-11-17T19:31:41.279Z] --- PASS: TestFromWithArg (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestFromWithArgButBuildArgsNotGiven [2020-11-17T19:31:41.279Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestFromWithUndefinedArg [2020-11-17T19:31:41.279Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestFromMultiStageWithNamedStage [2020-11-17T19:31:41.279Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestOnbuild [2020-11-17T19:31:41.279Z] --- PASS: TestOnbuild (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestWorkdir [2020-11-17T19:31:41.279Z] --- PASS: TestWorkdir (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestCmd [2020-11-17T19:31:41.279Z] --- PASS: TestCmd (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestHealthcheckNone [2020-11-17T19:31:41.279Z] --- PASS: TestHealthcheckNone (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestHealthcheckCmd [2020-11-17T19:31:41.279Z] --- PASS: TestHealthcheckCmd (0.00s) [2020-11-17T19:31:41.279Z] === RUN TestEntrypoint [2020-11-17T19:31:41.739Z] --- PASS: TestEntrypoint (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestExpose [2020-11-17T19:31:41.739Z] --- PASS: TestExpose (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestUser [2020-11-17T19:31:41.739Z] --- PASS: TestUser (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestVolume [2020-11-17T19:31:41.739Z] --- PASS: TestVolume (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestStopSignal [2020-11-17T19:31:41.739Z] --- SKIP: TestStopSignal (0.00s) [2020-11-17T19:31:41.739Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-11-17T19:31:41.739Z] === RUN TestArg [2020-11-17T19:31:41.739Z] --- PASS: TestArg (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestShell [2020-11-17T19:31:41.739Z] --- PASS: TestShell (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestPrependEnvOnCmd [2020-11-17T19:31:41.739Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestRunWithBuildArgs [2020-11-17T19:31:41.739Z] --- PASS: TestRunWithBuildArgs (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestRunIgnoresHealthcheck [2020-11-17T19:31:41.739Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestNormalizeWorkdir [2020-11-17T19:31:41.739Z] --- PASS: TestNormalizeWorkdir (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestDispatch [2020-11-17T19:31:41.739Z] === RUN TestDispatch/ADD_multiple_files_to_file [2020-11-17T19:31:41.739Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2020-11-17T19:31:41.739Z] === RUN TestDispatch/COPY_multiple_files_to_file [2020-11-17T19:31:41.739Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2020-11-17T19:31:41.739Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2020-11-17T19:31:41.739Z] === RUN TestDispatch/COPY_wildcard_no_files [2020-11-17T19:31:41.739Z] === RUN TestDispatch/COPY_url [2020-11-17T19:31:41.739Z] --- PASS: TestDispatch (0.06s) [2020-11-17T19:31:41.739Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2020-11-17T19:31:41.739Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2020-11-17T19:31:41.739Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2020-11-17T19:31:41.739Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2020-11-17T19:31:41.739Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2020-11-17T19:31:41.739Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2020-11-17T19:31:41.739Z] --- PASS: TestDispatch/COPY_url (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestAddScratchImageAddsToMounts [2020-11-17T19:31:41.739Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestAddFromScratchPopulatesPlatform [2020-11-17T19:31:41.739Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2020-11-17T19:31:41.739Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2020-11-17T19:31:41.739Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestImageSourceGetAddsToMounts [2020-11-17T19:31:41.739Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestEmptyDockerfile [2020-11-17T19:31:41.739Z] --- PASS: TestEmptyDockerfile (0.01s) [2020-11-17T19:31:41.739Z] === RUN TestSymlinkDockerfile [2020-11-17T19:31:41.739Z] --- PASS: TestSymlinkDockerfile (0.01s) [2020-11-17T19:31:41.739Z] === RUN TestDockerfileOutsideTheBuildContext [2020-11-17T19:31:41.739Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestNonExistingDockerfile [2020-11-17T19:31:41.739Z] --- PASS: TestNonExistingDockerfile (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestCopyRunConfig [2020-11-17T19:31:41.739Z] --- PASS: TestCopyRunConfig (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestDeepCopyRunConfig [2020-11-17T19:31:41.739Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestExportImage [2020-11-17T19:31:41.739Z] --- PASS: TestExportImage (0.00s) [2020-11-17T19:31:41.739Z] === RUN TestNormalizeDest [2020-11-17T19:31:41.739Z] --- PASS: TestNormalizeDest (0.00s) [2020-11-17T19:31:41.739Z] PASS [2020-11-17T19:31:41.739Z] coverage: 46.6% of statements [2020-11-17T19:31:41.739Z] ok github.com/docker/docker/builder/dockerfile 0.489s coverage: 46.6% of statements [2020-11-17T19:31:41.739Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-17T19:31:43.086Z] --- PASS: TestUpdateReplicatedJob (4.31s) [2020-11-17T19:31:43.086Z] === RUN TestServiceListWithStatuses [2020-11-17T19:31:43.086Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-17T19:31:43.086Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-17T19:31:43.086Z] === RUN TestDockerNetworkConnectAlias [2020-11-17T19:31:44.375Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-11-17T19:31:46.273Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-11-17T19:31:47.641Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-11-17T19:31:48.206Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-11-17T19:31:49.574Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-11-17T19:31:49.574Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-11-17T19:31:50.137Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-11-17T19:31:51.248Z] --- PASS: TestDockerNetworkConnectAlias (6.77s) [2020-11-17T19:31:51.248Z] === RUN TestDockerNetworkReConnect [2020-11-17T19:31:52.030Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-11-17T19:31:52.078Z] === RUN TestCheckpointCreateError [2020-11-17T19:31:52.078Z] --- PASS: TestCheckpointCreateError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCheckpointCreate [2020-11-17T19:31:52.078Z] --- PASS: TestCheckpointCreate (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCheckpointDeleteError [2020-11-17T19:31:52.078Z] --- PASS: TestCheckpointDeleteError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCheckpointDelete [2020-11-17T19:31:52.078Z] --- PASS: TestCheckpointDelete (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCheckpointListError [2020-11-17T19:31:52.078Z] --- PASS: TestCheckpointListError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCheckpointList [2020-11-17T19:31:52.078Z] --- PASS: TestCheckpointList (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCheckpointListContainerNotFound [2020-11-17T19:31:52.078Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestNewClientWithOpsFromEnv [2020-11-17T19:31:52.078Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2020-11-17T19:31:52.078Z] client_test.go:23: runtime.GOOS == "windows" [2020-11-17T19:31:52.078Z] === RUN TestGetAPIPath [2020-11-17T19:31:52.078Z] --- PASS: TestGetAPIPath (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestParseHostURL [2020-11-17T19:31:52.078Z] --- PASS: TestParseHostURL (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2020-11-17T19:31:52.078Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestNegotiateAPIVersionEmpty [2020-11-17T19:31:52.078Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestNegotiateAPIVersion [2020-11-17T19:31:52.078Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestNegotiateAPVersionOverride [2020-11-17T19:31:52.078Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestNegotiateAPIVersionAutomatic [2020-11-17T19:31:52.078Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2020-11-17T19:31:52.078Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2020-11-17T19:31:52.078Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestClientRedirect [2020-11-17T19:31:52.078Z] --- PASS: TestClientRedirect (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigCreateUnsupported [2020-11-17T19:31:52.078Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigCreateError [2020-11-17T19:31:52.078Z] --- PASS: TestConfigCreateError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigCreate [2020-11-17T19:31:52.078Z] --- PASS: TestConfigCreate (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigInspectNotFound [2020-11-17T19:31:52.078Z] --- PASS: TestConfigInspectNotFound (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigInspectWithEmptyID [2020-11-17T19:31:52.078Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigInspectUnsupported [2020-11-17T19:31:52.078Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigInspectError [2020-11-17T19:31:52.078Z] --- PASS: TestConfigInspectError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigInspectConfigNotFound [2020-11-17T19:31:52.078Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigInspect [2020-11-17T19:31:52.078Z] --- PASS: TestConfigInspect (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigListUnsupported [2020-11-17T19:31:52.078Z] --- PASS: TestConfigListUnsupported (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigListError [2020-11-17T19:31:52.078Z] --- PASS: TestConfigListError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigList [2020-11-17T19:31:52.078Z] --- PASS: TestConfigList (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigRemoveUnsupported [2020-11-17T19:31:52.078Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigRemoveError [2020-11-17T19:31:52.078Z] --- PASS: TestConfigRemoveError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigRemove [2020-11-17T19:31:52.078Z] --- PASS: TestConfigRemove (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigUpdateUnsupported [2020-11-17T19:31:52.078Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigUpdateError [2020-11-17T19:31:52.078Z] --- PASS: TestConfigUpdateError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestConfigUpdate [2020-11-17T19:31:52.078Z] --- PASS: TestConfigUpdate (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerCommitError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerCommitError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerCommit [2020-11-17T19:31:52.078Z] --- PASS: TestContainerCommit (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerStatPathError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerStatPathError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerStatPathNotFoundError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerStatPathNoHeaderError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerStatPath [2020-11-17T19:31:52.078Z] --- PASS: TestContainerStatPath (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCopyToContainerError [2020-11-17T19:31:52.078Z] --- PASS: TestCopyToContainerError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCopyToContainerNotFoundError [2020-11-17T19:31:52.078Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCopyToContainerNotStatusOKError [2020-11-17T19:31:52.078Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCopyToContainer [2020-11-17T19:31:52.078Z] --- PASS: TestCopyToContainer (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCopyFromContainerError [2020-11-17T19:31:52.078Z] --- PASS: TestCopyFromContainerError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCopyFromContainerNotFoundError [2020-11-17T19:31:52.078Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCopyFromContainerNotStatusOKError [2020-11-17T19:31:52.078Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCopyFromContainerNoHeaderError [2020-11-17T19:31:52.078Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestCopyFromContainer [2020-11-17T19:31:52.078Z] --- PASS: TestCopyFromContainer (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerCreateError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerCreateError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerCreateImageNotFound [2020-11-17T19:31:52.078Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerCreateWithName [2020-11-17T19:31:52.078Z] --- PASS: TestContainerCreateWithName (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerCreateAutoRemove [2020-11-17T19:31:52.078Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerDiffError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerDiffError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerDiff [2020-11-17T19:31:52.078Z] --- PASS: TestContainerDiff (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerExecCreateError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerExecCreateError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerExecCreate [2020-11-17T19:31:52.078Z] --- PASS: TestContainerExecCreate (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerExecStartError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerExecStartError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerExecStart [2020-11-17T19:31:52.078Z] --- PASS: TestContainerExecStart (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerExecInspectError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerExecInspectError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerExecInspect [2020-11-17T19:31:52.078Z] --- PASS: TestContainerExecInspect (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerExportError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerExportError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerExport [2020-11-17T19:31:52.078Z] --- PASS: TestContainerExport (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerInspectError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerInspectError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerInspectContainerNotFound [2020-11-17T19:31:52.078Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerInspectWithEmptyID [2020-11-17T19:31:52.078Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerInspect [2020-11-17T19:31:52.078Z] --- PASS: TestContainerInspect (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerInspectNode [2020-11-17T19:31:52.078Z] --- PASS: TestContainerInspectNode (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerKillError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerKillError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerKill [2020-11-17T19:31:52.078Z] --- PASS: TestContainerKill (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerListError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerListError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerList [2020-11-17T19:31:52.078Z] --- PASS: TestContainerList (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerLogsNotFoundError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerLogsError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerLogsError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerLogs [2020-11-17T19:31:52.078Z] --- PASS: TestContainerLogs (0.12s) [2020-11-17T19:31:52.078Z] === RUN TestContainerPauseError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerPauseError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerPause [2020-11-17T19:31:52.078Z] --- PASS: TestContainerPause (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainersPruneError [2020-11-17T19:31:52.078Z] --- PASS: TestContainersPruneError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainersPrune [2020-11-17T19:31:52.078Z] --- PASS: TestContainersPrune (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerRemoveError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerRemoveError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerRemoveNotFoundError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerRemove [2020-11-17T19:31:52.078Z] --- PASS: TestContainerRemove (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerRenameError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerRenameError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerRename [2020-11-17T19:31:52.078Z] --- PASS: TestContainerRename (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerResizeError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerResizeError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerExecResizeError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerExecResizeError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerResize [2020-11-17T19:31:52.078Z] --- PASS: TestContainerResize (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerExecResize [2020-11-17T19:31:52.078Z] --- PASS: TestContainerExecResize (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerRestartError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerRestartError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerRestart [2020-11-17T19:31:52.078Z] --- PASS: TestContainerRestart (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerStartError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerStartError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerStart [2020-11-17T19:31:52.078Z] --- PASS: TestContainerStart (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerStatsError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerStatsError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerStats [2020-11-17T19:31:52.078Z] --- PASS: TestContainerStats (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerStopError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerStopError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerStop [2020-11-17T19:31:52.078Z] --- PASS: TestContainerStop (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerTopError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerTopError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerTop [2020-11-17T19:31:52.078Z] --- PASS: TestContainerTop (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerUnpauseError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerUnpauseError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerUnpause [2020-11-17T19:31:52.078Z] --- PASS: TestContainerUnpause (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerUpdateError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerUpdateError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerUpdate [2020-11-17T19:31:52.078Z] --- PASS: TestContainerUpdate (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerWaitError [2020-11-17T19:31:52.078Z] --- PASS: TestContainerWaitError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestContainerWait [2020-11-17T19:31:52.078Z] --- PASS: TestContainerWait (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestDiskUsageError [2020-11-17T19:31:52.078Z] --- PASS: TestDiskUsageError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestDiskUsage [2020-11-17T19:31:52.078Z] --- PASS: TestDiskUsage (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestDistributionInspectUnsupported [2020-11-17T19:31:52.078Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestDistributionInspectWithEmptyID [2020-11-17T19:31:52.078Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestEventsErrorInOptions [2020-11-17T19:31:52.078Z] --- PASS: TestEventsErrorInOptions (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestEventsErrorFromServer [2020-11-17T19:31:52.078Z] --- PASS: TestEventsErrorFromServer (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestEvents [2020-11-17T19:31:52.078Z] --- PASS: TestEvents (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestTLSCloseWriter [2020-11-17T19:31:52.078Z] === PAUSE TestTLSCloseWriter [2020-11-17T19:31:52.078Z] === RUN TestImageBuildError [2020-11-17T19:31:52.078Z] --- PASS: TestImageBuildError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageBuild [2020-11-17T19:31:52.078Z] --- PASS: TestImageBuild (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestGetDockerOS [2020-11-17T19:31:52.078Z] --- PASS: TestGetDockerOS (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageCreateError [2020-11-17T19:31:52.078Z] --- PASS: TestImageCreateError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageCreate [2020-11-17T19:31:52.078Z] --- PASS: TestImageCreate (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageHistoryError [2020-11-17T19:31:52.078Z] --- PASS: TestImageHistoryError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageHistory [2020-11-17T19:31:52.078Z] --- PASS: TestImageHistory (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageImportError [2020-11-17T19:31:52.078Z] --- PASS: TestImageImportError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageImport [2020-11-17T19:31:52.078Z] --- PASS: TestImageImport (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageInspectError [2020-11-17T19:31:52.078Z] --- PASS: TestImageInspectError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageInspectImageNotFound [2020-11-17T19:31:52.078Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageInspectWithEmptyID [2020-11-17T19:31:52.078Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageInspect [2020-11-17T19:31:52.078Z] --- PASS: TestImageInspect (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageListError [2020-11-17T19:31:52.078Z] --- PASS: TestImageListError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageList [2020-11-17T19:31:52.078Z] --- PASS: TestImageList (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageListApiBefore125 [2020-11-17T19:31:52.078Z] --- PASS: TestImageListApiBefore125 (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageLoadError [2020-11-17T19:31:52.078Z] --- PASS: TestImageLoadError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImageLoad [2020-11-17T19:31:52.078Z] --- PASS: TestImageLoad (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImagesPruneError [2020-11-17T19:31:52.078Z] --- PASS: TestImagesPruneError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImagesPrune [2020-11-17T19:31:52.078Z] --- PASS: TestImagesPrune (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImagePullReferenceParseError [2020-11-17T19:31:52.078Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImagePullAnyError [2020-11-17T19:31:52.078Z] --- PASS: TestImagePullAnyError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImagePullStatusUnauthorizedError [2020-11-17T19:31:52.078Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-17T19:31:52.078Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-17T19:31:52.078Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImagePullWithPrivilegedFuncNoError [2020-11-17T19:31:52.078Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImagePullWithoutErrors [2020-11-17T19:31:52.078Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImagePushReferenceError [2020-11-17T19:31:52.078Z] --- PASS: TestImagePushReferenceError (0.00s) [2020-11-17T19:31:52.078Z] === RUN TestImagePushAnyError [2020-11-17T19:31:52.078Z] --- PASS: TestImagePushAnyError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImagePushStatusUnauthorizedError [2020-11-17T19:31:52.079Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-17T19:31:52.079Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-17T19:31:52.079Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImagePushWithPrivilegedFuncNoError [2020-11-17T19:31:52.079Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImagePushWithoutErrors [2020-11-17T19:31:52.079Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2020-11-17T19:31:52.079Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2020-11-17T19:31:52.079Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2020-11-17T19:31:52.079Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2020-11-17T19:31:52.079Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2020-11-17T19:31:52.079Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2020-11-17T19:31:52.079Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2020-11-17T19:31:52.079Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2020-11-17T19:31:52.079Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageRemoveError [2020-11-17T19:31:52.079Z] --- PASS: TestImageRemoveError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageRemoveImageNotFound [2020-11-17T19:31:52.079Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageRemove [2020-11-17T19:31:52.079Z] --- PASS: TestImageRemove (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageSaveError [2020-11-17T19:31:52.079Z] --- PASS: TestImageSaveError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageSave [2020-11-17T19:31:52.079Z] --- PASS: TestImageSave (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageSearchAnyError [2020-11-17T19:31:52.079Z] --- PASS: TestImageSearchAnyError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageSearchStatusUnauthorizedError [2020-11-17T19:31:52.079Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-17T19:31:52.079Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-17T19:31:52.079Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2020-11-17T19:31:52.079Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageSearchWithoutErrors [2020-11-17T19:31:52.079Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageTagError [2020-11-17T19:31:52.079Z] --- PASS: TestImageTagError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageTagInvalidReference [2020-11-17T19:31:52.079Z] --- PASS: TestImageTagInvalidReference (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageTagInvalidSourceImageName [2020-11-17T19:31:52.079Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageTagHexSource [2020-11-17T19:31:52.079Z] --- PASS: TestImageTagHexSource (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestImageTag [2020-11-17T19:31:52.079Z] --- PASS: TestImageTag (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestInfoServerError [2020-11-17T19:31:52.079Z] --- PASS: TestInfoServerError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestInfoInvalidResponseJSONError [2020-11-17T19:31:52.079Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestInfo [2020-11-17T19:31:52.079Z] --- PASS: TestInfo (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkConnectError [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkConnectError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkConnect [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkConnect (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkCreateError [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkCreateError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkCreate [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkCreate (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkDisconnectError [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkDisconnectError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkDisconnect [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkDisconnect (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkInspectError [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkInspectError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkInspectNotFoundError [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkInspectWithEmptyID [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkInspect [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkInspect (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkListError [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkListError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkList [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkList (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworksPruneError [2020-11-17T19:31:52.079Z] --- PASS: TestNetworksPruneError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworksPrune [2020-11-17T19:31:52.079Z] --- PASS: TestNetworksPrune (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkRemoveError [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkRemoveError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNetworkRemove [2020-11-17T19:31:52.079Z] --- PASS: TestNetworkRemove (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNodeInspectError [2020-11-17T19:31:52.079Z] --- PASS: TestNodeInspectError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNodeInspectNodeNotFound [2020-11-17T19:31:52.079Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNodeInspectWithEmptyID [2020-11-17T19:31:52.079Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNodeInspect [2020-11-17T19:31:52.079Z] --- PASS: TestNodeInspect (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNodeListError [2020-11-17T19:31:52.079Z] --- PASS: TestNodeListError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNodeList [2020-11-17T19:31:52.079Z] --- PASS: TestNodeList (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNodeRemoveError [2020-11-17T19:31:52.079Z] --- PASS: TestNodeRemoveError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNodeRemove [2020-11-17T19:31:52.079Z] --- PASS: TestNodeRemove (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNodeUpdateError [2020-11-17T19:31:52.079Z] --- PASS: TestNodeUpdateError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestNodeUpdate [2020-11-17T19:31:52.079Z] --- PASS: TestNodeUpdate (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestOptionWithTimeout [2020-11-17T19:31:52.079Z] --- PASS: TestOptionWithTimeout (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPingFail [2020-11-17T19:31:52.079Z] --- PASS: TestPingFail (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPingWithError [2020-11-17T19:31:52.079Z] 2020/11/17 19:31:50 RoundTripper returned a response & error; ignoring response [2020-11-17T19:31:52.079Z] 2020/11/17 19:31:50 RoundTripper returned a response & error; ignoring response [2020-11-17T19:31:52.079Z] --- PASS: TestPingWithError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPingSuccess [2020-11-17T19:31:52.079Z] --- PASS: TestPingSuccess (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPingHeadFallback [2020-11-17T19:31:52.079Z] === RUN TestPingHeadFallback/OK [2020-11-17T19:31:52.079Z] === RUN TestPingHeadFallback/Internal_Server_Error [2020-11-17T19:31:52.079Z] === RUN TestPingHeadFallback/Not_Found [2020-11-17T19:31:52.079Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2020-11-17T19:31:52.079Z] --- PASS: TestPingHeadFallback (0.00s) [2020-11-17T19:31:52.079Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2020-11-17T19:31:52.079Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2020-11-17T19:31:52.079Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2020-11-17T19:31:52.079Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginDisableError [2020-11-17T19:31:52.079Z] --- PASS: TestPluginDisableError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginDisable [2020-11-17T19:31:52.079Z] --- PASS: TestPluginDisable (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginEnableError [2020-11-17T19:31:52.079Z] --- PASS: TestPluginEnableError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginEnable [2020-11-17T19:31:52.079Z] --- PASS: TestPluginEnable (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginInspectError [2020-11-17T19:31:52.079Z] --- PASS: TestPluginInspectError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginInspectWithEmptyID [2020-11-17T19:31:52.079Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginInspect [2020-11-17T19:31:52.079Z] --- PASS: TestPluginInspect (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginListError [2020-11-17T19:31:52.079Z] --- PASS: TestPluginListError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginList [2020-11-17T19:31:52.079Z] --- PASS: TestPluginList (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginPushError [2020-11-17T19:31:52.079Z] --- PASS: TestPluginPushError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginPush [2020-11-17T19:31:52.079Z] --- PASS: TestPluginPush (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginRemoveError [2020-11-17T19:31:52.079Z] --- PASS: TestPluginRemoveError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginRemove [2020-11-17T19:31:52.079Z] --- PASS: TestPluginRemove (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginSetError [2020-11-17T19:31:52.079Z] --- PASS: TestPluginSetError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPluginSet [2020-11-17T19:31:52.079Z] --- PASS: TestPluginSet (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSetHostHeader [2020-11-17T19:31:52.079Z] --- PASS: TestSetHostHeader (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestPlainTextError [2020-11-17T19:31:52.079Z] --- PASS: TestPlainTextError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestInfiniteError [2020-11-17T19:31:52.079Z] --- PASS: TestInfiniteError (0.02s) [2020-11-17T19:31:52.079Z] === RUN TestSecretCreateUnsupported [2020-11-17T19:31:52.079Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretCreateError [2020-11-17T19:31:52.079Z] --- PASS: TestSecretCreateError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretCreate [2020-11-17T19:31:52.079Z] --- PASS: TestSecretCreate (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretInspectUnsupported [2020-11-17T19:31:52.079Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretInspectError [2020-11-17T19:31:52.079Z] --- PASS: TestSecretInspectError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretInspectSecretNotFound [2020-11-17T19:31:52.079Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretInspectWithEmptyID [2020-11-17T19:31:52.079Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretInspect [2020-11-17T19:31:52.079Z] --- PASS: TestSecretInspect (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretListUnsupported [2020-11-17T19:31:52.079Z] --- PASS: TestSecretListUnsupported (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretListError [2020-11-17T19:31:52.079Z] --- PASS: TestSecretListError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretList [2020-11-17T19:31:52.079Z] --- PASS: TestSecretList (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretRemoveUnsupported [2020-11-17T19:31:52.079Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretRemoveError [2020-11-17T19:31:52.079Z] --- PASS: TestSecretRemoveError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretRemove [2020-11-17T19:31:52.079Z] --- PASS: TestSecretRemove (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretUpdateUnsupported [2020-11-17T19:31:52.079Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretUpdateError [2020-11-17T19:31:52.079Z] --- PASS: TestSecretUpdateError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSecretUpdate [2020-11-17T19:31:52.079Z] --- PASS: TestSecretUpdate (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceCreateError [2020-11-17T19:31:52.079Z] --- PASS: TestServiceCreateError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceCreate [2020-11-17T19:31:52.079Z] --- PASS: TestServiceCreate (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceCreateCompatiblePlatforms [2020-11-17T19:31:52.079Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.01s) [2020-11-17T19:31:52.079Z] === RUN TestServiceCreateDigestPinning [2020-11-17T19:31:52.079Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceInspectError [2020-11-17T19:31:52.079Z] --- PASS: TestServiceInspectError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceInspectServiceNotFound [2020-11-17T19:31:52.079Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceInspectWithEmptyID [2020-11-17T19:31:52.079Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceInspect [2020-11-17T19:31:52.079Z] --- PASS: TestServiceInspect (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceListError [2020-11-17T19:31:52.079Z] --- PASS: TestServiceListError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceList [2020-11-17T19:31:52.079Z] --- PASS: TestServiceList (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceLogsError [2020-11-17T19:31:52.079Z] --- PASS: TestServiceLogsError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceLogs [2020-11-17T19:31:52.079Z] --- PASS: TestServiceLogs (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceRemoveError [2020-11-17T19:31:52.079Z] --- PASS: TestServiceRemoveError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceRemoveNotFoundError [2020-11-17T19:31:52.079Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceRemove [2020-11-17T19:31:52.079Z] --- PASS: TestServiceRemove (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceUpdateError [2020-11-17T19:31:52.079Z] --- PASS: TestServiceUpdateError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestServiceUpdate [2020-11-17T19:31:52.079Z] --- PASS: TestServiceUpdate (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmGetUnlockKeyError [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmGetUnlockKey [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmInitError [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmInitError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmInit [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmInit (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmInspectError [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmInspectError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmInspect [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmInspect (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmJoinError [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmJoinError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmJoin [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmJoin (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmLeaveError [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmLeaveError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmLeave [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmLeave (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmUnlockError [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmUnlockError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmUnlock [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmUnlock (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmUpdateError [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmUpdateError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestSwarmUpdate [2020-11-17T19:31:52.079Z] --- PASS: TestSwarmUpdate (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestTaskInspectError [2020-11-17T19:31:52.079Z] --- PASS: TestTaskInspectError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestTaskInspectWithEmptyID [2020-11-17T19:31:52.079Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestTaskInspect [2020-11-17T19:31:52.079Z] --- PASS: TestTaskInspect (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestTaskListError [2020-11-17T19:31:52.079Z] --- PASS: TestTaskListError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestTaskList [2020-11-17T19:31:52.079Z] --- PASS: TestTaskList (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestVolumeCreateError [2020-11-17T19:31:52.079Z] --- PASS: TestVolumeCreateError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestVolumeCreate [2020-11-17T19:31:52.079Z] --- PASS: TestVolumeCreate (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestVolumeInspectError [2020-11-17T19:31:52.079Z] --- PASS: TestVolumeInspectError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestVolumeInspectNotFound [2020-11-17T19:31:52.079Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestVolumeInspectWithEmptyID [2020-11-17T19:31:52.079Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestVolumeInspect [2020-11-17T19:31:52.079Z] --- PASS: TestVolumeInspect (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestVolumeListError [2020-11-17T19:31:52.079Z] --- PASS: TestVolumeListError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestVolumeList [2020-11-17T19:31:52.079Z] --- PASS: TestVolumeList (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestVolumeRemoveError [2020-11-17T19:31:52.079Z] --- PASS: TestVolumeRemoveError (0.00s) [2020-11-17T19:31:52.079Z] === RUN TestVolumeRemove [2020-11-17T19:31:52.079Z] --- PASS: TestVolumeRemove (0.00s) [2020-11-17T19:31:52.079Z] === CONT TestTLSCloseWriter [2020-11-17T19:31:52.079Z] --- PASS: TestTLSCloseWriter (0.01s) [2020-11-17T19:31:52.079Z] PASS [2020-11-17T19:31:52.079Z] coverage: 74.9% of statements [2020-11-17T19:31:52.079Z] ok github.com/docker/docker/client 0.689s coverage: 74.9% of statements [2020-11-17T19:31:52.959Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-11-17T19:31:53.522Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-11-17T19:31:55.473Z] --- PASS: TestDockerNetworkReConnect (5.27s) [2020-11-17T19:31:55.473Z] === RUN TestServicePlugin [2020-11-17T19:31:55.473Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-17T19:31:55.473Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:31:55.473Z] === RUN TestServiceUpdateLabel [2020-11-17T19:31:56.039Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-11-17T19:31:56.601Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-11-17T19:31:56.601Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-11-17T19:31:56.601Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-11-17T19:31:58.492Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-11-17T19:31:58.492Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-11-17T19:31:58.787Z] --- PASS: TestServiceUpdateLabel (3.30s) [2020-11-17T19:31:58.787Z] === RUN TestServiceUpdateSecrets [2020-11-17T19:31:59.420Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-11-17T19:32:00.788Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-11-17T19:32:02.679Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-11-17T19:32:04.046Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-11-17T19:32:04.481Z] --- PASS: TestCheckoutGit (25.82s) [2020-11-17T19:32:04.481Z] === RUN TestValidGitTransport [2020-11-17T19:32:04.481Z] --- PASS: TestValidGitTransport (0.00s) [2020-11-17T19:32:04.481Z] === RUN TestGitInvalidRef [2020-11-17T19:32:04.481Z] --- PASS: TestGitInvalidRef (0.18s) [2020-11-17T19:32:04.481Z] PASS [2020-11-17T19:32:04.481Z] coverage: 86.3% of statements [2020-11-17T19:32:04.481Z] ok github.com/docker/docker/builder/remotecontext/git 26.247s coverage: 86.3% of statements [2020-11-17T19:32:04.941Z] ? github.com/docker/docker/cli [no test files] [2020-11-17T19:32:04.941Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-17T19:32:09.293Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-11-17T19:32:10.754Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2020-11-17T19:32:10.754Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestLoadDaemonCliConfigWithTLS [2020-11-17T19:32:10.754Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestLoadDaemonCliConfigWithConflicts [2020-11-17T19:32:10.754Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2020-11-17T19:32:10.754Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestLoadDaemonCliWithConflictingLabels [2020-11-17T19:32:10.754Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2020-11-17T19:32:10.754Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2020-11-17T19:32:10.754Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2020-11-17T19:32:10.754Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2020-11-17T19:32:10.754Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2020-11-17T19:32:10.754Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2020-11-17T19:32:10.754Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2020-11-17T19:32:10.754Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2020-11-17T19:32:10.754Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestConfigureDaemonLogs [2020-11-17T19:32:10.754Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestCommonOptionsInstallFlags [2020-11-17T19:32:10.754Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2020-11-17T19:32:10.754Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2020-11-17T19:32:10.754Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2020-11-17T19:32:10.754Z] PASS [2020-11-17T19:32:10.754Z] coverage: 18.4% of statements [2020-11-17T19:32:10.754Z] ok github.com/docker/docker/cmd/dockerd 0.609s coverage: 18.4% of statements [2020-11-17T19:32:11.185Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-11-17T19:32:11.729Z] === RUN TestContainerStopSignal [2020-11-17T19:32:11.729Z] --- PASS: TestContainerStopSignal (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestContainerStopTimeout [2020-11-17T19:32:11.729Z] --- PASS: TestContainerStopTimeout (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestContainerSecretReferenceDestTarget [2020-11-17T19:32:11.729Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestContainerLogPathSetForJSONFileLogger [2020-11-17T19:32:11.729Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2020-11-17T19:32:11.729Z] === RUN TestContainerLogPathSetForRingLogger [2020-11-17T19:32:11.729Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestReplaceAndAppendEnvVars [2020-11-17T19:32:11.729Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2020-11-17T19:32:11.729Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2020-11-17T19:32:11.729Z] === RUN TestNewMemoryStore [2020-11-17T19:32:11.729Z] --- PASS: TestNewMemoryStore (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestAddContainers [2020-11-17T19:32:11.729Z] --- PASS: TestAddContainers (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestGetContainer [2020-11-17T19:32:11.729Z] --- PASS: TestGetContainer (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestDeleteContainer [2020-11-17T19:32:11.729Z] --- PASS: TestDeleteContainer (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestListContainers [2020-11-17T19:32:11.729Z] --- PASS: TestListContainers (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestFirstContainer [2020-11-17T19:32:11.729Z] --- PASS: TestFirstContainer (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestApplyAllContainer [2020-11-17T19:32:11.729Z] --- PASS: TestApplyAllContainer (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestIsValidHealthString [2020-11-17T19:32:11.729Z] --- PASS: TestIsValidHealthString (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestStateRunStop [2020-11-17T19:32:11.729Z] --- PASS: TestStateRunStop (0.00s) [2020-11-17T19:32:11.729Z] === RUN TestStateTimeoutWait [2020-11-17T19:32:11.729Z] --- PASS: TestStateTimeoutWait (0.10s) [2020-11-17T19:32:11.729Z] state_test.go:141: Stop callback fired [2020-11-17T19:32:11.747Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-11-17T19:32:12.191Z] state_test.go:165: Stop callback fired [2020-11-17T19:32:12.192Z] === RUN TestIsValidStateString [2020-11-17T19:32:12.192Z] --- PASS: TestIsValidStateString (0.00s) [2020-11-17T19:32:12.192Z] === RUN TestViewSaveDelete [2020-11-17T19:32:12.192Z] --- PASS: TestViewSaveDelete (0.01s) [2020-11-17T19:32:12.192Z] === RUN TestViewAll [2020-11-17T19:32:12.192Z] --- PASS: TestViewAll (0.02s) [2020-11-17T19:32:12.192Z] === RUN TestViewGet [2020-11-17T19:32:12.192Z] --- PASS: TestViewGet (0.01s) [2020-11-17T19:32:12.192Z] === RUN TestNames [2020-11-17T19:32:12.192Z] --- PASS: TestNames (0.00s) [2020-11-17T19:32:12.192Z] === RUN TestViewWithHealthCheck [2020-11-17T19:32:12.192Z] --- PASS: TestViewWithHealthCheck (0.01s) [2020-11-17T19:32:12.192Z] PASS [2020-11-17T19:32:12.192Z] coverage: 41.6% of statements [2020-11-17T19:32:12.192Z] ok github.com/docker/docker/container 0.496s coverage: 41.6% of statements [2020-11-17T19:32:12.192Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-17T19:32:12.192Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-17T19:32:12.192Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-17T19:32:12.192Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-17T19:32:12.310Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-11-17T19:32:13.720Z] --- PASS: TestServiceUpdateSecrets (15.32s) [2020-11-17T19:32:13.720Z] === RUN TestServiceUpdateConfigs [2020-11-17T19:32:14.374Z] === RUN TestPrepare [2020-11-17T19:32:14.374Z] --- PASS: TestPrepare (0.00s) [2020-11-17T19:32:14.374Z] === RUN TestStart [2020-11-17T19:32:14.374Z] --- PASS: TestStart (0.00s) [2020-11-17T19:32:14.374Z] === RUN TestWaitCancel [2020-11-17T19:32:14.374Z] --- PASS: TestWaitCancel (0.00s) [2020-11-17T19:32:14.374Z] === RUN TestWaitDisabled [2020-11-17T19:32:14.374Z] --- PASS: TestWaitDisabled (0.00s) [2020-11-17T19:32:14.374Z] === RUN TestWaitEnabled [2020-11-17T19:32:14.374Z] --- PASS: TestWaitEnabled (0.00s) [2020-11-17T19:32:14.374Z] === RUN TestRemove [2020-11-17T19:32:14.374Z] --- PASS: TestRemove (0.00s) [2020-11-17T19:32:14.374Z] PASS [2020-11-17T19:32:14.374Z] coverage: 65.3% of statements [2020-11-17T19:32:14.374Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.424s coverage: 65.3% of statements [2020-11-17T19:32:14.830Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-11-17T19:32:15.760Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-11-17T19:32:16.558Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2020-11-17T19:32:16.558Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.08s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCContainerRuntime [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCIsolation [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCIsolation/empty [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCIsolation/default [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCIsolation/process [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCIsolation [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCIsolation/default [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCIsolation/process [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCCredentialSpec [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2020-11-17T19:32:16.558Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCConfigs [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCConfigs/file [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCConfigs [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCConfigs/file [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2020-11-17T19:32:16.558Z] === RUN TestServiceConvertToGRPCConfigs/none [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2020-11-17T19:32:16.558Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2020-11-17T19:32:16.558Z] PASS [2020-11-17T19:32:16.558Z] coverage: 35.9% of statements [2020-11-17T19:32:16.558Z] ok github.com/docker/docker/daemon/cluster/convert 0.470s coverage: 35.9% of statements [2020-11-17T19:32:17.129Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-11-17T19:32:17.528Z] === RUN TestNewListSecretsFilters [2020-11-17T19:32:17.528Z] --- PASS: TestNewListSecretsFilters (0.00s) [2020-11-17T19:32:17.528Z] === RUN TestNewListConfigsFilters [2020-11-17T19:32:17.528Z] --- PASS: TestNewListConfigsFilters (0.00s) [2020-11-17T19:32:17.528Z] PASS [2020-11-17T19:32:17.528Z] coverage: 0.5% of statements [2020-11-17T19:32:17.528Z] ok github.com/docker/docker/daemon/cluster 1.299s coverage: 0.5% of statements [2020-11-17T19:32:17.693Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-11-17T19:32:18.257Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-11-17T19:32:18.837Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-11-17T19:32:20.744Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-11-17T19:32:20.744Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-11-17T19:32:22.224Z] === RUN TestDiscoveryOptsErrors [2020-11-17T19:32:22.224Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2020-11-17T19:32:22.224Z] === RUN TestDiscoveryOpts [2020-11-17T19:32:22.224Z] --- PASS: TestDiscoveryOpts (0.00s) [2020-11-17T19:32:22.224Z] PASS [2020-11-17T19:32:22.224Z] coverage: 30.0% of statements [2020-11-17T19:32:22.224Z] ok github.com/docker/docker/daemon/discovery 0.293s coverage: 30.0% of statements [2020-11-17T19:32:22.684Z] === RUN TestBuilderGC [2020-11-17T19:32:22.684Z] --- PASS: TestBuilderGC (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestDaemonConfigurationNotFound [2020-11-17T19:32:22.684Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestDaemonBrokenConfiguration [2020-11-17T19:32:22.684Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestParseClusterAdvertiseSettings [2020-11-17T19:32:22.684Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestFindConfigurationConflicts [2020-11-17T19:32:22.684Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2020-11-17T19:32:22.684Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestDaemonConfigurationMergeConflicts [2020-11-17T19:32:22.684Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestDaemonConfigurationMergeConcurrent [2020-11-17T19:32:22.684Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestDaemonConfigurationMergeConcurrentError [2020-11-17T19:32:22.684Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2020-11-17T19:32:22.684Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2020-11-17T19:32:22.684Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2020-11-17T19:32:22.684Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2020-11-17T19:32:22.684Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2020-11-17T19:32:22.684Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2020-11-17T19:32:22.684Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestFindConfigurationConflictsWithMergedValues [2020-11-17T19:32:22.684Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2020-11-17T19:32:22.684Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestValidateConfiguration [2020-11-17T19:32:22.684Z] === RUN TestValidateConfiguration/with_label [2020-11-17T19:32:22.684Z] === RUN TestValidateConfiguration/with_dns [2020-11-17T19:32:22.684Z] === RUN TestValidateConfiguration/with_dns-search [2020-11-17T19:32:22.684Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2020-11-17T19:32:22.684Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2020-11-17T19:32:22.684Z] === RUN TestValidateConfiguration/with_max-download-attempts [2020-11-17T19:32:22.684Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2020-11-17T19:32:22.684Z] === RUN TestValidateConfiguration/with_node_generic_resources [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfiguration (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2020-11-17T19:32:22.684Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestModifiedDiscoverySettings [2020-11-17T19:32:22.684Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2020-11-17T19:32:22.684Z] === RUN TestReloadSetConfigFileNotExist [2020-11-17T19:32:22.684Z] time="2020-11-17T19:32:22Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2020-11-17T19:32:22.684Z] --- PASS: TestReloadSetConfigFileNotExist (0.10s) [2020-11-17T19:32:22.684Z] === RUN TestReloadDefaultConfigNotExist [2020-11-17T19:32:22.684Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2020-11-17T19:32:22.684Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:32:23.146Z] === RUN TestReloadBadDefaultConfig [2020-11-17T19:32:23.146Z] time="2020-11-17T19:32:22Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-878771143" [2020-11-17T19:32:23.146Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2020-11-17T19:32:23.146Z] === RUN TestReloadWithConflictingLabels [2020-11-17T19:32:23.146Z] time="2020-11-17T19:32:22Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-373208186" [2020-11-17T19:32:23.146Z] --- PASS: TestReloadWithConflictingLabels (0.01s) [2020-11-17T19:32:23.146Z] === RUN TestReloadWithDuplicateLabels [2020-11-17T19:32:23.146Z] time="2020-11-17T19:32:22Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-558948241" [2020-11-17T19:32:23.146Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2020-11-17T19:32:23.146Z] === RUN TestDaemonConfigurationMerge [2020-11-17T19:32:23.146Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2020-11-17T19:32:23.146Z] PASS [2020-11-17T19:32:23.146Z] coverage: 79.7% of statements [2020-11-17T19:32:23.146Z] ok github.com/docker/docker/daemon/config 0.511s coverage: 79.7% of statements [2020-11-17T19:32:23.264Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-11-17T19:32:24.684Z] === RUN TestVerifyNetworkingConfig [2020-11-17T19:32:24.684Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2020-11-17T19:32:24.684Z] === RUN TestGetContainer [2020-11-17T19:32:24.684Z] --- PASS: TestGetContainer (0.00s) [2020-11-17T19:32:24.684Z] === RUN TestValidContainerNames [2020-11-17T19:32:24.684Z] --- PASS: TestValidContainerNames (0.00s) [2020-11-17T19:32:24.684Z] === RUN TestContainerInitDNS [2020-11-17T19:32:24.684Z] --- SKIP: TestContainerInitDNS (0.00s) [2020-11-17T19:32:24.684Z] daemon_test.go:147: root required [2020-11-17T19:32:24.684Z] === RUN TestMerge [2020-11-17T19:32:24.684Z] --- PASS: TestMerge (0.00s) [2020-11-17T19:32:24.684Z] === RUN TestValidateContainerIsolation [2020-11-17T19:32:24.684Z] --- PASS: TestValidateContainerIsolation (0.00s) [2020-11-17T19:32:24.684Z] === RUN TestFindNetworkErrorType [2020-11-17T19:32:24.684Z] --- PASS: TestFindNetworkErrorType (0.00s) [2020-11-17T19:32:24.684Z] === RUN TestEnsureServicesExist [2020-11-17T19:32:24.684Z] --- PASS: TestEnsureServicesExist (0.00s) [2020-11-17T19:32:24.684Z] === RUN TestEnsureServicesExistErrors [2020-11-17T19:32:24.685Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2020-11-17T19:32:24.685Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2020-11-17T19:32:24.685Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2020-11-17T19:32:24.685Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestContainerDelete [2020-11-17T19:32:24.685Z] --- PASS: TestContainerDelete (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestContainerDoubleDelete [2020-11-17T19:32:24.685Z] --- PASS: TestContainerDoubleDelete (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestLogContainerEventCopyLabels [2020-11-17T19:32:24.685Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestLogContainerEventWithAttributes [2020-11-17T19:32:24.685Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestNoneHealthcheck [2020-11-17T19:32:24.685Z] --- PASS: TestNoneHealthcheck (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestHealthStates [2020-11-17T19:32:24.685Z] === RUN TestEventsLog [2020-11-17T19:32:24.685Z] --- PASS: TestEventsLog (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestEventsLogTimeout [2020-11-17T19:32:24.685Z] --- PASS: TestEventsLogTimeout (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestLogEvents [2020-11-17T19:32:24.685Z] time="2020-11-17T19:32:24Z" 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-17T19:32:24.685Z] time="2020-11-17T19:32:24Z" 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-17T19:32:24.685Z] time="2020-11-17T19:32:24Z" 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-17T19:32:24.685Z] time="2020-11-17T19:32:24Z" 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-17T19:32:24.685Z] time="2020-11-17T19:32:24Z" 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-17T19:32:24.685Z] time="2020-11-17T19:32:24Z" 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-17T19:32:24.685Z] time="2020-11-17T19:32:24Z" 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-17T19:32:24.685Z] time="2020-11-17T19:32:24Z" 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-17T19:32:24.685Z] time="2020-11-17T19:32:24Z" 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-17T19:32:24.685Z] time="2020-11-17T19:32:24Z" 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-17T19:32:24.685Z] --- PASS: TestHealthStates (0.10s) [2020-11-17T19:32:24.685Z] === RUN TestMaskURLCredentials [2020-11-17T19:32:24.685Z] --- PASS: TestMaskURLCredentials (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestGetInspectData [2020-11-17T19:32:24.685Z] --- PASS: TestGetInspectData (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestFillLicense [2020-11-17T19:32:24.685Z] --- PASS: TestFillLicense (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestListInvalidFilter [2020-11-17T19:32:24.685Z] --- PASS: TestListInvalidFilter (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestNameFilter [2020-11-17T19:32:24.685Z] --- PASS: TestNameFilter (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2020-11-17T19:32:24.685Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2020-11-17T19:32:24.685Z] === 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-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2020-11-17T19:32:24.685Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2020-11-17T19:32:24.685Z] --- 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-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2020-11-17T19:32:24.685Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestDaemonReloadLabels [2020-11-17T19:32:24.685Z] --- PASS: TestDaemonReloadLabels (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2020-11-17T19:32:24.685Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestDaemonReloadMirrors [2020-11-17T19:32:24.685Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestDaemonReloadInsecureRegistries [2020-11-17T19:32:24.685Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestDaemonReloadNotAffectOthers [2020-11-17T19:32:24.685Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2020-11-17T19:32:24.685Z] === RUN TestDaemonDiscoveryReload [2020-11-17T19:32:25.144Z] --- PASS: TestLogEvents (0.05s) [2020-11-17T19:32:25.144Z] === RUN TestLoadBufferedEvents [2020-11-17T19:32:25.144Z] --- PASS: TestLoadBufferedEvents (0.07s) [2020-11-17T19:32:25.144Z] === RUN TestLoadBufferedEventsOnlyFromPast [2020-11-17T19:32:25.144Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2020-11-17T19:32:25.144Z] === RUN TestIgnoreBufferedWhenNoTimes [2020-11-17T19:32:25.144Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2020-11-17T19:32:25.144Z] PASS [2020-11-17T19:32:25.144Z] coverage: 50.0% of statements [2020-11-17T19:32:25.144Z] ok github.com/docker/docker/daemon/events 0.765s coverage: 50.0% of statements [2020-11-17T19:32:25.157Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-11-17T19:32:25.610Z] === RUN TestWaitNodeAttachment [2020-11-17T19:32:26.069Z] --- PASS: TestDaemonDiscoveryReload (1.02s) [2020-11-17T19:32:26.069Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2020-11-17T19:32:26.069Z] --- PASS: TestWaitNodeAttachment (0.40s) [2020-11-17T19:32:26.069Z] === RUN TestIsolationConversion [2020-11-17T19:32:26.069Z] === RUN TestIsolationConversion/default [2020-11-17T19:32:26.069Z] === RUN TestIsolationConversion/process [2020-11-17T19:32:26.069Z] === RUN TestIsolationConversion/hyperv [2020-11-17T19:32:26.069Z] --- PASS: TestIsolationConversion (0.00s) [2020-11-17T19:32:26.069Z] --- PASS: TestIsolationConversion/default (0.00s) [2020-11-17T19:32:26.069Z] --- PASS: TestIsolationConversion/process (0.00s) [2020-11-17T19:32:26.069Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2020-11-17T19:32:26.069Z] === RUN TestContainerLabels [2020-11-17T19:32:26.069Z] --- PASS: TestContainerLabels (0.00s) [2020-11-17T19:32:26.069Z] === RUN TestCredentialSpecConversion [2020-11-17T19:32:26.069Z] === RUN TestCredentialSpecConversion/none [2020-11-17T19:32:26.069Z] === RUN TestCredentialSpecConversion/config [2020-11-17T19:32:26.069Z] === RUN TestCredentialSpecConversion/file [2020-11-17T19:32:26.069Z] === RUN TestCredentialSpecConversion/registry [2020-11-17T19:32:26.069Z] --- PASS: TestCredentialSpecConversion (0.00s) [2020-11-17T19:32:26.069Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2020-11-17T19:32:26.069Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2020-11-17T19:32:26.069Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2020-11-17T19:32:26.069Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2020-11-17T19:32:26.069Z] === RUN TestControllerValidateMountBind [2020-11-17T19:32:26.069Z] --- PASS: TestControllerValidateMountBind (0.00s) [2020-11-17T19:32:26.069Z] === RUN TestControllerValidateMountVolume [2020-11-17T19:32:26.069Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2020-11-17T19:32:26.069Z] === RUN TestControllerValidateMountTarget [2020-11-17T19:32:26.069Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2020-11-17T19:32:26.069Z] === RUN TestControllerValidateMountTmpfs [2020-11-17T19:32:26.069Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2020-11-17T19:32:26.069Z] === RUN TestControllerValidateMountInvalidType [2020-11-17T19:32:26.069Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2020-11-17T19:32:26.069Z] === RUN TestControllerValidateMountNamedPipe [2020-11-17T19:32:26.069Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2020-11-17T19:32:26.069Z] PASS [2020-11-17T19:32:26.069Z] coverage: 11.3% of statements [2020-11-17T19:32:26.069Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.834s coverage: 11.3% of statements [2020-11-17T19:32:26.524Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-11-17T19:32:26.529Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s) [2020-11-17T19:32:26.529Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2020-11-17T19:32:26.990Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.53s) [2020-11-17T19:32:26.990Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2020-11-17T19:32:26.990Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-11-17T19:32:26.990Z] reload_test.go:520: root required [2020-11-17T19:32:26.990Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2020-11-17T19:32:26.990Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2020-11-17T19:32:26.990Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2020-11-17T19:32:26.990Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2020-11-17T19:32:26.990Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2020-11-17T19:32:26.990Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2020-11-17T19:32:26.990Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2020-11-17T19:32:26.990Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2020-11-17T19:32:26.990Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2020-11-17T19:32:26.990Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2020-11-17T19:32:26.990Z] === RUN TestParseVolumesFrom [2020-11-17T19:32:26.990Z] --- PASS: TestParseVolumesFrom (0.00s) [2020-11-17T19:32:26.990Z] PASS [2020-11-17T19:32:26.990Z] coverage: 9.1% of statements [2020-11-17T19:32:26.990Z] ok github.com/docker/docker/daemon 3.631s coverage: 9.1% of statements [2020-11-17T19:32:26.990Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-17T19:32:26.990Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-17T19:32:26.990Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-17T19:32:26.990Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-17T19:32:27.451Z] === RUN TestLinkNaming [2020-11-17T19:32:27.451Z] --- PASS: TestLinkNaming (0.00s) [2020-11-17T19:32:27.451Z] === RUN TestLinkNew [2020-11-17T19:32:27.451Z] --- PASS: TestLinkNew (0.00s) [2020-11-17T19:32:27.451Z] === RUN TestLinkEnv [2020-11-17T19:32:27.451Z] --- PASS: TestLinkEnv (0.00s) [2020-11-17T19:32:27.451Z] === RUN TestLinkMultipleEnv [2020-11-17T19:32:27.451Z] --- PASS: TestLinkMultipleEnv (0.00s) [2020-11-17T19:32:27.451Z] === RUN TestLinkPortRangeEnv [2020-11-17T19:32:27.451Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2020-11-17T19:32:27.451Z] PASS [2020-11-17T19:32:27.451Z] coverage: 93.0% of statements [2020-11-17T19:32:27.451Z] ok github.com/docker/docker/daemon/links 0.159s coverage: 93.0% of statements [2020-11-17T19:32:27.451Z] === RUN TestIsEmptyDir [2020-11-17T19:32:27.451Z] --- PASS: TestIsEmptyDir (0.00s) [2020-11-17T19:32:27.451Z] PASS [2020-11-17T19:32:27.451Z] coverage: 2.3% of statements [2020-11-17T19:32:27.451Z] ok github.com/docker/docker/daemon/graphdriver 0.124s coverage: 2.3% of statements [2020-11-17T19:32:27.451Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-11-17T19:32:27.451Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-11-17T19:32:27.451Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-11-17T19:32:27.451Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-17T19:32:27.451Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-11-17T19:32:27.451Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-11-17T19:32:27.451Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-11-17T19:32:27.451Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-17T19:32:27.451Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-11-17T19:32:27.451Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-11-17T19:32:27.451Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-11-17T19:32:27.891Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-11-17T19:32:27.891Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-11-17T19:32:28.822Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-11-17T19:32:30.368Z] === RUN TestNewStreamConfig [2020-11-17T19:32:30.368Z] === RUN TestNewStreamConfig/defaults [2020-11-17T19:32:30.368Z] === RUN TestNewStreamConfig/invalid_create_group [2020-11-17T19:32:30.368Z] === RUN TestNewStreamConfig/invalid_flush_interval [2020-11-17T19:32:30.368Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2020-11-17T19:32:30.368Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2020-11-17T19:32:30.368Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2020-11-17T19:32:30.368Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2020-11-17T19:32:30.368Z] --- PASS: TestNewStreamConfig (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestNewAWSLogsClientUserAgentHandler [2020-11-17T19:32:30.368Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2020-11-17T19:32:30.368Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestNewAWSLogsClientRegionDetect [2020-11-17T19:32:30.368Z] time="2020-11-17T19:32:29Z" level=info msg="Trying to get region from EC2 Metadata" [2020-11-17T19:32:30.368Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.10s) [2020-11-17T19:32:30.368Z] === RUN TestCreateSuccess [2020-11-17T19:32:30.368Z] --- PASS: TestCreateSuccess (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestCreateLogGroupSuccess [2020-11-17T19:32:30.368Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestCreateError [2020-11-17T19:32:30.368Z] --- PASS: TestCreateError (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestCreateAlreadyExists [2020-11-17T19:32:30.368Z] time="2020-11-17T19:32:30Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2020-11-17T19:32:30.368Z] --- PASS: TestCreateAlreadyExists (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestLogClosed [2020-11-17T19:32:30.368Z] --- PASS: TestLogClosed (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestLogBlocking [2020-11-17T19:32:30.368Z] --- PASS: TestLogBlocking (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestLogNonBlockingBufferEmpty [2020-11-17T19:32:30.368Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestLogNonBlockingBufferFull [2020-11-17T19:32:30.368Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestPublishBatchSuccess [2020-11-17T19:32:30.368Z] --- PASS: TestPublishBatchSuccess (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestPublishBatchError [2020-11-17T19:32:30.368Z] time="2020-11-17T19:32:30Z" level=error msg=Error [2020-11-17T19:32:30.368Z] --- PASS: TestPublishBatchError (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestPublishBatchInvalidSeqSuccess [2020-11-17T19:32:30.368Z] time="2020-11-17T19:32:30Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-11-17T19:32:30.368Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestPublishBatchAlreadyAccepted [2020-11-17T19:32:30.368Z] time="2020-11-17T19:32:30Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-11-17T19:32:30.368Z] time="2020-11-17T19:32:30Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2020-11-17T19:32:30.368Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchSimple [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchSimple (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchTicker [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchTicker (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchMultilinePattern [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchClose [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchClose (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestEffectiveLen [2020-11-17T19:32:30.368Z] === RUN TestEffectiveLen/0/Hello [2020-11-17T19:32:30.368Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2020-11-17T19:32:30.368Z] === RUN TestEffectiveLen/2/🙃 [2020-11-17T19:32:30.368Z] === RUN TestEffectiveLen/3/���� [2020-11-17T19:32:30.368Z] === RUN TestEffectiveLen/4/He��o [2020-11-17T19:32:30.368Z] === RUN TestEffectiveLen/5/ [2020-11-17T19:32:30.368Z] --- PASS: TestEffectiveLen (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestFindValidSplit [2020-11-17T19:32:30.368Z] === RUN TestFindValidSplit/0/ [2020-11-17T19:32:30.368Z] === RUN TestFindValidSplit/1/Hello [2020-11-17T19:32:30.368Z] === RUN TestFindValidSplit/2/Hello [2020-11-17T19:32:30.368Z] === RUN TestFindValidSplit/3/Hello [2020-11-17T19:32:30.368Z] === RUN TestFindValidSplit/4/🙃 [2020-11-17T19:32:30.368Z] === RUN TestFindValidSplit/5/🙃 [2020-11-17T19:32:30.368Z] === RUN TestFindValidSplit/6/a� [2020-11-17T19:32:30.368Z] === RUN TestFindValidSplit/7/a� [2020-11-17T19:32:30.368Z] --- PASS: TestFindValidSplit (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1044: [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1045: [2020-11-17T19:32:30.368Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1044: Hello [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1045: [2020-11-17T19:32:30.368Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1044: He [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1045: llo [2020-11-17T19:32:30.368Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1044: [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1045: Hello [2020-11-17T19:32:30.368Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1044: [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1045: 🙃 [2020-11-17T19:32:30.368Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1044: 🙃 [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1045: [2020-11-17T19:32:30.368Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1044: a [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1045: � [2020-11-17T19:32:30.368Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1044: a� [2020-11-17T19:32:30.368Z] cloudwatchlogs_test.go:1045: [2020-11-17T19:32:30.368Z] === RUN TestProcessEventEmoji [2020-11-17T19:32:30.368Z] --- PASS: TestProcessEventEmoji (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchLineSplit [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchLineSplitWithBinary [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchMaxEvents [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchMaxTotalBytes [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2020-11-17T19:32:30.368Z] === RUN TestCollectBatchWithDuplicateTimestamps [2020-11-17T19:32:30.368Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2020-11-17T19:32:30.368Z] === RUN TestParseLogOptionsMultilinePattern [2020-11-17T19:32:30.368Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestParseLogOptionsDatetimeFormat [2020-11-17T19:32:30.368Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2020-11-17T19:32:30.368Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2020-11-17T19:32:30.368Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2020-11-17T19:32:30.368Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2020-11-17T19:32:30.368Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2020-11-17T19:32:30.368Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2020-11-17T19:32:30.368Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2020-11-17T19:32:30.368Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2020-11-17T19:32:30.368Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2020-11-17T19:32:30.368Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2020-11-17T19:32:30.369Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2020-11-17T19:32:30.369Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2020-11-17T19:32:30.369Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2020-11-17T19:32:30.369Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2020-11-17T19:32:30.369Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2020-11-17T19:32:30.369Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2020-11-17T19:32:30.369Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2020-11-17T19:32:30.369Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2020-11-17T19:32:30.369Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2020-11-17T19:32:30.369Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2020-11-17T19:32:30.369Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2020-11-17T19:32:30.369Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2020-11-17T19:32:30.369Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2020-11-17T19:32:30.369Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2020-11-17T19:32:30.369Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2020-11-17T19:32:30.369Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2020-11-17T19:32:30.369Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2020-11-17T19:32:30.369Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2020-11-17T19:32:30.369Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2020-11-17T19:32:30.369Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2020-11-17T19:32:30.369Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2020-11-17T19:32:30.369Z] === RUN TestCreateTagSuccess [2020-11-17T19:32:30.369Z] --- PASS: TestCreateTagSuccess (0.00s) [2020-11-17T19:32:30.369Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2020-11-17T19:32:30.369Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.09s) [2020-11-17T19:32:30.369Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2020-11-17T19:32:30.369Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2020-11-17T19:32:30.369Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2020-11-17T19:32:30.369Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2020-11-17T19:32:30.369Z] PASS [2020-11-17T19:32:30.369Z] coverage: 77.8% of statements [2020-11-17T19:32:30.369Z] ok github.com/docker/docker/daemon/logger/awslogs 0.734s coverage: 77.8% of statements [2020-11-17T19:32:30.714Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-11-17T19:32:30.830Z] === RUN TestSearchRegistryForImagesErrors [2020-11-17T19:32:30.830Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2020-11-17T19:32:30.830Z] === RUN TestSearchRegistryForImages [2020-11-17T19:32:30.830Z] --- PASS: TestSearchRegistryForImages (0.00s) [2020-11-17T19:32:30.830Z] === RUN TestImageDelete [2020-11-17T19:32:31.291Z] === RUN TestImageDelete/no_lease [2020-11-17T19:32:31.291Z] === RUN TestImageDelete/lease_exists [2020-11-17T19:32:31.291Z] --- PASS: TestImageDelete (0.32s) [2020-11-17T19:32:31.291Z] --- PASS: TestImageDelete/no_lease (0.05s) [2020-11-17T19:32:31.291Z] --- PASS: TestImageDelete/lease_exists (0.07s) [2020-11-17T19:32:31.291Z] === RUN TestContentStoreForPull [2020-11-17T19:32:31.291Z] === RUN TestAdapterReadLogs [2020-11-17T19:32:31.291Z] --- PASS: TestAdapterReadLogs (0.00s) [2020-11-17T19:32:31.291Z] === RUN TestCopier [2020-11-17T19:32:31.291Z] --- PASS: TestCopier (0.00s) [2020-11-17T19:32:31.291Z] === RUN TestCopierLongLines [2020-11-17T19:32:31.291Z] --- PASS: TestCopierLongLines (0.00s) [2020-11-17T19:32:31.291Z] === RUN TestCopierSlow [2020-11-17T19:32:31.291Z] --- PASS: TestCopierSlow (0.21s) [2020-11-17T19:32:31.291Z] === RUN TestCopierWithSized [2020-11-17T19:32:31.291Z] --- PASS: TestCopierWithSized (0.00s) [2020-11-17T19:32:31.291Z] === RUN TestCopierWithPartial [2020-11-17T19:32:31.291Z] --- PASS: TestCopierWithPartial (0.00s) [2020-11-17T19:32:31.291Z] === RUN TestRingLogger [2020-11-17T19:32:31.291Z] --- PASS: TestRingLogger (0.00s) [2020-11-17T19:32:31.291Z] === RUN TestRingCap [2020-11-17T19:32:31.291Z] --- PASS: TestRingCap (0.00s) [2020-11-17T19:32:31.291Z] === RUN TestRingClose [2020-11-17T19:32:31.291Z] --- PASS: TestRingClose (0.00s) [2020-11-17T19:32:31.291Z] === RUN TestRingDrain [2020-11-17T19:32:31.291Z] --- PASS: TestRingDrain (0.00s) [2020-11-17T19:32:31.291Z] PASS [2020-11-17T19:32:31.291Z] coverage: 41.2% of statements [2020-11-17T19:32:31.291Z] ok github.com/docker/docker/daemon/logger 1.185s coverage: 41.2% of statements [2020-11-17T19:32:31.291Z] --- PASS: TestContentStoreForPull (0.24s) [2020-11-17T19:32:31.291Z] PASS [2020-11-17T19:32:31.291Z] coverage: 6.5% of statements [2020-11-17T19:32:31.291Z] ok github.com/docker/docker/daemon/images 1.269s coverage: 6.5% of statements [2020-11-17T19:32:31.291Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-17T19:32:31.291Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-17T19:32:31.291Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-11-17T19:32:31.291Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-17T19:32:31.291Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-17T19:32:31.291Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-11-17T19:32:31.291Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-11-17T19:32:31.750Z] === RUN TestJSONFileLogger [2020-11-17T19:32:31.750Z] --- PASS: TestJSONFileLogger (0.00s) [2020-11-17T19:32:31.750Z] === RUN TestJSONFileLoggerWithTags [2020-11-17T19:32:31.750Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2020-11-17T19:32:31.750Z] === RUN TestJSONFileLoggerWithOpts [2020-11-17T19:32:31.750Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2020-11-17T19:32:31.750Z] === RUN TestJSONFileLoggerWithLabelsEnv [2020-11-17T19:32:31.750Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2020-11-17T19:32:31.750Z] === RUN TestEncodeDecode [2020-11-17T19:32:31.750Z] === PAUSE TestEncodeDecode [2020-11-17T19:32:31.750Z] === CONT TestEncodeDecode [2020-11-17T19:32:31.750Z] --- PASS: TestEncodeDecode (0.10s) [2020-11-17T19:32:31.750Z] PASS [2020-11-17T19:32:31.750Z] coverage: 61.6% of statements [2020-11-17T19:32:31.750Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.427s coverage: 61.6% of statements [2020-11-17T19:32:31.863Z] --- PASS: TestServiceUpdateConfigs (15.25s) [2020-11-17T19:32:31.863Z] === RUN TestServiceUpdateNetwork [2020-11-17T19:32:32.211Z] === RUN TestJSONLogsMarshalJSONBuf [2020-11-17T19:32:32.211Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2020-11-17T19:32:32.211Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2020-11-17T19:32:32.607Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-11-17T19:32:32.607Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-11-17T19:32:32.673Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.09s) [2020-11-17T19:32:32.673Z] === RUN TestFastTimeMarshalJSON [2020-11-17T19:32:32.673Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2020-11-17T19:32:32.673Z] PASS [2020-11-17T19:32:32.673Z] coverage: 87.2% of statements [2020-11-17T19:32:32.673Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.235s coverage: 87.2% of statements [2020-11-17T19:32:34.214Z] === RUN TestWriteLog [2020-11-17T19:32:34.214Z] === PAUSE TestWriteLog [2020-11-17T19:32:34.214Z] === RUN TestReadLog [2020-11-17T19:32:34.214Z] === PAUSE TestReadLog [2020-11-17T19:32:34.214Z] === CONT TestWriteLog [2020-11-17T19:32:34.214Z] === CONT TestReadLog [2020-11-17T19:32:34.214Z] --- PASS: TestWriteLog (0.00s) [2020-11-17T19:32:34.214Z] === RUN TestReadLog/tail_exact [2020-11-17T19:32:34.214Z] === RUN TestReadLog/tail_less_than_available [2020-11-17T19:32:34.214Z] === RUN TestReadLog/tail_more_than_available [2020-11-17T19:32:34.214Z] --- PASS: TestReadLog (0.18s) [2020-11-17T19:32:34.214Z] --- PASS: TestReadLog/tail_exact (0.11s) [2020-11-17T19:32:34.214Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2020-11-17T19:32:34.214Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2020-11-17T19:32:34.214Z] PASS [2020-11-17T19:32:34.214Z] coverage: 75.2% of statements [2020-11-17T19:32:34.214Z] ok github.com/docker/docker/daemon/logger/local 0.474s coverage: 75.2% of statements [2020-11-17T19:32:34.215Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-17T19:32:34.215Z] === RUN TestOpenFileDelete [2020-11-17T19:32:34.215Z] --- PASS: TestOpenFileDelete (0.00s) [2020-11-17T19:32:34.215Z] === RUN TestOpenFileRename [2020-11-17T19:32:34.215Z] --- PASS: TestOpenFileRename (0.00s) [2020-11-17T19:32:34.215Z] === RUN TestParseLogTagDefaultTag [2020-11-17T19:32:34.215Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2020-11-17T19:32:34.215Z] === RUN TestParseLogTag [2020-11-17T19:32:34.215Z] --- PASS: TestParseLogTag (0.00s) [2020-11-17T19:32:34.215Z] === RUN TestParseLogTagEmptyTag [2020-11-17T19:32:34.215Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2020-11-17T19:32:34.215Z] === RUN TestTailFiles [2020-11-17T19:32:34.215Z] --- PASS: TestTailFiles (0.00s) [2020-11-17T19:32:34.215Z] === RUN TestFollowLogsConsumerGone [2020-11-17T19:32:34.215Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2020-11-17T19:32:34.215Z] === RUN TestFollowLogsProducerGone [2020-11-17T19:32:34.215Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2020-11-17T19:32:34.215Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2020-11-17T19:32:34.215Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2020-11-17T19:32:34.215Z] === RUN TestCheckCapacityAndRotate [2020-11-17T19:32:34.215Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2020-11-17T19:32:34.215Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2020-11-17T19:32:34.215Z] === RUN TestLog [2020-11-17T19:32:34.215Z] --- PASS: TestLog (0.01s) [2020-11-17T19:32:34.215Z] PASS [2020-11-17T19:32:34.215Z] coverage: 33.3% of statements [2020-11-17T19:32:34.215Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.147s coverage: 33.3% of statements [2020-11-17T19:32:34.675Z] --- PASS: TestCheckCapacityAndRotate (0.16s) [2020-11-17T19:32:34.675Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2020-11-17T19:32:34.675Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.14s) [2020-11-17T19:32:34.675Z] PASS [2020-11-17T19:32:34.675Z] coverage: 55.3% of statements [2020-11-17T19:32:34.675Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.525s coverage: 55.3% of statements [2020-11-17T19:32:35.130Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-11-17T19:32:35.644Z] === RUN TestNewParse [2020-11-17T19:32:35.644Z] --- PASS: TestNewParse (0.00s) [2020-11-17T19:32:35.645Z] PASS [2020-11-17T19:32:35.645Z] coverage: 8.3% of statements [2020-11-17T19:32:35.645Z] ok github.com/docker/docker/daemon/logger/templates 0.053s coverage: 8.3% of statements [2020-11-17T19:32:35.692Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-11-17T19:32:36.104Z] === RUN TestValidateLogOpt [2020-11-17T19:32:36.104Z] --- PASS: TestValidateLogOpt (0.00s) [2020-11-17T19:32:36.104Z] === RUN TestNewMissedConfig [2020-11-17T19:32:36.104Z] --- PASS: TestNewMissedConfig (0.00s) [2020-11-17T19:32:36.104Z] === RUN TestNewMissedUrl [2020-11-17T19:32:36.104Z] --- PASS: TestNewMissedUrl (0.00s) [2020-11-17T19:32:36.104Z] === RUN TestNewMissedToken [2020-11-17T19:32:36.104Z] --- PASS: TestNewMissedToken (0.00s) [2020-11-17T19:32:36.104Z] === RUN TestNewWithProxy [2020-11-17T19:32:36.104Z] --- PASS: TestNewWithProxy (0.00s) [2020-11-17T19:32:36.104Z] === RUN TestDefault [2020-11-17T19:32:36.104Z] --- PASS: TestDefault (0.01s) [2020-11-17T19:32:36.104Z] === RUN TestInlineFormatWithNonDefaultOptions [2020-11-17T19:32:36.104Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2020-11-17T19:32:36.104Z] === RUN TestJsonFormat [2020-11-17T19:32:36.104Z] --- PASS: TestJsonFormat (0.06s) [2020-11-17T19:32:36.104Z] === RUN TestRawFormat [2020-11-17T19:32:36.104Z] --- PASS: TestRawFormat (0.00s) [2020-11-17T19:32:36.104Z] === RUN TestRawFormatWithLabels [2020-11-17T19:32:36.104Z] --- PASS: TestRawFormatWithLabels (0.00s) [2020-11-17T19:32:36.104Z] === RUN TestRawFormatWithoutTag [2020-11-17T19:32:36.104Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2020-11-17T19:32:36.104Z] === RUN TestBatching [2020-11-17T19:32:36.566Z] === RUN TestParseLogFormat [2020-11-17T19:32:36.566Z] --- PASS: TestParseLogFormat (0.00s) [2020-11-17T19:32:36.566Z] === RUN TestValidateLogOptEmpty [2020-11-17T19:32:36.566Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2020-11-17T19:32:36.566Z] === RUN TestValidateSyslogAddress [2020-11-17T19:32:36.566Z] --- PASS: TestValidateSyslogAddress (0.00s) [2020-11-17T19:32:36.566Z] === RUN TestParseAddressDefaultPort [2020-11-17T19:32:36.566Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2020-11-17T19:32:36.566Z] === RUN TestValidateSyslogFacility [2020-11-17T19:32:36.566Z] --- PASS: TestValidateSyslogFacility (0.00s) [2020-11-17T19:32:36.566Z] === RUN TestValidateLogOptSyslogFormat [2020-11-17T19:32:36.566Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2020-11-17T19:32:36.566Z] === RUN TestValidateLogOpt [2020-11-17T19:32:36.566Z] --- PASS: TestValidateLogOpt (0.00s) [2020-11-17T19:32:36.566Z] PASS [2020-11-17T19:32:36.566Z] coverage: 46.8% of statements [2020-11-17T19:32:36.566Z] ok github.com/docker/docker/daemon/logger/syslog 0.144s coverage: 46.8% of statements [2020-11-17T19:32:36.566Z] --- PASS: TestBatching (0.23s) [2020-11-17T19:32:36.566Z] === RUN TestFrequency [2020-11-17T19:32:36.566Z] --- PASS: TestFrequency (0.17s) [2020-11-17T19:32:36.566Z] === RUN TestOneMessagePerRequest [2020-11-17T19:32:36.566Z] --- PASS: TestOneMessagePerRequest (0.00s) [2020-11-17T19:32:36.566Z] === RUN TestVerify [2020-11-17T19:32:36.566Z] --- PASS: TestVerify (0.00s) [2020-11-17T19:32:36.566Z] === RUN TestSkipVerify [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-17T19:32:37.026Z] --- PASS: TestSkipVerify (0.51s) [2020-11-17T19:32:37.026Z] === RUN TestBufferMaximum [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605641556.836932\",\"host\":\"db0f98c61306\"}'" [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605641556.836932\",\"host\":\"db0f98c61306\"}'" [2020-11-17T19:32:37.026Z] --- PASS: TestBufferMaximum (0.00s) [2020-11-17T19:32:37.026Z] === RUN TestServerAlwaysDown [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605641556.838939\",\"host\":\"db0f98c61306\"}'" [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605641556.838939\",\"host\":\"db0f98c61306\"}'" [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605641556.838939\",\"host\":\"db0f98c61306\"}'" [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605641556.840938\",\"host\":\"db0f98c61306\"}'" [2020-11-17T19:32:37.026Z] time="2020-11-17T19:32:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605641556.840938\",\"host\":\"db0f98c61306\"}'" [2020-11-17T19:32:37.026Z] --- PASS: TestServerAlwaysDown (0.00s) [2020-11-17T19:32:37.026Z] === RUN TestCannotSendAfterClose [2020-11-17T19:32:37.026Z] --- PASS: TestCannotSendAfterClose (0.00s) [2020-11-17T19:32:37.026Z] === RUN TestDeadlockOnBlockedEndpoint [2020-11-17T19:32:37.583Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-11-17T19:32:37.997Z] === RUN TestV1IDService [2020-11-17T19:32:37.997Z] --- PASS: TestV1IDService (0.02s) [2020-11-17T19:32:37.997Z] === RUN TestV2MetadataService [2020-11-17T19:32:37.997Z] time="2020-11-17T19:32:37Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49201/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2020-11-17T19:32:37.997Z] time="2020-11-17T19:32:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"db0f98c61306\"}'" [2020-11-17T19:32:37.997Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2020-11-17T19:32:37.997Z] PASS [2020-11-17T19:32:37.997Z] coverage: 82.5% of statements [2020-11-17T19:32:37.997Z] ok github.com/docker/docker/daemon/logger/splunk 2.366s coverage: 82.5% of statements [2020-11-17T19:32:37.997Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-17T19:32:37.997Z] ? github.com/docker/docker/daemon/network [no test files] [2020-11-17T19:32:37.997Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-17T19:32:38.457Z] === RUN TestContinueOnError_NonMirrorEndpoint [2020-11-17T19:32:38.457Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2020-11-17T19:32:38.457Z] === RUN TestContinueOnError_MirrorEndpoint [2020-11-17T19:32:38.457Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2020-11-17T19:32:38.457Z] === RUN TestContinueOnError_NeverContinue [2020-11-17T19:32:38.457Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2020-11-17T19:32:38.457Z] === RUN TestContinueOnError_UnnestsErrors [2020-11-17T19:32:38.457Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2020-11-17T19:32:38.457Z] === RUN TestManifestStore [2020-11-17T19:32:38.457Z] === RUN TestManifestStore/no_remote_or_local [2020-11-17T19:32:38.457Z] time="2020-11-17T19:32:38Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local398092663\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2020-11-17T19:32:38.457Z] === RUN TestManifestStore/no_local_cache [2020-11-17T19:32:38.917Z] === RUN TestManifestStore/with_local_cache [2020-11-17T19:32:38.917Z] === RUN TestManifestStore/unknown_media_type [2020-11-17T19:32:38.917Z] === RUN TestManifestStore/unknown_media_type/no_cache [2020-11-17T19:32:38.917Z] time="2020-11-17T19:32:38Z" level=warning msg="reference for unknown type: " [2020-11-17T19:32:38.917Z] time="2020-11-17T19:32:38Z" level=warning msg="reference for unknown type: " [2020-11-17T19:32:38.917Z] === RUN TestManifestStore/unknown_media_type/with_cache [2020-11-17T19:32:38.917Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2020-11-17T19:32:38.917Z] time="2020-11-17T19:32:38Z" level=warning msg="reference for unknown type: " [2020-11-17T19:32:38.917Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2020-11-17T19:32:38.917Z] time="2020-11-17T19:32:38Z" level=warning msg="reference for unknown type: " [2020-11-17T19:32:38.917Z] time="2020-11-17T19:32:38Z" level=warning msg="reference for unknown type: " [2020-11-17T19:32:38.917Z] === RUN TestManifestStore/error_persisting_manifest [2020-11-17T19:32:38.917Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2020-11-17T19:32:38.917Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2020-11-17T19:32:38.917Z] time="2020-11-17T19:32:38Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2020-11-17T19:32:38.917Z] --- PASS: TestManifestStore (0.29s) [2020-11-17T19:32:38.917Z] --- PASS: TestManifestStore/no_remote_or_local (0.13s) [2020-11-17T19:32:38.917Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2020-11-17T19:32:38.917Z] --- PASS: TestManifestStore/with_local_cache (0.06s) [2020-11-17T19:32:38.917Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2020-11-17T19:32:38.917Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2020-11-17T19:32:38.917Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2020-11-17T19:32:38.917Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2020-11-17T19:32:38.917Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2020-11-17T19:32:38.917Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2020-11-17T19:32:38.917Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2020-11-17T19:32:38.917Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2020-11-17T19:32:38.917Z] === RUN TestDetectManifestBlobMediaType [2020-11-17T19:32:38.917Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2020-11-17T19:32:38.917Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2020-11-17T19:32:38.917Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2020-11-17T19:32:38.917Z] === RUN TestDetectManifestBlobMediaType/schema1 [2020-11-17T19:32:38.917Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2020-11-17T19:32:38.917Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2020-11-17T19:32:38.917Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2020-11-17T19:32:38.917Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2020-11-17T19:32:38.917Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2020-11-17T19:32:38.917Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2020-11-17T19:32:38.917Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2020-11-17T19:32:38.917Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2020-11-17T19:32:38.917Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2020-11-17T19:32:38.917Z] === RUN TestFixManifestLayers [2020-11-17T19:32:38.917Z] --- PASS: TestFixManifestLayers (0.00s) [2020-11-17T19:32:38.917Z] === RUN TestFixManifestLayersBaseLayerParent [2020-11-17T19:32:38.917Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2020-11-17T19:32:38.917Z] pull_v2_test.go:73: Needs fixing on Windows [2020-11-17T19:32:38.917Z] === RUN TestFixManifestLayersBadParent [2020-11-17T19:32:38.917Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2020-11-17T19:32:38.917Z] === RUN TestValidateManifest [2020-11-17T19:32:38.917Z] --- SKIP: TestValidateManifest (0.00s) [2020-11-17T19:32:38.917Z] pull_v2_test.go:118: Needs fixing on Windows [2020-11-17T19:32:38.917Z] === RUN TestFormatPlatform [2020-11-17T19:32:38.917Z] --- PASS: TestFormatPlatform (0.00s) [2020-11-17T19:32:38.917Z] === RUN TestGetRepositoryMountCandidates [2020-11-17T19:32:38.917Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2020-11-17T19:32:38.917Z] === RUN TestLayerAlreadyExists [2020-11-17T19:32:38.917Z] --- PASS: TestLayerAlreadyExists (0.00s) [2020-11-17T19:32:38.917Z] 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-17T19:32:38.917Z] 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-17T19:32:38.917Z] 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-17T19:32:38.918Z] 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-17T19:32:38.918Z] 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-17T19:32:38.918Z] 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-17T19:32:38.918Z] === RUN TestWhenEmptyAuthConfig [2020-11-17T19:32:38.951Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-11-17T19:32:39.378Z] === RUN TestSuccessfulDownload [2020-11-17T19:32:39.378Z] --- SKIP: TestSuccessfulDownload (0.00s) [2020-11-17T19:32:39.378Z] download_test.go:268: Needs fixing on Windows [2020-11-17T19:32:39.378Z] === RUN TestCancelledDownload [2020-11-17T19:32:39.378Z] --- PASS: TestCancelledDownload (0.00s) [2020-11-17T19:32:39.378Z] === RUN TestMaxDownloadAttempts [2020-11-17T19:32:39.378Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-17T19:32:39.378Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-17T19:32:39.378Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-17T19:32:39.378Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-17T19:32:39.378Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-17T19:32:39.378Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-17T19:32:39.378Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-17T19:32:39.378Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-17T19:32:39.378Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-17T19:32:39.378Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-17T19:32:39.378Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-17T19:32:39.378Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-17T19:32:39.378Z] --- PASS: TestV2MetadataService (1.31s) [2020-11-17T19:32:39.378Z] PASS [2020-11-17T19:32:39.378Z] coverage: 48.2% of statements [2020-11-17T19:32:39.378Z] ok github.com/docker/docker/distribution/metadata 1.578s coverage: 48.2% of statements [2020-11-17T19:32:39.378Z] time="2020-11-17T19:32:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-17T19:32:39.378Z] time="2020-11-17T19:32:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-17T19:32:39.378Z] time="2020-11-17T19:32:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-17T19:32:39.378Z] time="2020-11-17T19:32:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-17T19:32:39.378Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2020-11-17T19:32:39.378Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.34s) [2020-11-17T19:32:39.378Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.34s) [2020-11-17T19:32:39.378Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.34s) [2020-11-17T19:32:39.378Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.34s) [2020-11-17T19:32:39.378Z] === RUN TestTransfer [2020-11-17T19:32:39.838Z] --- PASS: TestTransfer (0.13s) [2020-11-17T19:32:39.838Z] === RUN TestConcurrencyLimit [2020-11-17T19:32:39.838Z] --- PASS: TestWhenEmptyAuthConfig (1.14s) [2020-11-17T19:32:39.838Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2020-11-17T19:32:39.838Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2020-11-17T19:32:39.838Z] === RUN TestTokenPassThru [2020-11-17T19:32:39.838Z] --- PASS: TestTokenPassThru (0.00s) [2020-11-17T19:32:39.838Z] === RUN TestTokenPassThruDifferentHost [2020-11-17T19:32:39.838Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2020-11-17T19:32:39.838Z] PASS [2020-11-17T19:32:39.838Z] coverage: 23.9% of statements [2020-11-17T19:32:39.838Z] ok github.com/docker/docker/distribution 1.661s coverage: 23.9% of statements [2020-11-17T19:32:39.838Z] --- PASS: TestConcurrencyLimit (0.37s) [2020-11-17T19:32:39.838Z] === RUN TestInactiveJobs [2020-11-17T19:32:39.838Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-17T19:32:40.298Z] === RUN TestNotFound [2020-11-17T19:32:40.298Z] --- PASS: TestNotFound (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestConflict [2020-11-17T19:32:40.298Z] --- PASS: TestConflict (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestForbidden [2020-11-17T19:32:40.298Z] --- PASS: TestForbidden (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestInvalidParameter [2020-11-17T19:32:40.298Z] --- PASS: TestInvalidParameter (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestNotImplemented [2020-11-17T19:32:40.298Z] --- PASS: TestNotImplemented (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestNotModified [2020-11-17T19:32:40.298Z] --- PASS: TestNotModified (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestUnauthorized [2020-11-17T19:32:40.298Z] --- PASS: TestUnauthorized (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestUnknown [2020-11-17T19:32:40.298Z] --- PASS: TestUnknown (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestCancelled [2020-11-17T19:32:40.298Z] --- PASS: TestCancelled (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestDeadline [2020-11-17T19:32:40.298Z] --- PASS: TestDeadline (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestDataLoss [2020-11-17T19:32:40.298Z] --- PASS: TestDataLoss (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestUnavailable [2020-11-17T19:32:40.298Z] --- PASS: TestUnavailable (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestSystem [2020-11-17T19:32:40.298Z] --- PASS: TestSystem (0.00s) [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Not_Found [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Bad_Request [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Conflict [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Unauthorized [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Service_Unavailable [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Forbidden [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Not_Modified [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Not_Implemented [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Internal_Server_Error [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2020-11-17T19:32:40.298Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2020-11-17T19:32:40.298Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2020-11-17T19:32:40.298Z] PASS [2020-11-17T19:32:40.298Z] coverage: 49.4% of statements [2020-11-17T19:32:40.298Z] ok github.com/docker/docker/errdefs 0.113s coverage: 49.4% of statements [2020-11-17T19:32:40.298Z] --- PASS: TestInactiveJobs (0.43s) [2020-11-17T19:32:40.298Z] === RUN TestWatchRelease [2020-11-17T19:32:40.758Z] --- PASS: TestWatchRelease (0.08s) [2020-11-17T19:32:40.758Z] === RUN TestWatchFinishedTransfer [2020-11-17T19:32:40.758Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2020-11-17T19:32:40.758Z] === RUN TestDuplicateTransfer [2020-11-17T19:32:40.758Z] --- PASS: TestDuplicateTransfer (0.04s) [2020-11-17T19:32:40.758Z] === RUN TestSuccessfulUpload [2020-11-17T19:32:41.217Z] time="2020-11-17T19:32:40Z" level=error msg="Upload failed, retrying: simulating retry" [2020-11-17T19:32:41.217Z] --- PASS: TestSuccessfulUpload (0.71s) [2020-11-17T19:32:41.217Z] === RUN TestCancelledUpload [2020-11-17T19:32:41.218Z] --- PASS: TestCancelledUpload (0.00s) [2020-11-17T19:32:41.218Z] PASS [2020-11-17T19:32:41.218Z] coverage: 76.8% of statements [2020-11-17T19:32:41.218Z] ok github.com/docker/docker/distribution/xfer 2.269s coverage: 76.8% of statements [2020-11-17T19:32:41.218Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-17T19:32:41.678Z] === RUN TestFSGetInvalidData [2020-11-17T19:32:41.678Z] --- PASS: TestFSGetInvalidData (0.06s) [2020-11-17T19:32:41.678Z] === RUN TestFSInvalidSet [2020-11-17T19:32:41.678Z] --- PASS: TestFSInvalidSet (0.05s) [2020-11-17T19:32:41.678Z] === RUN TestFSInvalidRoot [2020-11-17T19:32:41.678Z] --- PASS: TestFSInvalidRoot (0.00s) [2020-11-17T19:32:41.678Z] === RUN TestFSMetadataGetSet [2020-11-17T19:32:41.678Z] === RUN TestCompare [2020-11-17T19:32:41.678Z] --- PASS: TestCompare (0.00s) [2020-11-17T19:32:41.678Z] PASS [2020-11-17T19:32:41.678Z] coverage: 19.2% of statements [2020-11-17T19:32:41.678Z] ok github.com/docker/docker/image/cache 0.217s coverage: 19.2% of statements [2020-11-17T19:32:42.138Z] --- PASS: TestFSMetadataGetSet (0.15s) [2020-11-17T19:32:42.138Z] === RUN TestFSInvalidWalker [2020-11-17T19:32:42.138Z] === RUN TestMakeV1ConfigFromConfig [2020-11-17T19:32:42.138Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2020-11-17T19:32:42.138Z] PASS [2020-11-17T19:32:42.138Z] coverage: 25.0% of statements [2020-11-17T19:32:42.138Z] --- PASS: TestFSInvalidWalker (0.05s) [2020-11-17T19:32:42.138Z] === RUN TestFSGetSet [2020-11-17T19:32:42.138Z] ok github.com/docker/docker/image/v1 0.166s coverage: 25.0% of statements [2020-11-17T19:32:42.138Z] --- PASS: TestFSGetSet (0.01s) [2020-11-17T19:32:42.138Z] === RUN TestFSGetUnsetKey [2020-11-17T19:32:42.138Z] --- PASS: TestFSGetUnsetKey (0.00s) [2020-11-17T19:32:42.138Z] === RUN TestFSGetEmptyData [2020-11-17T19:32:42.138Z] --- PASS: TestFSGetEmptyData (0.00s) [2020-11-17T19:32:42.138Z] === RUN TestFSDelete [2020-11-17T19:32:42.138Z] --- PASS: TestFSDelete (0.01s) [2020-11-17T19:32:42.138Z] === RUN TestFSWalker [2020-11-17T19:32:42.138Z] --- PASS: TestFSWalker (0.01s) [2020-11-17T19:32:42.138Z] === RUN TestFSWalkerStopOnError [2020-11-17T19:32:42.138Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2020-11-17T19:32:42.138Z] === RUN TestNewFromJSON [2020-11-17T19:32:42.138Z] --- PASS: TestNewFromJSON (0.00s) [2020-11-17T19:32:42.138Z] === RUN TestNewFromJSONWithInvalidJSON [2020-11-17T19:32:42.138Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2020-11-17T19:32:42.138Z] === RUN TestMarshalKeyOrder [2020-11-17T19:32:42.138Z] --- PASS: TestMarshalKeyOrder (0.00s) [2020-11-17T19:32:42.138Z] === RUN TestImage [2020-11-17T19:32:42.138Z] --- PASS: TestImage (0.00s) [2020-11-17T19:32:42.138Z] === RUN TestImageOSNotEmpty [2020-11-17T19:32:42.138Z] --- PASS: TestImageOSNotEmpty (0.00s) [2020-11-17T19:32:42.138Z] === RUN TestNewChildImageFromImageWithRootFS [2020-11-17T19:32:42.138Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2020-11-17T19:32:42.138Z] === RUN TestRestore [2020-11-17T19:32:42.138Z] time="2020-11-17T19:32:41Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2020-11-17T19:32:42.138Z] --- PASS: TestRestore (0.14s) [2020-11-17T19:32:42.138Z] === RUN TestAddDelete [2020-11-17T19:32:42.138Z] --- PASS: TestAddDelete (0.10s) [2020-11-17T19:32:42.138Z] === RUN TestSearchAfterDelete [2020-11-17T19:32:42.138Z] --- PASS: TestSearchAfterDelete (0.04s) [2020-11-17T19:32:42.138Z] === RUN TestParentReset [2020-11-17T19:32:42.598Z] --- PASS: TestParentReset (0.04s) [2020-11-17T19:32:42.598Z] === RUN TestGetAndSetLastUpdated [2020-11-17T19:32:42.598Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2020-11-17T19:32:42.598Z] === RUN TestStoreLen [2020-11-17T19:32:42.598Z] --- PASS: TestStoreLen (0.06s) [2020-11-17T19:32:42.598Z] PASS [2020-11-17T19:32:42.598Z] coverage: 86.4% of statements [2020-11-17T19:32:42.598Z] ok github.com/docker/docker/image 0.917s coverage: 86.4% of statements [2020-11-17T19:32:42.598Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-17T19:32:42.598Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-17T19:32:43.059Z] === RUN TestSerialization [2020-11-17T19:32:43.059Z] --- PASS: TestSerialization (0.05s) [2020-11-17T19:32:43.059Z] PASS [2020-11-17T19:32:43.059Z] coverage: 100.0% of statements [2020-11-17T19:32:43.059Z] ok github.com/docker/docker/libcontainerd/queue 0.119s coverage: 100.0% of statements [2020-11-17T19:32:44.120Z] --- PASS: TestServiceUpdateNetwork (14.54s) [2020-11-17T19:32:44.120Z] === RUN TestServiceUpdatePidsLimit [2020-11-17T19:32:44.201Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-11-17T19:32:44.201Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-11-17T19:32:45.132Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-11-17T19:32:45.242Z] === RUN TestEnvironmentParsing [2020-11-17T19:32:45.242Z] --- PASS: TestEnvironmentParsing (0.00s) [2020-11-17T19:32:45.242Z] PASS [2020-11-17T19:32:45.242Z] coverage: 1.0% of statements [2020-11-17T19:32:45.242Z] ok github.com/docker/docker/libcontainerd/local 0.459s coverage: 1.0% of statements [2020-11-17T19:32:45.242Z] === RUN TestParseVersion [2020-11-17T19:32:45.242Z] --- PASS: TestParseVersion (0.00s) [2020-11-17T19:32:45.242Z] PASS [2020-11-17T19:32:45.242Z] coverage: 52.9% of statements [2020-11-17T19:32:45.242Z] ok github.com/docker/docker/pkg/aaparser 0.578s coverage: 52.9% of statements [2020-11-17T19:32:45.242Z] === RUN TestEmptyLayer [2020-11-17T19:32:45.242Z] --- PASS: TestEmptyLayer (0.00s) [2020-11-17T19:32:45.242Z] === RUN TestCommitFailure [2020-11-17T19:32:45.514Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-17T19:32:45.702Z] --- PASS: TestCommitFailure (0.23s) [2020-11-17T19:32:45.702Z] === RUN TestStartTransactionFailure [2020-11-17T19:32:45.702Z] --- PASS: TestStartTransactionFailure (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestGetOrphan [2020-11-17T19:32:45.702Z] --- PASS: TestGetOrphan (0.01s) [2020-11-17T19:32:45.702Z] === RUN TestMountAndRegister [2020-11-17T19:32:45.702Z] === RUN TestAddressPoolOpt [2020-11-17T19:32:45.702Z] --- PASS: TestAddressPoolOpt (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/a [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/something [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/_=a [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/env1=value1 [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/_env1=value1 [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/env2=value2=value3 [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/env3=abc!qwe [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/env_4=value_4 [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/PATH [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/=a [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/PATH= [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/PATH=something [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/asd!qwe [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/1asd [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/123 [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/some_space [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/__some_space_before [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/some_space_after__ [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/= [2020-11-17T19:32:45.702Z] === RUN TestValidateEnv/PaTh [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/a (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/something (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/_=a (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/PATH (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/=a (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/1asd (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/123 (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/some_space (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/= (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestParseHost [2020-11-17T19:32:45.702Z] --- PASS: TestParseHost (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestParseDockerDaemonHost [2020-11-17T19:32:45.702Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestParseTCP [2020-11-17T19:32:45.702Z] --- PASS: TestParseTCP (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestParseInvalidUnixAddrInvalid [2020-11-17T19:32:45.702Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestValidateExtraHosts [2020-11-17T19:32:45.702Z] --- PASS: TestValidateExtraHosts (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestIpOptString [2020-11-17T19:32:45.702Z] --- PASS: TestIpOptString (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestNewIpOptInvalidDefaultVal [2020-11-17T19:32:45.702Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestNewIpOptValidDefaultVal [2020-11-17T19:32:45.702Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestIpOptSetInvalidVal [2020-11-17T19:32:45.702Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestValidateIPAddress [2020-11-17T19:32:45.702Z] --- PASS: TestValidateIPAddress (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestMapOpts [2020-11-17T19:32:45.702Z] --- PASS: TestMapOpts (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestListOptsWithoutValidator [2020-11-17T19:32:45.702Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestListOptsWithValidator [2020-11-17T19:32:45.702Z] --- PASS: TestListOptsWithValidator (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestValidateDNSSearch [2020-11-17T19:32:45.702Z] --- PASS: TestValidateDNSSearch (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/label_with_general_format [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/label_with_more_than_one_= [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/label_with_one_more [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2020-11-17T19:32:45.702Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2020-11-17T19:32:45.702Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestNamedListOpts [2020-11-17T19:32:45.702Z] --- PASS: TestNamedListOpts (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestNamedMapOpts [2020-11-17T19:32:45.702Z] --- PASS: TestNamedMapOpts (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestParseLink [2020-11-17T19:32:45.702Z] --- PASS: TestParseLink (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestQuotedStringSetWithQuotes [2020-11-17T19:32:45.702Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2020-11-17T19:32:45.702Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestQuotedStringSetWithNoQuotes [2020-11-17T19:32:45.702Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2020-11-17T19:32:45.702Z] === RUN TestUlimitOpt [2020-11-17T19:32:45.702Z] --- PASS: TestUlimitOpt (0.00s) [2020-11-17T19:32:45.702Z] PASS [2020-11-17T19:32:45.702Z] coverage: 67.1% of statements [2020-11-17T19:32:45.702Z] ok github.com/docker/docker/opts 0.755s coverage: 67.1% of statements [2020-11-17T19:32:45.702Z] --- PASS: TestMountAndRegister (0.23s) [2020-11-17T19:32:45.702Z] layer_test.go:271: Layer size: 14 [2020-11-17T19:32:45.702Z] === RUN TestLayerRelease [2020-11-17T19:32:45.702Z] --- SKIP: TestLayerRelease (0.00s) [2020-11-17T19:32:45.702Z] layer_test.go:304: Failing on Windows [2020-11-17T19:32:45.702Z] === RUN TestStoreRestore [2020-11-17T19:32:45.702Z] --- SKIP: TestStoreRestore (0.00s) [2020-11-17T19:32:45.702Z] layer_test.go:353: Failing on Windows [2020-11-17T19:32:45.702Z] === RUN TestTarStreamStability [2020-11-17T19:32:45.702Z] --- SKIP: TestTarStreamStability (0.00s) [2020-11-17T19:32:45.702Z] layer_test.go:468: Failing on Windows [2020-11-17T19:32:45.702Z] === RUN TestRegisterExistingLayer [2020-11-17T19:32:46.061Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-11-17T19:32:46.090Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-17T19:32:46.316Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-11-17T19:32:46.673Z] --- PASS: TestRegisterExistingLayer (0.51s) [2020-11-17T19:32:46.673Z] === RUN TestTarStreamVerification [2020-11-17T19:32:46.673Z] --- SKIP: TestTarStreamVerification (0.00s) [2020-11-17T19:32:46.673Z] layer_test.go:697: Failing on Windows [2020-11-17T19:32:46.673Z] === RUN TestLayerMigration [2020-11-17T19:32:46.673Z] --- SKIP: TestLayerMigration (0.00s) [2020-11-17T19:32:46.673Z] migration_test.go:46: Failing on Windows [2020-11-17T19:32:46.673Z] === RUN TestLayerMigrationNoTarsplit [2020-11-17T19:32:46.673Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2020-11-17T19:32:46.673Z] migration_test.go:182: Failing on Windows [2020-11-17T19:32:46.673Z] === RUN TestMountInit [2020-11-17T19:32:46.673Z] --- SKIP: TestMountInit (0.00s) [2020-11-17T19:32:46.673Z] mount_test.go:17: Failing on Windows [2020-11-17T19:32:46.673Z] === RUN TestMountSize [2020-11-17T19:32:46.673Z] --- SKIP: TestMountSize (0.00s) [2020-11-17T19:32:46.673Z] mount_test.go:76: Failing on Windows [2020-11-17T19:32:46.673Z] === RUN TestMountChanges [2020-11-17T19:32:46.673Z] --- SKIP: TestMountChanges (0.00s) [2020-11-17T19:32:46.673Z] mount_test.go:125: Failing on Windows [2020-11-17T19:32:46.673Z] === RUN TestMountApply [2020-11-17T19:32:46.673Z] --- SKIP: TestMountApply (0.00s) [2020-11-17T19:32:46.673Z] mount_test.go:212: Failing on Windows [2020-11-17T19:32:46.673Z] PASS [2020-11-17T19:32:46.673Z] coverage: 30.1% of statements [2020-11-17T19:32:46.673Z] ok github.com/docker/docker/layer 1.841s coverage: 30.1% of statements [2020-11-17T19:32:46.673Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-17T19:32:46.673Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-17T19:32:46.673Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-17T19:32:46.673Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-17T19:32:46.673Z] ? github.com/docker/docker/oci [no test files] [2020-11-17T19:32:46.673Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-17T19:32:46.673Z] === RUN TestUnbuffered [2020-11-17T19:32:46.673Z] --- PASS: TestUnbuffered (0.00s) [2020-11-17T19:32:46.673Z] === RUN TestRaceUnbuffered [2020-11-17T19:32:46.673Z] --- PASS: TestRaceUnbuffered (0.00s) [2020-11-17T19:32:46.673Z] PASS [2020-11-17T19:32:46.673Z] coverage: 100.0% of statements [2020-11-17T19:32:46.673Z] ok github.com/docker/docker/pkg/broadcaster 0.096s coverage: 100.0% of statements [2020-11-17T19:32:47.642Z] === RUN TestPeerCertificateMarshalJSON [2020-11-17T19:32:47.683Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-11-17T19:32:48.102Z] === RUN TestMatch [2020-11-17T19:32:48.102Z] === RUN TestMatch/[[]] [2020-11-17T19:32:48.102Z] === RUN TestMatch/[[foo]] [2020-11-17T19:32:48.102Z] === RUN TestMatch/[[bar]_[foo]] [2020-11-17T19:32:48.102Z] === RUN TestMatch/[[foo_bar]] [2020-11-17T19:32:48.102Z] === RUN TestMatch/[[qux]_[foo]] [2020-11-17T19:32:48.102Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2020-11-17T19:32:48.102Z] === RUN TestMatch/[] [2020-11-17T19:32:48.102Z] === RUN TestMatch/[]#01 [2020-11-17T19:32:48.102Z] === RUN TestMatch/[[qux]] [2020-11-17T19:32:48.102Z] === RUN TestMatch/[[foo_bar_qux]] [2020-11-17T19:32:48.102Z] === RUN TestMatch/[[qux]_[baz]] [2020-11-17T19:32:48.102Z] === RUN TestMatch/[[foo_baz]] [2020-11-17T19:32:48.102Z] --- PASS: TestMatch (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestMatch/[[]] (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestMatch/[[foo]] (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestMatch/[] (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestMatch/[]#01 (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestMatch/[[qux]] (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2020-11-17T19:32:48.102Z] PASS [2020-11-17T19:32:48.102Z] coverage: 87.5% of statements [2020-11-17T19:32:48.102Z] ok github.com/docker/docker/pkg/capabilities 0.035s coverage: 87.5% of statements [2020-11-17T19:32:48.102Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2020-11-17T19:32:48.102Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2020-11-17T19:32:48.102Z] --- PASS: TestPeerCertificateMarshalJSON (0.49s) [2020-11-17T19:32:48.102Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2020-11-17T19:32:48.102Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2020-11-17T19:32:48.102Z] === RUN TestMiddleware [2020-11-17T19:32:48.102Z] --- PASS: TestMiddleware (0.00s) [2020-11-17T19:32:48.102Z] === RUN TestNewResponseModifier [2020-11-17T19:32:48.102Z] --- PASS: TestNewResponseModifier (0.00s) [2020-11-17T19:32:48.102Z] PASS [2020-11-17T19:32:48.102Z] coverage: 26.8% of statements [2020-11-17T19:32:48.102Z] ok github.com/docker/docker/pkg/authorization 0.629s coverage: 26.8% of statements [2020-11-17T19:32:48.564Z] === RUN TestChrootTarUntar [2020-11-17T19:32:48.564Z] --- SKIP: TestChrootTarUntar (0.00s) [2020-11-17T19:32:48.564Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:32:48.564Z] === RUN TestChrootUntarWithHugeExcludesList [2020-11-17T19:32:48.564Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2020-11-17T19:32:48.564Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:32:48.564Z] === RUN TestChrootUntarEmptyArchive [2020-11-17T19:32:48.564Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2020-11-17T19:32:48.564Z] === RUN TestChrootTarUntarWithSymlink [2020-11-17T19:32:48.564Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2020-11-17T19:32:48.564Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-17T19:32:48.564Z] === RUN TestChrootCopyWithTar [2020-11-17T19:32:48.564Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2020-11-17T19:32:48.564Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-17T19:32:48.564Z] === RUN TestChrootCopyFileWithTar [2020-11-17T19:32:48.564Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2020-11-17T19:32:48.564Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:32:48.564Z] === RUN TestChrootUntarPath [2020-11-17T19:32:48.564Z] --- SKIP: TestChrootUntarPath (0.00s) [2020-11-17T19:32:48.564Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-17T19:32:48.564Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2020-11-17T19:32:48.564Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-11-17T19:32:48.564Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:32:48.564Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2020-11-17T19:32:48.564Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-11-17T19:32:48.564Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:32:48.564Z] === RUN TestChrootApplyDotDotFile [2020-11-17T19:32:48.564Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2020-11-17T19:32:48.564Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:32:48.564Z] PASS [2020-11-17T19:32:48.564Z] coverage: 15.4% of statements [2020-11-17T19:32:48.564Z] ok github.com/docker/docker/pkg/chrootarchive 0.150s coverage: 15.4% of statements [2020-11-17T19:32:48.612Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-11-17T19:32:49.024Z] === RUN TestIsArchivePathDir [2020-11-17T19:32:49.024Z] --- PASS: TestIsArchivePathDir (0.07s) [2020-11-17T19:32:49.024Z] === RUN TestIsArchivePathInvalidFile [2020-11-17T19:32:49.024Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2020-11-17T19:32:49.024Z] === RUN TestIsArchivePathTar [2020-11-17T19:32:49.024Z] --- PASS: TestIsArchivePathTar (0.17s) [2020-11-17T19:32:49.024Z] === RUN TestDecompressStreamGzip [2020-11-17T19:32:49.484Z] --- PASS: TestDecompressStreamGzip (0.10s) [2020-11-17T19:32:49.484Z] === RUN TestDecompressStreamBzip2 [2020-11-17T19:32:49.484Z] === RUN TestSizeEmpty [2020-11-17T19:32:49.484Z] --- PASS: TestSizeEmpty (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestSizeEmptyFile [2020-11-17T19:32:49.484Z] --- PASS: TestSizeEmptyFile (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestSizeNonemptyFile [2020-11-17T19:32:49.484Z] --- PASS: TestSizeNonemptyFile (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestSizeNestedDirectoryEmpty [2020-11-17T19:32:49.484Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2020-11-17T19:32:49.484Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2020-11-17T19:32:49.484Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestMoveToSubdir [2020-11-17T19:32:49.484Z] --- PASS: TestMoveToSubdir (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestSizeNonExistingDirectory [2020-11-17T19:32:49.484Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2020-11-17T19:32:49.484Z] PASS [2020-11-17T19:32:49.484Z] coverage: 80.0% of statements [2020-11-17T19:32:49.484Z] ok github.com/docker/docker/pkg/directory 0.075s coverage: 80.0% of statements [2020-11-17T19:32:49.484Z] --- PASS: TestDecompressStreamBzip2 (0.16s) [2020-11-17T19:32:49.484Z] === RUN TestDecompressStreamXz [2020-11-17T19:32:49.484Z] --- SKIP: TestDecompressStreamXz (0.00s) [2020-11-17T19:32:49.484Z] archive_test.go:133: Xz not present in msys2 [2020-11-17T19:32:49.484Z] === RUN TestCompressStreamXzUnsupported [2020-11-17T19:32:49.484Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestCompressStreamBzip2Unsupported [2020-11-17T19:32:49.484Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestCompressStreamInvalid [2020-11-17T19:32:49.484Z] --- PASS: TestCompressStreamInvalid (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestExtensionInvalid [2020-11-17T19:32:49.484Z] --- PASS: TestExtensionInvalid (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestExtensionUncompressed [2020-11-17T19:32:49.484Z] --- PASS: TestExtensionUncompressed (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestExtensionBzip2 [2020-11-17T19:32:49.484Z] --- PASS: TestExtensionBzip2 (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestExtensionGzip [2020-11-17T19:32:49.484Z] --- PASS: TestExtensionGzip (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestExtensionXz [2020-11-17T19:32:49.484Z] --- PASS: TestExtensionXz (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestCmdStreamLargeStderr [2020-11-17T19:32:49.484Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2020-11-17T19:32:49.484Z] === RUN TestCmdStreamBad [2020-11-17T19:32:49.484Z] --- SKIP: TestCmdStreamBad (0.00s) [2020-11-17T19:32:49.484Z] archive_test.go:238: Failing on Windows CI machines [2020-11-17T19:32:49.484Z] === RUN TestCmdStreamGood [2020-11-17T19:32:49.484Z] --- PASS: TestCmdStreamGood (0.03s) [2020-11-17T19:32:49.484Z] === RUN TestUntarPathWithInvalidDest [2020-11-17T19:32:49.484Z] --- PASS: TestUntarPathWithInvalidDest (0.13s) [2020-11-17T19:32:49.484Z] === RUN TestUntarPathWithInvalidSrc [2020-11-17T19:32:49.484Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2020-11-17T19:32:49.484Z] === RUN TestUntarPath [2020-11-17T19:32:49.945Z] --- PASS: TestUntarPath (0.09s) [2020-11-17T19:32:49.945Z] === RUN TestUntarPathWithDestinationFile [2020-11-17T19:32:49.945Z] --- PASS: TestUntarPathWithDestinationFile (0.04s) [2020-11-17T19:32:49.945Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2020-11-17T19:32:49.945Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2020-11-17T19:32:49.945Z] === RUN TestCopyWithTarInvalidSrc [2020-11-17T19:32:49.945Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2020-11-17T19:32:49.945Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2020-11-17T19:32:49.945Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2020-11-17T19:32:49.945Z] === RUN TestCopyWithTarSrcFile [2020-11-17T19:32:49.945Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2020-11-17T19:32:49.945Z] === RUN TestCopyWithTarSrcFolder [2020-11-17T19:32:49.945Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2020-11-17T19:32:49.945Z] === RUN TestCopyFileWithTarInvalidSrc [2020-11-17T19:32:49.945Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2020-11-17T19:32:49.945Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2020-11-17T19:32:49.945Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2020-11-17T19:32:49.945Z] === RUN TestCopyFileWithTarSrcFolder [2020-11-17T19:32:49.945Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2020-11-17T19:32:49.945Z] === RUN TestCopyFileWithTarSrcFile [2020-11-17T19:32:49.945Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2020-11-17T19:32:49.945Z] === RUN TestTarFiles [2020-11-17T19:32:49.945Z] === RUN Test [2020-11-17T19:32:49.945Z] === RUN Test/TestContainsEntry [2020-11-17T19:32:49.945Z] === RUN Test/TestCreateEntries [2020-11-17T19:32:49.945Z] === RUN Test/TestEntriesDiff [2020-11-17T19:32:49.945Z] === RUN Test/TestEntriesEquality [2020-11-17T19:32:49.945Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2020-11-17T19:32:49.945Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2020-11-17T19:32:49.945Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2020-11-17T19:32:49.945Z] === RUN Test/TestGeneratorNotGenerate [2020-11-17T19:32:49.945Z] === RUN Test/TestGeneratorWithPort [2020-11-17T19:32:49.945Z] === RUN Test/TestGeneratorWithPortNotGenerate [2020-11-17T19:32:49.945Z] === RUN Test/TestNewEntry [2020-11-17T19:32:49.945Z] === RUN Test/TestParse [2020-11-17T19:32:49.945Z] --- PASS: Test (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestContainsEntry (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestCreateEntries (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestEntriesDiff (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestEntriesEquality (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestNewEntry (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestParse (0.00s) [2020-11-17T19:32:49.945Z] PASS [2020-11-17T19:32:49.945Z] coverage: 58.3% of statements [2020-11-17T19:32:49.945Z] ok github.com/docker/docker/pkg/discovery 0.148s coverage: 58.3% of statements [2020-11-17T19:32:49.945Z] === RUN Test [2020-11-17T19:32:49.945Z] === RUN Test/TestContent [2020-11-17T19:32:49.945Z] === RUN Test/TestInitialize [2020-11-17T19:32:49.945Z] === RUN Test/TestNew [2020-11-17T19:32:49.945Z] === RUN Test/TestParsingContentsWithComments [2020-11-17T19:32:49.945Z] === RUN Test/TestRegister [2020-11-17T19:32:49.945Z] === RUN Test/TestWatch [2020-11-17T19:32:49.945Z] --- PASS: Test (0.01s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestContent (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestInitialize (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestNew (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestRegister (0.00s) [2020-11-17T19:32:49.945Z] --- PASS: Test/TestWatch (0.01s) [2020-11-17T19:32:49.945Z] PASS [2020-11-17T19:32:49.945Z] coverage: 92.9% of statements [2020-11-17T19:32:49.945Z] ok github.com/docker/docker/pkg/discovery/file 0.075s coverage: 92.9% of statements [2020-11-17T19:32:51.131Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-11-17T19:32:51.485Z] === RUN Test [2020-11-17T19:32:51.485Z] === RUN Test/TestWatch [2020-11-17T19:32:51.485Z] --- PASS: Test (0.00s) [2020-11-17T19:32:51.485Z] --- PASS: Test/TestWatch (0.00s) [2020-11-17T19:32:51.485Z] PASS [2020-11-17T19:32:51.485Z] coverage: 92.3% of statements [2020-11-17T19:32:51.485Z] ok github.com/docker/docker/pkg/discovery/memory 0.078s coverage: 92.3% of statements [2020-11-17T19:32:51.485Z] === RUN Test [2020-11-17T19:32:51.485Z] === RUN Test/TestInitialize [2020-11-17T19:32:51.485Z] === RUN Test/TestInitializeWithPattern [2020-11-17T19:32:51.485Z] === RUN Test/TestRegister [2020-11-17T19:32:51.485Z] === RUN Test/TestWatch [2020-11-17T19:32:51.485Z] --- PASS: Test (0.00s) [2020-11-17T19:32:51.485Z] --- PASS: Test/TestInitialize (0.00s) [2020-11-17T19:32:51.485Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2020-11-17T19:32:51.485Z] --- PASS: Test/TestRegister (0.00s) [2020-11-17T19:32:51.485Z] --- PASS: Test/TestWatch (0.00s) [2020-11-17T19:32:51.485Z] PASS [2020-11-17T19:32:51.485Z] coverage: 93.8% of statements [2020-11-17T19:32:51.485Z] ok github.com/docker/docker/pkg/discovery/nodes 0.083s coverage: 93.8% of statements [2020-11-17T19:32:51.946Z] === RUN Test [2020-11-17T19:32:51.946Z] === RUN Test/TestInitialize [2020-11-17T19:32:51.946Z] time="2020-11-17T19:32:51Z" level=info msg="Initializing discovery without TLS" [2020-11-17T19:32:51.946Z] time="2020-11-17T19:32:51Z" level=info msg="Initializing discovery without TLS" [2020-11-17T19:32:51.946Z] time="2020-11-17T19:32:51Z" level=info msg="Initializing discovery without TLS" [2020-11-17T19:32:51.946Z] === RUN Test/TestInitializeWithCerts [2020-11-17T19:32:51.946Z] time="2020-11-17T19:32:51Z" level=info msg="Initializing discovery with TLS" [2020-11-17T19:32:51.946Z] === RUN Test/TestWatch [2020-11-17T19:32:51.946Z] time="2020-11-17T19:32:51Z" level=info msg="Initializing discovery without TLS" [2020-11-17T19:32:52.916Z] === RUN TestPollerAddRemove [2020-11-17T19:32:52.916Z] --- PASS: TestPollerAddRemove (0.00s) [2020-11-17T19:32:52.916Z] === RUN TestPollerEvent [2020-11-17T19:32:52.916Z] --- SKIP: TestPollerEvent (0.00s) [2020-11-17T19:32:52.917Z] poller_test.go:41: No chmod on Windows [2020-11-17T19:32:52.917Z] === RUN TestPollerClose [2020-11-17T19:32:52.917Z] --- PASS: TestPollerClose (0.00s) [2020-11-17T19:32:52.917Z] PASS [2020-11-17T19:32:52.917Z] coverage: 45.7% of statements [2020-11-17T19:32:52.917Z] ok github.com/docker/docker/pkg/filenotify 0.218s coverage: 45.7% of statements [2020-11-17T19:32:52.917Z] === RUN TestCopyFileWithInvalidSrc [2020-11-17T19:32:52.917Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestCopyFileWithInvalidDest [2020-11-17T19:32:52.917Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestCopyFileWithSameSrcAndDest [2020-11-17T19:32:52.917Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2020-11-17T19:32:52.917Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestCopyFile [2020-11-17T19:32:52.917Z] --- PASS: TestCopyFile (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2020-11-17T19:32:52.917Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-11-17T19:32:52.917Z] fileutils_test.go:134: Needs porting to Windows [2020-11-17T19:32:52.917Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2020-11-17T19:32:52.917Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestReadSymlinkedDirectoryToFile [2020-11-17T19:32:52.917Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2020-11-17T19:32:52.917Z] fileutils_test.go:180: Needs porting to Windows [2020-11-17T19:32:52.917Z] === RUN TestWildcardMatches [2020-11-17T19:32:52.917Z] --- PASS: TestWildcardMatches (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestPatternMatches [2020-11-17T19:32:52.917Z] --- PASS: TestPatternMatches (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestExclusionPatternMatchesPatternBefore [2020-11-17T19:32:52.917Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestPatternMatchesFolderExclusions [2020-11-17T19:32:52.917Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2020-11-17T19:32:52.917Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestPatternMatchesFolderWildcardExclusions [2020-11-17T19:32:52.917Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestExclusionPatternMatchesPatternAfter [2020-11-17T19:32:52.917Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestExclusionPatternMatchesWholeDirectory [2020-11-17T19:32:52.917Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestSingleExclamationError [2020-11-17T19:32:52.917Z] --- PASS: TestSingleExclamationError (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestMatchesWithNoPatterns [2020-11-17T19:32:52.917Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestMatchesWithMalformedPatterns [2020-11-17T19:32:52.917Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestMatches [2020-11-17T19:32:52.917Z] --- PASS: TestMatches (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestCleanPatterns [2020-11-17T19:32:52.917Z] --- PASS: TestCleanPatterns (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestCleanPatternsStripEmptyPatterns [2020-11-17T19:32:52.917Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestCleanPatternsExceptionFlag [2020-11-17T19:32:52.917Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2020-11-17T19:32:52.917Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2020-11-17T19:32:52.917Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestCleanPatternsErrorSingleException [2020-11-17T19:32:52.917Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestCreateIfNotExistsDir [2020-11-17T19:32:52.917Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestCreateIfNotExistsFile [2020-11-17T19:32:52.917Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2020-11-17T19:32:52.917Z] === RUN TestMatch [2020-11-17T19:32:52.917Z] --- PASS: TestMatch (0.00s) [2020-11-17T19:32:52.917Z] PASS [2020-11-17T19:32:52.917Z] coverage: 87.7% of statements [2020-11-17T19:32:52.917Z] ok github.com/docker/docker/pkg/fileutils 0.153s coverage: 87.7% of statements [2020-11-17T19:32:53.887Z] === RUN TestGet [2020-11-17T19:32:53.887Z] --- PASS: TestGet (0.00s) [2020-11-17T19:32:53.887Z] === RUN TestGetShortcutString [2020-11-17T19:32:53.887Z] --- PASS: TestGetShortcutString (0.00s) [2020-11-17T19:32:53.887Z] PASS [2020-11-17T19:32:53.887Z] coverage: 42.9% of statements [2020-11-17T19:32:53.887Z] ok github.com/docker/docker/pkg/homedir 0.114s coverage: 42.9% of statements [2020-11-17T19:32:54.248Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-17T19:32:54.347Z] === RUN TestCreateIDMapOrder [2020-11-17T19:32:54.347Z] --- PASS: TestCreateIDMapOrder (0.00s) [2020-11-17T19:32:54.347Z] PASS [2020-11-17T19:32:54.347Z] coverage: 7.3% of statements [2020-11-17T19:32:54.347Z] ok github.com/docker/docker/pkg/idtools 0.154s coverage: 7.3% of statements [2020-11-17T19:32:54.347Z] --- PASS: TestTarFiles (4.58s) [2020-11-17T19:32:54.347Z] === RUN TestTarUntar [2020-11-17T19:32:54.347Z] --- PASS: TestTarUntar (0.02s) [2020-11-17T19:32:54.347Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2020-11-17T19:32:54.347Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2020-11-17T19:32:54.347Z] === RUN TestTarWithOptions [2020-11-17T19:32:54.347Z] --- PASS: TestTarWithOptions (0.02s) [2020-11-17T19:32:54.347Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2020-11-17T19:32:54.347Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2020-11-17T19:32:54.347Z] === RUN TestUntarUstarGnuConflict [2020-11-17T19:32:54.347Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2020-11-17T19:32:54.347Z] === RUN TestUntarInvalidFilenames [2020-11-17T19:32:54.807Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames129728298\\dest" [2020-11-17T19:32:54.807Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2020-11-17T19:32:54.807Z] === RUN TestUntarHardlinkToSymlink [2020-11-17T19:32:54.807Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2020-11-17T19:32:54.807Z] === RUN TestUntarInvalidHardlink [2020-11-17T19:32:54.807Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink731693147\\victim\\hello" -> "../victim/hello" [2020-11-17T19:32:54.807Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink342288894\\victim\\hello" -> "/../victim/hello" [2020-11-17T19:32:54.807Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink217539909\\victim" -> "../victim" [2020-11-17T19:32:54.807Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink276209120\\victim" -> "../victim" [2020-11-17T19:32:54.807Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink225171903\\victim" -> "../victim" [2020-11-17T19:32:54.807Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink868227090\\victim" -> "../victim" [2020-11-17T19:32:54.807Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2020-11-17T19:32:54.807Z] === RUN TestUntarInvalidSymlink [2020-11-17T19:32:54.807Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink769759817\\dest\\dotdot" -> "../victim/hello" [2020-11-17T19:32:54.807Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink239618836\\dest\\slash-dotdot" -> "/../victim/hello" [2020-11-17T19:32:54.807Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink087955299\\dest\\loophole-victim" -> "../victim" [2020-11-17T19:32:54.807Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink005821286\\dest\\loophole-victim" -> "../victim" [2020-11-17T19:32:54.807Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink078264205\\dest\\loophole-victim" -> "../victim" [2020-11-17T19:32:54.807Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink000244104\\dest\\loophole-victim" -> "../victim" [2020-11-17T19:32:54.807Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink604188999\\dest\\dir\\loophole" -> "../../victim" [2020-11-17T19:32:54.807Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2020-11-17T19:32:54.807Z] === RUN TestTempArchiveCloseMultipleTimes [2020-11-17T19:32:54.807Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2020-11-17T19:32:54.807Z] === RUN TestReplaceFileTarWrapper [2020-11-17T19:32:54.807Z] --- PASS: TestReplaceFileTarWrapper (0.11s) [2020-11-17T19:32:54.807Z] === RUN TestPrefixHeaderReadable [2020-11-17T19:32:54.807Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2020-11-17T19:32:54.807Z] === RUN TestDisablePigz [2020-11-17T19:32:54.807Z] --- PASS: Test (3.15s) [2020-11-17T19:32:54.807Z] --- PASS: Test/TestInitialize (0.11s) [2020-11-17T19:32:54.807Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2020-11-17T19:32:54.807Z] --- PASS: Test/TestWatch (3.03s) [2020-11-17T19:32:54.807Z] PASS [2020-11-17T19:32:54.807Z] coverage: 84.1% of statements [2020-11-17T19:32:54.807Z] ok github.com/docker/docker/pkg/discovery/kv 3.379s coverage: 84.1% of statements [2020-11-17T19:32:54.807Z] --- PASS: TestDisablePigz (0.18s) [2020-11-17T19:32:55.267Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2020-11-17T19:32:55.267Z] === RUN TestPigz [2020-11-17T19:32:55.267Z] --- PASS: TestPigz (0.14s) [2020-11-17T19:32:55.267Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2020-11-17T19:32:55.267Z] === RUN TestCopyFileWithInvalidDest [2020-11-17T19:32:55.267Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2020-11-17T19:32:55.267Z] archive_windows_test.go:16: Currently fails [2020-11-17T19:32:55.267Z] === RUN TestCanonicalTarNameForPath [2020-11-17T19:32:55.267Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2020-11-17T19:32:55.267Z] === RUN TestCanonicalTarName [2020-11-17T19:32:55.267Z] --- PASS: TestCanonicalTarName (0.00s) [2020-11-17T19:32:55.267Z] === RUN TestChmodTarEntry [2020-11-17T19:32:55.267Z] --- PASS: TestChmodTarEntry (0.00s) [2020-11-17T19:32:55.267Z] === RUN TestHardLinkOrder [2020-11-17T19:32:55.267Z] === RUN TestFixedBufferCap [2020-11-17T19:32:55.267Z] --- PASS: TestFixedBufferCap (0.00s) [2020-11-17T19:32:55.267Z] === RUN TestFixedBufferLen [2020-11-17T19:32:55.267Z] --- PASS: TestFixedBufferLen (0.00s) [2020-11-17T19:32:55.267Z] === RUN TestFixedBufferString [2020-11-17T19:32:55.267Z] --- PASS: TestFixedBufferString (0.00s) [2020-11-17T19:32:55.267Z] === RUN TestFixedBufferWrite [2020-11-17T19:32:55.267Z] --- PASS: TestFixedBufferWrite (0.00s) [2020-11-17T19:32:55.267Z] === RUN TestFixedBufferRead [2020-11-17T19:32:55.267Z] --- PASS: TestFixedBufferRead (0.00s) [2020-11-17T19:32:55.267Z] === RUN TestBytesPipeRead [2020-11-17T19:32:55.267Z] --- PASS: TestBytesPipeRead (0.00s) [2020-11-17T19:32:55.267Z] === RUN TestBytesPipeWrite [2020-11-17T19:32:55.267Z] --- PASS: TestBytesPipeWrite (0.00s) [2020-11-17T19:32:55.267Z] === RUN TestBytesPipeWriteRandomChunks [2020-11-17T19:32:55.267Z] --- PASS: TestHardLinkOrder (0.06s) [2020-11-17T19:32:55.267Z] === RUN TestChangeString [2020-11-17T19:32:55.267Z] --- PASS: TestChangeString (0.00s) [2020-11-17T19:32:55.267Z] === RUN TestChangesWithNoChanges [2020-11-17T19:32:55.267Z] --- PASS: TestChangesWithNoChanges (0.03s) [2020-11-17T19:32:55.267Z] === RUN TestChangesWithChanges [2020-11-17T19:32:55.267Z] --- PASS: TestChangesWithChanges (0.02s) [2020-11-17T19:32:55.267Z] === RUN TestChangesWithChangesGH13590 [2020-11-17T19:32:55.267Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2020-11-17T19:32:55.267Z] changes_test.go:192: needs more investigation [2020-11-17T19:32:55.267Z] === RUN TestChangesDirsEmpty [2020-11-17T19:32:55.267Z] --- PASS: TestChangesDirsEmpty (0.09s) [2020-11-17T19:32:55.267Z] === RUN TestChangesDirsMutated [2020-11-17T19:32:55.727Z] === RUN TestError [2020-11-17T19:32:55.727Z] --- PASS: TestError (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestProgressString [2020-11-17T19:32:55.727Z] === RUN TestProgressString/no_progress [2020-11-17T19:32:55.727Z] === RUN TestProgressString/progress_1 [2020-11-17T19:32:55.727Z] === RUN TestProgressString/some_progress_with_a_start_time [2020-11-17T19:32:55.727Z] === RUN TestProgressString/some_progress_without_a_start_time [2020-11-17T19:32:55.727Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2020-11-17T19:32:55.727Z] === RUN TestProgressString/with_units [2020-11-17T19:32:55.727Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2020-11-17T19:32:55.727Z] === RUN TestProgressString/hide_counts [2020-11-17T19:32:55.727Z] --- PASS: TestProgressString (0.00s) [2020-11-17T19:32:55.727Z] --- PASS: TestProgressString/no_progress (0.00s) [2020-11-17T19:32:55.727Z] --- PASS: TestProgressString/progress_1 (0.00s) [2020-11-17T19:32:55.727Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2020-11-17T19:32:55.727Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2020-11-17T19:32:55.727Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2020-11-17T19:32:55.727Z] --- PASS: TestProgressString/with_units (0.00s) [2020-11-17T19:32:55.727Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2020-11-17T19:32:55.727Z] --- PASS: TestProgressString/hide_counts (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestJSONMessageDisplay [2020-11-17T19:32:55.727Z] --- PASS: TestChangesDirsMutated (0.30s) [2020-11-17T19:32:55.727Z] === RUN TestApplyLayer [2020-11-17T19:32:55.727Z] --- SKIP: TestApplyLayer (0.00s) [2020-11-17T19:32:55.727Z] changes_test.go:405: needs further investigation [2020-11-17T19:32:55.727Z] === RUN TestChangesSizeWithHardlinks [2020-11-17T19:32:55.727Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2020-11-17T19:32:55.727Z] changes_test.go:441: needs further investigation [2020-11-17T19:32:55.727Z] === RUN TestChangesSizeWithNoChanges [2020-11-17T19:32:55.727Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2020-11-17T19:32:55.727Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestChangesSize [2020-11-17T19:32:55.727Z] --- PASS: TestChangesSize (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestApplyLayerInvalidFilenames [2020-11-17T19:32:55.727Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames671953531\\dest" [2020-11-17T19:32:55.727Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2020-11-17T19:32:55.727Z] === RUN TestApplyLayerInvalidHardlink [2020-11-17T19:32:55.727Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink785450597\\victim\\hello" -> "../victim/hello" [2020-11-17T19:32:55.727Z] --- PASS: TestBytesPipeWriteRandomChunks (0.50s) [2020-11-17T19:32:55.727Z] === RUN TestAtomicWriteToFile [2020-11-17T19:32:55.727Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink447605888\\victim\\hello" -> "/../victim/hello" [2020-11-17T19:32:55.727Z] --- PASS: TestAtomicWriteToFile (0.01s) [2020-11-17T19:32:55.727Z] === RUN TestAtomicWriteSetCommit [2020-11-17T19:32:55.727Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink141357535\\victim" -> "../victim" [2020-11-17T19:32:55.727Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2020-11-17T19:32:55.727Z] === RUN TestAtomicWriteSetCancel [2020-11-17T19:32:55.727Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink511006642\\victim" -> "../victim" [2020-11-17T19:32:55.727Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink431444841\\victim" -> "../victim" [2020-11-17T19:32:55.727Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2020-11-17T19:32:55.727Z] === RUN TestReadCloserWrapperClose [2020-11-17T19:32:55.727Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestReaderErrWrapperReadOnError [2020-11-17T19:32:55.727Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestReaderErrWrapperRead [2020-11-17T19:32:55.727Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestHashData [2020-11-17T19:32:55.727Z] --- PASS: TestHashData (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestCancelReadCloser [2020-11-17T19:32:55.727Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink141207476\\victim" -> "../victim" [2020-11-17T19:32:55.727Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2020-11-17T19:32:55.727Z] === RUN TestApplyLayerInvalidSymlink [2020-11-17T19:32:55.727Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink511154051\\dest\\dotdot" -> "../victim/hello" [2020-11-17T19:32:55.727Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink192809222\\dest\\slash-dotdot" -> "/../victim/hello" [2020-11-17T19:32:55.727Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink316928685\\dest\\loophole-victim" -> "../victim" [2020-11-17T19:32:55.727Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink288739880\\dest\\loophole-victim" -> "../victim" [2020-11-17T19:32:55.727Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink375339367\\dest\\loophole-victim" -> "../victim" [2020-11-17T19:32:55.727Z] --- PASS: TestJSONMessageDisplay (0.11s) [2020-11-17T19:32:55.727Z] === RUN TestJSONMessageDisplayWithJSONError [2020-11-17T19:32:55.727Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2020-11-17T19:32:55.727Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestDisplayJSONMessagesStream [2020-11-17T19:32:55.727Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2020-11-17T19:32:55.727Z] PASS [2020-11-17T19:32:55.727Z] coverage: 91.7% of statements [2020-11-17T19:32:55.727Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink859549082\\dest\\loophole-victim" -> "../victim" [2020-11-17T19:32:55.727Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2020-11-17T19:32:55.727Z] === RUN TestApplyLayerWhiteouts [2020-11-17T19:32:55.727Z] ok github.com/docker/docker/pkg/jsonmessage 0.161s coverage: 91.7% of statements [2020-11-17T19:32:55.727Z] --- PASS: TestApplyLayerWhiteouts (0.04s) [2020-11-17T19:32:55.727Z] === RUN TestGenerateEmptyFile [2020-11-17T19:32:55.727Z] --- PASS: TestGenerateEmptyFile (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestGenerateWithContent [2020-11-17T19:32:55.727Z] --- PASS: TestGenerateWithContent (0.00s) [2020-11-17T19:32:55.727Z] PASS [2020-11-17T19:32:55.727Z] coverage: 62.7% of statements [2020-11-17T19:32:55.727Z] ok github.com/docker/docker/pkg/archive 7.259s coverage: 62.7% of statements [2020-11-17T19:32:55.727Z] --- PASS: TestCancelReadCloser (0.13s) [2020-11-17T19:32:55.727Z] === RUN TestWriteCloserWrapperClose [2020-11-17T19:32:55.727Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestNopWriteCloser [2020-11-17T19:32:55.727Z] --- PASS: TestNopWriteCloser (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestNopWriter [2020-11-17T19:32:55.727Z] --- PASS: TestNopWriter (0.00s) [2020-11-17T19:32:55.727Z] === RUN TestWriteCounter [2020-11-17T19:32:55.727Z] --- PASS: TestWriteCounter (0.00s) [2020-11-17T19:32:55.727Z] PASS [2020-11-17T19:32:55.727Z] coverage: 69.7% of statements [2020-11-17T19:32:55.727Z] ok github.com/docker/docker/pkg/ioutils 0.715s coverage: 69.7% of statements [2020-11-17T19:32:56.188Z] === RUN TestStandardLongPath [2020-11-17T19:32:56.188Z] --- PASS: TestStandardLongPath (0.00s) [2020-11-17T19:32:56.188Z] === RUN TestUNCLongPath [2020-11-17T19:32:56.188Z] --- PASS: TestUNCLongPath (0.00s) [2020-11-17T19:32:56.188Z] PASS [2020-11-17T19:32:56.188Z] coverage: 100.0% of statements [2020-11-17T19:32:56.188Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2020-11-17T19:32:56.647Z] === RUN TestNameFormat [2020-11-17T19:32:56.647Z] --- PASS: TestNameFormat (0.00s) [2020-11-17T19:32:56.647Z] === RUN TestNameRetries [2020-11-17T19:32:56.647Z] --- PASS: TestNameRetries (0.00s) [2020-11-17T19:32:56.647Z] PASS [2020-11-17T19:32:56.647Z] coverage: 85.7% of statements [2020-11-17T19:32:56.647Z] ok github.com/docker/docker/pkg/namesgenerator 0.087s coverage: 85.7% of statements [2020-11-17T19:32:56.647Z] === RUN TestParseKeyValueOpt [2020-11-17T19:32:56.647Z] --- PASS: TestParseKeyValueOpt (0.00s) [2020-11-17T19:32:56.647Z] === RUN TestParseUintList [2020-11-17T19:32:56.647Z] --- PASS: TestParseUintList (0.00s) [2020-11-17T19:32:56.647Z] === RUN TestParseUintListMaximumLimits [2020-11-17T19:32:56.647Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2020-11-17T19:32:56.647Z] PASS [2020-11-17T19:32:56.647Z] coverage: 97.0% of statements [2020-11-17T19:32:57.108Z] ok github.com/docker/docker/pkg/parsers 0.034s coverage: 97.0% of statements [2020-11-17T19:32:57.573Z] === RUN TestNewAndRemove [2020-11-17T19:32:57.573Z] --- PASS: TestNewAndRemove (0.01s) [2020-11-17T19:32:57.573Z] === RUN TestRemoveInvalidPath [2020-11-17T19:32:57.573Z] --- PASS: TestRemoveInvalidPath (0.00s) [2020-11-17T19:32:57.573Z] PASS [2020-11-17T19:32:57.573Z] coverage: 82.6% of statements [2020-11-17T19:32:57.573Z] ok github.com/docker/docker/pkg/pidfile 0.138s coverage: 82.6% of statements [2020-11-17T19:32:58.034Z] === RUN TestParseEmptyInterface [2020-11-17T19:32:58.034Z] --- PASS: TestParseEmptyInterface (0.00s) [2020-11-17T19:32:58.034Z] === RUN TestParseNonInterfaceType [2020-11-17T19:32:58.034Z] --- PASS: TestParseNonInterfaceType (0.00s) [2020-11-17T19:32:58.034Z] === RUN TestParseWithOneFunction [2020-11-17T19:32:58.034Z] --- PASS: TestParseWithOneFunction (0.00s) [2020-11-17T19:32:58.034Z] === RUN TestParseWithMultipleFuncs [2020-11-17T19:32:58.034Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2020-11-17T19:32:58.034Z] === RUN TestParseWithUnnamedReturn [2020-11-17T19:32:58.034Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2020-11-17T19:32:58.034Z] === RUN TestEmbeddedInterface [2020-11-17T19:32:58.034Z] --- PASS: TestEmbeddedInterface (0.00s) [2020-11-17T19:32:58.034Z] === RUN TestParsedImports [2020-11-17T19:32:58.034Z] --- PASS: TestParsedImports (0.00s) [2020-11-17T19:32:58.034Z] === RUN TestAliasedImports [2020-11-17T19:32:58.034Z] --- PASS: TestAliasedImports (0.00s) [2020-11-17T19:32:58.034Z] PASS [2020-11-17T19:32:58.034Z] coverage: 56.8% of statements [2020-11-17T19:32:58.034Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.070s coverage: 56.8% of statements [2020-11-17T19:32:59.007Z] === RUN TestFailedConnection [2020-11-17T19:32:59.227Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-11-17T19:32:59.471Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2020-11-17T19:32:59.471Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-11-17T19:32:59.471Z] === RUN TestBufioReaderPoolPutAndGet [2020-11-17T19:32:59.471Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2020-11-17T19:32:59.471Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2020-11-17T19:32:59.471Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2020-11-17T19:32:59.471Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2020-11-17T19:32:59.471Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-11-17T19:32:59.471Z] === RUN TestBufioWriterPoolPutAndGet [2020-11-17T19:32:59.471Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2020-11-17T19:32:59.471Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2020-11-17T19:32:59.471Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2020-11-17T19:32:59.471Z] === RUN TestBufferPoolPutAndGet [2020-11-17T19:32:59.471Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2020-11-17T19:32:59.471Z] PASS [2020-11-17T19:32:59.471Z] coverage: 88.2% of statements [2020-11-17T19:32:59.471Z] ok github.com/docker/docker/pkg/pools 0.092s coverage: 88.2% of statements [2020-11-17T19:32:59.471Z] === RUN TestHTTPTransport [2020-11-17T19:32:59.471Z] --- PASS: TestHTTPTransport (0.00s) [2020-11-17T19:32:59.471Z] PASS [2020-11-17T19:32:59.471Z] coverage: 85.7% of statements [2020-11-17T19:32:59.471Z] ok github.com/docker/docker/pkg/plugins/transport 0.162s coverage: 85.7% of statements [2020-11-17T19:32:59.932Z] --- PASS: TestFailedConnection (1.08s) [2020-11-17T19:32:59.932Z] === RUN TestFailOnce [2020-11-17T19:32:59.932Z] 2020/11/17 19:32:59 http: panic serving 127.0.0.1:49221: Plugin not ready [2020-11-17T19:32:59.932Z] goroutine 10 [running]: [2020-11-17T19:32:59.932Z] net/http.(*conn).serve.func1(0xc000058be0) [2020-11-17T19:32:59.932Z] c:/go/src/net/http/server.go:1795 +0x140 [2020-11-17T19:32:59.932Z] panic(0x849ac0, 0x986830) [2020-11-17T19:32:59.932Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2020-11-17T19:32:59.932Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-17T19:32:59.932Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2020-11-17T19:32:59.932Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-17T19:32:59.932Z] c:/go/src/net/http/server.go:2036 +0x4b [2020-11-17T19:32:59.932Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-17T19:32:59.932Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2020-11-17T19:32:59.932Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-17T19:32:59.932Z] c:/go/src/net/http/server.go:2831 +0xab [2020-11-17T19:32:59.932Z] net/http.(*conn).serve(0xc000058be0, 0x99b060, 0xc00004a980) [2020-11-17T19:32:59.932Z] c:/go/src/net/http/server.go:1919 +0x87c [2020-11-17T19:32:59.932Z] created by net/http.(*Server).Serve [2020-11-17T19:32:59.932Z] c:/go/src/net/http/server.go:2957 +0x38b [2020-11-17T19:32:59.932Z] time="2020-11-17T19:32:59Z" 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-17T19:33:00.392Z] === RUN TestOutputOnPrematureClose [2020-11-17T19:33:00.392Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2020-11-17T19:33:00.392Z] === RUN TestCompleteSilently [2020-11-17T19:33:00.392Z] --- PASS: TestCompleteSilently (0.00s) [2020-11-17T19:33:00.392Z] PASS [2020-11-17T19:33:00.392Z] coverage: 75.9% of statements [2020-11-17T19:33:00.392Z] ok github.com/docker/docker/pkg/progress 0.037s coverage: 75.9% of statements [2020-11-17T19:33:00.392Z] === RUN TestSendToOneSub [2020-11-17T19:33:00.392Z] --- PASS: TestSendToOneSub (0.00s) [2020-11-17T19:33:00.392Z] === RUN TestSendToMultipleSubs [2020-11-17T19:33:00.392Z] --- PASS: TestSendToMultipleSubs (0.00s) [2020-11-17T19:33:00.392Z] === RUN TestEvictOneSub [2020-11-17T19:33:00.392Z] --- PASS: TestEvictOneSub (0.00s) [2020-11-17T19:33:00.392Z] === RUN TestClosePublisher [2020-11-17T19:33:00.392Z] --- PASS: TestClosePublisher (0.00s) [2020-11-17T19:33:00.392Z] === RUN TestPubSubRace [2020-11-17T19:33:00.852Z] --- PASS: TestFailOnce (1.12s) [2020-11-17T19:33:00.852Z] === RUN TestEchoInputOutput [2020-11-17T19:33:00.852Z] --- PASS: TestEchoInputOutput (0.00s) [2020-11-17T19:33:00.852Z] === RUN TestBackoff [2020-11-17T19:33:00.852Z] --- PASS: TestBackoff (0.00s) [2020-11-17T19:33:00.852Z] === RUN TestAbortRetry [2020-11-17T19:33:00.852Z] --- PASS: TestAbortRetry (0.00s) [2020-11-17T19:33:00.852Z] === RUN TestClientScheme [2020-11-17T19:33:00.852Z] --- PASS: TestClientScheme (0.00s) [2020-11-17T19:33:00.852Z] === RUN TestNewClientWithTimeout [2020-11-17T19:33:01.313Z] === RUN TestRegister [2020-11-17T19:33:01.313Z] --- PASS: TestRegister (0.00s) [2020-11-17T19:33:01.313Z] === RUN TestCommand [2020-11-17T19:33:01.313Z] --- PASS: TestCommand (0.02s) [2020-11-17T19:33:01.313Z] === RUN TestNaiveSelf [2020-11-17T19:33:01.313Z] --- PASS: TestNaiveSelf (0.02s) [2020-11-17T19:33:01.313Z] PASS [2020-11-17T19:33:01.313Z] coverage: 82.4% of statements [2020-11-17T19:33:01.313Z] ok github.com/docker/docker/pkg/reexec 0.084s coverage: 82.4% of statements [2020-11-17T19:33:01.313Z] --- PASS: TestPubSubRace (1.04s) [2020-11-17T19:33:01.313Z] PASS [2020-11-17T19:33:01.313Z] coverage: 75.0% of statements [2020-11-17T19:33:01.313Z] ok github.com/docker/docker/pkg/pubsub 1.068s coverage: 75.0% of statements [2020-11-17T19:33:01.750Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-11-17T19:33:01.750Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-11-17T19:33:01.750Z] remote: Enumerating objects: 2, done. [2020-11-17T19:33:01.750Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-11-17T19:33:01.750Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-11-17T19:33:01.750Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-11-17T19:33:01.750Z] 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-17T19:33:01.750Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-11-17T19:33:01.750Z] [Pipeline] } [Pipeline] // stage [2020-11-17T19:33:01.773Z] time="2020-11-17T19:33:01Z" 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" [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-17T19:33:02.124Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:941fea1c58966531ef56fc020a3901158a01a473 hack/test/unit [2020-11-17T19:33:02.233Z] === RUN TestParseSignal [2020-11-17T19:33:02.233Z] --- PASS: TestParseSignal (0.00s) [2020-11-17T19:33:02.233Z] === RUN TestValidSignalForPlatform [2020-11-17T19:33:02.233Z] --- PASS: TestValidSignalForPlatform (0.00s) [2020-11-17T19:33:02.233Z] PASS [2020-11-17T19:33:02.233Z] coverage: 20.3% of statements [2020-11-17T19:33:02.233Z] ok github.com/docker/docker/pkg/signal 0.061s coverage: 20.3% of statements [2020-11-17T19:33:02.406Z] --- PASS: TestServiceUpdatePidsLimit (17.45s) [2020-11-17T19:33:02.406Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-11-17T19:33:02.406Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-11-17T19:33:02.406Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.11s) [2020-11-17T19:33:02.406Z] PASS [2020-11-17T19:33:02.406Z] [2020-11-17T19:33:02.406Z] === Skipped [2020-11-17T19:33:02.406Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-17T19:33:02.406Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-17T19:33:02.406Z] [2020-11-17T19:33:02.406Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-11-17T19:33:02.406Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:33:02.406Z] [2020-11-17T19:33:02.406Z] [2020-11-17T19:33:02.406Z] DONE 27 tests, 2 skipped in 161.476s [2020-11-17T19:33:02.406Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-11-17T19:33:02.406Z] ++ 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-17T19:33:02.406Z] ++ set -e [2020-11-17T19:33:02.406Z] ++ '[' -n 0 ']' [2020-11-17T19:33:02.406Z] ++ set -x [2020-11-17T19:33:02.406Z] ++ env -i DEST=/go/src/github.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-17T19:33:02.406Z] INFO: Testing against a local daemon [2020-11-17T19:33:02.406Z] === RUN TestSessionCreate [2020-11-17T19:33:02.406Z] --- PASS: TestSessionCreate (0.05s) [2020-11-17T19:33:02.406Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-17T19:33:02.406Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-11-17T19:33:02.406Z] PASS [2020-11-17T19:33:02.406Z] [2020-11-17T19:33:02.406Z] DONE 2 tests in 0.243s [2020-11-17T19:33:02.406Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-11-17T19:33:02.406Z] ++ 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-17T19:33:02.406Z] ++ set -e [2020-11-17T19:33:02.406Z] ++ '[' -n 0 ']' [2020-11-17T19:33:02.406Z] ++ set -x [2020-11-17T19:33:02.406Z] ++ env -i DEST=/go/src/github.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-17T19:33:02.406Z] INFO: Testing against a local daemon [2020-11-17T19:33:02.406Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-17T19:33:02.406Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-17T19:33:02.406Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-17T19:33:02.406Z] === RUN TestEventsExecDie [2020-11-17T19:33:02.406Z] --- PASS: TestEventsExecDie (0.90s) [2020-11-17T19:33:02.406Z] === RUN TestEventsBackwardsCompatible [2020-11-17T19:33:02.406Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-11-17T19:33:02.406Z] === RUN TestInfoBinaryCommits [2020-11-17T19:33:02.669Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-11-17T19:33:02.669Z] === RUN TestInfoAPIVersioned [2020-11-17T19:33:02.669Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-11-17T19:33:02.669Z] === RUN TestInfoDiscoveryBackend [2020-11-17T19:33:02.693Z] === RUN TestNewStdWriter [2020-11-17T19:33:02.693Z] --- PASS: TestNewStdWriter (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestWriteWithUninitializedStdWriter [2020-11-17T19:33:02.693Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestWriteWithNilBytes [2020-11-17T19:33:02.693Z] --- PASS: TestWriteWithNilBytes (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestWrite [2020-11-17T19:33:02.693Z] --- PASS: TestWrite (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestWriteWithWriterError [2020-11-17T19:33:02.693Z] --- PASS: TestWriteWithWriterError (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2020-11-17T19:33:02.693Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestStdCopyWriteAndRead [2020-11-17T19:33:02.693Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestStdCopyReturnsErrorReadingHeader [2020-11-17T19:33:02.693Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestStdCopyReturnsErrorReadingFrame [2020-11-17T19:33:02.693Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestStdCopyDetectsCorruptedFrame [2020-11-17T19:33:02.693Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestStdCopyWithInvalidInputHeader [2020-11-17T19:33:02.693Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestStdCopyWithCorruptedPrefix [2020-11-17T19:33:02.693Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestStdCopyReturnsWriteErrors [2020-11-17T19:33:02.693Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2020-11-17T19:33:02.693Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2020-11-17T19:33:02.693Z] === RUN TestStdCopyReturnsErrorFromSystem [2020-11-17T19:33:02.693Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2020-11-17T19:33:02.693Z] PASS [2020-11-17T19:33:02.693Z] coverage: 100.0% of statements [2020-11-17T19:33:02.693Z] ok github.com/docker/docker/pkg/stdcopy 0.034s coverage: 100.0% of statements [2020-11-17T19:33:03.153Z] time="2020-11-17T19:33:02Z" 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-17T19:33:03.153Z] === RUN TestRawProgressFormatterFormatStatus [2020-11-17T19:33:03.153Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestRawProgressFormatterFormatProgress [2020-11-17T19:33:03.153Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestFormatStatus [2020-11-17T19:33:03.153Z] --- PASS: TestFormatStatus (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestFormatError [2020-11-17T19:33:03.153Z] --- PASS: TestFormatError (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestFormatJSONError [2020-11-17T19:33:03.153Z] --- PASS: TestFormatJSONError (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestJsonProgressFormatterFormatProgress [2020-11-17T19:33:03.153Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestJsonProgressFormatterFormatStatus [2020-11-17T19:33:03.153Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestNewJSONProgressOutput [2020-11-17T19:33:03.153Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestAuxFormatterEmit [2020-11-17T19:33:03.153Z] --- PASS: TestAuxFormatterEmit (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestStreamWriterStdout [2020-11-17T19:33:03.153Z] --- PASS: TestStreamWriterStdout (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestStreamWriterStderr [2020-11-17T19:33:03.153Z] --- PASS: TestStreamWriterStderr (0.00s) [2020-11-17T19:33:03.153Z] PASS [2020-11-17T19:33:03.153Z] coverage: 66.2% of statements [2020-11-17T19:33:03.153Z] ok github.com/docker/docker/pkg/streamformatter 0.079s coverage: 66.2% of statements [2020-11-17T19:33:03.153Z] === RUN TestGenerateRandomID [2020-11-17T19:33:03.153Z] --- PASS: TestGenerateRandomID (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestShortenId [2020-11-17T19:33:03.153Z] --- PASS: TestShortenId (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestShortenSha256Id [2020-11-17T19:33:03.153Z] --- PASS: TestShortenSha256Id (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestShortenIdEmpty [2020-11-17T19:33:03.153Z] --- PASS: TestShortenIdEmpty (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestShortenIdInvalid [2020-11-17T19:33:03.153Z] --- PASS: TestShortenIdInvalid (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestIsShortIDNonHex [2020-11-17T19:33:03.153Z] --- PASS: TestIsShortIDNonHex (0.00s) [2020-11-17T19:33:03.153Z] === RUN TestIsShortIDNotCorrectSize [2020-11-17T19:33:03.153Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2020-11-17T19:33:03.153Z] PASS [2020-11-17T19:33:03.153Z] coverage: 70.6% of statements [2020-11-17T19:33:03.153Z] ok github.com/docker/docker/pkg/stringid 0.036s coverage: 70.6% of statements [2020-11-17T19:33:03.245Z] --- PASS: TestInfoDiscoveryBackend (0.63s) [2020-11-17T19:33:03.245Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-17T19:33:04.124Z] === RUN TestIsCpusetListAvailable [2020-11-17T19:33:04.124Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2020-11-17T19:33:04.124Z] PASS [2020-11-17T19:33:04.124Z] coverage: 38.2% of statements [2020-11-17T19:33:04.124Z] ok github.com/docker/docker/pkg/sysinfo 0.046s coverage: 38.2% of statements [2020-11-17T19:33:04.192Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-17T19:33:04.192Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-17T19:33:04.475Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-11-17T19:33:04.583Z] === RUN TestChtimes [2020-11-17T19:33:04.583Z] --- PASS: TestChtimes (0.00s) [2020-11-17T19:33:04.678Z] ? github.com/docker/docker/api [no test files] [2020-11-17T19:33:04.731Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-11-17T19:33:04.769Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-11-17T19:33:04.769Z] === RUN TestInfoAPI [2020-11-17T19:33:05.031Z] --- PASS: TestInfoAPI (0.06s) [2020-11-17T19:33:05.031Z] === RUN TestInfoAPIWarnings [2020-11-17T19:33:05.044Z] === RUN TestChtimesWindows [2020-11-17T19:33:05.044Z] --- PASS: TestChtimesWindows (0.00s) [2020-11-17T19:33:05.044Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2020-11-17T19:33:05.044Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2020-11-17T19:33:05.044Z] === RUN TestEnsureRemoveAllNotExist [2020-11-17T19:33:05.044Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2020-11-17T19:33:05.044Z] === RUN TestEnsureRemoveAllWithDir [2020-11-17T19:33:05.044Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2020-11-17T19:33:05.044Z] === RUN TestEnsureRemoveAllWithFile [2020-11-17T19:33:05.044Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2020-11-17T19:33:05.044Z] === RUN TestHasWin32KSupport [2020-11-17T19:33:05.044Z] --- PASS: TestHasWin32KSupport (0.00s) [2020-11-17T19:33:05.044Z] syscall_windows_test.go:8: win32k: true [2020-11-17T19:33:05.044Z] PASS [2020-11-17T19:33:05.044Z] coverage: 12.0% of statements [2020-11-17T19:33:05.044Z] ok github.com/docker/docker/pkg/system 0.047s coverage: 12.0% of statements [2020-11-17T19:33:05.525Z] === RUN TestTailFile [2020-11-17T19:33:05.525Z] --- PASS: TestTailFile (0.00s) [2020-11-17T19:33:05.525Z] === RUN TestTailFileManyLines [2020-11-17T19:33:05.525Z] --- PASS: TestTailFileManyLines (0.00s) [2020-11-17T19:33:05.525Z] === RUN TestTailEmptyFile [2020-11-17T19:33:05.525Z] --- PASS: TestTailEmptyFile (0.00s) [2020-11-17T19:33:05.525Z] === RUN TestTailNegativeN [2020-11-17T19:33:05.525Z] --- PASS: TestTailNegativeN (0.00s) [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/4_byte_delimiter [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/4_byte_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/truncated_last_line [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/truncated_last_line#01 [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/truncated_last_line#02 [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader/no_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader/8_byte_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/no_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader/single_byte_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader/12_byte_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader/2_byte_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader/no_delimiter/no_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.525Z] === CONT TestNewTailReader/4_byte_delimiter [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.525Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.526Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.526Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.527Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.527Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.527Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.528Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.529Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.530Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.530Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.530Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-17T19:33:05.530Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.530Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-17T19:33:05.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.530Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-17T19:33:05.530Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.530Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.530Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.530Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.992Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.992Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.992Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-17T19:33:05.992Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-11-17T19:33:05.992Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-11-17T19:33:05.992Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-17T19:33:05.993Z] time="2020-11-17T19:33:05Z" 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-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-17T19:33:05.993Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2020-11-17T19:33:05.993Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2020-11-17T19:33:05.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.01s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.03s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.03s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.03s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.995Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-17T19:33:05.996Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-17T19:33:05.996Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2020-11-17T19:33:05.996Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-17T19:33:05.996Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.996Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-17T19:33:05.996Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-17T19:33:05.996Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-17T19:33:05.996Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-17T19:33:05.996Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2020-11-17T19:33:05.996Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-17T19:33:05.996Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-17T19:33:05.996Z] PASS [2020-11-17T19:33:05.996Z] coverage: 88.6% of statements [2020-11-17T19:33:05.996Z] ok github.com/docker/docker/pkg/tailfile 0.402s coverage: 88.6% of statements [2020-11-17T19:33:06.455Z] === RUN TestTarSumRemoveNonExistent [2020-11-17T19:33:06.455Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2020-11-17T19:33:06.455Z] === RUN TestTarSumRemove [2020-11-17T19:33:06.455Z] --- PASS: TestTarSumRemove (0.00s) [2020-11-17T19:33:06.455Z] === RUN TestSortFileInfoSums [2020-11-17T19:33:06.455Z] --- PASS: TestSortFileInfoSums (0.00s) [2020-11-17T19:33:06.455Z] === RUN TestNewTarSumForLabelInvalid [2020-11-17T19:33:06.455Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2020-11-17T19:33:06.455Z] === RUN TestNewTarSumForLabel [2020-11-17T19:33:06.455Z] --- PASS: TestNewTarSumForLabel (0.00s) [2020-11-17T19:33:06.455Z] === RUN TestEmptyTar [2020-11-17T19:33:06.455Z] --- PASS: TestEmptyTar (0.00s) [2020-11-17T19:33:06.455Z] === RUN TestTarSumsReadSize [2020-11-17T19:33:06.455Z] --- PASS: TestTarSumsReadSize (0.00s) [2020-11-17T19:33:06.455Z] === RUN TestTarSums [2020-11-17T19:33:06.455Z] --- PASS: TestTarSums (0.12s) [2020-11-17T19:33:06.455Z] === RUN TestIteration [2020-11-17T19:33:06.455Z] --- PASS: TestIteration (0.00s) [2020-11-17T19:33:06.455Z] === RUN TestVersionLabelForChecksum [2020-11-17T19:33:06.455Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2020-11-17T19:33:06.455Z] === RUN TestVersion [2020-11-17T19:33:06.455Z] --- PASS: TestVersion (0.00s) [2020-11-17T19:33:06.455Z] === RUN TestGetVersion [2020-11-17T19:33:06.455Z] --- PASS: TestGetVersion (0.00s) [2020-11-17T19:33:06.455Z] === RUN TestGetVersions [2020-11-17T19:33:06.455Z] --- PASS: TestGetVersions (0.00s) [2020-11-17T19:33:06.455Z] PASS [2020-11-17T19:33:06.455Z] coverage: 89.3% of statements [2020-11-17T19:33:06.455Z] ok github.com/docker/docker/pkg/tarsum 0.208s coverage: 89.3% of statements [2020-11-17T19:33:06.455Z] testing: warning: no tests to run [2020-11-17T19:33:06.455Z] PASS [2020-11-17T19:33:06.455Z] coverage: [no statements] [2020-11-17T19:33:06.455Z] ok github.com/docker/docker/pkg/term/windows 0.049s coverage: [no statements] [no tests to run] [2020-11-17T19:33:06.916Z] === RUN TestTruncIndex [2020-11-17T19:33:06.916Z] --- PASS: TestTruncIndex (0.10s) [2020-11-17T19:33:06.916Z] PASS [2020-11-17T19:33:06.916Z] coverage: 91.5% of statements [2020-11-17T19:33:06.916Z] ok github.com/docker/docker/pkg/truncindex 0.152s coverage: 91.5% of statements [2020-11-17T19:33:06.916Z] === RUN TestIsGIT [2020-11-17T19:33:06.916Z] --- PASS: TestIsGIT (0.00s) [2020-11-17T19:33:06.916Z] === RUN TestIsTransport [2020-11-17T19:33:06.916Z] --- PASS: TestIsTransport (0.00s) [2020-11-17T19:33:06.916Z] PASS [2020-11-17T19:33:06.916Z] coverage: 100.0% of statements [2020-11-17T19:33:06.916Z] ok github.com/docker/docker/pkg/urlutil 0.032s coverage: 100.0% of statements [2020-11-17T19:33:07.376Z] === RUN TestVersionInfo [2020-11-17T19:33:07.376Z] --- PASS: TestVersionInfo (0.00s) [2020-11-17T19:33:07.376Z] === RUN TestAppendVersions [2020-11-17T19:33:07.376Z] --- PASS: TestAppendVersions (0.00s) [2020-11-17T19:33:07.376Z] PASS [2020-11-17T19:33:07.376Z] coverage: 88.9% of statements [2020-11-17T19:33:07.376Z] ok github.com/docker/docker/pkg/useragent 0.122s coverage: 88.9% of statements [2020-11-17T19:33:08.000Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-11-17T19:33:08.916Z] === RUN TestNewSettable [2020-11-17T19:33:08.916Z] --- PASS: TestNewSettable (0.00s) [2020-11-17T19:33:08.916Z] === RUN TestIsSettable [2020-11-17T19:33:08.916Z] --- PASS: TestIsSettable (0.00s) [2020-11-17T19:33:08.916Z] === RUN TestUpdateSettingsEnv [2020-11-17T19:33:08.916Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2020-11-17T19:33:08.916Z] PASS [2020-11-17T19:33:08.916Z] coverage: 20.1% of statements [2020-11-17T19:33:08.916Z] ok github.com/docker/docker/plugin/v2 0.108s coverage: 20.1% of statements [2020-11-17T19:33:08.916Z] === RUN TestValidatePrivileges [2020-11-17T19:33:08.916Z] --- PASS: TestValidatePrivileges (0.00s) [2020-11-17T19:33:08.916Z] === RUN TestFilterByCapNeg [2020-11-17T19:33:08.916Z] --- PASS: TestFilterByCapNeg (0.00s) [2020-11-17T19:33:08.916Z] === RUN TestFilterByCapPos [2020-11-17T19:33:08.916Z] --- PASS: TestFilterByCapPos (0.00s) [2020-11-17T19:33:08.916Z] === RUN TestStoreGetPluginNotMatchCapRefs [2020-11-17T19:33:08.917Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2020-11-17T19:33:08.917Z] PASS [2020-11-17T19:33:08.917Z] coverage: 12.0% of statements [2020-11-17T19:33:08.917Z] ok github.com/docker/docker/plugin 0.182s coverage: 12.0% of statements [2020-11-17T19:33:08.917Z] === RUN TestLoad [2020-11-17T19:33:08.917Z] --- PASS: TestLoad (0.00s) [2020-11-17T19:33:08.917Z] === RUN TestSave [2020-11-17T19:33:08.929Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-11-17T19:33:09.376Z] --- PASS: TestSave (0.03s) [2020-11-17T19:33:09.376Z] === RUN TestAddDeleteGet [2020-11-17T19:33:09.376Z] --- PASS: TestAddDeleteGet (0.04s) [2020-11-17T19:33:09.376Z] === RUN TestInvalidTags [2020-11-17T19:33:09.376Z] --- PASS: TestInvalidTags (0.00s) [2020-11-17T19:33:09.376Z] PASS [2020-11-17T19:33:09.376Z] coverage: 84.4% of statements [2020-11-17T19:33:09.376Z] ok github.com/docker/docker/reference 0.206s coverage: 84.4% of statements [2020-11-17T19:33:09.491Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-11-17T19:33:09.748Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-11-17T19:33:10.346Z] time="2020-11-17T19:33:09Z" 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-17T19:33:10.346Z] === RUN TestResumableRequestHeaderSimpleErrors [2020-11-17T19:33:10.346Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2020-11-17T19:33:10.346Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2020-11-17T19:33:10.346Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2020-11-17T19:33:10.346Z] === RUN TestResumableRequestHeaderTooMuchFailures [2020-11-17T19:33:10.346Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2020-11-17T19:33:10.346Z] === RUN TestResumableRequestReaderWithReadError [2020-11-17T19:33:10.677Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-11-17T19:33:10.677Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-11-17T19:33:10.806Z] === RUN TestRestartManagerTimeout [2020-11-17T19:33:10.806Z] --- PASS: TestRestartManagerTimeout (0.00s) [2020-11-17T19:33:10.806Z] === RUN TestRestartManagerTimeoutReset [2020-11-17T19:33:10.806Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2020-11-17T19:33:10.806Z] PASS [2020-11-17T19:33:10.806Z] coverage: 45.3% of statements [2020-11-17T19:33:10.806Z] ok github.com/docker/docker/restartmanager 0.035s coverage: 45.3% of statements [2020-11-17T19:33:10.806Z] time="2020-11-17T19:33:10Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2020-11-17T19:33:10.806Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2020-11-17T19:33:10.806Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2020-11-17T19:33:10.806Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2020-11-17T19:33:10.806Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2020-11-17T19:33:10.806Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2020-11-17T19:33:10.806Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2020-11-17T19:33:10.806Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2020-11-17T19:33:10.806Z] === RUN TestResumableRequestReader [2020-11-17T19:33:10.806Z] --- PASS: TestResumableRequestReader (0.00s) [2020-11-17T19:33:10.806Z] === RUN TestResumableRequestReaderWithInitialResponse [2020-11-17T19:33:10.806Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2020-11-17T19:33:10.806Z] PASS [2020-11-17T19:33:10.806Z] coverage: 100.0% of statements [2020-11-17T19:33:10.806Z] ok github.com/docker/docker/registry/resumable 0.307s coverage: 100.0% of statements [2020-11-17T19:33:10.933Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-11-17T19:33:11.189Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-11-17T19:33:11.753Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-11-17T19:33:11.777Z] === RUN TestResolveAuthConfigIndexServer [2020-11-17T19:33:11.777Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestResolveAuthConfigFullURL [2020-11-17T19:33:11.777Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestLoadAllowNondistributableArtifacts [2020-11-17T19:33:11.777Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestValidateMirror [2020-11-17T19:33:11.777Z] --- PASS: TestValidateMirror (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestLoadInsecureRegistries [2020-11-17T19:33:11.777Z] === RUN TestDecodeContainerConfig [2020-11-17T19:33:11.777Z] --- PASS: TestDecodeContainerConfig (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestDecodeContainerConfigIsolation [2020-11-17T19:33:11.777Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestValidatePrivileged [2020-11-17T19:33:11.777Z] --- PASS: TestValidatePrivileged (0.00s) [2020-11-17T19:33:11.777Z] PASS [2020-11-17T19:33:11.777Z] coverage: 52.2% of statements [2020-11-17T19:33:11.777Z] time="2020-11-17T19:33:11Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-11-17T19:33:11.777Z] time="2020-11-17T19:33:11Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2020-11-17T19:33:11.777Z] time="2020-11-17T19:33:11Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-11-17T19:33:11.777Z] --- PASS: TestLoadInsecureRegistries (0.11s) [2020-11-17T19:33:11.777Z] === RUN TestNewServiceConfig [2020-11-17T19:33:11.777Z] --- PASS: TestNewServiceConfig (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestValidateIndexName [2020-11-17T19:33:11.777Z] --- PASS: TestValidateIndexName (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestValidateIndexNameWithError [2020-11-17T19:33:11.777Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestEndpointParse [2020-11-17T19:33:11.777Z] --- PASS: TestEndpointParse (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestEndpointParseInvalid [2020-11-17T19:33:11.777Z] --- PASS: TestEndpointParseInvalid (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestValidateEndpoint [2020-11-17T19:33:11.777Z] --- PASS: TestValidateEndpoint (0.01s) [2020-11-17T19:33:11.777Z] === RUN TestPing [2020-11-17T19:33:11.777Z] ok github.com/docker/docker/runconfig 0.115s coverage: 52.2% of statements [2020-11-17T19:33:11.777Z] --- PASS: TestPing (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestPingRegistryEndpoint [2020-11-17T19:33:11.777Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2020-11-17T19:33:11.777Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:11.777Z] === RUN TestEndpoint [2020-11-17T19:33:11.777Z] --- SKIP: TestEndpoint (0.00s) [2020-11-17T19:33:11.777Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:11.777Z] === RUN TestParseRepositoryInfo [2020-11-17T19:33:11.777Z] --- PASS: TestParseRepositoryInfo (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestNewIndexInfo [2020-11-17T19:33:11.777Z] --- PASS: TestNewIndexInfo (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestMirrorEndpointLookup [2020-11-17T19:33:11.777Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2020-11-17T19:33:11.777Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:11.777Z] === RUN TestSearchRepositories [2020-11-17T19:33:11.777Z] --- PASS: TestSearchRepositories (0.00s) [2020-11-17T19:33:11.777Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2020-11-17T19:33:11.777Z] Host: 127.0.0.1:49240 [2020-11-17T19:33:11.777Z] User-Agent: docker test client [2020-11-17T19:33:11.777Z] Authorization: Token fake-token [2020-11-17T19:33:11.777Z] X-Docker-Token: true [2020-11-17T19:33:11.777Z] Accept-Encoding: gzip [2020-11-17T19:33:11.777Z] [2020-11-17T19:33:11.777Z] [2020-11-17T19:33:11.777Z] registry_test.go:730: HTTP/1.1 200 OK [2020-11-17T19:33:11.777Z] Connection: close [2020-11-17T19:33:11.777Z] Content-Length: 144 [2020-11-17T19:33:11.777Z] Cache-Control: no-cache [2020-11-17T19:33:11.777Z] Content-Type: application/json [2020-11-17T19:33:11.777Z] Date: Tue, 17 Nov 2020 19:33:11 GMT [2020-11-17T19:33:11.777Z] Expires: -1 [2020-11-17T19:33:11.777Z] Pragma: no-cache [2020-11-17T19:33:11.777Z] Server: docker-tests/mock [2020-11-17T19:33:11.777Z] X-Docker-Registry-Config: mock [2020-11-17T19:33:11.777Z] X-Docker-Registry-Version: 0.0.0 [2020-11-17T19:33:11.777Z] [2020-11-17T19:33:11.777Z] [2020-11-17T19:33:11.777Z] === RUN TestTrustedLocation [2020-11-17T19:33:11.777Z] --- PASS: TestTrustedLocation (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2020-11-17T19:33:11.777Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestAllowNondistributableArtifacts [2020-11-17T19:33:11.777Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestIsSecureIndex [2020-11-17T19:33:11.777Z] --- PASS: TestIsSecureIndex (0.00s) [2020-11-17T19:33:11.777Z] PASS [2020-11-17T19:33:11.777Z] coverage: 50.3% of statements [2020-11-17T19:33:11.777Z] ok github.com/docker/docker/registry 0.411s coverage: 50.3% of statements [2020-11-17T19:33:11.777Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2020-11-17T19:33:11.777Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2020-11-17T19:33:11.777Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2020-11-17T19:33:11.777Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2020-11-17T19:33:11.777Z] PASS [2020-11-17T19:33:11.777Z] coverage: 62.5% of statements [2020-11-17T19:33:11.777Z] ok github.com/docker/docker/testutil 0.106s coverage: 62.5% of statements [2020-11-17T19:33:12.316Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-11-17T19:33:14.690Z] === RUN TestGetDriver [2020-11-17T19:33:14.690Z] --- PASS: TestGetDriver (0.00s) [2020-11-17T19:33:14.690Z] === RUN TestVolumeRequestError [2020-11-17T19:33:14.690Z] --- PASS: TestVolumeRequestError (0.01s) [2020-11-17T19:33:14.690Z] PASS [2020-11-17T19:33:14.690Z] coverage: 36.1% of statements [2020-11-17T19:33:14.690Z] ok github.com/docker/docker/volume/drivers 0.129s coverage: 36.1% of statements [2020-11-17T19:33:14.836Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-11-17T19:33:15.093Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-11-17T19:33:15.149Z] === RUN TestGetAddress [2020-11-17T19:33:15.150Z] --- PASS: TestGetAddress (0.00s) [2020-11-17T19:33:15.150Z] === RUN TestRemove [2020-11-17T19:33:15.150Z] --- SKIP: TestRemove (0.00s) [2020-11-17T19:33:15.150Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-11-17T19:33:15.150Z] === RUN TestInitializeWithVolumes [2020-11-17T19:33:15.150Z] --- PASS: TestInitializeWithVolumes (0.00s) [2020-11-17T19:33:15.150Z] === RUN TestCreate [2020-11-17T19:33:15.150Z] --- PASS: TestCreate (0.01s) [2020-11-17T19:33:15.150Z] === RUN TestValidateName [2020-11-17T19:33:15.150Z] --- PASS: TestValidateName (0.00s) [2020-11-17T19:33:15.150Z] === RUN TestCreateWithOpts [2020-11-17T19:33:15.150Z] --- SKIP: TestCreateWithOpts (0.00s) [2020-11-17T19:33:15.150Z] local_test.go:181: runtime.GOOS == "windows" [2020-11-17T19:33:15.150Z] === RUN TestRelaodNoOpts [2020-11-17T19:33:15.150Z] --- PASS: TestRelaodNoOpts (0.01s) [2020-11-17T19:33:15.150Z] PASS [2020-11-17T19:33:15.150Z] coverage: 41.0% of statements [2020-11-17T19:33:15.150Z] ok github.com/docker/docker/volume/local 0.228s coverage: 41.0% of statements [2020-11-17T19:33:15.150Z] === RUN TestConvertTmpfsOptions [2020-11-17T19:33:15.150Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2020-11-17T19:33:15.150Z] parser_test.go:49: data="mode=700,size=1m" [2020-11-17T19:33:15.150Z] parser_test.go:49: data="ro" [2020-11-17T19:33:15.150Z] === RUN TestParseMountRaw [2020-11-17T19:33:15.150Z] --- PASS: TestParseMountRaw (0.04s) [2020-11-17T19:33:15.150Z] === RUN TestParseMountRawSplit [2020-11-17T19:33:15.150Z] --- PASS: TestParseMountRawSplit (0.00s) [2020-11-17T19:33:15.150Z] parser_test.go:390: case 0 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 1 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 2 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 3 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 4 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 5 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 6 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 7 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 8 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 0 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 1 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 2 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 3 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 4 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 5 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 6 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 7 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 8 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 9 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 10 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 11 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 12 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 0 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 1 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 2 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 3 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 4 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 5 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 6 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 7 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 8 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 9 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 10 [2020-11-17T19:33:15.150Z] parser_test.go:390: case 11 [2020-11-17T19:33:15.150Z] === RUN TestParseMountSpec [2020-11-17T19:33:15.150Z] --- PASS: TestParseMountSpec (0.00s) [2020-11-17T19:33:15.150Z] parser_test.go:455: case 0 [2020-11-17T19:33:15.150Z] parser_test.go:455: case 1 [2020-11-17T19:33:15.150Z] parser_test.go:455: case 2 [2020-11-17T19:33:15.150Z] parser_test.go:455: case 3 [2020-11-17T19:33:15.150Z] parser_test.go:455: case 4 [2020-11-17T19:33:15.150Z] parser_test.go:455: case 5 [2020-11-17T19:33:15.150Z] === RUN TestParseMountSpecBindWithFileinfoError [2020-11-17T19:33:15.150Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2020-11-17T19:33:15.150Z] === RUN TestValidateMount [2020-11-17T19:33:15.150Z] --- PASS: TestValidateMount (0.00s) [2020-11-17T19:33:15.150Z] PASS [2020-11-17T19:33:15.150Z] coverage: 66.2% of statements [2020-11-17T19:33:15.150Z] ok github.com/docker/docker/volume/mounts 0.213s coverage: 66.2% of statements [2020-11-17T19:33:15.367Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-11-17T19:33:16.312Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-11-17T19:33:16.692Z] === RUN TestSetGetMeta [2020-11-17T19:33:16.692Z] === PAUSE TestSetGetMeta [2020-11-17T19:33:16.692Z] === RUN TestRestore [2020-11-17T19:33:16.692Z] === PAUSE TestRestore [2020-11-17T19:33:16.692Z] === RUN TestServiceCreate [2020-11-17T19:33:16.692Z] === PAUSE TestServiceCreate [2020-11-17T19:33:16.692Z] === RUN TestServiceList [2020-11-17T19:33:16.692Z] === PAUSE TestServiceList [2020-11-17T19:33:16.692Z] === RUN TestServiceRemove [2020-11-17T19:33:16.692Z] === PAUSE TestServiceRemove [2020-11-17T19:33:16.692Z] === RUN TestServiceGet [2020-11-17T19:33:16.692Z] === PAUSE TestServiceGet [2020-11-17T19:33:16.692Z] === RUN TestServicePrune [2020-11-17T19:33:16.692Z] === PAUSE TestServicePrune [2020-11-17T19:33:16.692Z] === RUN TestCreate [2020-11-17T19:33:16.692Z] === PAUSE TestCreate [2020-11-17T19:33:16.692Z] === RUN TestRemove [2020-11-17T19:33:16.692Z] === PAUSE TestRemove [2020-11-17T19:33:16.692Z] === RUN TestList [2020-11-17T19:33:16.692Z] === PAUSE TestList [2020-11-17T19:33:16.692Z] === RUN TestFindByDriver [2020-11-17T19:33:16.692Z] === PAUSE TestFindByDriver [2020-11-17T19:33:16.692Z] === RUN TestFindByReferenced [2020-11-17T19:33:16.692Z] === PAUSE TestFindByReferenced [2020-11-17T19:33:16.692Z] === RUN TestDerefMultipleOfSameRef [2020-11-17T19:33:16.692Z] === PAUSE TestDerefMultipleOfSameRef [2020-11-17T19:33:16.692Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-17T19:33:16.692Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-17T19:33:16.692Z] === RUN TestDefererencePluginOnCreateError [2020-11-17T19:33:16.692Z] === PAUSE TestDefererencePluginOnCreateError [2020-11-17T19:33:16.692Z] === RUN TestRefDerefRemove [2020-11-17T19:33:16.692Z] === PAUSE TestRefDerefRemove [2020-11-17T19:33:16.692Z] === RUN TestGet [2020-11-17T19:33:16.692Z] === PAUSE TestGet [2020-11-17T19:33:16.692Z] === RUN TestGetWithReference [2020-11-17T19:33:16.692Z] === PAUSE TestGetWithReference [2020-11-17T19:33:16.692Z] === RUN TestFilterFunc [2020-11-17T19:33:16.692Z] === RUN TestFilterFunc/test_nil_list [2020-11-17T19:33:16.692Z] === PAUSE TestFilterFunc/test_nil_list [2020-11-17T19:33:16.692Z] === RUN TestFilterFunc/test_empty_list [2020-11-17T19:33:16.692Z] === PAUSE TestFilterFunc/test_empty_list [2020-11-17T19:33:16.692Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2020-11-17T19:33:16.692Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2020-11-17T19:33:16.692Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-17T19:33:16.692Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-17T19:33:16.692Z] === RUN TestFilterFunc/test_filter_some [2020-11-17T19:33:16.692Z] === PAUSE TestFilterFunc/test_filter_some [2020-11-17T19:33:16.692Z] === RUN TestFilterFunc/test_filter_middle [2020-11-17T19:33:16.692Z] === PAUSE TestFilterFunc/test_filter_middle [2020-11-17T19:33:16.692Z] === RUN TestFilterFunc/test_filter_middle_and_last [2020-11-17T19:33:16.692Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2020-11-17T19:33:16.692Z] === RUN TestFilterFunc/test_filter_first_and_last [2020-11-17T19:33:16.692Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2020-11-17T19:33:16.692Z] === CONT TestFilterFunc/test_nil_list [2020-11-17T19:33:16.692Z] === CONT TestFilterFunc/test_filter_some [2020-11-17T19:33:16.692Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-17T19:33:16.692Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2020-11-17T19:33:16.692Z] === CONT TestFilterFunc/test_empty_list [2020-11-17T19:33:16.692Z] === CONT TestFilterFunc/test_filter_middle_and_last [2020-11-17T19:33:16.692Z] === CONT TestFilterFunc/test_filter_first_and_last [2020-11-17T19:33:16.692Z] === CONT TestFilterFunc/test_filter_middle [2020-11-17T19:33:16.692Z] --- PASS: TestFilterFunc (0.00s) [2020-11-17T19:33:16.692Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2020-11-17T19:33:16.692Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2020-11-17T19:33:16.692Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2020-11-17T19:33:16.692Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2020-11-17T19:33:16.692Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2020-11-17T19:33:16.692Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2020-11-17T19:33:16.692Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2020-11-17T19:33:16.692Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2020-11-17T19:33:16.692Z] === CONT TestSetGetMeta [2020-11-17T19:33:16.692Z] === CONT TestGetWithReference [2020-11-17T19:33:16.692Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-17T19:33:16.692Z] === CONT TestRefDerefRemove [2020-11-17T19:33:16.692Z] --- PASS: TestSetGetMeta (0.02s) [2020-11-17T19:33:16.692Z] === CONT TestCreate [2020-11-17T19:33:16.692Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2020-11-17T19:33:16.692Z] === CONT TestDerefMultipleOfSameRef [2020-11-17T19:33:16.692Z] --- PASS: TestRefDerefRemove (0.02s) [2020-11-17T19:33:16.692Z] === CONT TestFindByReferenced [2020-11-17T19:33:16.692Z] --- PASS: TestGetWithReference (0.03s) [2020-11-17T19:33:16.692Z] === CONT TestFindByDriver [2020-11-17T19:33:16.692Z] --- PASS: TestCreate (0.02s) [2020-11-17T19:33:16.692Z] === CONT TestList [2020-11-17T19:33:16.692Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2020-11-17T19:33:16.692Z] === CONT TestRemove [2020-11-17T19:33:16.692Z] --- PASS: TestFindByReferenced (0.02s) [2020-11-17T19:33:16.692Z] === CONT TestGet [2020-11-17T19:33:16.692Z] --- PASS: TestFindByDriver (0.02s) [2020-11-17T19:33:16.692Z] === CONT TestServiceRemove [2020-11-17T19:33:16.692Z] --- PASS: TestGet (0.02s) [2020-11-17T19:33:16.692Z] === CONT TestServicePrune [2020-11-17T19:33:16.692Z] --- PASS: TestList (0.03s) [2020-11-17T19:33:16.692Z] === CONT TestServiceGet [2020-11-17T19:33:16.692Z] --- PASS: TestRemove (0.02s) [2020-11-17T19:33:16.692Z] === CONT TestDefererencePluginOnCreateError [2020-11-17T19:33:16.692Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2020-11-17T19:33:16.692Z] === CONT TestServiceCreate [2020-11-17T19:33:16.692Z] --- PASS: TestServiceGet (0.10s) [2020-11-17T19:33:16.692Z] === CONT TestServiceList [2020-11-17T19:33:16.692Z] time="2020-11-17T19:33:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-17T19:33:16.692Z] --- PASS: TestServiceRemove (0.12s) [2020-11-17T19:33:16.692Z] === CONT TestRestore [2020-11-17T19:33:16.692Z] --- PASS: TestServiceCreate (0.09s) [2020-11-17T19:33:16.692Z] time="2020-11-17T19:33:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-17T19:33:16.692Z] time="2020-11-17T19:33:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-17T19:33:16.692Z] time="2020-11-17T19:33:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2020-11-17T19:33:16.692Z] --- PASS: TestServiceList (0.02s) [2020-11-17T19:33:16.692Z] time="2020-11-17T19:33:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-17T19:33:16.692Z] --- PASS: TestRestore (0.02s) [2020-11-17T19:33:16.692Z] --- PASS: TestServicePrune (0.13s) [2020-11-17T19:33:16.692Z] PASS [2020-11-17T19:33:16.692Z] coverage: 70.3% of statements [2020-11-17T19:33:16.692Z] ok github.com/docker/docker/volume/service 0.408s coverage: 70.3% of statements [2020-11-17T19:33:18.221Z] === RUN TestDockerSuite/TestBuildEnv [2020-11-17T19:33:18.871Z] --- PASS: TestNewClientWithTimeout (17.66s) [2020-11-17T19:33:18.871Z] === RUN TestClientStream [2020-11-17T19:33:18.871Z] --- PASS: TestClientStream (0.00s) [2020-11-17T19:33:18.871Z] === RUN TestClientSendFile [2020-11-17T19:33:18.871Z] --- PASS: TestClientSendFile (0.00s) [2020-11-17T19:33:18.871Z] === RUN TestClientWithRequestTimeout [2020-11-17T19:33:18.871Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2020-11-17T19:33:18.871Z] === RUN TestFileSpecPlugin [2020-11-17T19:33:18.871Z] --- PASS: TestFileSpecPlugin (0.01s) [2020-11-17T19:33:18.871Z] === RUN TestFileJSONSpecPlugin [2020-11-17T19:33:18.871Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2020-11-17T19:33:18.871Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2020-11-17T19:33:18.871Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2020-11-17T19:33:18.871Z] === RUN TestPluginAddHandler [2020-11-17T19:33:18.871Z] --- PASS: TestPluginAddHandler (0.00s) [2020-11-17T19:33:18.871Z] === RUN TestPluginWaitBadPlugin [2020-11-17T19:33:18.871Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2020-11-17T19:33:18.871Z] === RUN TestGet [2020-11-17T19:33:18.871Z] time="2020-11-17T19:33:18Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2020-11-17T19:33:19.152Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-11-17T19:33:19.581Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2020-11-17T19:33:19.841Z] time="2020-11-17T19:33:19Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2020-11-17T19:33:21.046Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite (349.41s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.18s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.81s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.68s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.51s) [2020-11-17T19:33:21.046Z] docker_cli_daemon_test.go:1455: [d9b2442fe1f42] daemon is not started [2020-11-17T19:33:21.046Z] check_test.go:309: [d740b6b74f5e8] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.12s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.71s) [2020-11-17T19:33:21.046Z] check_test.go:309: [d668adc1c02dd] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.25s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.81s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.46s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.38s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.32s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.55s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.51s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.43s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-11-17T19:33:21.046Z] check_test.go:309: [d79d0c410a433] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-11-17T19:33:21.046Z] check_test.go:309: [dd19e8d0e21b1] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.50s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2020-11-17T19:33:21.046Z] check_test.go:309: [dacdb6e9821cd] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.29s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.62s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.38s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.11s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.70s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-11-17T19:33:21.046Z] check_test.go:309: [d6ca7f4a1e083] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.55s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.95s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.15s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.75s) [2020-11-17T19:33:21.046Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-11-17T19:33:21.046Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-11-17T19:33:21.046Z] check_test.go:309: [dfc1f0129e141] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.30s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.09s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.43s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.94s) [2020-11-17T19:33:21.046Z] check_test.go:309: [d2366b1541f85] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.12s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2020-11-17T19:33:21.046Z] check_test.go:309: [d327d7adfd1be] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.74s) [2020-11-17T19:33:21.046Z] docker_cli_daemon_plugins_test.go:79: [dfef4ff29024a] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.24s) [2020-11-17T19:33:21.046Z] docker_cli_daemon_plugins_test.go:169: [d764521e245eb] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.41s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2020-11-17T19:33:21.046Z] check_test.go:309: [d62294b924293] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.00s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.73s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.76s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.80s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.78s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.04s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.16s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.32s) [2020-11-17T19:33:21.046Z] check_test.go:309: [de47a03ac7263] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.39s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.32s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.04s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.78s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.02s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.45s) [2020-11-17T19:33:21.046Z] check_test.go:309: [d1f5251788f4b] daemon is not started [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.42s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.14s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.39s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.36s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.67s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.36s) [2020-11-17T19:33:21.046Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.44s) [2020-11-17T19:33:21.046Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-11-17T19:33:21.046Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-11-17T19:33:21.047Z] check_test.go:309: [d04e986ccf6d0] daemon is not started [2020-11-17T19:33:21.047Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-11-17T19:33:21.047Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-11-17T19:33:21.047Z] check_test.go:309: [db8e2dc6b854b] daemon is not started [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.96s) [2020-11-17T19:33:21.047Z] check_test.go:309: [df80a81adf748] daemon is not started [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.25s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.03s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.23s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.83s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.07s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.03s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.59s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.64s) [2020-11-17T19:33:21.047Z] check_test.go:309: [d4744ca81f5a1] daemon is not started [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.32s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.91s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.88s) [2020-11-17T19:33:21.047Z] check_test.go:309: [d6e99916377b0] daemon is not started [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.33s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.18s) [2020-11-17T19:33:21.047Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2020-11-17T19:33:21.047Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2020-11-17T19:33:21.047Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2020-11-17T19:33:21.047Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2020-11-17T19:33:21.047Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2020-11-17T19:33:21.047Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2020-11-17T19:33:21.047Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2020-11-17T19:33:21.047Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2020-11-17T19:33:21.047Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2020-11-17T19:33:21.047Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2020-11-17T19:33:21.047Z] check_test.go:309: [d06dd7bba71a4] daemon is not started [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.15s) [2020-11-17T19:33:21.047Z] check_test.go:309: [da832369dd84d] daemon is not started [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.56s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.33s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2020-11-17T19:33:21.047Z] check_test.go:309: [d35daee61fec5] daemon is not started [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.07s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.90s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.29s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2020-11-17T19:33:21.047Z] check_test.go:309: [d71637c28b2a4] daemon is not started [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.71s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.30s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.85s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.47s) [2020-11-17T19:33:21.047Z] check_test.go:309: [d69d6ad9743bb] daemon is not started [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.61s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.60s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.88s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2020-11-17T19:33:21.047Z] check_test.go:309: [d0dd52907bd02] daemon is not started [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.01s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.17s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.94s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.56s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.92s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.35s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.24s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.44s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.74s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.22s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.21s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.34s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.80s) [2020-11-17T19:33:21.047Z] docker_cli_daemon_test.go:2550: [dcce118415282] daemon is not started [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.91s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.80s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.92s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.73s) [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.14s) [2020-11-17T19:33:21.047Z] check_test.go:309: [deeecf70f2a32] daemon is not started [2020-11-17T19:33:21.047Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.86s) [2020-11-17T19:33:21.047Z] === RUN TestDockerSwarmSuite [2020-11-17T19:33:21.047Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-11-17T19:33:21.977Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-11-17T19:33:22.022Z] time="2020-11-17T19:33:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2020-11-17T19:33:23.173Z] --- PASS: TestInfoAPIWarnings (16.64s) [2020-11-17T19:33:23.173Z] === RUN TestInfoDebug [2020-11-17T19:33:23.173Z] --- PASS: TestInfoDebug (0.61s) [2020-11-17T19:33:23.173Z] === RUN TestInfoInsecureRegistries [2020-11-17T19:33:23.173Z] --- PASS: TestInfoInsecureRegistries (0.60s) [2020-11-17T19:33:23.173Z] === RUN TestInfoRegistryMirrors [2020-11-17T19:33:23.436Z] --- PASS: TestInfoRegistryMirrors (0.60s) [2020-11-17T19:33:23.436Z] === RUN TestLoginFailsWithBadCredentials [2020-11-17T19:33:23.699Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2020-11-17T19:33:23.699Z] === RUN TestPingCacheHeaders [2020-11-17T19:33:23.699Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-11-17T19:33:23.699Z] === RUN TestPingGet [2020-11-17T19:33:23.699Z] --- PASS: TestPingGet (0.03s) [2020-11-17T19:33:23.699Z] === RUN TestPingHead [2020-11-17T19:33:23.699Z] --- PASS: TestPingHead (0.05s) [2020-11-17T19:33:23.699Z] === RUN TestVersion [2020-11-17T19:33:23.699Z] --- PASS: TestVersion (0.05s) [2020-11-17T19:33:23.699Z] PASS [2020-11-17T19:33:23.699Z] [2020-11-17T19:33:23.699Z] === Skipped [2020-11-17T19:33:23.699Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-17T19:33:23.699Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-17T19:33:23.699Z] [2020-11-17T19:33:23.699Z] [2020-11-17T19:33:23.699Z] DONE 18 tests, 1 skipped in 22.455s [2020-11-17T19:33:23.699Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-17T19:33:23.699Z] ++ 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-17T19:33:23.699Z] ++ set -e [2020-11-17T19:33:23.699Z] ++ '[' -n 0 ']' [2020-11-17T19:33:23.699Z] ++ set -x [2020-11-17T19:33:23.699Z] ++ env -i DEST=/go/src/github.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-17T19:33:23.962Z] INFO: Testing against a local daemon [2020-11-17T19:33:23.962Z] === RUN TestVolumesCreateAndList [2020-11-17T19:33:23.962Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-11-17T19:33:23.962Z] === RUN TestVolumesRemove [2020-11-17T19:33:24.224Z] --- PASS: TestVolumesRemove (0.11s) [2020-11-17T19:33:24.224Z] === RUN TestVolumesInspect [2020-11-17T19:33:24.224Z] --- PASS: TestVolumesInspect (0.03s) [2020-11-17T19:33:24.224Z] === RUN TestVolumesInvalidJSON [2020-11-17T19:33:24.224Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-17T19:33:24.224Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-17T19:33:24.224Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-17T19:33:24.224Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-11-17T19:33:24.225Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-17T19:33:24.225Z] PASS [2020-11-17T19:33:24.225Z] [2020-11-17T19:33:24.225Z] DONE 5 tests in 0.346s [2020-11-17T19:33:24.225Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-17T19:33:24.488Z] ++++ cat bundles/test-integration/docker.pid [2020-11-17T19:33:24.488Z] +++ kill 13839 [2020-11-17T19:33:24.497Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-11-17T19:33:25.763Z] time="2020-11-17T19:33:25Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2020-11-17T19:33:25.880Z] +++ /etc/init.d/apparmor stop [2020-11-17T19:33:25.880Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-17T19:33:25.880Z] [2020-11-17T19:33:25.880Z] Unloading profiles will leave already running processes permanently [2020-11-17T19:33:25.880Z] unconfined, which can lead to unexpected situations. [2020-11-17T19:33:25.880Z] [2020-11-17T19:33:25.880Z] To set a process to complain mode, use the command line tool [2020-11-17T19:33:25.880Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-17T19:33:25.880Z] +++ true [2020-11-17T19:33:25.880Z] exiting test-integration [2020-11-17T19:33:25.880Z] ++ exit 0 [2020-11-17T19:33:25.880Z] [2020-11-17T19:33:27.018Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort Post stage [Pipeline] junit [2020-11-17T19:33:28.455Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-17T19:33:29.090Z] + echo Ensuring container killed. [2020-11-17T19:33:29.090Z] Ensuring container killed. [2020-11-17T19:33:29.090Z] + docker rm -vf docker-pr4 [2020-11-17T19:33:29.090Z] Error: No such container: docker-pr4 [2020-11-17T19:33:29.090Z] + true [Pipeline] sh [2020-11-17T19:33:29.386Z] + echo Chowning /workspace to jenkins user [2020-11-17T19:33:29.386Z] Chowning /workspace to jenkins user [2020-11-17T19:33:29.386Z] + id -u [2020-11-17T19:33:29.386Z] + id -g [2020-11-17T19:33:29.386Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41682:/workspace busybox chown -R 1000:1000 /workspace [2020-11-17T19:33:29.386Z] Unable to find image 'busybox:latest' locally [2020-11-17T19:33:29.539Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-11-17T19:33:29.650Z] latest: Pulling from library/busybox [2020-11-17T19:33:29.915Z] 5dce72bf4214: Pulling fs layer [2020-11-17T19:33:29.915Z] 5dce72bf4214: Verifying Checksum [2020-11-17T19:33:29.915Z] 5dce72bf4214: Download complete [2020-11-17T19:33:30.180Z] 5dce72bf4214: Pull complete [2020-11-17T19:33:30.180Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-17T19:33:30.180Z] Status: Downloaded newer image for busybox:latest [2020-11-17T19:33:32.811Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-17T19:33:33.807Z] + bundleName=arm64-integration [2020-11-17T19:33:33.807Z] + echo Creating arm64-integration-bundles.tar.gz [2020-11-17T19:33:33.807Z] Creating arm64-integration-bundles.tar.gz [2020-11-17T19:33:33.807Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log+ -o -name *.prof -o -namexargs *-report.xml ) tar -print -czf [2020-11-17T19:33:33.807Z] arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-17T19:33:34.086Z] Archiving artifacts [2020-11-17T19:33:34.336Z] --- PASS: TestGet (15.03s) [2020-11-17T19:33:34.336Z] === RUN TestPluginWithNoManifest [2020-11-17T19:33:34.336Z] --- PASS: TestPluginWithNoManifest (0.00s) [2020-11-17T19:33:34.336Z] === RUN TestGetAll [2020-11-17T19:33:34.336Z] --- PASS: TestGetAll (0.00s) [2020-11-17T19:33:34.336Z] PASS [2020-11-17T19:33:34.336Z] coverage: 73.4% of statements [2020-11-17T19:33:34.336Z] ok github.com/docker/docker/pkg/plugins 35.081s coverage: 73.4% of statements [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/quota [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/rootless [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/volume [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-17T19:33:34.336Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === Skipped [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-11-17T19:33:35.312Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-11-17T19:33:35.312Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-11-17T19:33:35.312Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-11-17T19:33:35.312Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-11-17T19:33:35.312Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-11-17T19:33:35.312Z] client_test.go:23: runtime.GOOS == "windows" [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-11-17T19:33:35.312Z] daemon_test.go:147: root required [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-11-17T19:33:35.312Z] reload_test.go:520: root required [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-11-17T19:33:35.312Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-11-17T19:33:35.312Z] pull_v2_test.go:73: Needs fixing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-11-17T19:33:35.312Z] pull_v2_test.go:118: Needs fixing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-11-17T19:33:35.312Z] download_test.go:268: Needs fixing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-11-17T19:33:35.312Z] layer_test.go:304: Failing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-11-17T19:33:35.312Z] layer_test.go:353: Failing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-11-17T19:33:35.312Z] layer_test.go:468: Failing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-11-17T19:33:35.312Z] layer_test.go:697: Failing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-11-17T19:33:35.312Z] migration_test.go:46: Failing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-11-17T19:33:35.312Z] migration_test.go:182: Failing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-11-17T19:33:35.312Z] mount_test.go:17: Failing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-11-17T19:33:35.312Z] mount_test.go:76: Failing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-11-17T19:33:35.312Z] mount_test.go:125: Failing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-11-17T19:33:35.312Z] mount_test.go:212: Failing on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-11-17T19:33:35.312Z] archive_test.go:133: Xz not present in msys2 [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-11-17T19:33:35.312Z] archive_test.go:238: Failing on Windows CI machines [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-11-17T19:33:35.312Z] archive_windows_test.go:16: Currently fails [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-11-17T19:33:35.312Z] changes_test.go:192: needs more investigation [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-11-17T19:33:35.312Z] changes_test.go:405: needs further investigation [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-11-17T19:33:35.312Z] changes_test.go:441: needs further investigation [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-11-17T19:33:35.312Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-11-17T19:33:35.312Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-11-17T19:33:35.312Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-11-17T19:33:35.312Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-11-17T19:33:35.312Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-11-17T19:33:35.312Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-11-17T19:33:35.312Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-11-17T19:33:35.312Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-11-17T19:33:35.312Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-11-17T19:33:35.312Z] poller_test.go:41: No chmod on Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-11-17T19:33:35.312Z] fileutils_test.go:134: Needs porting to Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-11-17T19:33:35.312Z] fileutils_test.go:180: Needs porting to Windows [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-11-17T19:33:35.312Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-11-17T19:33:35.312Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-11-17T19:33:35.312Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-11-17T19:33:35.312Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-11-17T19:33:35.312Z] local_test.go:181: runtime.GOOS == "windows" [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] [2020-11-17T19:33:35.312Z] DONE 1792 tests, 45 skipped in 191.413s [2020-11-17T19:33:35.312Z] INFO: make.ps1 ended at 11/17/2020 19:33:35 [2020-11-17T19:33:36.357Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41682/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-17T19:33:36.711Z] + make clean [2020-11-17T19:33:37.287Z] docker volume rm -f docker-dev-cache [2020-11-17T19:33:37.287Z] docker-dev-cache [Pipeline] deleteDir [2020-11-17T19:33:37.492Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-11-17T19:33:37.492Z] INFO: Unit tests ended at 11/17/2020 19:33:37. Duration:00:03:26.4017061 [2020-11-17T19:33:37.492Z] INFO: Building busybox [2020-11-17T19:33:37.492Z] Sending build context to Docker daemon 5.12kB [2020-11-17T19:33:37.492Z] [2020-11-17T19:33:37.492Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-11-17T19:33:37.492Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-11-17T19:33:37.492Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-11-17T19:33:37.492Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-11-17T19:33:37.492Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-11-17T19:33:37.492Z] ---> 32fecabef723 [2020-11-17T19:33:37.492Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-11-17T19:33:37.492Z] ---> Running in 4b31e5d7b40e [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-17T19:33:43.294Z] Removing intermediate container 4b31e5d7b40e [2020-11-17T19:33:43.294Z] ---> 874fb4c746df [2020-11-17T19:33:43.294Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-11-17T19:33:43.294Z] ---> Running in 85ded7e5db16 [2020-11-17T19:33:43.294Z] Removing intermediate container 85ded7e5db16 [2020-11-17T19:33:43.294Z] ---> 6271a33a38bf [2020-11-17T19:33:43.294Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-11-17T19:33:43.294Z] ---> Running in b0c173036f3b [2020-11-17T19:33:43.294Z] Removing intermediate container b0c173036f3b [2020-11-17T19:33:43.294Z] ---> f75012b0b513 [2020-11-17T19:33:43.294Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-11-17T19:33:44.833Z] [2020-11-17T19:33:45.293Z] ---> 5790cce2f1f8 [2020-11-17T19:33:45.293Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-11-17T19:33:45.293Z] ---> Running in 3a9fe70175bc [2020-11-17T19:33:47.658Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-11-17T19:33:47.658Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-11-17T19:33:49.026Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-11-17T19:33:52.294Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-11-17T19:33:55.622Z] Removing intermediate container 3a9fe70175bc [2020-11-17T19:33:55.622Z] ---> 84564e1956e8 [2020-11-17T19:33:55.622Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-11-17T19:33:55.622Z] ---> Running in 769d736b67ef [2020-11-17T19:33:56.593Z] [2020-11-17T19:33:56.593Z] SUCCESS: Specified value was saved. [2020-11-17T19:34:00.383Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-11-17T19:34:01.312Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-11-17T19:34:01.876Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-11-17T19:34:02.440Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-11-17T19:34:04.334Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-11-17T19:34:04.334Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-11-17T19:34:04.899Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-11-17T19:34:05.177Z] Removing intermediate container 769d736b67ef [2020-11-17T19:34:05.177Z] ---> 09f4715991dd [2020-11-17T19:34:05.177Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-11-17T19:34:05.177Z] ---> Running in 06030eb744b0 [2020-11-17T19:34:08.094Z] Cannot create a file when that file already exists. [2020-11-17T19:34:13.890Z] Removing intermediate container 06030eb744b0 [2020-11-17T19:34:13.890Z] ---> 8212642a030d [2020-11-17T19:34:13.890Z] Step 13/13 : CMD ["sh"] [2020-11-17T19:34:13.890Z] ---> Running in a7f1fe6bd12e [2020-11-17T19:34:13.890Z] Removing intermediate container a7f1fe6bd12e [2020-11-17T19:34:13.890Z] ---> 1e2830dd2b2d [2020-11-17T19:34:13.890Z] Successfully built 1e2830dd2b2d [2020-11-17T19:34:13.890Z] Successfully tagged busybox:latest [2020-11-17T19:34:13.890Z] INFO: Docker images of the daemon under test [2020-11-17T19:34:13.890Z] [2020-11-17T19:34:13.890Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-11-17T19:34:13.890Z] busybox latest 1e2830dd2b2d Less than a second ago 5.19GB [2020-11-17T19:34:13.890Z] microsoft/windowsservercore latest 32fecabef723 2 weeks ago 5.12GB [2020-11-17T19:34:13.890Z] mcr.microsoft.com/windows/servercore ltsc2019 32fecabef723 2 weeks ago 5.12GB [2020-11-17T19:34:13.890Z] [2020-11-17T19:34:13.890Z] INFO: Running integration tests at 11/17/2020 19:34:13... [2020-11-17T19:34:13.890Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-11-17T19:34:13.890Z] INFO: Integration API tests being run from the host: [2020-11-17T19:34:13.890Z] INFO: make.ps1 starting at 11/17/2020 19:34:13 [2020-11-17T19:34:14.845Z] === RUN TestDockerSuite/TestBuildExpose [2020-11-17T19:34:14.845Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-11-17T19:34:14.845Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-11-17T19:34:14.875Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-11-17T19:34:15.102Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-11-17T19:34:15.664Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-11-17T19:34:15.664Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-11-17T19:34:15.664Z] === RUN TestDockerSuite/TestBuildFails [2020-11-17T19:34:16.593Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-11-17T19:34:16.593Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-11-17T19:34:19.115Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-11-17T19:34:21.634Z] === RUN TestDockerSuite/TestBuildForceRm [2020-11-17T19:34:22.562Z] === RUN TestDockerSuite/TestBuildFromGit [2020-11-17T19:34:23.491Z] --- PASS: TestImportExtremelyLargeImageWorks (204.13s) [2020-11-17T19:34:23.491Z] PASS [2020-11-17T19:34:23.491Z] [2020-11-17T19:34:23.491Z] DONE 12 tests in 208.696s [2020-11-17T19:34:23.491Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-11-17T19:34:23.491Z] ++ 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-17T19:34:23.491Z] ++ set -e [2020-11-17T19:34:23.491Z] ++ '[' -n 0 ']' [2020-11-17T19:34:23.491Z] ++ set -x [2020-11-17T19:34:23.491Z] ++ env -i DEST=/go/src/github.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-17T19:34:23.491Z] INFO: Testing against a local daemon [2020-11-17T19:34:23.491Z] === RUN TestNetworkCreateDelete [2020-11-17T19:34:23.747Z] --- PASS: TestNetworkCreateDelete (0.18s) [2020-11-17T19:34:23.748Z] === RUN TestDockerNetworkDeletePreferID [2020-11-17T19:34:23.748Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-11-17T19:34:24.309Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2020-11-17T19:34:24.309Z] === RUN TestDaemonDNSFallback [2020-11-17T19:34:24.309Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-11-17T19:34:25.258Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-11-17T19:34:26.789Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-11-17T19:34:27.045Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-11-17T19:34:27.301Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-11-17T19:34:28.670Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-11-17T19:34:30.038Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-11-17T19:34:30.966Z] --- PASS: TestDaemonDNSFallback (6.80s) [2020-11-17T19:34:30.966Z] === RUN TestInspectNetwork [2020-11-17T19:34:31.529Z] === RUN TestDockerSuite/TestBuildHistory [2020-11-17T19:34:34.798Z] === RUN TestInspectNetwork/full_network_id [2020-11-17T19:34:34.798Z] === RUN TestInspectNetwork/partial_network_id [2020-11-17T19:34:34.798Z] === RUN TestInspectNetwork/network_name [2020-11-17T19:34:34.798Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-17T19:34:35.361Z] === RUN TestDockerSuite/TestBuildIidFile [2020-11-17T19:34:35.618Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-11-17T19:34:36.283Z] === RUN TestDockerSuite/TestBuildInheritance [2020-11-17T19:34:36.283Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-11-17T19:34:36.539Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-11-17T19:34:37.101Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-11-17T19:34:37.101Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-11-17T19:34:37.357Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-11-17T19:34:37.919Z] === RUN TestDockerSuite/TestBuildLabel [2020-11-17T19:34:38.481Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-11-17T19:34:38.737Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-11-17T19:34:39.301Z] --- PASS: TestInspectNetwork (8.20s) [2020-11-17T19:34:39.301Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-17T19:34:39.301Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-17T19:34:39.301Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-17T19:34:39.301Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-17T19:34:39.301Z] === RUN TestRunContainerWithBridgeNone [2020-11-17T19:34:39.301Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-11-17T19:34:39.865Z] === RUN TestDockerSuite/TestBuildLabels [2020-11-17T19:34:40.136Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:34:40.136Z] INFO: Testing against a local daemon [2020-11-17T19:34:40.136Z] === RUN TestBuildWithSession [2020-11-17T19:34:40.136Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-17T19:34:40.136Z] build_session_test.go:25: TODO: BuildKit [2020-11-17T19:34:40.136Z] === RUN TestBuildSquashParent [2020-11-17T19:34:40.136Z] --- SKIP: TestBuildSquashParent (0.00s) [2020-11-17T19:34:40.136Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:34:40.136Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-17T19:34:40.136Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:34:40.136Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:34:40.136Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:34:40.136Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:34:40.136Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:34:40.136Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:34:40.136Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:34:40.136Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:34:40.136Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:34:40.136Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:34:40.136Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:34:40.136Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:34:40.136Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-17T19:34:40.136Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-17T19:34:40.136Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-17T19:34:40.136Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-17T19:34:40.428Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-17T19:34:41.067Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2020-11-17T19:34:41.067Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-17T19:34:41.067Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 5.7% of statements [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-17T19:34:41.067Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2020-11-17T19:34:41.067Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-17T19:34:41.067Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2020-11-17T19:34:41.067Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/builder [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-17T19:34:41.067Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-17T19:34:41.356Z] --- PASS: TestRunContainerWithBridgeNone (2.16s) [2020-11-17T19:34:41.356Z] === RUN TestNetworkInvalidJSON [2020-11-17T19:34:41.356Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-17T19:34:41.356Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-17T19:34:41.356Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:34:41.356Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:34:41.356Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:34:41.356Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:34:41.356Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-17T19:34:41.356Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:34:41.356Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:34:41.356Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-11-17T19:34:41.356Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-17T19:34:41.356Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-17T19:34:41.356Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-17T19:34:41.356Z] === RUN TestHostIPv4BridgeLabel [2020-11-17T19:34:41.613Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-11-17T19:34:41.870Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2020-11-17T19:34:41.870Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-17T19:34:43.237Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s) [2020-11-17T19:34:43.237Z] === RUN TestDaemonDefaultNetworkPools [2020-11-17T19:34:43.801Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2020-11-17T19:34:43.801Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-17T19:34:43.801Z] === RUN TestDockerSuite/TestBuildLastModified [2020-11-17T19:34:44.368Z] ok github.com/docker/docker/builder/dockerfile 0.198s coverage: 48.3% of statements [2020-11-17T19:34:44.368Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-17T19:34:44.368Z] ok github.com/docker/docker/builder/remotecontext 0.074s coverage: 13.7% of statements [2020-11-17T19:34:45.167Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2020-11-17T19:34:45.167Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-17T19:34:45.311Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-11-17T19:34:46.095Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2020-11-17T19:34:46.095Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-17T19:34:46.253Z] ok github.com/docker/docker/builder/remotecontext/git 1.474s coverage: 86.3% of statements [2020-11-17T19:34:46.253Z] ? github.com/docker/docker/cli [no test files] [2020-11-17T19:34:46.253Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-17T19:34:46.658Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-11-17T19:34:46.658Z] === RUN TestServiceWithPredefinedNetwork [2020-11-17T19:34:48.550Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-11-17T19:34:49.556Z] ok github.com/docker/docker/client 0.168s coverage: 75.4% of statements [2020-11-17T19:34:49.916Z] --- PASS: TestServiceWithPredefinedNetwork (2.90s) [2020-11-17T19:34:49.917Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-17T19:34:49.917Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-17T19:34:49.917Z] service_test.go:236: FLAKY_TEST [2020-11-17T19:34:49.917Z] === RUN TestServiceWithDataPathPortInit [2020-11-17T19:34:51.285Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-11-17T19:34:51.285Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-11-17T19:34:51.285Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-11-17T19:34:51.542Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-11-17T19:34:51.542Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-11-17T19:34:52.106Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-11-17T19:34:52.541Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-17T19:34:52.541Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-17T19:34:53.475Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-11-17T19:34:54.404Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-11-17T19:34:57.681Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-11-17T19:34:57.681Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-11-17T19:34:57.980Z] --- PASS: TestImportExtremelyLargeImageWorks (195.58s) [2020-11-17T19:34:57.980Z] PASS [2020-11-17T19:34:57.980Z] [2020-11-17T19:34:57.980Z] === Skipped [2020-11-17T19:34:57.980Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-17T19:34:57.980Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:34:57.980Z] [2020-11-17T19:34:57.980Z] [2020-11-17T19:34:57.980Z] DONE 12 tests, 1 skipped in 196.547s [2020-11-17T19:34:57.980Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-11-17T19:34:57.980Z] ++ 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-17T19:34:57.980Z] ++ set -e [2020-11-17T19:34:57.980Z] ++ '[' -n 0 ']' [2020-11-17T19:34:57.980Z] ++ set -x [2020-11-17T19:34:57.980Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-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-17T19:34:57.980Z] INFO: Testing against a local daemon [2020-11-17T19:34:57.980Z] === RUN TestNetworkCreateDelete [2020-11-17T19:34:57.980Z] --- PASS: TestNetworkCreateDelete (0.16s) [2020-11-17T19:34:57.980Z] === RUN TestDockerNetworkDeletePreferID [2020-11-17T19:34:57.980Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2020-11-17T19:34:57.980Z] === RUN TestDaemonDNSFallback [2020-11-17T19:34:57.980Z] --- PASS: TestDaemonDNSFallback (1.56s) [2020-11-17T19:34:57.980Z] === RUN TestInspectNetwork [2020-11-17T19:34:57.980Z] === RUN TestInspectNetwork/full_network_id [2020-11-17T19:34:57.980Z] === RUN TestInspectNetwork/partial_network_id [2020-11-17T19:34:57.980Z] === RUN TestInspectNetwork/network_name [2020-11-17T19:34:57.980Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-17T19:34:58.242Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-11-17T19:34:59.508Z] --- PASS: TestInspectNetwork (6.99s) [2020-11-17T19:34:59.508Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-17T19:34:59.508Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-17T19:34:59.508Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-17T19:34:59.508Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-17T19:34:59.508Z] === RUN TestRunContainerWithBridgeNone [2020-11-17T19:35:01.116Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-17T19:35:01.116Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.81s) [2020-11-17T19:35:01.116Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (13.08s) [2020-11-17T19:35:01.116Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.27s) [2020-11-17T19:35:01.116Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (18.23s) [2020-11-17T19:35:01.116Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.33s) [2020-11-17T19:35:01.116Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.87s) [2020-11-17T19:35:01.116Z] === RUN TestBuildMultiStageCopy [2020-11-17T19:35:01.116Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-17T19:35:01.589Z] --- PASS: TestRunContainerWithBridgeNone (1.91s) [2020-11-17T19:35:01.589Z] === RUN TestNetworkInvalidJSON [2020-11-17T19:35:01.589Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-17T19:35:01.589Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-17T19:35:01.589Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:35:01.589Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:35:01.589Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:35:01.589Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:35:01.589Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-17T19:35:01.589Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:35:01.589Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:35:01.589Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-11-17T19:35:01.589Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-17T19:35:01.589Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-17T19:35:01.589Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-17T19:35:01.589Z] === RUN TestHostIPv4BridgeLabel [2020-11-17T19:35:02.228Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-11-17T19:35:02.228Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-17T19:35:03.272Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-11-17T19:35:03.272Z] === RUN TestDaemonDefaultNetworkPools [2020-11-17T19:35:03.916Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2020-11-17T19:35:03.916Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-17T19:35:04.961Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-11-17T19:35:04.961Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-17T19:35:06.327Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-11-17T19:35:06.327Z] --- PASS: TestServiceWithDataPathPortInit (16.21s) [2020-11-17T19:35:06.327Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-17T19:35:06.481Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2020-11-17T19:35:06.481Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-17T19:35:06.776Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-11-17T19:35:06.776Z] === RUN TestServiceWithPredefinedNetwork [2020-11-17T19:35:08.847Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-11-17T19:35:08.860Z] --- PASS: TestServiceWithPredefinedNetwork (2.07s) [2020-11-17T19:35:08.860Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-17T19:35:08.860Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-17T19:35:08.860Z] service_test.go:236: FLAKY_TEST [2020-11-17T19:35:08.861Z] === RUN TestServiceWithDataPathPortInit [2020-11-17T19:35:09.409Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-11-17T19:35:09.692Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-17T19:35:09.692Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-17T19:35:10.662Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-17T19:35:11.299Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-11-17T19:35:11.299Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-11-17T19:35:11.630Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-17T19:35:13.169Z] --- PASS: TestBuildMultiStageCopy (12.58s) [2020-11-17T19:35:13.169Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.54s) [2020-11-17T19:35:13.169Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.68s) [2020-11-17T19:35:13.169Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.01s) [2020-11-17T19:35:13.169Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.13s) [2020-11-17T19:35:13.169Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.21s) [2020-11-17T19:35:13.169Z] === RUN TestBuildMultiStageParentConfig [2020-11-17T19:35:14.567Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.15s) [2020-11-17T19:35:14.567Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ivvd1lsxgr9v169fnl2bjsrap Created:2020-11-17 19:35:07.384745039 +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[a91779701d08d775e9e7c1e04300b14ca13474e7951ec72aeb67bab69d747de9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ojln4lhdihjj73uwfdiak6wja EndpointID:17c70c92bf3793bab7d810a3254c578e0a9ef6748e7985af4a968840e9d3810e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:95be1e114485fd12c3b6bc22fd031859e69551a90d2ab8390d8f49a21fbe2918 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:d3b54bd8715e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ojln4lhdihjj73uwfdiak6wja EndpointID:17c70c92bf3793bab7d810a3254c578e0a9ef6748e7985af4a968840e9d3810e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-17T19:35:14.567Z] PASS [2020-11-17T19:35:14.567Z] [2020-11-17T19:35:14.567Z] === Skipped [2020-11-17T19:35:14.567Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-17T19:35:14.567Z] service_test.go:236: FLAKY_TEST [2020-11-17T19:35:14.567Z] [2020-11-17T19:35:14.567Z] [2020-11-17T19:35:14.567Z] DONE 23 tests, 1 skipped in 50.655s [2020-11-17T19:35:14.567Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-17T19:35:14.567Z] ++ 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-17T19:35:14.567Z] ++ set -e [2020-11-17T19:35:14.568Z] ++ '[' -n 0 ']' [2020-11-17T19:35:14.568Z] ++ set -x [2020-11-17T19:35:14.568Z] ++ env -i DEST=/go/src/github.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-17T19:35:14.568Z] INFO: Testing against a local daemon [2020-11-17T19:35:14.568Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-17T19:35:14.568Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-17T19:35:14.568Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:35:14.568Z] === RUN TestDockerNetworkIpvlan [2020-11-17T19:35:14.568Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-17T19:35:14.568Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:35:14.568Z] PASS [2020-11-17T19:35:14.568Z] [2020-11-17T19:35:14.568Z] === Skipped [2020-11-17T19:35:14.568Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-17T19:35:14.568Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:35:14.568Z] [2020-11-17T19:35:14.568Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-17T19:35:14.568Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:35:14.568Z] [2020-11-17T19:35:14.568Z] [2020-11-17T19:35:14.568Z] DONE 2 tests, 2 skipped in 0.193s [2020-11-17T19:35:14.568Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-17T19:35:14.568Z] ++ 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-17T19:35:14.568Z] ++ set -e [2020-11-17T19:35:14.568Z] ++ '[' -n 0 ']' [2020-11-17T19:35:14.568Z] ++ set -x [2020-11-17T19:35:14.568Z] ++ env -i DEST=/go/src/github.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-17T19:35:14.568Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-11-17T19:35:14.568Z] INFO: Testing against a local daemon [2020-11-17T19:35:14.568Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-17T19:35:14.707Z] --- PASS: TestBuildMultiStageParentConfig (1.80s) [2020-11-17T19:35:14.707Z] === RUN TestBuildLabelWithTargets [2020-11-17T19:35:14.707Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2020-11-17T19:35:14.707Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-17T19:35:14.707Z] === RUN TestBuildWithEmptyLayers [2020-11-17T19:35:14.825Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-11-17T19:35:15.680Z] --- PASS: TestBuildWithEmptyLayers (0.85s) [2020-11-17T19:35:15.680Z] === RUN TestBuildMultiStageOnBuild [2020-11-17T19:35:15.754Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2020-11-17T19:35:15.754Z] === RUN TestDockerNetworkMacvlan [2020-11-17T19:35:16.319Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-11-17T19:35:16.579Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-11-17T19:35:16.579Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-17T19:35:17.508Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-17T19:35:18.075Z] === RUN TestDockerSuite/TestBuildNetNone [2020-11-17T19:35:18.340Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-17T19:35:18.902Z] === RUN TestDockerSuite/TestBuildNoContext [2020-11-17T19:35:19.831Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-11-17T19:35:20.760Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-11-17T19:35:20.760Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-17T19:35:22.128Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-11-17T19:35:22.385Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-11-17T19:35:22.641Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-11-17T19:35:22.897Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-11-17T19:35:23.155Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-17T19:35:23.155Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-11-17T19:35:24.083Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-11-17T19:35:24.252Z] --- PASS: TestServiceWithDataPathPortInit (13.73s) [2020-11-17T19:35:24.252Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-17T19:35:25.976Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-11-17T19:35:25.976Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-11-17T19:35:26.538Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-11-17T19:35:28.074Z] --- PASS: TestBuildMultiStageOnBuild (11.10s) [2020-11-17T19:35:28.074Z] === RUN TestBuildUncleanTarFilenames [2020-11-17T19:35:28.074Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2020-11-17T19:35:28.074Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-17T19:35:28.074Z] === RUN TestBuildMultiStageLayerLeak [2020-11-17T19:35:28.309Z] ok github.com/docker/docker/cmd/dockerd 0.088s coverage: 29.1% of statements [2020-11-17T19:35:28.309Z] ok github.com/docker/docker/container 0.129s coverage: 34.7% of statements [2020-11-17T19:35:28.309Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-17T19:35:28.309Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-17T19:35:28.309Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-17T19:35:28.309Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-17T19:35:28.429Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-17T19:35:29.799Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-11-17T19:35:29.894Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.85s) [2020-11-17T19:35:29.894Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:4k8j6n54k588y8bznnvqpumpn Created:2020-11-17 19:35:23.695129625 +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[5dbf946b33156d61d50e54e38a4ad6600ad96b1ab0e65dd09fdf75873cbdedf8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7jd1hawwm8c5tp0yqbxfnl71p EndpointID:881608fcbe9009304991f035c84499f2f16d2d8c4357bd74f705d8b5627acc35 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:31fbb3a2db7dc34bd1c7f0ca79582354c9e49ade1f8ff215da3b8754ce7f1032 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:2cb5a10bb398 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7jd1hawwm8c5tp0yqbxfnl71p EndpointID:881608fcbe9009304991f035c84499f2f16d2d8c4357bd74f705d8b5627acc35 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-17T19:35:29.894Z] PASS [2020-11-17T19:35:29.894Z] [2020-11-17T19:35:29.894Z] === Skipped [2020-11-17T19:35:29.894Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-17T19:35:29.894Z] service_test.go:236: FLAKY_TEST [2020-11-17T19:35:29.894Z] [2020-11-17T19:35:29.894Z] [2020-11-17T19:35:29.894Z] DONE 23 tests, 1 skipped in 39.228s [2020-11-17T19:35:29.894Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-17T19:35:29.894Z] ++ 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-17T19:35:29.894Z] ++ set -e [2020-11-17T19:35:29.894Z] ++ '[' -n 0 ']' [2020-11-17T19:35:29.894Z] ++ set -x [2020-11-17T19:35:29.894Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T19:35:29.894Z] INFO: Testing against a local daemon [2020-11-17T19:35:29.894Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-17T19:35:29.894Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-17T19:35:29.894Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:35:29.894Z] === RUN TestDockerNetworkIpvlan [2020-11-17T19:35:29.894Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-17T19:35:29.894Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:35:29.894Z] PASS [2020-11-17T19:35:29.894Z] [2020-11-17T19:35:29.894Z] === Skipped [2020-11-17T19:35:29.894Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-17T19:35:29.894Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:35:29.894Z] [2020-11-17T19:35:29.894Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-17T19:35:29.894Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-17T19:35:29.894Z] [2020-11-17T19:35:29.894Z] [2020-11-17T19:35:29.894Z] DONE 2 tests, 2 skipped in 0.071s [2020-11-17T19:35:29.894Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-17T19:35:29.894Z] ++ 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-17T19:35:29.894Z] ++ set -e [2020-11-17T19:35:29.894Z] ++ '[' -n 0 ']' [2020-11-17T19:35:29.894Z] ++ set -x [2020-11-17T19:35:29.894Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T19:35:29.894Z] INFO: Testing against a local daemon [2020-11-17T19:35:29.894Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-17T19:35:30.055Z] --- PASS: TestDockerNetworkMacvlan (14.15s) [2020-11-17T19:35:30.055Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-11-17T19:35:30.055Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2020-11-17T19:35:30.055Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.31s) [2020-11-17T19:35:30.055Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.32s) [2020-11-17T19:35:30.055Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.37s) [2020-11-17T19:35:30.055Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.55s) [2020-11-17T19:35:30.055Z] PASS [2020-11-17T19:35:30.055Z] [2020-11-17T19:35:30.055Z] DONE 8 tests in 15.741s [2020-11-17T19:35:30.055Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-17T19:35:30.055Z] ++ 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-17T19:35:30.055Z] ++ set -e [2020-11-17T19:35:30.055Z] ++ '[' -n 0 ']' [2020-11-17T19:35:30.055Z] ++ set -x [2020-11-17T19:35:30.055Z] ++ env -i DEST=/go/src/github.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-17T19:35:30.055Z] testing: warning: no tests to run [2020-11-17T19:35:30.055Z] PASS [2020-11-17T19:35:30.055Z] [2020-11-17T19:35:30.055Z] DONE 0 tests in 0.038s [2020-11-17T19:35:30.055Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-17T19:35:30.056Z] ++ 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-17T19:35:30.056Z] ++ set -e [2020-11-17T19:35:30.056Z] ++ '[' -n 0 ']' [2020-11-17T19:35:30.056Z] ++ set -x [2020-11-17T19:35:30.056Z] ++ env -i DEST=/go/src/github.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-17T19:35:30.312Z] INFO: Testing against a local daemon [2020-11-17T19:35:30.312Z] === RUN TestAuthZPluginAllowRequest [2020-11-17T19:35:31.413Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2020-11-17T19:35:31.413Z] === RUN TestDockerNetworkMacvlan [2020-11-17T19:35:31.677Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-11-17T19:35:31.934Z] --- PASS: TestAuthZPluginAllowRequest (1.57s) [2020-11-17T19:35:31.934Z] === RUN TestAuthZPluginTLS [2020-11-17T19:35:32.053Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-17T19:35:32.498Z] --- PASS: TestAuthZPluginTLS (0.55s) [2020-11-17T19:35:32.498Z] === RUN TestAuthZPluginDenyRequest [2020-11-17T19:35:32.692Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-17T19:35:33.062Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2020-11-17T19:35:33.062Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-17T19:35:33.318Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-11-17T19:35:33.574Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-11-17T19:35:33.574Z] === RUN TestAuthZPluginDenyResponse [2020-11-17T19:35:33.744Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-17T19:35:34.137Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2020-11-17T19:35:34.137Z] === RUN TestAuthZPluginAllowEventStream [2020-11-17T19:35:34.393Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-11-17T19:35:34.892Z] ok github.com/docker/docker/daemon/cluster 0.084s coverage: 0.5% of statements [2020-11-17T19:35:35.334Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-11-17T19:35:35.592Z] --- PASS: TestAuthZPluginAllowEventStream (1.45s) [2020-11-17T19:35:35.592Z] === RUN TestAuthZPluginErrorResponse [2020-11-17T19:35:35.828Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-17T19:35:35.848Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-11-17T19:35:36.104Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2020-11-17T19:35:36.104Z] === RUN TestAuthZPluginErrorRequest [2020-11-17T19:35:36.278Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-11-17T19:35:36.649Z] --- PASS: TestBuildMultiStageLayerLeak (10.17s) [2020-11-17T19:35:36.649Z] === RUN TestBuildWithHugeFile [2020-11-17T19:35:36.665Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-11-17T19:35:36.665Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-17T19:35:37.227Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-11-17T19:35:37.227Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-17T19:35:37.662Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2020-11-17T19:35:37.926Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-17T19:35:38.592Z] === RUN TestDockerSuite/TestBuildPATH [2020-11-17T19:35:39.155Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.86s) [2020-11-17T19:35:39.155Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-17T19:35:41.046Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-11-17T19:35:41.046Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.82s) [2020-11-17T19:35:41.046Z] === RUN TestAuthZPluginHeader [2020-11-17T19:35:41.481Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-17T19:35:41.609Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-11-17T19:35:41.865Z] --- PASS: TestAuthZPluginHeader (0.86s) [2020-11-17T19:35:41.865Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-17T19:35:42.427Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-11-17T19:35:42.531Z] --- PASS: TestDockerNetworkMacvlan (11.20s) [2020-11-17T19:35:42.531Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-11-17T19:35:42.531Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-11-17T19:35:42.531Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.92s) [2020-11-17T19:35:42.531Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.93s) [2020-11-17T19:35:42.531Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.29s) [2020-11-17T19:35:42.531Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s) [2020-11-17T19:35:42.531Z] PASS [2020-11-17T19:35:42.531Z] [2020-11-17T19:35:42.531Z] DONE 8 tests in 12.693s [2020-11-17T19:35:42.531Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-17T19:35:42.531Z] ++ 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-17T19:35:42.531Z] ++ set -e [2020-11-17T19:35:42.531Z] ++ '[' -n 0 ']' [2020-11-17T19:35:42.531Z] ++ set -x [2020-11-17T19:35:42.531Z] ++ env -i DEST=/go/src/github.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-17T19:35:42.531Z] testing: warning: no tests to run [2020-11-17T19:35:42.531Z] PASS [2020-11-17T19:35:42.531Z] [2020-11-17T19:35:42.531Z] DONE 0 tests in 0.012s [2020-11-17T19:35:42.531Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-17T19:35:42.531Z] ++ 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-17T19:35:42.531Z] ++ set -e [2020-11-17T19:35:42.531Z] ++ '[' -n 0 ']' [2020-11-17T19:35:42.531Z] ++ set -x [2020-11-17T19:35:42.531Z] ++ env -i DEST=/go/src/github.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-17T19:35:42.531Z] INFO: Testing against a local daemon [2020-11-17T19:35:42.531Z] === RUN TestAuthZPluginAllowRequest [2020-11-17T19:35:44.046Z] --- PASS: TestAuthZPluginAllowRequest (1.38s) [2020-11-17T19:35:44.047Z] === RUN TestAuthZPluginTLS [2020-11-17T19:35:44.345Z] --- PASS: TestAuthZPluginTLS (0.58s) [2020-11-17T19:35:44.345Z] === RUN TestAuthZPluginDenyRequest [2020-11-17T19:35:44.983Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-11-17T19:35:44.984Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-17T19:35:45.622Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-11-17T19:35:45.622Z] === RUN TestAuthZPluginDenyResponse [2020-11-17T19:35:45.917Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-11-17T19:35:45.917Z] === RUN TestAuthZPluginAllowEventStream [2020-11-17T19:35:46.597Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.31s) [2020-11-17T19:35:46.597Z] === RUN TestAuthZPluginV2Disable [2020-11-17T19:35:47.435Z] --- PASS: TestAuthZPluginAllowEventStream (1.31s) [2020-11-17T19:35:47.435Z] === RUN TestAuthZPluginErrorResponse [2020-11-17T19:35:47.658Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.439s coverage: 14.1% of statements [2020-11-17T19:35:47.658Z] ok github.com/docker/docker/daemon 12.196s coverage: 17.2% of statements [2020-11-17T19:35:47.658Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-17T19:35:47.658Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-17T19:35:47.733Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-11-17T19:35:47.733Z] === RUN TestAuthZPluginErrorRequest [2020-11-17T19:35:47.919Z] ok github.com/docker/docker/daemon/config 0.058s coverage: 81.8% of statements [2020-11-17T19:35:48.375Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-11-17T19:35:48.375Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-17T19:35:48.860Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-11-17T19:35:49.015Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-11-17T19:35:49.015Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-17T19:35:49.114Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-11-17T19:35:49.121Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2020-11-17T19:35:49.121Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-17T19:35:49.121Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-17T19:35:50.043Z] --- PASS: TestAuthZPluginV2Disable (3.82s) [2020-11-17T19:35:50.043Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-17T19:35:50.504Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2020-11-17T19:35:50.732Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.84s) [2020-11-17T19:35:50.732Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-17T19:35:52.418Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.385s coverage: 73.1% of statements [2020-11-17T19:35:52.560Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-11-17T19:35:52.812Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.71s) [2020-11-17T19:35:52.812Z] === RUN TestAuthZPluginHeader [2020-11-17T19:35:53.361Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2020-11-17T19:35:53.451Z] --- PASS: TestAuthZPluginHeader (0.85s) [2020-11-17T19:35:53.451Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-17T19:35:53.451Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-17T19:35:53.451Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:35:53.451Z] === RUN TestAuthZPluginV2Disable [2020-11-17T19:35:53.451Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-17T19:35:53.451Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:35:53.451Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-17T19:35:53.451Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-17T19:35:53.451Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:35:53.451Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-17T19:35:53.451Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-17T19:35:53.451Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:35:53.451Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-17T19:35:53.489Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.38s) [2020-11-17T19:35:53.489Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-17T19:35:53.489Z] === RUN TestDockerSuite/TestBuildRm [2020-11-17T19:35:53.621Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.373s coverage: 56.2% of statements [2020-11-17T19:35:56.035Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-11-17T19:35:56.165Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.8% of statements [2020-11-17T19:35:56.596Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-11-17T19:35:58.008Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-11-17T19:35:58.117Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.059s coverage: 45.9% of statements [2020-11-17T19:35:58.117Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-17T19:35:58.117Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.335s coverage: 49.5% of statements [2020-11-17T19:35:58.264Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-11-17T19:35:58.826Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-11-17T19:36:00.029Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.0% of statements [2020-11-17T19:36:00.191Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-11-17T19:36:00.191Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-11-17T19:36:00.602Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.679s coverage: 57.7% of statements [2020-11-17T19:36:00.602Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-17T19:36:00.602Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-17T19:36:01.545Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2020-11-17T19:36:01.557Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-11-17T19:36:02.487Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2020-11-17T19:36:03.453Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-11-17T19:36:03.872Z] ok github.com/docker/docker/daemon/images 0.018s coverage: 6.5% of statements [2020-11-17T19:36:03.872Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-17T19:36:03.872Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-17T19:36:04.133Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 41.0% of statements [2020-11-17T19:36:06.047Z] ok github.com/docker/docker/daemon/logger/gelf 0.022s coverage: 67.0% of statements [2020-11-17T19:36:06.047Z] ok github.com/docker/docker/daemon/logger/awslogs 0.175s coverage: 77.8% of statements [2020-11-17T19:36:06.047Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-17T19:36:06.047Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-17T19:36:06.732Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-11-17T19:36:06.732Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-11-17T19:36:06.732Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-11-17T19:36:06.732Z] === RUN TestDockerSuite/TestBuildSpaces [2020-11-17T19:36:06.989Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-11-17T19:36:06.990Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2020-11-17T19:36:07.553Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (14.15s) [2020-11-17T19:36:07.553Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-17T19:36:07.565Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 61.6% of statements [2020-11-17T19:36:07.565Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.014s coverage: 87.2% of statements [2020-11-17T19:36:07.808Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-11-17T19:36:07.809Z] === RUN TestDockerSuite/TestBuildStderr [2020-11-17T19:36:08.737Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-11-17T19:36:08.949Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2020-11-17T19:36:08.949Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-17T19:36:09.209Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.046s coverage: 59.3% of statements [2020-11-17T19:36:10.152Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 33.3% of statements [2020-11-17T19:36:11.256Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-11-17T19:36:11.536Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-11-17T19:36:11.797Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-11-17T19:36:11.818Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-11-17T19:36:12.050Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.75s) [2020-11-17T19:36:12.050Z] PASS [2020-11-17T19:36:12.050Z] [2020-11-17T19:36:12.050Z] === Skipped [2020-11-17T19:36:12.050Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-17T19:36:12.050Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:36:12.050Z] [2020-11-17T19:36:12.050Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-17T19:36:12.050Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:36:12.050Z] [2020-11-17T19:36:12.050Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-17T19:36:12.050Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:36:12.050Z] [2020-11-17T19:36:12.050Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-17T19:36:12.050Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:36:12.050Z] [2020-11-17T19:36:12.050Z] [2020-11-17T19:36:12.050Z] DONE 17 tests, 4 skipped in 27.766s [2020-11-17T19:36:12.050Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-17T19:36:12.050Z] ++ 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-17T19:36:12.050Z] ++ set -e [2020-11-17T19:36:12.050Z] ++ '[' -n 0 ']' [2020-11-17T19:36:12.050Z] ++ set -x [2020-11-17T19:36:12.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=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-17T19:36:12.050Z] INFO: Testing against a local daemon [2020-11-17T19:36:12.050Z] === RUN TestPluginInvalidJSON [2020-11-17T19:36:12.050Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:36:12.050Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:36:12.050Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:36:12.050Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-17T19:36:12.050Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-17T19:36:12.050Z] === RUN TestPluginInstall [2020-11-17T19:36:12.050Z] === RUN TestPluginInstall/no_auth [2020-11-17T19:36:12.050Z] time="2020-11-17T19:36:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:36:12.050Z] time="2020-11-17T19:36:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:447c26c4d89e210b0b803a293b327e2a44b56643a567a32407b04595ab6af3d1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:36:12.050Z] time="2020-11-17T19:36:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:36:12.050Z] time="2020-11-17T19:36:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:447c26c4d89e210b0b803a293b327e2a44b56643a567a32407b04595ab6af3d1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:36:12.050Z] === RUN TestPluginInstall/with_htpasswd [2020-11-17T19:36:12.368Z] ok github.com/docker/docker/daemon/logger/splunk 1.646s coverage: 82.5% of statements [2020-11-17T19:36:12.368Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-17T19:36:12.629Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2020-11-17T19:36:12.629Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-17T19:36:12.692Z] time="2020-11-17T19:36:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:36:12.692Z] time="2020-11-17T19:36:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e80d2caf48d2cb927286bf02c0623d203ba19c451c3061352f9806387c92e46f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:36:12.692Z] time="2020-11-17T19:36:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:36:12.692Z] time="2020-11-17T19:36:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e80d2caf48d2cb927286bf02c0623d203ba19c451c3061352f9806387c92e46f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:36:12.745Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-11-17T19:36:12.986Z] === RUN TestPluginInstall/with_insecure [2020-11-17T19:36:13.008Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-11-17T19:36:13.572Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-11-17T19:36:14.499Z] === RUN TestDockerSuite/TestBuildUser [2020-11-17T19:36:14.503Z] time="2020-11-17T19:36:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:36:14.503Z] time="2020-11-17T19:36:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:531779f202b7f9f2fdb010f6e097fe4b863b7f56625f7e54f634434e4a68fe3c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:36:14.503Z] time="2020-11-17T19:36:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:36:14.503Z] time="2020-11-17T19:36:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:531779f202b7f9f2fdb010f6e097fe4b863b7f56625f7e54f634434e4a68fe3c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:36:14.503Z] --- PASS: TestPluginInstall (4.25s) [2020-11-17T19:36:14.503Z] --- PASS: TestPluginInstall/no_auth (1.93s) [2020-11-17T19:36:14.503Z] --- PASS: TestPluginInstall/with_htpasswd (0.94s) [2020-11-17T19:36:14.503Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2020-11-17T19:36:14.503Z] plugin_test.go:157: [dc7392b972978] daemon is not started [2020-11-17T19:36:14.503Z] PASS [2020-11-17T19:36:14.503Z] [2020-11-17T19:36:14.503Z] DONE 6 tests in 4.346s [2020-11-17T19:36:14.503Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-17T19:36:14.503Z] ++ 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-17T19:36:14.503Z] ++ set -e [2020-11-17T19:36:14.503Z] ++ '[' -n 0 ']' [2020-11-17T19:36:14.503Z] ++ set -x [2020-11-17T19:36:14.503Z] ++ env -i DEST=/go/src/github.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-17T19:36:14.503Z] INFO: Testing against a local daemon [2020-11-17T19:36:14.503Z] === RUN TestExternalGraphDriver [2020-11-17T19:36:14.543Z] ok github.com/docker/docker/distribution/metadata 0.041s coverage: 48.2% of statements [2020-11-17T19:36:14.798Z] === RUN TestExternalGraphDriver/json [2020-11-17T19:36:15.484Z] ok github.com/docker/docker/distribution 0.217s coverage: 25.6% of statements [2020-11-17T19:36:15.484Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-17T19:36:15.865Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-11-17T19:36:16.869Z] ok github.com/docker/docker/errdefs 0.005s coverage: 49.4% of statements [2020-11-17T19:36:16.882Z] === RUN TestExternalGraphDriver/spec [2020-11-17T19:36:17.441Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2020-11-17T19:36:18.385Z] ok github.com/docker/docker/distribution/xfer 1.872s coverage: 85.1% of statements [2020-11-17T19:36:18.385Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-17T19:36:18.385Z] ok github.com/docker/docker/image/cache 0.030s coverage: 19.2% of statements [2020-11-17T19:36:18.385Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-17T19:36:18.386Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-11-17T19:36:18.400Z] === RUN TestExternalGraphDriver/pull [2020-11-17T19:36:19.328Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-11-17T19:36:19.328Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-17T19:36:20.271Z] ok github.com/docker/docker/libcontainerd/queue 0.025s coverage: 100.0% of statements [2020-11-17T19:36:20.486Z] --- PASS: TestExternalGraphDriver (5.63s) [2020-11-17T19:36:20.486Z] --- PASS: TestExternalGraphDriver/json (1.81s) [2020-11-17T19:36:20.486Z] --- PASS: TestExternalGraphDriver/spec (1.80s) [2020-11-17T19:36:20.486Z] --- PASS: TestExternalGraphDriver/pull (1.91s) [2020-11-17T19:36:20.486Z] === RUN TestGraphdriverPluginV2 [2020-11-17T19:36:20.486Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-11-17T19:36:20.486Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:36:20.486Z] PASS [2020-11-17T19:36:20.486Z] [2020-11-17T19:36:20.486Z] === Skipped [2020-11-17T19:36:20.486Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-11-17T19:36:20.486Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:36:20.486Z] [2020-11-17T19:36:20.486Z] [2020-11-17T19:36:20.486Z] DONE 5 tests, 1 skipped in 5.762s [2020-11-17T19:36:20.486Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-17T19:36:20.486Z] ++ 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-17T19:36:20.486Z] ++ set -e [2020-11-17T19:36:20.486Z] ++ '[' -n 0 ']' [2020-11-17T19:36:20.486Z] ++ set -x [2020-11-17T19:36:20.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=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-17T19:36:20.486Z] INFO: Testing against a local daemon [2020-11-17T19:36:20.486Z] === RUN TestContinueAfterPluginCrash [2020-11-17T19:36:20.486Z] === PAUSE TestContinueAfterPluginCrash [2020-11-17T19:36:20.486Z] === RUN TestReadPluginNoRead [2020-11-17T19:36:20.486Z] === PAUSE TestReadPluginNoRead [2020-11-17T19:36:20.486Z] === RUN TestDaemonStartWithLogOpt [2020-11-17T19:36:20.486Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-17T19:36:20.486Z] === CONT TestContinueAfterPluginCrash [2020-11-17T19:36:20.486Z] === CONT TestDaemonStartWithLogOpt [2020-11-17T19:36:20.486Z] === CONT TestReadPluginNoRead [2020-11-17T19:36:21.214Z] ok github.com/docker/docker/oci 0.005s coverage: 8.2% of statements [2020-11-17T19:36:21.785Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2020-11-17T19:36:21.785Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-11-17T19:36:23.699Z] ok github.com/docker/docker/pkg/archive 0.315s coverage: 77.2% of statements [2020-11-17T19:36:24.270Z] ok github.com/docker/docker/pkg/authorization 0.146s coverage: 68.3% of statements [2020-11-17T19:36:24.530Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-11-17T19:36:24.791Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-11-17T19:36:24.927Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2020-11-17T19:36:24.927Z] PASS [2020-11-17T19:36:24.927Z] [2020-11-17T19:36:24.927Z] DONE 17 tests in 53.914s [2020-11-17T19:36:24.927Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-17T19:36:24.927Z] ++ 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-17T19:36:24.927Z] ++ set -e [2020-11-17T19:36:24.927Z] ++ '[' -n 0 ']' [2020-11-17T19:36:24.927Z] ++ set -x [2020-11-17T19:36:24.927Z] ++ env -i DEST=/go/src/github.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-17T19:36:24.927Z] INFO: Testing against a local daemon [2020-11-17T19:36:24.927Z] === RUN TestPluginInvalidJSON [2020-11-17T19:36:24.927Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:36:24.927Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:36:24.927Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:36:24.927Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-17T19:36:24.927Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-17T19:36:24.927Z] === RUN TestPluginInstall [2020-11-17T19:36:24.927Z] === RUN TestPluginInstall/no_auth [2020-11-17T19:36:26.131Z] === RUN TestReadPluginNoRead/default [2020-11-17T19:36:26.131Z] --- PASS: TestDaemonStartWithLogOpt (5.39s) [2020-11-17T19:36:26.292Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-11-17T19:36:26.769Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-17T19:36:27.221Z] time="2020-11-17T19:36:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:36:27.221Z] time="2020-11-17T19:36:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6462d507b95d362492ff79e94113e0c0f145fe6bcc7f5cde093b812ad3e7a986" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:36:27.221Z] time="2020-11-17T19:36:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:36:27.221Z] time="2020-11-17T19:36:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6462d507b95d362492ff79e94113e0c0f145fe6bcc7f5cde093b812ad3e7a986" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:36:27.478Z] === RUN TestPluginInstall/with_htpasswd [2020-11-17T19:36:28.088Z] ok github.com/docker/docker/pkg/chrootarchive 2.479s coverage: 43.2% of statements [2020-11-17T19:36:28.088Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-11-17T19:36:28.088Z] ok github.com/docker/docker/layer 7.555s coverage: 68.8% of statements [2020-11-17T19:36:28.088Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-17T19:36:28.088Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-17T19:36:28.088Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-17T19:36:28.088Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-17T19:36:28.088Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-17T19:36:28.088Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-17T19:36:28.088Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-17T19:36:28.281Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-17T19:36:28.408Z] time="2020-11-17T19:36:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:36:28.408Z] time="2020-11-17T19:36:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:885ae1a0637f05369b5efae53b1647cfddccc2fddf5ac51804b399d28c28fe7e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:36:28.408Z] time="2020-11-17T19:36:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:36:28.408Z] time="2020-11-17T19:36:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:885ae1a0637f05369b5efae53b1647cfddccc2fddf5ac51804b399d28c28fe7e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:36:28.659Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2020-11-17T19:36:28.920Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2020-11-17T19:36:28.971Z] === RUN TestPluginInstall/with_insecure [2020-11-17T19:36:29.795Z] --- PASS: TestReadPluginNoRead (9.16s) [2020-11-17T19:36:29.795Z] --- PASS: TestReadPluginNoRead/default (1.38s) [2020-11-17T19:36:29.795Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.37s) [2020-11-17T19:36:29.795Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.44s) [2020-11-17T19:36:29.795Z] read_test.go:92: [defb9208f04df] daemon is not started [2020-11-17T19:36:29.864Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2020-11-17T19:36:30.124Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-11-17T19:36:30.339Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-11-17T19:36:30.339Z] time="2020-11-17T19:36:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:36:30.339Z] time="2020-11-17T19:36:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f536dff55ab38cb10c52affc6275d055df3c2344b53e5892296508acf961dc21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:36:30.339Z] time="2020-11-17T19:36:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-17T19:36:30.339Z] time="2020-11-17T19:36:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f536dff55ab38cb10c52affc6275d055df3c2344b53e5892296508acf961dc21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-17T19:36:30.596Z] --- PASS: TestPluginInstall (6.43s) [2020-11-17T19:36:30.596Z] --- PASS: TestPluginInstall/no_auth (3.35s) [2020-11-17T19:36:30.596Z] --- PASS: TestPluginInstall/with_htpasswd (1.46s) [2020-11-17T19:36:30.596Z] --- PASS: TestPluginInstall/with_insecure (1.62s) [2020-11-17T19:36:30.596Z] plugin_test.go:157: [d0dcdf6334c00] daemon is not started [2020-11-17T19:36:30.596Z] PASS [2020-11-17T19:36:30.596Z] [2020-11-17T19:36:30.596Z] DONE 6 tests in 6.625s [2020-11-17T19:36:30.596Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-17T19:36:30.596Z] ++ 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-17T19:36:30.596Z] ++ set -e [2020-11-17T19:36:30.596Z] ++ '[' -n 0 ']' [2020-11-17T19:36:30.596Z] ++ set -x [2020-11-17T19:36:30.596Z] ++ env -i DEST=/go/src/github.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-17T19:36:30.695Z] ok github.com/docker/docker/pkg/dmesg 0.012s coverage: 83.3% of statements [2020-11-17T19:36:30.852Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-11-17T19:36:30.852Z] INFO: Testing against a local daemon [2020-11-17T19:36:30.852Z] === RUN TestExternalGraphDriver [2020-11-17T19:36:31.108Z] === RUN TestExternalGraphDriver/json [2020-11-17T19:36:31.108Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-11-17T19:36:31.308Z] --- PASS: TestContinueAfterPluginCrash (10.65s) [2020-11-17T19:36:31.308Z] PASS [2020-11-17T19:36:31.308Z] [2020-11-17T19:36:31.308Z] DONE 6 tests in 10.730s [2020-11-17T19:36:31.308Z] 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-17T19:36:31.308Z] ++ 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-17T19:36:31.308Z] ++ set -e [2020-11-17T19:36:31.308Z] ++ '[' -n 0 ']' [2020-11-17T19:36:31.308Z] ++ set -x [2020-11-17T19:36:31.308Z] ++ env -i DEST=/go/src/github.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-17T19:36:31.308Z] testing: warning: no tests to run [2020-11-17T19:36:31.308Z] PASS [2020-11-17T19:36:31.308Z] [2020-11-17T19:36:31.308Z] DONE 0 tests in 0.017s [2020-11-17T19:36:31.308Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-17T19:36:31.308Z] ++ 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-17T19:36:31.308Z] ++ set -e [2020-11-17T19:36:31.308Z] ++ '[' -n 0 ']' [2020-11-17T19:36:31.308Z] ++ set -x [2020-11-17T19:36:31.309Z] ++ env -i DEST=/go/src/github.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-17T19:36:31.309Z] INFO: Testing against a local daemon [2020-11-17T19:36:31.309Z] === RUN TestPluginWithDevMounts [2020-11-17T19:36:31.309Z] === PAUSE TestPluginWithDevMounts [2020-11-17T19:36:31.309Z] === CONT TestPluginWithDevMounts [2020-11-17T19:36:31.638Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-11-17T19:36:32.038Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-11-17T19:36:32.581Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2020-11-17T19:36:32.825Z] --- PASS: TestPluginWithDevMounts (1.82s) [2020-11-17T19:36:32.825Z] PASS [2020-11-17T19:36:32.825Z] [2020-11-17T19:36:32.825Z] DONE 1 tests in 1.889s [2020-11-17T19:36:32.825Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-11-17T19:36:32.825Z] ++ 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-17T19:36:32.825Z] ++ set -e [2020-11-17T19:36:32.825Z] ++ '[' -n 0 ']' [2020-11-17T19:36:32.825Z] ++ set -x [2020-11-17T19:36:32.825Z] ++ env -i DEST=/go/src/github.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-17T19:36:32.967Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-11-17T19:36:32.967Z] === RUN TestExternalGraphDriver/spec [2020-11-17T19:36:33.146Z] INFO: Testing against a local daemon [2020-11-17T19:36:33.146Z] === RUN TestSecretInspect [2020-11-17T19:36:33.153Z] ok github.com/docker/docker/pkg/discovery/kv 3.075s coverage: 84.1% of statements [2020-11-17T19:36:33.153Z] ok github.com/docker/docker/pkg/fsutils 0.165s coverage: 85.1% of statements [2020-11-17T19:36:33.414Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2020-11-17T19:36:34.364Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-11-17T19:36:34.364Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-11-17T19:36:34.364Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-11-17T19:36:34.364Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-11-17T19:36:34.364Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-11-17T19:36:34.799Z] ok github.com/docker/docker/pkg/idtools 0.501s coverage: 70.1% of statements [2020-11-17T19:36:34.799Z] ok github.com/docker/docker/pkg/ioutils 0.464s coverage: 69.3% of statements [2020-11-17T19:36:34.926Z] === RUN TestExternalGraphDriver/pull [2020-11-17T19:36:35.060Z] ok github.com/docker/docker/pkg/longpath 0.012s coverage: 100.0% of statements [2020-11-17T19:36:35.224Z] --- PASS: TestSecretInspect (1.93s) [2020-11-17T19:36:35.225Z] === RUN TestSecretList [2020-11-17T19:36:35.321Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2020-11-17T19:36:35.322Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-17T19:36:35.322Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-17T19:36:35.322Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-17T19:36:35.488Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-11-17T19:36:35.488Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-11-17T19:36:35.582Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2020-11-17T19:36:35.582Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-17T19:36:35.582Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-11-17T19:36:35.843Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-11-17T19:36:36.414Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.021s coverage: 86.7% of statements [2020-11-17T19:36:36.414Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-11-17T19:36:36.414Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-17T19:36:36.414Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-17T19:36:36.418Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-11-17T19:36:36.418Z] --- PASS: TestExternalGraphDriver (5.64s) [2020-11-17T19:36:36.418Z] --- PASS: TestExternalGraphDriver/json (1.94s) [2020-11-17T19:36:36.418Z] --- PASS: TestExternalGraphDriver/spec (1.92s) [2020-11-17T19:36:36.418Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2020-11-17T19:36:36.418Z] === RUN TestGraphdriverPluginV2 [2020-11-17T19:36:36.981Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-11-17T19:36:37.306Z] --- PASS: TestSecretList (1.94s) [2020-11-17T19:36:37.307Z] === RUN TestSecretsCreateAndDelete [2020-11-17T19:36:37.357Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2020-11-17T19:36:37.543Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-11-17T19:36:37.800Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-11-17T19:36:37.928Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-11-17T19:36:38.188Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-11-17T19:36:38.487Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-11-17T19:36:38.837Z] --- PASS: TestSecretsCreateAndDelete (1.98s) [2020-11-17T19:36:38.837Z] === RUN TestSecretsUpdate [2020-11-17T19:36:39.692Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-11-17T19:36:39.896Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 75.0% of statements [2020-11-17T19:36:40.157Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-11-17T19:36:40.916Z] --- PASS: TestSecretsUpdate (1.93s) [2020-11-17T19:36:40.916Z] === RUN TestTemplatedSecret [2020-11-17T19:36:41.060Z] --- PASS: TestGraphdriverPluginV2 (4.28s) [2020-11-17T19:36:41.060Z] PASS [2020-11-17T19:36:41.060Z] [2020-11-17T19:36:41.060Z] DONE 5 tests in 10.107s [2020-11-17T19:36:41.060Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-17T19:36:41.060Z] ++ 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-17T19:36:41.060Z] ++ set -e [2020-11-17T19:36:41.060Z] ++ '[' -n 0 ']' [2020-11-17T19:36:41.060Z] ++ set -x [2020-11-17T19:36:41.060Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T19:36:41.060Z] INFO: Testing against a local daemon [2020-11-17T19:36:41.060Z] === RUN TestContinueAfterPluginCrash [2020-11-17T19:36:41.060Z] === PAUSE TestContinueAfterPluginCrash [2020-11-17T19:36:41.060Z] === RUN TestReadPluginNoRead [2020-11-17T19:36:41.060Z] === PAUSE TestReadPluginNoRead [2020-11-17T19:36:41.060Z] === RUN TestDaemonStartWithLogOpt [2020-11-17T19:36:41.060Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-17T19:36:41.060Z] === CONT TestContinueAfterPluginCrash [2020-11-17T19:36:41.060Z] === CONT TestDaemonStartWithLogOpt [2020-11-17T19:36:41.317Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-11-17T19:36:42.247Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-11-17T19:36:42.811Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-11-17T19:36:43.453Z] ok github.com/docker/docker/pkg/signal 2.382s coverage: 61.0% of statements [2020-11-17T19:36:43.453Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-11-17T19:36:43.670Z] --- PASS: TestTemplatedSecret (2.39s) [2020-11-17T19:36:43.670Z] === RUN TestSecretCreateResolve [2020-11-17T19:36:43.713Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-11-17T19:36:43.741Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-11-17T19:36:43.741Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-11-17T19:36:43.973Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-11-17T19:36:44.546Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.9% of statements [2020-11-17T19:36:44.671Z] === RUN TestDockerSuite/TestBuildXZHost [2020-11-17T19:36:45.118Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-11-17T19:36:45.186Z] --- PASS: TestSecretCreateResolve (1.94s) [2020-11-17T19:36:45.186Z] PASS [2020-11-17T19:36:45.186Z] [2020-11-17T19:36:45.186Z] DONE 6 tests in 12.187s [2020-11-17T19:36:45.186Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-11-17T19:36:45.186Z] ++ 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-17T19:36:45.186Z] ++ set -e [2020-11-17T19:36:45.186Z] ++ '[' -n 0 ']' [2020-11-17T19:36:45.186Z] ++ set -x [2020-11-17T19:36:45.186Z] ++ env -i DEST=/go/src/github.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-17T19:36:45.186Z] INFO: Testing against a local daemon [2020-11-17T19:36:45.186Z] === RUN TestServiceCreateInit [2020-11-17T19:36:45.186Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-17T19:36:45.379Z] ok github.com/docker/docker/pkg/tailfile 0.058s coverage: 88.6% of statements [2020-11-17T19:36:45.952Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2020-11-17T19:36:46.213Z] testing: warning: no tests to run [2020-11-17T19:36:46.213Z] coverage: [no statements] [2020-11-17T19:36:46.213Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-11-17T19:36:46.474Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-11-17T19:36:46.563Z] --- PASS: TestDaemonStartWithLogOpt (5.28s) [2020-11-17T19:36:46.563Z] === CONT TestReadPluginNoRead [2020-11-17T19:36:46.563Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-11-17T19:36:46.563Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-11-17T19:36:46.563Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-11-17T19:36:46.735Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-11-17T19:36:46.997Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-11-17T19:36:47.127Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-11-17T19:36:48.055Z] === RUN TestDockerSuite/TestCommitChange [2020-11-17T19:36:48.728Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-17T19:36:48.908Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2020-11-17T19:36:48.984Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-11-17T19:36:49.480Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-11-17T19:36:49.547Z] === RUN TestReadPluginNoRead/default [2020-11-17T19:36:49.819Z] === RUN TestDockerSuite/TestCommitHardlink [2020-11-17T19:36:50.051Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2020-11-17T19:36:50.753Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-11-17T19:36:51.327Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-17T19:36:51.327Z] === RUN TestDockerSuite/TestCommitNewFile [2020-11-17T19:36:51.436Z] ok github.com/docker/docker/quota 0.257s coverage: 71.4% of statements [2020-11-17T19:36:51.584Z] --- PASS: TestContinueAfterPluginCrash (10.51s) [2020-11-17T19:36:51.696Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-11-17T19:36:52.952Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-11-17T19:36:53.081Z] ok github.com/docker/docker/registry 0.058s coverage: 57.2% of statements [2020-11-17T19:36:53.205Z] --- PASS: TestServiceCreateInit (7.34s) [2020-11-17T19:36:53.205Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.60s) [2020-11-17T19:36:53.205Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.70s) [2020-11-17T19:36:53.205Z] === RUN TestCreateServiceMultipleTimes [2020-11-17T19:36:53.516Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-17T19:36:53.652Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2020-11-17T19:36:53.652Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-11-17T19:36:54.083Z] === RUN TestDockerSuite/TestCommitTTY [2020-11-17T19:36:54.593Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-11-17T19:36:54.593Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-11-17T19:36:55.455Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-11-17T19:36:55.455Z] --- PASS: TestReadPluginNoRead (9.15s) [2020-11-17T19:36:55.455Z] --- PASS: TestReadPluginNoRead/default (1.73s) [2020-11-17T19:36:55.455Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.21s) [2020-11-17T19:36:55.455Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.93s) [2020-11-17T19:36:55.455Z] read_test.go:92: [d4bfeb0cbb007] daemon is not started [2020-11-17T19:36:55.455Z] PASS [2020-11-17T19:36:55.455Z] [2020-11-17T19:36:55.455Z] DONE 6 tests in 14.646s [2020-11-17T19:36:55.455Z] 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-17T19:36:55.455Z] ++ 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-17T19:36:55.455Z] ++ set -e [2020-11-17T19:36:55.455Z] ++ '[' -n 0 ']' [2020-11-17T19:36:55.455Z] ++ set -x [2020-11-17T19:36:55.455Z] ++ env -i DEST=/go/src/github.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-17T19:36:55.455Z] testing: warning: no tests to run [2020-11-17T19:36:55.455Z] PASS [2020-11-17T19:36:55.455Z] [2020-11-17T19:36:55.455Z] DONE 0 tests in 0.074s [2020-11-17T19:36:55.455Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-17T19:36:55.455Z] ++ 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-17T19:36:55.455Z] ++ set -e [2020-11-17T19:36:55.455Z] ++ '[' -n 0 ']' [2020-11-17T19:36:55.455Z] ++ set -x [2020-11-17T19:36:55.455Z] ++ env -i DEST=/go/src/github.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-17T19:36:55.711Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-11-17T19:36:55.711Z] INFO: Testing against a local daemon [2020-11-17T19:36:55.711Z] === RUN TestPluginWithDevMounts [2020-11-17T19:36:55.711Z] === PAUSE TestPluginWithDevMounts [2020-11-17T19:36:55.711Z] === CONT TestPluginWithDevMounts [2020-11-17T19:36:56.639Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-11-17T19:36:57.138Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-11-17T19:36:58.008Z] --- PASS: TestPluginWithDevMounts (2.15s) [2020-11-17T19:36:58.008Z] PASS [2020-11-17T19:36:58.008Z] [2020-11-17T19:36:58.008Z] DONE 1 tests in 2.395s [2020-11-17T19:36:58.008Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-17T19:36:58.008Z] ++ 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-17T19:36:58.008Z] ++ set -e [2020-11-17T19:36:58.008Z] ++ '[' -n 0 ']' [2020-11-17T19:36:58.008Z] ++ set -x [2020-11-17T19:36:58.008Z] ++ env -i DEST=/go/src/github.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-17T19:36:58.008Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-11-17T19:36:58.081Z] ok github.com/docker/docker/volume/local 0.110s coverage: 76.6% of statements [2020-11-17T19:36:58.264Z] INFO: Testing against a local daemon [2020-11-17T19:36:58.264Z] === RUN TestSecretInspect [2020-11-17T19:36:58.653Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-11-17T19:36:59.193Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-11-17T19:36:59.193Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-11-17T19:36:59.193Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-11-17T19:36:59.193Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-11-17T19:36:59.193Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-11-17T19:36:59.193Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-11-17T19:36:59.193Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-11-17T19:37:00.039Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.1% of statements [2020-11-17T19:37:00.559Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-11-17T19:37:01.122Z] --- PASS: TestSecretInspect (3.01s) [2020-11-17T19:37:01.122Z] === RUN TestSecretList [2020-11-17T19:37:02.051Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-11-17T19:37:02.051Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-11-17T19:37:02.613Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-11-17T19:37:03.176Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-11-17T19:37:03.737Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-11-17T19:37:03.994Z] --- PASS: TestSecretList (2.77s) [2020-11-17T19:37:03.994Z] === RUN TestSecretsCreateAndDelete [2020-11-17T19:37:04.250Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-11-17T19:37:05.178Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-11-17T19:37:05.178Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-11-17T19:37:05.178Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-11-17T19:37:05.761Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-11-17T19:37:05.761Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-11-17T19:37:05.761Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-11-17T19:37:05.761Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-11-17T19:37:06.021Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-11-17T19:37:06.277Z] --- PASS: TestSecretsCreateAndDelete (2.30s) [2020-11-17T19:37:06.277Z] === RUN TestSecretsUpdate [2020-11-17T19:37:06.533Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-11-17T19:37:07.095Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-11-17T19:37:07.657Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-11-17T19:37:07.657Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-11-17T19:37:08.595Z] --- PASS: TestCreateServiceMultipleTimes (15.51s) [2020-11-17T19:37:08.595Z] === RUN TestCreateServiceConflict [2020-11-17T19:37:09.022Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-11-17T19:37:09.022Z] --- PASS: TestSecretsUpdate (2.76s) [2020-11-17T19:37:09.022Z] === RUN TestTemplatedSecret [2020-11-17T19:37:09.585Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-11-17T19:37:09.585Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-11-17T19:37:09.586Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-11-17T19:37:10.114Z] --- PASS: TestCreateServiceConflict (1.90s) [2020-11-17T19:37:10.114Z] === RUN TestCreateServiceMaxReplicas [2020-11-17T19:37:10.148Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-11-17T19:37:11.078Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-11-17T19:37:12.009Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-11-17T19:37:12.259Z] ok github.com/docker/docker/pkg/plugins 33.647s coverage: 76.6% of statements [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/rootless [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/volume [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-17T19:37:12.259Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === Skipped [2020-11-17T19:37:12.259Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-17T19:37:12.259Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-17T19:37:12.259Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-17T19:37:12.259Z] graphtest_unix.go:73: No driver to put! [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-17T19:37:12.259Z] time="2020-11-17T19:35:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-17T19:37:12.259Z] time="2020-11-17T19:35:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-17T19:37:12.259Z] time="2020-11-17T19:35:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-17T19:37:12.259Z] time="2020-11-17T19:35:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-17T19:37:12.259Z] time="2020-11-17T19:35:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-17T19:37:12.259Z] graphtest_unix.go:73: No driver to put! [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-17T19:37:12.259Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-17T19:37:12.259Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-17T19:37:12.259Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-17T19:37:12.259Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-17T19:37:12.259Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:37:12.259Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:37:12.259Z] [2020-11-17T19:37:12.259Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-17T19:37:12.260Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-17T19:37:12.260Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-17T19:37:12.260Z] [2020-11-17T19:37:12.260Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-17T19:37:12.260Z] graphtest_unix.go:73: No driver to put! [2020-11-17T19:37:12.260Z] [2020-11-17T19:37:12.260Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-17T19:37:12.260Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-17T19:37:12.260Z] [2020-11-17T19:37:12.260Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-17T19:37:12.260Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-17T19:37:12.260Z] [2020-11-17T19:37:12.260Z] [2020-11-17T19:37:12.260Z] DONE 2191 tests, 26 skipped in 247.872s Post stage [Pipeline] junit [2020-11-17T19:37:12.274Z] Recording test results [2020-11-17T19:37:12.571Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-11-17T19:37:12.571Z] === RUN TestDockerSuite/TestContainerAPIKill [Pipeline] } [Pipeline] // stage [Pipeline] stage [2020-11-17T19:37:12.828Z] --- PASS: TestTemplatedSecret (3.79s) [2020-11-17T19:37:12.828Z] === RUN TestSecretCreateResolve [Pipeline] { (Validate vendor) [Pipeline] sh [2020-11-17T19:37:12.864Z] --- PASS: TestCreateServiceMaxReplicas (2.67s) [2020-11-17T19:37:12.864Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-17T19:37:13.131Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41682/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=941fea1c58966531ef56fc020a3901158a01a473 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:941fea1c58966531ef56fc020a3901158a01a473 hack/validate/vendor [2020-11-17T19:37:13.390Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-11-17T19:37:13.702Z] No vendor changes in diff. [2020-11-17T19:37:13.954Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-17T19:37:14.589Z] + echo Ensuring container killed. [2020-11-17T19:37:14.589Z] Ensuring container killed. [2020-11-17T19:37:14.589Z] + docker rm -vf docker-pr4 [2020-11-17T19:37:14.589Z] Error: No such container: docker-pr4 [2020-11-17T19:37:14.589Z] + true [Pipeline] sh [2020-11-17T19:37:14.875Z] + echo Chowning /workspace to jenkins user [2020-11-17T19:37:14.875Z] Chowning /workspace to jenkins user [2020-11-17T19:37:14.875Z] + id -u [2020-11-17T19:37:14.875Z] + id -g [2020-11-17T19:37:14.875Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41682:/workspace busybox chown -R 1000:1000 /workspace [2020-11-17T19:37:14.882Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-11-17T19:37:15.138Z] === RUN TestDockerSuite/TestContainerAPIRename [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-17T19:37:15.754Z] + bundleName=unit [2020-11-17T19:37:15.754Z] + echo Creating unit-bundles.tar.gz [2020-11-17T19:37:15.754Z] Creating unit-bundles.tar.gz [2020-11-17T19:37:15.754Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-11-17T19:37:15.754Z] bundles/junit-report.xml [2020-11-17T19:37:15.754Z] bundles/go-test-report.json [2020-11-17T19:37:15.754Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-11-17T19:37:15.767Z] Archiving artifacts [2020-11-17T19:37:16.069Z] --- PASS: TestSecretCreateResolve (3.21s) [2020-11-17T19:37:16.069Z] PASS [2020-11-17T19:37:16.069Z] [2020-11-17T19:37:16.069Z] DONE 6 tests in 18.037s [2020-11-17T19:37:16.069Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-11-17T19:37:16.069Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-11-17T19:37:16.069Z] ++ 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-17T19:37:16.069Z] ++ set -e [2020-11-17T19:37:16.069Z] ++ '[' -n 0 ']' [2020-11-17T19:37:16.069Z] ++ set -x [2020-11-17T19:37:16.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=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-17T19:37:16.255Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41682/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-17T19:37:16.325Z] INFO: Testing against a local daemon [2020-11-17T19:37:16.326Z] === RUN TestServiceCreateInit [2020-11-17T19:37:16.326Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-17T19:37:16.584Z] + make clean [2020-11-17T19:37:16.862Z] docker volume rm -f docker-dev-cache [2020-11-17T19:37:16.862Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-11-17T19:37:17.261Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-17T19:37:18.629Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-11-17T19:37:18.629Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-11-17T19:37:18.629Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-11-17T19:37:18.629Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-11-17T19:37:18.629Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-11-17T19:37:19.191Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-11-17T19:37:20.556Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-17T19:37:23.826Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-11-17T19:37:24.082Z] === RUN TestDockerSuite/TestContainerAPITop [2020-11-17T19:37:24.645Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-11-17T19:37:24.645Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-11-17T19:37:24.902Z] --- PASS: TestServiceCreateInit (8.59s) [2020-11-17T19:37:24.902Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.36s) [2020-11-17T19:37:24.902Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.19s) [2020-11-17T19:37:24.902Z] === RUN TestCreateServiceMultipleTimes [2020-11-17T19:37:24.902Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-11-17T19:37:25.531Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.69s) [2020-11-17T19:37:25.531Z] === RUN TestCreateServiceSecretFileMode [2020-11-17T19:37:27.416Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-11-17T19:37:27.618Z] --- PASS: TestCreateServiceSecretFileMode (2.23s) [2020-11-17T19:37:27.618Z] === RUN TestCreateServiceConfigFileMode [2020-11-17T19:37:28.345Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-11-17T19:37:29.273Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-11-17T19:37:30.367Z] --- PASS: TestCreateServiceConfigFileMode (2.27s) [2020-11-17T19:37:30.367Z] === RUN TestCreateServiceSysctls [2020-11-17T19:37:33.120Z] --- PASS: TestCreateServiceSysctls (2.97s) [2020-11-17T19:37:33.120Z] === RUN TestCreateServiceCapabilities [2020-11-17T19:37:33.443Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-11-17T19:37:33.699Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-11-17T19:37:35.064Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-11-17T19:37:35.204Z] --- PASS: TestCreateServiceCapabilities (2.29s) [2020-11-17T19:37:35.204Z] === RUN TestInspect [2020-11-17T19:37:36.429Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-11-17T19:37:36.991Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-11-17T19:37:37.950Z] --- PASS: TestInspect (2.45s) [2020-11-17T19:37:37.950Z] === RUN TestCreateJob [2020-11-17T19:37:38.355Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-11-17T19:37:39.721Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-11-17T19:37:40.703Z] --- PASS: TestCreateJob (2.97s) [2020-11-17T19:37:40.703Z] === RUN TestReplicatedJob [2020-11-17T19:37:41.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-11-17T19:37:42.032Z] --- PASS: TestCreateServiceMultipleTimes (17.28s) [2020-11-17T19:37:42.032Z] === RUN TestCreateServiceConflict [2020-11-17T19:37:42.287Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0004b1200_} [2020-11-17T19:37:42.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1004899844_/foo_false____} [2020-11-17T19:37:43.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1004899844_/foo_true____} [2020-11-17T19:37:44.470Z] --- PASS: TestCreateServiceConflict (2.40s) [2020-11-17T19:37:44.471Z] === RUN TestCreateServiceMaxReplicas [2020-11-17T19:37:45.399Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3783843219_/foo_false____} [2020-11-17T19:37:46.308Z] --- PASS: TestReplicatedJob (4.80s) [2020-11-17T19:37:46.308Z] === RUN TestUpdateReplicatedJob [2020-11-17T19:37:46.766Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3783843219_/foo_true____} [2020-11-17T19:37:47.328Z] --- PASS: TestCreateServiceMaxReplicas (2.97s) [2020-11-17T19:37:47.328Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-17T19:37:48.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3783843219_/foo_true__0xc0004b1260__} [2020-11-17T19:37:48.337Z] --- PASS: TestBuildWithHugeFile (131.28s) [2020-11-17T19:37:48.337Z] === RUN TestBuildWithEmptyDockerfile [2020-11-17T19:37:48.337Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:37:48.337Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:37:48.337Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:37:48.337Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:37:48.337Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:37:48.337Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:37:48.337Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-17T19:37:48.337Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-17T19:37:48.337Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-17T19:37:48.337Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-11-17T19:37:48.337Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2020-11-17T19:37:48.337Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2020-11-17T19:37:48.337Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2020-11-17T19:37:48.337Z] === RUN TestBuildPreserveOwnership [2020-11-17T19:37:48.337Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2020-11-17T19:37:48.337Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-17T19:37:48.337Z] === RUN TestBuildPlatformInvalid [2020-11-17T19:37:48.337Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2020-11-17T19:37:48.337Z] PASS [2020-11-17T19:37:48.337Z] ok github.com/docker/docker/integration/build 189.790s [2020-11-17T19:37:48.386Z] --- PASS: TestUpdateReplicatedJob (2.95s) [2020-11-17T19:37:48.386Z] === RUN TestServiceListWithStatuses [2020-11-17T19:37:48.386Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-17T19:37:48.386Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-17T19:37:48.386Z] === RUN TestDockerNetworkConnectAlias [2020-11-17T19:37:49.307Z] [2020-11-17T19:37:49.307Z] === Skipped [2020-11-17T19:37:49.307Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-11-17T19:37:49.307Z] build_session_test.go:25: TODO: BuildKit [2020-11-17T19:37:49.307Z] [2020-11-17T19:37:49.307Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-11-17T19:37:49.307Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:49.307Z] [2020-11-17T19:37:49.307Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2020-11-17T19:37:49.307Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-17T19:37:49.307Z] [2020-11-17T19:37:49.307Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2020-11-17T19:37:49.307Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-17T19:37:49.307Z] [2020-11-17T19:37:49.307Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-11-17T19:37:49.307Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-17T19:37:49.307Z] [2020-11-17T19:37:49.307Z] [2020-11-17T19:37:49.307Z] DONE 28 tests, 5 skipped in 214.545s [2020-11-17T19:37:49.307Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-11-17T19:37:49.624Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0004b1280_} [2020-11-17T19:37:50.988Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0004b12a0_} [2020-11-17T19:37:52.271Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:37:52.271Z] INFO: Testing against a local daemon [2020-11-17T19:37:52.271Z] === RUN TestConfigInspect [2020-11-17T19:37:52.271Z] --- SKIP: TestConfigInspect (0.00s) [2020-11-17T19:37:52.271Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:52.271Z] === RUN TestConfigList [2020-11-17T19:37:52.271Z] --- SKIP: TestConfigList (0.00s) [2020-11-17T19:37:52.271Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:52.271Z] === RUN TestConfigsCreateAndDelete [2020-11-17T19:37:52.271Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2020-11-17T19:37:52.271Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:52.271Z] === RUN TestConfigsUpdate [2020-11-17T19:37:52.271Z] --- SKIP: TestConfigsUpdate (0.00s) [2020-11-17T19:37:52.271Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:52.271Z] === RUN TestTemplatedConfig [2020-11-17T19:37:52.271Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-11-17T19:37:52.271Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:52.271Z] === RUN TestConfigCreateResolve [2020-11-17T19:37:52.271Z] --- SKIP: TestConfigCreateResolve (0.00s) [2020-11-17T19:37:52.271Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:37:52.271Z] === RUN TestConfigDaemonLibtrustID [2020-11-17T19:37:52.271Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2020-11-17T19:37:52.271Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:37:52.271Z] PASS [2020-11-17T19:37:52.271Z] ok github.com/docker/docker/integration/config 0.173s [2020-11-17T19:37:52.271Z] [2020-11-17T19:37:52.271Z] === Skipped [2020-11-17T19:37:52.271Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-11-17T19:37:52.271Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:52.271Z] [2020-11-17T19:37:52.271Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-11-17T19:37:52.271Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:52.271Z] [2020-11-17T19:37:52.271Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-11-17T19:37:52.271Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:52.271Z] [2020-11-17T19:37:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0004b12c0_} [2020-11-17T19:37:52.738Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-11-17T19:37:52.738Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:52.738Z] [2020-11-17T19:37:52.738Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-11-17T19:37:52.738Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:52.738Z] [2020-11-17T19:37:52.738Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-11-17T19:37:52.738Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:37:52.738Z] [2020-11-17T19:37:52.738Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-11-17T19:37:52.738Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:37:52.738Z] [2020-11-17T19:37:52.738Z] [2020-11-17T19:37:52.738Z] DONE 7 tests, 7 skipped in 2.999s [2020-11-17T19:37:52.738Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-11-17T19:37:52.884Z] --- PASS: TestDockerNetworkConnectAlias (4.04s) [2020-11-17T19:37:52.884Z] === RUN TestDockerNetworkReConnect [2020-11-17T19:37:53.718Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0004b12e0_} [2020-11-17T19:37:54.281Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-11-17T19:37:55.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-11-17T19:37:55.659Z] --- PASS: TestDockerNetworkReConnect (3.37s) [2020-11-17T19:37:55.659Z] === RUN TestServicePlugin [2020-11-17T19:37:55.659Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-17T19:37:55.659Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:37:55.659Z] === RUN TestServiceUpdateLabel [2020-11-17T19:37:55.665Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:37:55.665Z] INFO: Testing against a local daemon [2020-11-17T19:37:55.665Z] === RUN TestCheckpoint [2020-11-17T19:37:55.665Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-17T19:37:55.665Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-17T19:37:55.665Z] === RUN TestContainerInvalidJSON [2020-11-17T19:37:55.665Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:37:55.665Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:37:55.665Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:37:55.665Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:37:55.665Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:37:55.665Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:37:55.665Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-17T19:37:55.665Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-17T19:37:55.665Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-17T19:37:55.665Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-11-17T19:37:55.665Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-17T19:37:55.665Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-17T19:37:55.665Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-17T19:37:55.665Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-17T19:37:55.665Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.24s) [2020-11-17T19:37:55.665Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-17T19:37:55.665Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2020-11-17T19:37:55.665Z] copy_test.go:38: testEnv.OSType == "windows" [2020-11-17T19:37:55.665Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-17T19:37:56.125Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.18s) [2020-11-17T19:37:56.125Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-17T19:37:56.125Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2020-11-17T19:37:56.125Z] copy_test.go:63: testEnv.OSType == "windows" [2020-11-17T19:37:56.125Z] === RUN TestCopyFromContainer [2020-11-17T19:37:56.125Z] --- SKIP: TestCopyFromContainer (0.00s) [2020-11-17T19:37:56.125Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:56.125Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-17T19:37:56.125Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:37:56.125Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:37:56.125Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:37:56.125Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:37:56.125Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:37:56.125Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:37:56.125Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-17T19:37:56.125Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-17T19:37:56.125Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-17T19:37:56.125Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-17T19:37:56.125Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-17T19:37:56.125Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2020-11-17T19:37:56.125Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-11-17T19:37:56.125Z] === RUN TestCreateWithInvalidEnv [2020-11-17T19:37:56.125Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-17T19:37:56.125Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-17T19:37:56.125Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-17T19:37:56.125Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-17T19:37:56.125Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-17T19:37:56.125Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-17T19:37:56.125Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-17T19:37:56.125Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-17T19:37:56.125Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-17T19:37:56.125Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-17T19:37:56.125Z] === RUN TestCreateTmpfsMountsTarget [2020-11-17T19:37:56.125Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2020-11-17T19:37:56.125Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:56.125Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-17T19:37:56.125Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2020-11-17T19:37:56.125Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:37:56.125Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-17T19:37:56.125Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2020-11-17T19:37:56.125Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:37:56.125Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-17T19:37:56.125Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:37:56.125Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:37:56.125Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:37:56.125Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:37:56.125Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:37:56.125Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:37:56.125Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:37:56.125Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:37:56.125Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:37:56.125Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:37:56.125Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-17T19:37:56.125Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-17T19:37:56.125Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-17T19:37:56.125Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-17T19:37:56.125Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-17T19:37:56.125Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-17T19:37:56.125Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-17T19:37:56.125Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-11-17T19:37:56.125Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-11-17T19:37:56.125Z] === RUN TestCreateDifferentPlatform [2020-11-17T19:37:56.125Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-17T19:37:56.125Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-17T19:37:56.125Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-17T19:37:56.125Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-17T19:37:56.125Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-17T19:37:56.125Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-11-17T19:37:56.125Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-17T19:37:56.125Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2020-11-17T19:37:56.125Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-11-17T19:37:56.125Z] === RUN TestContainerKillOnDaemonStart [2020-11-17T19:37:56.125Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-11-17T19:37:56.125Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:56.125Z] === RUN TestDiff [2020-11-17T19:37:56.125Z] --- SKIP: TestDiff (0.00s) [2020-11-17T19:37:56.125Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-11-17T19:37:56.125Z] === RUN TestExecWithCloseStdin [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-11-17T19:37:56.576Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-11-17T19:37:57.757Z] --- PASS: TestServiceUpdateLabel (1.96s) [2020-11-17T19:37:57.757Z] === RUN TestServiceUpdateSecrets [2020-11-17T19:37:58.304Z] --- PASS: TestExecWithCloseStdin (1.82s) [2020-11-17T19:37:58.304Z] === RUN TestExec [2020-11-17T19:37:59.099Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-11-17T19:37:59.843Z] --- PASS: TestExec (1.70s) [2020-11-17T19:37:59.843Z] === RUN TestExecUser [2020-11-17T19:37:59.843Z] --- SKIP: TestExecUser (0.00s) [2020-11-17T19:37:59.843Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-11-17T19:37:59.843Z] === RUN TestExportContainerAndImportImage [2020-11-17T19:37:59.843Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2020-11-17T19:37:59.843Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:59.843Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-17T19:37:59.843Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2020-11-17T19:37:59.843Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:37:59.843Z] === RUN TestHealthCheckWorkdir [2020-11-17T19:37:59.843Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2020-11-17T19:37:59.843Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-11-17T19:37:59.843Z] === RUN TestHealthKillContainer [2020-11-17T19:37:59.843Z] --- SKIP: TestHealthKillContainer (0.00s) [2020-11-17T19:37:59.843Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-11-17T19:37:59.843Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-17T19:37:59.843Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2020-11-17T19:37:59.843Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-11-17T19:37:59.843Z] === RUN TestKillContainerInvalidSignal [2020-11-17T19:38:00.028Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-11-17T19:38:01.395Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.69s) [2020-11-17T19:38:01.395Z] === RUN TestCreateServiceSecretFileMode [2020-11-17T19:38:02.324Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-11-17T19:38:03.584Z] --- PASS: TestKillContainerInvalidSignal (3.29s) [2020-11-17T19:38:03.584Z] === RUN TestKillContainer [2020-11-17T19:38:03.584Z] === RUN TestKillContainer/no_signal [2020-11-17T19:38:04.220Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-11-17T19:38:04.220Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-11-17T19:38:04.557Z] === RUN TestKillContainer/non_killing_signal [2020-11-17T19:38:04.557Z] === RUN TestKillContainer/killing_signal [2020-11-17T19:38:05.148Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-11-17T19:38:05.148Z] --- PASS: TestCreateServiceSecretFileMode (4.05s) [2020-11-17T19:38:05.148Z] === RUN TestCreateServiceConfigFileMode [2020-11-17T19:38:06.079Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-11-17T19:38:06.335Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-11-17T19:38:06.737Z] --- PASS: TestKillContainer (3.45s) [2020-11-17T19:38:06.737Z] --- PASS: TestKillContainer/no_signal (1.47s) [2020-11-17T19:38:06.737Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-11-17T19:38:06.737Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-11-17T19:38:06.737Z] --- PASS: TestKillContainer/killing_signal (1.94s) [2020-11-17T19:38:06.737Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-17T19:38:06.737Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-11-17T19:38:06.737Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-17T19:38:06.737Z] === RUN TestKillStoppedContainer [2020-11-17T19:38:06.737Z] --- SKIP: TestKillStoppedContainer (0.00s) [2020-11-17T19:38:06.737Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-17T19:38:06.737Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-17T19:38:06.737Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2020-11-17T19:38:06.737Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-17T19:38:06.737Z] === RUN TestKillDifferentUserContainer [2020-11-17T19:38:06.737Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2020-11-17T19:38:06.737Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-11-17T19:38:06.737Z] === RUN TestInspectOomKilledTrue [2020-11-17T19:38:06.737Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-17T19:38:06.737Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:38:06.737Z] === RUN TestInspectOomKilledFalse [2020-11-17T19:38:06.737Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-17T19:38:06.737Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:38:06.737Z] === RUN TestLogsFollowTailEmpty [2020-11-17T19:38:07.266Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-11-17T19:38:07.829Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-11-17T19:38:08.276Z] --- PASS: TestLogsFollowTailEmpty (1.67s) [2020-11-17T19:38:08.276Z] === RUN TestNetworkNat [2020-11-17T19:38:08.276Z] --- SKIP: TestNetworkNat (0.00s) [2020-11-17T19:38:08.276Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:08.276Z] === RUN TestNetworkLocalhostTCPNat [2020-11-17T19:38:08.391Z] --- PASS: TestCreateServiceConfigFileMode (3.12s) [2020-11-17T19:38:08.391Z] === RUN TestCreateServiceSysctls [2020-11-17T19:38:08.648Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-11-17T19:38:09.211Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-11-17T19:38:09.824Z] --- PASS: TestNetworkLocalhostTCPNat (1.84s) [2020-11-17T19:38:09.824Z] === RUN TestNetworkLoopbackNat [2020-11-17T19:38:09.824Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2020-11-17T19:38:09.824Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:09.824Z] === RUN TestPause [2020-11-17T19:38:09.824Z] --- SKIP: TestPause (0.00s) [2020-11-17T19:38:09.824Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-11-17T19:38:09.824Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-17T19:38:10.140Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-11-17T19:38:10.140Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-11-17T19:38:11.071Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-11-17T19:38:11.362Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.43s) [2020-11-17T19:38:11.362Z] === RUN TestPauseStopPausedContainer [2020-11-17T19:38:11.362Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2020-11-17T19:38:11.362Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:38:11.362Z] === RUN TestPsFilter [2020-11-17T19:38:11.362Z] --- PASS: TestPsFilter (0.08s) [2020-11-17T19:38:11.362Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-17T19:38:12.003Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-11-17T19:38:12.259Z] --- PASS: TestCreateServiceSysctls (3.94s) [2020-11-17T19:38:12.259Z] === RUN TestCreateServiceCapabilities [2020-11-17T19:38:13.133Z] --- PASS: TestServiceUpdateSecrets (14.32s) [2020-11-17T19:38:13.133Z] === RUN TestServiceUpdateConfigs [2020-11-17T19:38:13.188Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-11-17T19:38:13.542Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.78s) [2020-11-17T19:38:13.542Z] === RUN TestRemoveContainerWithVolume [2020-11-17T19:38:14.118Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-11-17T19:38:15.059Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-11-17T19:38:15.082Z] --- PASS: TestRemoveContainerWithVolume (1.69s) [2020-11-17T19:38:15.082Z] === RUN TestRemoveContainerRunning [2020-11-17T19:38:15.988Z] --- PASS: TestCreateServiceCapabilities (3.53s) [2020-11-17T19:38:15.988Z] === RUN TestInspect [2020-11-17T19:38:15.988Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-11-17T19:38:16.625Z] --- PASS: TestRemoveContainerRunning (1.65s) [2020-11-17T19:38:16.625Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-17T19:38:16.918Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-11-17T19:38:17.177Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-11-17T19:38:17.434Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-11-17T19:38:18.168Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.47s) [2020-11-17T19:38:18.168Z] === RUN TestRemoveInvalidContainer [2020-11-17T19:38:18.168Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-17T19:38:18.168Z] === RUN TestRenameLinkedContainer [2020-11-17T19:38:18.168Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2020-11-17T19:38:18.168Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:18.168Z] === RUN TestRenameStoppedContainer [2020-11-17T19:38:18.363Z] === RUN TestDockerSuite/TestCpRelativePath [2020-11-17T19:38:19.291Z] --- PASS: TestInspect (3.34s) [2020-11-17T19:38:19.291Z] === RUN TestCreateJob [2020-11-17T19:38:19.291Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-11-17T19:38:20.220Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-11-17T19:38:20.348Z] --- PASS: TestRenameStoppedContainer (2.00s) [2020-11-17T19:38:20.348Z] === RUN TestRenameRunningContainerAndReuse [2020-11-17T19:38:20.784Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-11-17T19:38:21.713Z] === RUN TestDockerSuite/TestCpToCaseA [2020-11-17T19:38:23.080Z] --- PASS: TestCreateJob (3.75s) [2020-11-17T19:38:23.080Z] === RUN TestReplicatedJob [2020-11-17T19:38:23.080Z] === RUN TestDockerSuite/TestCpToCaseB [2020-11-17T19:38:23.258Z] --- PASS: TestRenameRunningContainerAndReuse (3.07s) [2020-11-17T19:38:23.258Z] === RUN TestRenameInvalidName [2020-11-17T19:38:23.336Z] === RUN TestDockerSuite/TestCpToCaseC [2020-11-17T19:38:24.797Z] --- PASS: TestRenameInvalidName (1.51s) [2020-11-17T19:38:24.797Z] === RUN TestRenameAnonymousContainer [2020-11-17T19:38:24.797Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2020-11-17T19:38:24.797Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:24.797Z] === RUN TestRenameContainerWithSameName [2020-11-17T19:38:25.230Z] === RUN TestDockerSuite/TestCpToCaseD [2020-11-17T19:38:26.336Z] --- PASS: TestRenameContainerWithSameName (1.51s) [2020-11-17T19:38:26.336Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-17T19:38:26.336Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2020-11-17T19:38:26.336Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:26.336Z] === RUN TestResize [2020-11-17T19:38:27.878Z] --- PASS: TestResize (1.47s) [2020-11-17T19:38:27.878Z] === RUN TestResizeWithInvalidSize [2020-11-17T19:38:27.878Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2020-11-17T19:38:27.878Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:27.878Z] === RUN TestResizeWhenContainerNotStarted [2020-11-17T19:38:28.506Z] --- PASS: TestServiceUpdateConfigs (14.34s) [2020-11-17T19:38:28.506Z] === RUN TestServiceUpdateNetwork [2020-11-17T19:38:29.401Z] --- PASS: TestReplicatedJob (5.96s) [2020-11-17T19:38:29.401Z] === RUN TestUpdateReplicatedJob [2020-11-17T19:38:29.401Z] === RUN TestDockerSuite/TestCpToCaseE [2020-11-17T19:38:30.786Z] --- PASS: TestResizeWhenContainerNotStarted (2.81s) [2020-11-17T19:38:30.786Z] === RUN TestDaemonRestartKillContainers [2020-11-17T19:38:30.786Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-11-17T19:38:30.786Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:38:30.786Z] === RUN TestStats [2020-11-17T19:38:30.786Z] --- SKIP: TestStats (0.00s) [2020-11-17T19:38:30.786Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-11-17T19:38:30.786Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-17T19:38:31.917Z] === RUN TestDockerSuite/TestCpToCaseF [2020-11-17T19:38:32.173Z] === RUN TestDockerSuite/TestCpToCaseG [2020-11-17T19:38:32.736Z] --- PASS: TestUpdateReplicatedJob (3.90s) [2020-11-17T19:38:32.736Z] === RUN TestServiceListWithStatuses [2020-11-17T19:38:32.736Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-17T19:38:32.736Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-17T19:38:32.736Z] === RUN TestDockerNetworkConnectAlias [2020-11-17T19:38:35.481Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.53s) [2020-11-17T19:38:35.481Z] === RUN TestStopContainerWithTimeout [2020-11-17T19:38:35.481Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2020-11-17T19:38:35.481Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-11-17T19:38:35.481Z] === RUN TestUpdateRestartPolicy [2020-11-17T19:38:36.023Z] === RUN TestDockerSuite/TestCpToCaseH [2020-11-17T19:38:37.913Z] --- PASS: TestDockerNetworkConnectAlias (5.15s) [2020-11-17T19:38:37.913Z] === RUN TestDockerNetworkReConnect [2020-11-17T19:38:38.476Z] === RUN TestDockerSuite/TestCpToCaseI [2020-11-17T19:38:38.890Z] --- PASS: TestServiceUpdateNetwork (12.37s) [2020-11-17T19:38:38.890Z] === RUN TestServiceUpdatePidsLimit [2020-11-17T19:38:39.039Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-11-17T19:38:39.935Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-17T19:38:40.576Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-17T19:38:42.308Z] --- PASS: TestDockerNetworkReConnect (4.50s) [2020-11-17T19:38:42.308Z] === RUN TestServicePlugin [2020-11-17T19:38:42.871Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-11-17T19:38:43.799Z] === RUN TestDockerSuite/TestCpToDot [2020-11-17T19:38:44.361Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-11-17T19:38:45.727Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-11-17T19:38:45.984Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-11-17T19:38:46.548Z] === RUN TestDockerSuite/TestCpToStdout [2020-11-17T19:38:47.476Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-17T19:38:47.921Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-11-17T19:38:48.850Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-11-17T19:38:49.106Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-11-17T19:38:50.036Z] === RUN TestDockerSuite/TestCpVolumePath [2020-11-17T19:38:50.964Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-11-17T19:38:50.964Z] === RUN TestDockerSuite/TestCreateArgs [2020-11-17T19:38:51.221Z] === RUN TestDockerSuite/TestCreateByImageID [2020-11-17T19:38:51.498Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-11-17T19:38:52.061Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-11-17T19:38:52.061Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-11-17T19:38:52.061Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-11-17T19:38:52.318Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-11-17T19:38:52.575Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-11-17T19:38:53.136Z] === RUN TestDockerSuite/TestCreateLabels [2020-11-17T19:38:53.136Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-11-17T19:38:53.393Z] === RUN TestDockerSuite/TestCreateRM [2020-11-17T19:38:53.393Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-11-17T19:38:53.393Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-11-17T19:38:53.650Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-11-17T19:38:53.650Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-11-17T19:38:55.969Z] --- PASS: TestServiceUpdatePidsLimit (16.06s) [2020-11-17T19:38:55.969Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2020-11-17T19:38:55.969Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.77s) [2020-11-17T19:38:55.969Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.98s) [2020-11-17T19:38:55.969Z] PASS [2020-11-17T19:38:55.969Z] [2020-11-17T19:38:55.969Z] === Skipped [2020-11-17T19:38:55.969Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-11-17T19:38:55.969Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-17T19:38:55.969Z] [2020-11-17T19:38:55.969Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-11-17T19:38:55.969Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-17T19:38:55.969Z] [2020-11-17T19:38:55.969Z] [2020-11-17T19:38:55.969Z] DONE 27 tests, 2 skipped in 129.592s [2020-11-17T19:38:55.969Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-11-17T19:38:55.969Z] ++ 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-17T19:38:55.969Z] ++ set -e [2020-11-17T19:38:55.969Z] ++ '[' -n 0 ']' [2020-11-17T19:38:55.969Z] ++ set -x [2020-11-17T19:38:55.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-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-17T19:38:55.969Z] INFO: Testing against a local daemon [2020-11-17T19:38:55.969Z] === RUN TestSessionCreate [2020-11-17T19:38:55.969Z] --- PASS: TestSessionCreate (0.03s) [2020-11-17T19:38:55.969Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-17T19:38:55.969Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2020-11-17T19:38:55.969Z] PASS [2020-11-17T19:38:55.969Z] [2020-11-17T19:38:55.969Z] DONE 2 tests in 0.157s [2020-11-17T19:38:55.969Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-11-17T19:38:55.969Z] ++ 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-17T19:38:55.969Z] ++ set -e [2020-11-17T19:38:55.969Z] ++ '[' -n 0 ']' [2020-11-17T19:38:55.969Z] ++ set -x [2020-11-17T19:38:55.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-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-17T19:38:55.969Z] INFO: Testing against a local daemon [2020-11-17T19:38:55.969Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-17T19:38:55.969Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-17T19:38:55.969Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-17T19:38:55.969Z] === RUN TestEventsExecDie [2020-11-17T19:38:55.969Z] --- PASS: TestEventsExecDie (0.59s) [2020-11-17T19:38:55.969Z] === RUN TestEventsBackwardsCompatible [2020-11-17T19:38:55.969Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-11-17T19:38:55.969Z] === RUN TestInfoBinaryCommits [2020-11-17T19:38:55.969Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-11-17T19:38:55.969Z] === RUN TestInfoAPIVersioned [2020-11-17T19:38:55.969Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-17T19:38:55.969Z] === RUN TestInfoDiscoveryBackend [2020-11-17T19:38:56.171Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-11-17T19:38:56.171Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-11-17T19:38:56.171Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-11-17T19:38:56.261Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-11-17T19:38:56.261Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-17T19:38:56.585Z] --- PASS: TestUpdateRestartPolicy (19.92s) [2020-11-17T19:38:56.585Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-17T19:38:56.585Z] --- PASS: TestUpdateRestartWithAutoRemove (1.53s) [2020-11-17T19:38:56.585Z] === RUN TestWaitNonBlocked [2020-11-17T19:38:56.585Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:38:56.585Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:38:56.585Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:38:56.585Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:38:56.585Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-17T19:38:56.585Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-17T19:38:57.303Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-17T19:38:57.303Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-17T19:38:57.938Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-11-17T19:38:57.939Z] === RUN TestInfoAPI [2020-11-17T19:38:57.939Z] --- PASS: TestInfoAPI (0.04s) [2020-11-17T19:38:57.939Z] === RUN TestInfoAPIWarnings [2020-11-17T19:38:59.499Z] --- PASS: TestWaitNonBlocked (0.04s) [2020-11-17T19:38:59.499Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.46s) [2020-11-17T19:38:59.499Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.53s) [2020-11-17T19:38:59.499Z] === RUN TestWaitBlocked [2020-11-17T19:38:59.499Z] --- SKIP: TestWaitBlocked (0.00s) [2020-11-17T19:38:59.499Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:38:59.499Z] PASS [2020-11-17T19:38:59.499Z] ok github.com/docker/docker/integration/container 63.780s [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === Skipped [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-11-17T19:38:59.499Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-11-17T19:38:59.499Z] copy_test.go:38: testEnv.OSType == "windows" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2020-11-17T19:38:59.499Z] copy_test.go:63: testEnv.OSType == "windows" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-11-17T19:38:59.499Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-11-17T19:38:59.499Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-11-17T19:38:59.499Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-11-17T19:38:59.499Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-11-17T19:38:59.499Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-11-17T19:38:59.499Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2020-11-17T19:38:59.499Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-11-17T19:38:59.499Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-11-17T19:38:59.499Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-11-17T19:38:59.499Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-11-17T19:38:59.499Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-11-17T19:38:59.499Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-11-17T19:38:59.499Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-11-17T19:38:59.499Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-11-17T19:38:59.499Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2020-11-17T19:38:59.499Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-11-17T19:38:59.499Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-11-17T19:38:59.499Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-11-17T19:38:59.499Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-11-17T19:38:59.499Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-11-17T19:38:59.499Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-11-17T19:38:59.499Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-11-17T19:38:59.499Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-11-17T19:38:59.499Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-11-17T19:38:59.499Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-11-17T19:38:59.499Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-11-17T19:38:59.499Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-11-17T19:38:59.499Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-11-17T19:38:59.499Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-11-17T19:38:59.499Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-11-17T19:38:59.499Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-11-17T19:38:59.499Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-11-17T19:38:59.499Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-11-17T19:38:59.499Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-11-17T19:38:59.499Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] [2020-11-17T19:38:59.499Z] DONE 88 tests, 37 skipped in 66.653s [2020-11-17T19:38:59.499Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-11-17T19:39:00.339Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-11-17T19:39:00.339Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-11-17T19:39:00.339Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-11-17T19:39:00.339Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-11-17T19:39:00.339Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-11-17T19:39:00.339Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-11-17T19:39:00.595Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-11-17T19:39:01.525Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-11-17T19:39:01.680Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:01.680Z] INFO: Testing against a local daemon [2020-11-17T19:39:01.680Z] === RUN TestCommitInheritsEnv [2020-11-17T19:39:01.680Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2020-11-17T19:39:01.680Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-17T19:39:01.680Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-17T19:39:01.680Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-11-17T19:39:01.680Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-11-17T19:39:01.680Z] === RUN TestImagesFilterMultiReference [2020-11-17T19:39:01.680Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-11-17T19:39:01.680Z] === RUN TestImagePullPlatformInvalid [2020-11-17T19:39:01.680Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-11-17T19:39:01.680Z] === RUN TestRemoveImageOrphaning [2020-11-17T19:39:02.140Z] --- PASS: TestRemoveImageOrphaning (0.83s) [2020-11-17T19:39:02.140Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-17T19:39:02.140Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-11-17T19:39:02.140Z] === RUN TestTagInvalidReference [2020-11-17T19:39:02.453Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-11-17T19:39:02.599Z] --- PASS: TestTagInvalidReference (0.03s) [2020-11-17T19:39:02.599Z] === RUN TestTagValidPrefixedRepo [2020-11-17T19:39:02.599Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-11-17T19:39:02.599Z] === RUN TestTagExistedNameWithoutForce [2020-11-17T19:39:02.599Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-11-17T19:39:02.599Z] === RUN TestTagOfficialNames [2020-11-17T19:39:02.599Z] --- PASS: TestTagOfficialNames (0.07s) [2020-11-17T19:39:02.599Z] === RUN TestTagMatchesDigest [2020-11-17T19:39:02.599Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-11-17T19:39:02.599Z] PASS [2020-11-17T19:39:02.599Z] ok github.com/docker/docker/integration/image 1.414s [2020-11-17T19:39:02.599Z] [2020-11-17T19:39:02.599Z] === Skipped [2020-11-17T19:39:02.599Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-11-17T19:39:02.599Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-17T19:39:02.599Z] [2020-11-17T19:39:02.599Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-11-17T19:39:02.599Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-11-17T19:39:02.599Z] [2020-11-17T19:39:02.599Z] [2020-11-17T19:39:02.599Z] DONE 11 tests, 2 skipped in 3.380s [2020-11-17T19:39:02.599Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-11-17T19:39:03.382Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-11-17T19:39:04.750Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-11-17T19:39:04.783Z] testing: warning: no tests to run [2020-11-17T19:39:04.783Z] PASS [2020-11-17T19:39:04.783Z] ok github.com/docker/docker/integration/network/ipvlan 0.109s [no tests to run] [2020-11-17T19:39:04.783Z] testing: warning: no tests to run [2020-11-17T19:39:04.783Z] PASS [2020-11-17T19:39:04.783Z] ok github.com/docker/docker/integration/network/macvlan 0.048s [no tests to run] [2020-11-17T19:39:05.008Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-11-17T19:39:05.570Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-11-17T19:39:05.570Z] === RUN TestDockerSuite/TestDevicePermissions [2020-11-17T19:39:05.752Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:05.752Z] INFO: Testing against a local daemon [2020-11-17T19:39:05.752Z] === RUN TestNetworkCreateDelete [2020-11-17T19:39:05.752Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2020-11-17T19:39:05.752Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:05.752Z] === RUN TestDockerNetworkDeletePreferID [2020-11-17T19:39:05.752Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2020-11-17T19:39:05.752Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-11-17T19:39:05.752Z] === RUN TestDaemonDNSFallback [2020-11-17T19:39:05.752Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2020-11-17T19:39:05.752Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:05.752Z] === RUN TestInspectNetwork [2020-11-17T19:39:05.752Z] --- SKIP: TestInspectNetwork (0.00s) [2020-11-17T19:39:05.752Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-11-17T19:39:05.752Z] === RUN TestRunContainerWithBridgeNone [2020-11-17T19:39:05.752Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-11-17T19:39:05.752Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:05.752Z] === RUN TestNetworkInvalidJSON [2020-11-17T19:39:05.752Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-17T19:39:05.752Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-17T19:39:05.752Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:39:05.752Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:39:05.752Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:39:05.752Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:39:05.752Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-17T19:39:05.752Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-17T19:39:05.752Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-17T19:39:05.752Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-11-17T19:39:05.752Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-17T19:39:05.752Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-17T19:39:05.752Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2020-11-17T19:39:05.752Z] === RUN TestHostIPv4BridgeLabel [2020-11-17T19:39:05.752Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-11-17T19:39:05.752Z] network_test.go:97: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-17T19:39:05.752Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:29: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] === RUN TestDaemonDefaultNetworkPools [2020-11-17T19:39:05.752Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:52: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-17T19:39:05.752Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:96: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-17T19:39:05.752Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:130: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-17T19:39:05.752Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:181: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] === RUN TestServiceWithPredefinedNetwork [2020-11-17T19:39:05.752Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:206: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-17T19:39:05.752Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:236: FLAKY_TEST [2020-11-17T19:39:05.752Z] === RUN TestServiceWithDataPathPortInit [2020-11-17T19:39:05.752Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:326: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-17T19:39:05.752Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:394: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] PASS [2020-11-17T19:39:05.752Z] ok github.com/docker/docker/integration/network 0.205s [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === Skipped [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-11-17T19:39:05.752Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-11-17T19:39:05.752Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-11-17T19:39:05.752Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-11-17T19:39:05.752Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-11-17T19:39:05.752Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-11-17T19:39:05.752Z] network_test.go:97: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:29: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:52: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:96: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:130: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:181: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:206: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:236: FLAKY_TEST [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:326: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-17T19:39:05.752Z] service_test.go:394: testEnv.OSType == "windows" [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] [2020-11-17T19:39:05.752Z] DONE 19 tests, 15 skipped in 3.111s [2020-11-17T19:39:05.752Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-11-17T19:39:06.132Z] === RUN TestDockerSuite/TestDockerFails [2020-11-17T19:39:06.132Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-11-17T19:39:06.132Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-11-17T19:39:06.132Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-11-17T19:39:06.212Z] testing: warning: no tests to run [2020-11-17T19:39:06.212Z] PASS [2020-11-17T19:39:06.212Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2020-11-17T19:39:06.212Z] [2020-11-17T19:39:06.212Z] DONE 0 tests in 0.296s [2020-11-17T19:39:06.212Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-11-17T19:39:06.672Z] testing: warning: no tests to run [2020-11-17T19:39:06.672Z] PASS [2020-11-17T19:39:06.672Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2020-11-17T19:39:06.672Z] [2020-11-17T19:39:06.672Z] DONE 0 tests in 0.305s [2020-11-17T19:39:06.672Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-11-17T19:39:06.694Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-11-17T19:39:07.255Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-11-17T19:39:08.183Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-11-17T19:39:08.217Z] testing: warning: no tests to run [2020-11-17T19:39:08.217Z] PASS [2020-11-17T19:39:08.217Z] ok github.com/docker/docker/integration/plugin 0.135s [no tests to run] [2020-11-17T19:39:08.217Z] testing: warning: no tests to run [2020-11-17T19:39:08.217Z] PASS [2020-11-17T19:39:08.217Z] ok github.com/docker/docker/integration/plugin/authz 0.100s [no tests to run] [2020-11-17T19:39:08.440Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-11-17T19:39:08.440Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-11-17T19:39:08.440Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-11-17T19:39:08.696Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-11-17T19:39:15.240Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-11-17T19:39:15.497Z] --- PASS: TestServicePlugin (33.00s) [2020-11-17T19:39:15.497Z] plugin_test.go:62: [d4f43a98b0992] joining swarm manager [d4579c232f16d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T19:39:15.497Z] plugin_test.go:65: [d5beeea57850d] joining swarm manager [d4579c232f16d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T19:39:15.497Z] === RUN TestServiceUpdateLabel [2020-11-17T19:39:16.549Z] --- PASS: TestInfoAPIWarnings (16.31s) [2020-11-17T19:39:16.549Z] === RUN TestInfoDebug [2020-11-17T19:39:16.549Z] --- PASS: TestInfoDebug (0.53s) [2020-11-17T19:39:16.549Z] === RUN TestInfoInsecureRegistries [2020-11-17T19:39:16.549Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-11-17T19:39:16.549Z] === RUN TestInfoRegistryMirrors [2020-11-17T19:39:16.549Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-11-17T19:39:16.549Z] === RUN TestLoginFailsWithBadCredentials [2020-11-17T19:39:16.549Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-11-17T19:39:16.549Z] === RUN TestPingCacheHeaders [2020-11-17T19:39:16.549Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-11-17T19:39:16.549Z] === RUN TestPingGet [2020-11-17T19:39:16.549Z] --- PASS: TestPingGet (0.03s) [2020-11-17T19:39:16.549Z] === RUN TestPingHead [2020-11-17T19:39:16.549Z] --- PASS: TestPingHead (0.03s) [2020-11-17T19:39:16.549Z] === RUN TestVersion [2020-11-17T19:39:16.549Z] --- PASS: TestVersion (0.03s) [2020-11-17T19:39:16.549Z] PASS [2020-11-17T19:39:16.549Z] [2020-11-17T19:39:16.549Z] === Skipped [2020-11-17T19:39:16.549Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-17T19:39:16.549Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-17T19:39:16.549Z] [2020-11-17T19:39:16.549Z] [2020-11-17T19:39:16.549Z] DONE 18 tests, 1 skipped in 21.232s [2020-11-17T19:39:16.549Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-11-17T19:39:16.549Z] ++ 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-17T19:39:16.549Z] ++ set -e [2020-11-17T19:39:16.549Z] ++ '[' -n 0 ']' [2020-11-17T19:39:16.549Z] ++ set -x [2020-11-17T19:39:16.549Z] ++ env -i DEST=/go/src/github.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-17T19:39:16.549Z] INFO: Testing against a local daemon [2020-11-17T19:39:16.549Z] === RUN TestVolumesCreateAndList [2020-11-17T19:39:16.549Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-11-17T19:39:16.549Z] === RUN TestVolumesRemove [2020-11-17T19:39:16.549Z] --- PASS: TestVolumesRemove (0.07s) [2020-11-17T19:39:16.549Z] === RUN TestVolumesInspect [2020-11-17T19:39:16.549Z] --- PASS: TestVolumesInspect (0.03s) [2020-11-17T19:39:16.549Z] === RUN TestVolumesInvalidJSON [2020-11-17T19:39:16.549Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-17T19:39:16.549Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-17T19:39:16.549Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-17T19:39:16.549Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-11-17T19:39:16.549Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-17T19:39:16.549Z] PASS [2020-11-17T19:39:16.549Z] [2020-11-17T19:39:16.549Z] DONE 5 tests in 0.209s [2020-11-17T19:39:16.549Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-17T19:39:16.549Z] ++++ cat bundles/test-integration/docker.pid [2020-11-17T19:39:16.549Z] +++ kill 14074 [2020-11-17T19:39:16.809Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:16.809Z] INFO: Testing against a local daemon [2020-11-17T19:39:16.809Z] === RUN TestExternalGraphDriver [2020-11-17T19:39:16.809Z] --- SKIP: TestExternalGraphDriver (0.00s) [2020-11-17T19:39:16.809Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-17T19:39:16.809Z] === RUN TestGraphdriverPluginV2 [2020-11-17T19:39:16.809Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2020-11-17T19:39:16.809Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-17T19:39:16.809Z] PASS [2020-11-17T19:39:16.809Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.416s [2020-11-17T19:39:16.862Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-11-17T19:39:17.781Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:17.781Z] INFO: Testing against a local daemon [2020-11-17T19:39:17.781Z] === RUN TestPluginInvalidJSON [2020-11-17T19:39:17.781Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:39:17.781Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:39:17.781Z] testing: warning: no tests to run [2020-11-17T19:39:17.781Z] PASS [2020-11-17T19:39:17.781Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.089s [no tests to run] [2020-11-17T19:39:18.061Z] +++ /etc/init.d/apparmor stop [2020-11-17T19:39:18.061Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-17T19:39:18.061Z] [2020-11-17T19:39:18.061Z] Unloading profiles will leave already running processes permanently [2020-11-17T19:39:18.061Z] unconfined, which can lead to unexpected situations. [2020-11-17T19:39:18.061Z] [2020-11-17T19:39:18.061Z] To set a process to complain mode, use the command line tool [2020-11-17T19:39:18.061Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-17T19:39:18.061Z] +++ true [2020-11-17T19:39:18.061Z] exiting test-integration [2020-11-17T19:39:18.061Z] ++ exit 0 [2020-11-17T19:39:18.061Z] [2020-11-17T19:39:18.228Z] --- PASS: TestServiceUpdateLabel (2.73s) [2020-11-17T19:39:18.228Z] === RUN TestServiceUpdateSecrets [2020-11-17T19:39:18.242Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:39:18.242Z] --- PASS: TestPluginInvalidJSON (0.26s) [2020-11-17T19:39:18.242Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-11-17T19:39:18.242Z] === RUN TestPluginInstall [2020-11-17T19:39:18.242Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-17T19:39:18.242Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-17T19:39:18.242Z] PASS [2020-11-17T19:39:18.242Z] ok github.com/docker/docker/integration/plugin/common 0.687s [2020-11-17T19:39:18.242Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:18.242Z] INFO: Testing against a local daemon [2020-11-17T19:39:18.242Z] === RUN TestReadPluginNoRead [2020-11-17T19:39:18.242Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-11-17T19:39:18.242Z] read_test.go:21: no unix domain sockets on Windows [2020-11-17T19:39:18.242Z] PASS [2020-11-17T19:39:18.242Z] ok github.com/docker/docker/integration/plugin/logging 0.365s [2020-11-17T19:39:18.242Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-11-17T19:39:18.242Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-11-17T19:39:18.791Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts Post stage [Pipeline] junit [2020-11-17T19:39:19.632Z] Recording test results [2020-11-17T19:39:19.781Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:19.781Z] INFO: Testing against a local daemon [2020-11-17T19:39:19.781Z] === RUN TestPluginWithDevMounts [2020-11-17T19:39:19.781Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-17T19:39:19.781Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:19.781Z] PASS [2020-11-17T19:39:19.781Z] ok github.com/docker/docker/integration/plugin/volumes 0.168s [2020-11-17T19:39:19.781Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-11-17T19:39:19.781Z] [2020-11-17T19:39:19.781Z] === Skipped [2020-11-17T19:39:19.781Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-11-17T19:39:19.781Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-17T19:39:19.781Z] [2020-11-17T19:39:19.781Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-11-17T19:39:19.781Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-17T19:39:19.781Z] [2020-11-17T19:39:19.781Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-11-17T19:39:19.781Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-17T19:39:19.781Z] [2020-11-17T19:39:19.781Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-11-17T19:39:19.781Z] read_test.go:21: no unix domain sockets on Windows [2020-11-17T19:39:19.781Z] [2020-11-17T19:39:19.781Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-11-17T19:39:19.781Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:19.781Z] [2020-11-17T19:39:19.781Z] [2020-11-17T19:39:19.781Z] DONE 7 tests, 5 skipped in 13.144s [2020-11-17T19:39:19.781Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-17T19:39:20.241Z] testing: warning: no tests to run [2020-11-17T19:39:20.241Z] PASS [2020-11-17T19:39:20.241Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2020-11-17T19:39:20.241Z] [2020-11-17T19:39:20.241Z] DONE 0 tests in 0.301s [2020-11-17T19:39:20.241Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-11-17T19:39:20.370Z] + echo Ensuring container killed. [2020-11-17T19:39:20.370Z] Ensuring container killed. [2020-11-17T19:39:20.370Z] + docker rm -vf docker-pr4 [2020-11-17T19:39:20.370Z] Error: No such container: docker-pr4 [2020-11-17T19:39:20.370Z] + true [Pipeline] sh [2020-11-17T19:39:20.685Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-11-17T19:39:20.700Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:20.700Z] INFO: Testing against a local daemon [2020-11-17T19:39:20.700Z] === RUN TestPluginInvalidJSON [2020-11-17T19:39:20.700Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:39:20.700Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:39:20.700Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-17T19:39:20.700Z] --- PASS: TestPluginInvalidJSON (0.26s) [2020-11-17T19:39:20.700Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-11-17T19:39:20.700Z] === RUN TestPluginInstall [2020-11-17T19:39:20.700Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-17T19:39:20.700Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-17T19:39:20.700Z] PASS [2020-11-17T19:39:20.700Z] ok github.com/docker/docker/integration/plugin/common (cached) [2020-11-17T19:39:20.761Z] + echo Chowning /workspace to jenkins user [2020-11-17T19:39:20.762Z] Chowning /workspace to jenkins user [2020-11-17T19:39:20.762Z] + id -u [2020-11-17T19:39:20.762Z] + id -g [2020-11-17T19:39:20.762Z] + docker run --rm -v /home/docker/workspace/moby_PR-41682:/workspace busybox chown -R 1001:1001 /workspace [2020-11-17T19:39:20.762Z] Unable to find image 'busybox:latest' locally [2020-11-17T19:39:21.054Z] latest: Pulling from library/busybox [2020-11-17T19:39:21.054Z] a72ff6653ea1: Pulling fs layer [2020-11-17T19:39:21.160Z] [2020-11-17T19:39:21.160Z] === Skipped [2020-11-17T19:39:21.160Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-11-17T19:39:21.160Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-17T19:39:21.160Z] [2020-11-17T19:39:21.160Z] [2020-11-17T19:39:21.160Z] DONE 3 tests, 1 skipped in 0.807s [2020-11-17T19:39:21.160Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-11-17T19:39:21.247Z] === RUN TestDockerSuite/TestEventsAttach [2020-11-17T19:39:21.349Z] a72ff6653ea1: Download complete [2020-11-17T19:39:21.349Z] a72ff6653ea1: Pull complete [2020-11-17T19:39:21.349Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-17T19:39:21.349Z] Status: Downloaded newer image for busybox:latest [2020-11-17T19:39:21.621Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:21.621Z] INFO: Testing against a local daemon [2020-11-17T19:39:21.621Z] === RUN TestExternalGraphDriver [2020-11-17T19:39:21.621Z] --- SKIP: TestExternalGraphDriver (0.00s) [2020-11-17T19:39:21.621Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-17T19:39:21.621Z] === RUN TestGraphdriverPluginV2 [2020-11-17T19:39:21.621Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2020-11-17T19:39:21.621Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-17T19:39:21.621Z] PASS [2020-11-17T19:39:21.621Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2020-11-17T19:39:21.621Z] [2020-11-17T19:39:21.621Z] === Skipped [2020-11-17T19:39:21.621Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-11-17T19:39:21.621Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-17T19:39:21.621Z] [2020-11-17T19:39:21.621Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-11-17T19:39:21.621Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-17T19:39:21.621Z] [2020-11-17T19:39:21.621Z] [2020-11-17T19:39:21.621Z] DONE 2 tests, 2 skipped in 0.733s [2020-11-17T19:39:21.621Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-11-17T19:39:21.808Z] === RUN TestDockerSuite/TestEventsCommit [2020-11-17T19:39:22.371Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-11-17T19:39:22.593Z] testing: warning: no tests to run [2020-11-17T19:39:22.593Z] PASS [2020-11-17T19:39:22.593Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-11-17T19:39:22.593Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:22.593Z] INFO: Testing against a local daemon [2020-11-17T19:39:22.593Z] === RUN TestReadPluginNoRead [2020-11-17T19:39:22.593Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-11-17T19:39:22.593Z] read_test.go:21: no unix domain sockets on Windows [2020-11-17T19:39:22.593Z] PASS [2020-11-17T19:39:22.593Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2020-11-17T19:39:22.593Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-11-17T19:39:22.593Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-17T19:39:22.934Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-11-17T19:39:23.053Z] [2020-11-17T19:39:23.053Z] === Skipped [2020-11-17T19:39:23.053Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-11-17T19:39:23.053Z] read_test.go:21: no unix domain sockets on Windows [2020-11-17T19:39:23.053Z] [2020-11-17T19:39:23.053Z] [2020-11-17T19:39:23.053Z] DONE 1 tests, 1 skipped in 1.318s [2020-11-17T19:39:23.053Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-11-17T19:39:23.190Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-11-17T19:39:23.267Z] + bundleName=ppc64le-integration [2020-11-17T19:39:23.267Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-11-17T19:39:23.267Z] Creating ppc64le-integration-bundles.tar.gz [2020-11-17T19:39:23.267Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o+ -name *.prof -o -name *-report.xmlxargs ) tar -print -czf [2020-11-17T19:39:23.267Z] ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-17T19:39:23.312Z] Archiving artifacts [2020-11-17T19:39:23.512Z] testing: warning: no tests to run [2020-11-17T19:39:23.512Z] PASS [2020-11-17T19:39:23.512Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-11-17T19:39:23.512Z] [2020-11-17T19:39:23.512Z] DONE 0 tests in 0.503s [2020-11-17T19:39:23.512Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-11-17T19:39:23.738Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41682/4/artifacts/ [Pipeline] } [2020-11-17T19:39:23.751Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [Pipeline] // catchError [Pipeline] sh [2020-11-17T19:39:24.127Z] + make clean [2020-11-17T19:39:24.420Z] make: command: Command not found [2020-11-17T19:39:24.420Z] make: command: Command not found [2020-11-17T19:39:24.420Z] docker volume rm -f docker-dev-cache [2020-11-17T19:39:24.420Z] docker-dev-cache [Pipeline] deleteDir [2020-11-17T19:39:24.485Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:24.485Z] INFO: Testing against a local daemon [2020-11-17T19:39:24.485Z] === RUN TestPluginWithDevMounts [2020-11-17T19:39:24.485Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-17T19:39:24.485Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:24.485Z] PASS [2020-11-17T19:39:24.485Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2020-11-17T19:39:24.485Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-11-17T19:39:24.485Z] [2020-11-17T19:39:24.485Z] === Skipped [2020-11-17T19:39:24.485Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-11-17T19:39:24.485Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:24.485Z] [2020-11-17T19:39:24.485Z] [2020-11-17T19:39:24.485Z] DONE 1 tests, 1 skipped in 0.915s [2020-11-17T19:39:24.485Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-11-17T19:39:25.639Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2020-11-17T19:39:26.567Z] === RUN TestDockerSuite/TestEventsContainerRestart [Pipeline] // stage [Pipeline] } [2020-11-17T19:39:26.666Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:26.666Z] INFO: Testing against a local daemon [2020-11-17T19:39:26.666Z] === RUN TestSecretInspect [2020-11-17T19:39:26.666Z] --- SKIP: TestSecretInspect (0.00s) [2020-11-17T19:39:26.666Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:26.666Z] === RUN TestSecretList [2020-11-17T19:39:26.666Z] --- SKIP: TestSecretList (0.00s) [2020-11-17T19:39:26.666Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:26.666Z] === RUN TestSecretsCreateAndDelete [2020-11-17T19:39:26.666Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2020-11-17T19:39:26.666Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:26.666Z] === RUN TestSecretsUpdate [2020-11-17T19:39:26.666Z] --- SKIP: TestSecretsUpdate (0.00s) [2020-11-17T19:39:26.666Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:26.666Z] === RUN TestTemplatedSecret [2020-11-17T19:39:26.666Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-11-17T19:39:26.666Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:26.666Z] === RUN TestSecretCreateResolve [2020-11-17T19:39:26.666Z] --- SKIP: TestSecretCreateResolve (0.00s) [2020-11-17T19:39:26.666Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:26.666Z] PASS [2020-11-17T19:39:26.666Z] ok github.com/docker/docker/integration/secret 0.153s [2020-11-17T19:39:27.134Z] [2020-11-17T19:39:27.134Z] === Skipped [2020-11-17T19:39:27.134Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-11-17T19:39:27.134Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:27.134Z] [2020-11-17T19:39:27.134Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-11-17T19:39:27.134Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:27.134Z] [2020-11-17T19:39:27.134Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-11-17T19:39:27.134Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:27.134Z] [2020-11-17T19:39:27.134Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-11-17T19:39:27.134Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:27.134Z] [2020-11-17T19:39:27.134Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-11-17T19:39:27.134Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:27.134Z] [2020-11-17T19:39:27.134Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-11-17T19:39:27.134Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:27.134Z] [2020-11-17T19:39:27.134Z] [2020-11-17T19:39:27.134Z] DONE 6 tests, 6 skipped in 2.271s [2020-11-17T19:39:27.134Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-11-17T19:39:28.459Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-11-17T19:39:30.054Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:30.054Z] INFO: Testing against a local daemon [2020-11-17T19:39:30.054Z] === RUN TestServiceCreateInit [2020-11-17T19:39:30.054Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-17T19:39:30.054Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-17T19:39:30.054Z] --- PASS: TestServiceCreateInit (0.03s) [2020-11-17T19:39:30.054Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-17T19:39:30.054Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.054Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-17T19:39:30.054Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.054Z] === RUN TestCreateServiceMultipleTimes [2020-11-17T19:39:30.054Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2020-11-17T19:39:30.054Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.054Z] === RUN TestCreateServiceConflict [2020-11-17T19:39:30.054Z] --- SKIP: TestCreateServiceConflict (0.00s) [2020-11-17T19:39:30.054Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.054Z] === RUN TestCreateServiceMaxReplicas [2020-11-17T19:39:30.054Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2020-11-17T19:39:30.054Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-17T19:39:30.055Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2020-11-17T19:39:30.055Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestCreateServiceSecretFileMode [2020-11-17T19:39:30.055Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2020-11-17T19:39:30.055Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestCreateServiceConfigFileMode [2020-11-17T19:39:30.055Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2020-11-17T19:39:30.055Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestCreateServiceSysctls [2020-11-17T19:39:30.055Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2020-11-17T19:39:30.055Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestCreateServiceCapabilities [2020-11-17T19:39:30.055Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2020-11-17T19:39:30.055Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestInspect [2020-11-17T19:39:30.055Z] --- SKIP: TestInspect (0.00s) [2020-11-17T19:39:30.055Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestCreateJob [2020-11-17T19:39:30.055Z] --- SKIP: TestCreateJob (0.00s) [2020-11-17T19:39:30.055Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestReplicatedJob [2020-11-17T19:39:30.055Z] --- SKIP: TestReplicatedJob (0.00s) [2020-11-17T19:39:30.055Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestUpdateReplicatedJob [2020-11-17T19:39:30.055Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2020-11-17T19:39:30.055Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestServiceListWithStatuses [2020-11-17T19:39:30.055Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-17T19:39:30.055Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestDockerNetworkConnectAlias [2020-11-17T19:39:30.055Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2020-11-17T19:39:30.055Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestDockerNetworkReConnect [2020-11-17T19:39:30.055Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2020-11-17T19:39:30.055Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestServicePlugin [2020-11-17T19:39:30.055Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-17T19:39:30.055Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.055Z] === RUN TestServiceUpdateLabel [2020-11-17T19:39:30.055Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2020-11-17T19:39:30.055Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:30.055Z] === RUN TestServiceUpdateSecrets [2020-11-17T19:39:30.055Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2020-11-17T19:39:30.055Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:30.055Z] === RUN TestServiceUpdateConfigs [2020-11-17T19:39:30.055Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2020-11-17T19:39:30.055Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:30.055Z] === RUN TestServiceUpdateNetwork [2020-11-17T19:39:30.055Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2020-11-17T19:39:30.055Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:30.055Z] === RUN TestServiceUpdatePidsLimit [2020-11-17T19:39:30.055Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2020-11-17T19:39:30.055Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:30.055Z] PASS [2020-11-17T19:39:30.055Z] ok github.com/docker/docker/integration/service 0.638s [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === Skipped [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-17T19:39:30.514Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-17T19:39:30.514Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-17T19:39:30.514Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-17T19:39:30.514Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-11-17T19:39:30.514Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-11-17T19:39:30.514Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-11-17T19:39:30.514Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-11-17T19:39:30.514Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-11-17T19:39:30.514Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-11-17T19:39:30.514Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-11-17T19:39:30.514Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-11-17T19:39:30.514Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-11-17T19:39:30.514Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-11-17T19:39:30.514Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-11-17T19:39:30.514Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-11-17T19:39:30.514Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-11-17T19:39:30.514Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-11-17T19:39:30.514Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-11-17T19:39:30.514Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-11-17T19:39:30.514Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-11-17T19:39:30.514Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-11-17T19:39:30.514Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-11-17T19:39:30.514Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-11-17T19:39:30.514Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2020-11-17T19:39:30.514Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] [2020-11-17T19:39:30.514Z] DONE 24 tests, 23 skipped in 3.343s [2020-11-17T19:39:30.514Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-11-17T19:39:30.996Z] === RUN TestDockerSuite/TestEventsCopy [2020-11-17T19:39:31.557Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-11-17T19:39:32.696Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:32.696Z] INFO: Testing against a local daemon [2020-11-17T19:39:32.696Z] === RUN TestSessionCreate [2020-11-17T19:39:32.696Z] --- SKIP: TestSessionCreate (0.00s) [2020-11-17T19:39:32.696Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-11-17T19:39:32.696Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-17T19:39:32.696Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2020-11-17T19:39:32.696Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-11-17T19:39:32.696Z] PASS [2020-11-17T19:39:32.696Z] ok github.com/docker/docker/integration/session 0.225s [2020-11-17T19:39:32.924Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-11-17T19:39:32.924Z] --- PASS: TestServiceUpdateSecrets (14.70s) [2020-11-17T19:39:32.924Z] === RUN TestServiceUpdateConfigs [2020-11-17T19:39:33.666Z] [2020-11-17T19:39:33.666Z] === Skipped [2020-11-17T19:39:33.666Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-11-17T19:39:33.666Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-11-17T19:39:33.666Z] [2020-11-17T19:39:33.666Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-11-17T19:39:33.666Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-11-17T19:39:33.666Z] [2020-11-17T19:39:33.666Z] [2020-11-17T19:39:33.666Z] DONE 2 tests, 2 skipped in 3.277s [2020-11-17T19:39:33.666Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-11-17T19:39:35.849Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:35.849Z] INFO: Testing against a local daemon [2020-11-17T19:39:35.849Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-17T19:39:35.849Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-17T19:39:35.849Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:35.849Z] === RUN TestEventsExecDie [2020-11-17T19:39:35.849Z] --- SKIP: TestEventsExecDie (0.00s) [2020-11-17T19:39:35.849Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-11-17T19:39:35.849Z] === RUN TestEventsBackwardsCompatible [2020-11-17T19:39:35.849Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2020-11-17T19:39:35.849Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-11-17T19:39:35.849Z] === RUN TestInfoAPI [2020-11-17T19:39:35.849Z] --- PASS: TestInfoAPI (0.04s) [2020-11-17T19:39:35.849Z] === RUN TestInfoAPIWarnings [2020-11-17T19:39:35.849Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2020-11-17T19:39:35.849Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-17T19:39:35.849Z] === RUN TestInfoDebug [2020-11-17T19:39:35.849Z] --- SKIP: TestInfoDebug (0.00s) [2020-11-17T19:39:35.849Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-17T19:39:35.849Z] === RUN TestInfoInsecureRegistries [2020-11-17T19:39:35.849Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2020-11-17T19:39:35.849Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-17T19:39:35.849Z] === RUN TestInfoRegistryMirrors [2020-11-17T19:39:35.849Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2020-11-17T19:39:35.849Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-17T19:39:35.849Z] === RUN TestLoginFailsWithBadCredentials [2020-11-17T19:39:36.819Z] --- PASS: TestLoginFailsWithBadCredentials (0.95s) [2020-11-17T19:39:36.819Z] === RUN TestPingCacheHeaders [2020-11-17T19:39:36.819Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-11-17T19:39:36.819Z] === RUN TestPingGet [2020-11-17T19:39:36.819Z] --- PASS: TestPingGet (0.02s) [2020-11-17T19:39:36.819Z] === RUN TestPingHead [2020-11-17T19:39:36.819Z] --- PASS: TestPingHead (0.02s) [2020-11-17T19:39:36.819Z] === RUN TestVersion [2020-11-17T19:39:36.819Z] --- PASS: TestVersion (0.02s) [2020-11-17T19:39:36.819Z] PASS [2020-11-17T19:39:36.819Z] ok github.com/docker/docker/integration/system 1.281s [2020-11-17T19:39:37.279Z] [2020-11-17T19:39:37.279Z] === Skipped [2020-11-17T19:39:37.279Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-17T19:39:37.279Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-11-17T19:39:37.279Z] [2020-11-17T19:39:37.279Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-11-17T19:39:37.279Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-11-17T19:39:37.279Z] [2020-11-17T19:39:37.279Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-11-17T19:39:37.279Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-11-17T19:39:37.279Z] [2020-11-17T19:39:37.279Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-11-17T19:39:37.279Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-17T19:39:37.279Z] [2020-11-17T19:39:37.279Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-11-17T19:39:37.279Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-17T19:39:37.279Z] [2020-11-17T19:39:37.279Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-11-17T19:39:37.279Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-17T19:39:37.279Z] [2020-11-17T19:39:37.279Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-11-17T19:39:37.279Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-17T19:39:37.279Z] [2020-11-17T19:39:37.279Z] [2020-11-17T19:39:37.279Z] DONE 13 tests, 7 skipped in 3.656s [2020-11-17T19:39:37.279Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-11-17T19:39:38.166Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-11-17T19:39:38.423Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-11-17T19:39:39.350Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-11-17T19:39:39.459Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:39.459Z] INFO: Testing against a local daemon [2020-11-17T19:39:39.459Z] === RUN TestVolumesCreateAndList [2020-11-17T19:39:39.459Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-11-17T19:39:39.459Z] === RUN TestVolumesRemove [2020-11-17T19:39:39.459Z] --- PASS: TestVolumesRemove (0.06s) [2020-11-17T19:39:39.459Z] === RUN TestVolumesInspect [2020-11-17T19:39:39.919Z] --- PASS: TestVolumesInspect (0.03s) [2020-11-17T19:39:39.919Z] === RUN TestVolumesInvalidJSON [2020-11-17T19:39:39.919Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-17T19:39:39.919Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-17T19:39:39.919Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-17T19:39:39.919Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-11-17T19:39:39.919Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-17T19:39:39.919Z] PASS [2020-11-17T19:39:39.919Z] ok github.com/docker/docker/integration/volume 0.283s [2020-11-17T19:39:39.919Z] [2020-11-17T19:39:39.919Z] DONE 5 tests in 2.374s [2020-11-17T19:39:39.919Z] INFO: make.ps1 ended at 11/17/2020 19:39:39 [2020-11-17T19:39:39.919Z] INFO: Integration CLI tests being run from the host: [2020-11-17T19:39:39.919Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2020-11-17T19:39:40.278Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-11-17T19:39:40.278Z] === RUN TestDockerSuite/TestEventsFilterType [2020-11-17T19:39:40.534Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-11-17T19:39:40.534Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-11-17T19:39:40.534Z] === RUN TestDockerSuite/TestEventsFilters [2020-11-17T19:39:41.902Z] === RUN TestDockerSuite/TestEventsFormat [2020-11-17T19:39:42.833Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-11-17T19:39:42.833Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-11-17T19:39:42.833Z] === RUN TestDockerSuite/TestEventsImageImport [2020-11-17T19:39:43.395Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-11-17T19:39:43.395Z] === RUN TestDockerSuite/TestEventsImagePull [2020-11-17T19:39:43.956Z] === RUN TestDockerSuite/TestEventsImageTag [2020-11-17T19:39:44.882Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-11-17T19:39:45.138Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-11-17T19:39:45.138Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-11-17T19:39:45.138Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-11-17T19:39:46.504Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-11-17T19:39:47.066Z] === RUN TestDockerSuite/TestEventsRename [2020-11-17T19:39:48.002Z] === RUN TestDockerSuite/TestEventsResize [2020-11-17T19:39:48.002Z] --- PASS: TestServiceUpdateConfigs (15.09s) [2020-11-17T19:39:48.002Z] === RUN TestServiceUpdateNetwork [2020-11-17T19:39:48.565Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-11-17T19:39:49.127Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-11-17T19:39:49.689Z] === RUN TestDockerSuite/TestEventsStreaming [2020-11-17T19:39:50.384Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-17T19:39:50.384Z] INFO: Testing against a local daemon [2020-11-17T19:39:50.384Z] === RUN TestDockerSuite [2020-11-17T19:39:50.384Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-11-17T19:39:50.384Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-11-17T19:39:50.384Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-11-17T19:39:50.384Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-11-17T19:39:50.384Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-11-17T19:39:50.384Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-11-17T19:39:50.384Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-11-17T19:39:50.384Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-11-17T19:39:50.384Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-11-17T19:39:50.384Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-11-17T19:39:50.618Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-11-17T19:39:50.844Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-11-17T19:39:51.303Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-11-17T19:39:53.134Z] === RUN TestDockerSuite/TestEventsTop [2020-11-17T19:39:53.696Z] === RUN TestDockerSuite/TestEventsUntag [2020-11-17T19:39:56.212Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-11-17T19:40:01.455Z] --- PASS: TestServiceUpdateNetwork (13.45s) [2020-11-17T19:40:01.455Z] === RUN TestServiceUpdatePidsLimit [2020-11-17T19:40:02.823Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-17T19:40:03.752Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-17T19:40:07.917Z] === RUN TestDockerSuite/TestExec [2020-11-17T19:40:07.917Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-11-17T19:40:08.174Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-11-17T19:40:08.430Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-11-17T19:40:08.685Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-11-17T19:40:09.619Z] === RUN TestDockerSuite/TestExecAPIStart [2020-11-17T19:40:10.549Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-17T19:40:11.112Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-11-17T19:40:11.675Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-11-17T19:40:12.239Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-11-17T19:40:12.802Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-11-17T19:40:13.732Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-11-17T19:40:14.293Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-11-17T19:40:14.855Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-11-17T19:40:15.785Z] === RUN TestDockerSuite/TestExecCgroup [2020-11-17T19:40:17.153Z] === RUN TestDockerSuite/TestExecEnv [2020-11-17T19:40:18.082Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-11-17T19:40:18.643Z] --- PASS: TestServiceUpdatePidsLimit (17.21s) [2020-11-17T19:40:18.643Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s) [2020-11-17T19:40:18.643Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2020-11-17T19:40:18.643Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-11-17T19:40:18.643Z] PASS [2020-11-17T19:40:18.643Z] [2020-11-17T19:40:18.643Z] === Skipped [2020-11-17T19:40:18.643Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-17T19:40:18.643Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-17T19:40:18.643Z] [2020-11-17T19:40:18.643Z] [2020-11-17T19:40:18.643Z] DONE 27 tests, 1 skipped in 182.539s [2020-11-17T19:40:18.643Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-11-17T19:40:18.644Z] ++ 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-17T19:40:18.644Z] ++ set -e [2020-11-17T19:40:18.644Z] ++ '[' -n 0 ']' [2020-11-17T19:40:18.644Z] ++ set -x [2020-11-17T19:40:18.644Z] ++ env -i DEST=/go/src/github.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-17T19:40:18.899Z] INFO: Testing against a local daemon [2020-11-17T19:40:18.899Z] === RUN TestSessionCreate [2020-11-17T19:40:18.899Z] --- PASS: TestSessionCreate (0.04s) [2020-11-17T19:40:18.899Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-17T19:40:18.899Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-11-17T19:40:18.899Z] PASS [2020-11-17T19:40:18.899Z] [2020-11-17T19:40:18.899Z] DONE 2 tests in 0.271s [2020-11-17T19:40:18.899Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-11-17T19:40:18.899Z] ++ 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-17T19:40:18.899Z] ++ set -e [2020-11-17T19:40:18.899Z] ++ '[' -n 0 ']' [2020-11-17T19:40:18.899Z] ++ set -x [2020-11-17T19:40:18.900Z] ++ env -i DEST=/go/src/github.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-17T19:40:19.156Z] INFO: Testing against a local daemon [2020-11-17T19:40:19.156Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-17T19:40:19.156Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-17T19:40:19.156Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-17T19:40:19.156Z] === RUN TestEventsExecDie [2020-11-17T19:40:19.412Z] === RUN TestDockerSuite/TestExecExitStatus [2020-11-17T19:40:19.668Z] --- PASS: TestEventsExecDie (0.71s) [2020-11-17T19:40:19.668Z] === RUN TestEventsBackwardsCompatible [2020-11-17T19:40:19.924Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-11-17T19:40:19.924Z] === RUN TestInfoBinaryCommits [2020-11-17T19:40:19.924Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-11-17T19:40:19.924Z] === RUN TestInfoAPIVersioned [2020-11-17T19:40:19.924Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-11-17T19:40:19.924Z] === RUN TestInfoDiscoveryBackend [2020-11-17T19:40:20.180Z] === RUN TestDockerSuite/TestExecInspectID [2020-11-17T19:40:20.437Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-11-17T19:40:20.437Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-17T19:40:21.364Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-17T19:40:21.364Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-17T19:40:21.926Z] === RUN TestDockerSuite/TestExecInteractive [2020-11-17T19:40:21.926Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.60s) [2020-11-17T19:40:21.926Z] === RUN TestInfoAPI [2020-11-17T19:40:22.183Z] --- PASS: TestInfoAPI (0.08s) [2020-11-17T19:40:22.183Z] === RUN TestInfoAPIWarnings [2020-11-17T19:40:22.747Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-11-17T19:40:23.332Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-11-17T19:40:23.894Z] === RUN TestDockerSuite/TestExecParseError [2020-11-17T19:40:24.455Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-11-17T19:40:25.016Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-11-17T19:40:25.579Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-11-17T19:40:26.506Z] === RUN TestDockerSuite/TestExecSetEnv [2020-11-17T19:40:27.069Z] === RUN TestDockerSuite/TestExecStartFails [2020-11-17T19:40:27.630Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-11-17T19:40:39.794Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-11-17T19:40:39.794Z] --- PASS: TestInfoAPIWarnings (16.45s) [2020-11-17T19:40:39.794Z] === RUN TestInfoDebug [2020-11-17T19:40:39.794Z] === RUN TestDockerSuite/TestExecTTY [2020-11-17T19:40:39.794Z] --- PASS: TestInfoDebug (0.53s) [2020-11-17T19:40:39.794Z] === RUN TestInfoInsecureRegistries [2020-11-17T19:40:39.794Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-11-17T19:40:39.794Z] --- PASS: TestInfoInsecureRegistries (0.56s) [2020-11-17T19:40:39.794Z] === RUN TestInfoRegistryMirrors [2020-11-17T19:40:40.050Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-11-17T19:40:40.306Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-11-17T19:40:40.306Z] === RUN TestLoginFailsWithBadCredentials [2020-11-17T19:40:40.563Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s) [2020-11-17T19:40:40.563Z] === RUN TestPingCacheHeaders [2020-11-17T19:40:40.563Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-11-17T19:40:40.563Z] === RUN TestPingGet [2020-11-17T19:40:40.563Z] --- PASS: TestPingGet (0.02s) [2020-11-17T19:40:40.563Z] === RUN TestPingHead [2020-11-17T19:40:40.563Z] --- PASS: TestPingHead (0.04s) [2020-11-17T19:40:40.563Z] === RUN TestVersion [2020-11-17T19:40:40.563Z] --- PASS: TestVersion (0.02s) [2020-11-17T19:40:40.563Z] PASS [2020-11-17T19:40:40.563Z] [2020-11-17T19:40:40.563Z] === Skipped [2020-11-17T19:40:40.563Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-17T19:40:40.563Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-17T19:40:40.563Z] [2020-11-17T19:40:40.563Z] [2020-11-17T19:40:40.563Z] DONE 18 tests, 1 skipped in 21.695s [2020-11-17T19:40:40.563Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-17T19:40:40.563Z] ++ 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-17T19:40:40.563Z] ++ set -e [2020-11-17T19:40:40.563Z] ++ '[' -n 0 ']' [2020-11-17T19:40:40.563Z] ++ set -x [2020-11-17T19:40:40.563Z] ++ env -i DEST=/go/src/github.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-17T19:40:40.820Z] === RUN TestDockerSuite/TestExecUlimits [2020-11-17T19:40:40.820Z] INFO: Testing against a local daemon [2020-11-17T19:40:40.820Z] === RUN TestVolumesCreateAndList [2020-11-17T19:40:40.820Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-11-17T19:40:40.820Z] === RUN TestVolumesRemove [2020-11-17T19:40:41.077Z] --- PASS: TestVolumesRemove (0.12s) [2020-11-17T19:40:41.077Z] === RUN TestVolumesInspect [2020-11-17T19:40:41.077Z] --- PASS: TestVolumesInspect (0.02s) [2020-11-17T19:40:41.077Z] === RUN TestVolumesInvalidJSON [2020-11-17T19:40:41.077Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-17T19:40:41.077Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-17T19:40:41.077Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-17T19:40:41.077Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-11-17T19:40:41.077Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-17T19:40:41.077Z] PASS [2020-11-17T19:40:41.077Z] [2020-11-17T19:40:41.077Z] DONE 5 tests in 0.401s [2020-11-17T19:40:41.077Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-17T19:40:41.333Z] ++++ cat bundles/test-integration/docker.pid [2020-11-17T19:40:41.333Z] +++ kill 5623 [2020-11-17T19:40:41.589Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-11-17T19:40:41.589Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-11-17T19:40:42.516Z] +++ /etc/init.d/apparmor stop [2020-11-17T19:40:42.516Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-17T19:40:42.516Z] [2020-11-17T19:40:42.516Z] Unloading profiles will leave already running processes permanently [2020-11-17T19:40:42.516Z] unconfined, which can lead to unexpected situations. [2020-11-17T19:40:42.516Z] [2020-11-17T19:40:42.516Z] To set a process to complain mode, use the command line tool [2020-11-17T19:40:42.516Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-17T19:40:42.516Z] +++ true [2020-11-17T19:40:42.516Z] exiting test-integration [2020-11-17T19:40:42.516Z] ++ exit 0 [2020-11-17T19:40:42.516Z] [2020-11-17T19:40:42.773Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-11-17T19:40:43.335Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-11-17T19:40:43.896Z] + for job in $(jobs -p) [2020-11-17T19:40:43.896Z] + wait 16451 [2020-11-17T19:40:44.458Z] === RUN TestDockerSuite/TestExecWithTERM [2020-11-17T19:40:45.021Z] === RUN TestDockerSuite/TestExecWithUser [2020-11-17T19:40:45.582Z] === RUN TestDockerSuite/TestGetContainerStats [2020-11-17T19:40:50.847Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-11-17T19:40:55.012Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-11-17T19:40:55.938Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-11-17T19:41:01.181Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-11-17T19:41:01.181Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-11-17T19:41:01.181Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-11-17T19:41:01.181Z] === RUN TestDockerSuite/TestHealth [2020-11-17T19:41:04.449Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-11-17T19:41:22.493Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-11-17T19:41:23.073Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-11-17T19:41:23.634Z] === RUN TestDockerSuite/TestImagesFormat [2020-11-17T19:41:23.634Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-11-17T19:41:24.196Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-11-17T19:41:26.083Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-11-17T19:41:27.011Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-11-17T19:41:27.011Z] === RUN TestDockerSuite/TestImportBadURL [2020-11-17T19:41:27.011Z] === RUN TestDockerSuite/TestImportDisplay [2020-11-17T19:41:28.905Z] === RUN TestDockerSuite/TestImportFile [2020-11-17T19:41:30.277Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-11-17T19:41:30.277Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-11-17T19:41:30.539Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-11-17T19:41:31.469Z] === RUN TestDockerSuite/TestImportGzipped [2020-11-17T19:41:33.362Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-11-17T19:41:34.732Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-11-17T19:41:35.662Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-11-17T19:41:36.223Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-11-17T19:41:37.149Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-11-17T19:41:37.149Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-11-17T19:41:37.149Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-11-17T19:41:37.406Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-11-17T19:41:38.337Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-11-17T19:41:39.285Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-11-17T19:41:39.858Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-11-17T19:41:40.113Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-11-17T19:41:40.676Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-11-17T19:41:40.676Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-11-17T19:41:42.041Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-11-17T19:41:42.297Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-11-17T19:41:42.860Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-11-17T19:41:42.860Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-11-17T19:41:43.116Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-11-17T19:41:43.116Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-11-17T19:41:44.044Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-11-17T19:41:44.299Z] === RUN TestDockerSuite/TestInspectDefault [2020-11-17T19:41:44.862Z] === RUN TestDockerSuite/TestInspectHistory [2020-11-17T19:41:45.424Z] === RUN TestDockerSuite/TestInspectImage [2020-11-17T19:41:45.424Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-11-17T19:41:45.424Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-11-17T19:41:45.424Z] === RUN TestDockerSuite/TestInspectInt64 [2020-11-17T19:41:45.987Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-11-17T19:41:46.243Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-11-17T19:41:46.243Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-11-17T19:41:46.804Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-11-17T19:41:47.364Z] === RUN TestDockerSuite/TestInspectPlugin [2020-11-17T19:41:48.729Z] === RUN TestDockerSuite/TestInspectRootFS [2020-11-17T19:41:48.729Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-11-17T19:41:49.293Z] === RUN TestDockerSuite/TestInspectStatus [2020-11-17T19:41:49.549Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-11-17T19:41:49.806Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-11-17T19:41:51.172Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-11-17T19:41:51.735Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-11-17T19:41:52.665Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-11-17T19:41:52.922Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-11-17T19:41:53.863Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-11-17T19:41:54.431Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-11-17T19:41:54.995Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-11-17T19:41:54.995Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-11-17T19:41:57.511Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-11-17T19:41:58.072Z] === RUN TestDockerSuite/TestLinksEnvs [2020-11-17T19:41:59.000Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-11-17T19:41:59.256Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-11-17T19:42:00.623Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-11-17T19:42:01.989Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-11-17T19:42:03.355Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-11-17T19:42:03.355Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-11-17T19:42:04.721Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-11-17T19:42:04.977Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-11-17T19:42:05.540Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-11-17T19:42:06.907Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-11-17T19:42:15.002Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-11-17T19:42:15.262Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-11-17T19:42:16.189Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-11-17T19:42:16.751Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-11-17T19:42:18.208Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-11-17T19:42:18.209Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-11-17T19:42:18.209Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-11-17T19:42:18.209Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-11-17T19:42:18.209Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-11-17T19:42:18.209Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-11-17T19:42:18.209Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-11-17T19:42:18.209Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-11-17T19:42:18.209Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-11-17T19:42:18.209Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-11-17T19:42:18.209Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-11-17T19:42:18.209Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-11-17T19:42:18.640Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-11-17T19:42:18.640Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-11-17T19:42:18.896Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-11-17T19:42:18.896Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-11-17T19:42:18.896Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-11-17T19:42:19.457Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-11-17T19:42:19.713Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-11-17T19:42:20.395Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-11-17T19:42:20.395Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-11-17T19:42:20.395Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-11-17T19:42:22.227Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-11-17T19:42:23.154Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-11-17T19:42:23.716Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-11-17T19:42:24.135Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-11-17T19:42:25.676Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-11-17T19:42:25.676Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-11-17T19:42:25.676Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-11-17T19:42:25.676Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-11-17T19:42:25.676Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-11-17T19:42:27.886Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-11-17T19:42:28.450Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-11-17T19:42:29.012Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-11-17T19:42:29.012Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-11-17T19:42:29.416Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-11-17T19:42:29.416Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-11-17T19:42:29.416Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-11-17T19:42:30.381Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-11-17T19:42:31.311Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-11-17T19:42:32.689Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-11-17T19:42:33.626Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-11-17T19:42:34.554Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-11-17T19:42:35.219Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-11-17T19:42:37.074Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-11-17T19:42:37.074Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-11-17T19:42:37.637Z] === RUN TestDockerSuite/TestLogsSince [2020-11-17T19:42:44.169Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-11-17T19:42:50.701Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-11-17T19:42:50.701Z] === RUN TestDockerSuite/TestLogsTail [2020-11-17T19:42:50.701Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-11-17T19:42:50.957Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-11-17T19:42:51.520Z] === RUN TestDockerSuite/TestMountIntoProc [2020-11-17T19:42:51.776Z] === RUN TestDockerSuite/TestMountIntoSys [2020-11-17T19:42:52.338Z] === RUN TestDockerSuite/TestNetHostname [2020-11-17T19:42:53.703Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-11-17T19:42:53.703Z] === RUN TestDockerSuite/TestNetworkEvents [2020-11-17T19:42:56.218Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-11-17T19:42:58.113Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-11-17T19:42:59.480Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-11-17T19:43:00.848Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-11-17T19:43:01.780Z] === RUN TestDockerSuite/TestPluginActive [2020-11-17T19:43:03.669Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-11-17T19:43:10.209Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-11-17T19:43:10.209Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-11-17T19:43:11.573Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-11-17T19:43:14.090Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-11-17T19:43:15.978Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-11-17T19:43:17.873Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-11-17T19:43:21.149Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-11-17T19:43:23.040Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-11-17T19:43:24.406Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-11-17T19:43:25.336Z] === RUN TestDockerSuite/TestPortHostBinding [2020-11-17T19:43:26.705Z] === RUN TestDockerSuite/TestPortList [2020-11-17T19:43:34.795Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-11-17T19:43:35.051Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-11-17T19:43:41.585Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-11-17T19:43:41.585Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-11-17T19:43:41.585Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-11-17T19:43:41.585Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-11-17T19:43:41.585Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-11-17T19:43:42.147Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-11-17T19:43:42.147Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-11-17T19:43:42.717Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-11-17T19:43:42.717Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-11-17T19:43:44.089Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-11-17T19:43:44.089Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-11-17T19:43:46.607Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-11-17T19:43:47.535Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-11-17T19:43:48.141Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-11-17T19:43:48.141Z] === RUN TestDockerSuite/TestPsByOrder [2020-11-17T19:43:50.030Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-11-17T19:43:50.593Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-11-17T19:43:51.958Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-11-17T19:43:52.886Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-11-17T19:43:57.053Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-11-17T19:43:57.053Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-11-17T19:44:00.323Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-11-17T19:44:06.880Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-11-17T19:44:08.246Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-11-17T19:44:10.137Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-11-17T19:44:10.698Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-11-17T19:44:11.626Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-11-17T19:44:13.515Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-11-17T19:44:14.444Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-11-17T19:44:14.700Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-11-17T19:44:16.068Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-11-17T19:44:16.068Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-11-17T19:44:16.487Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-11-17T19:44:16.487Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-11-17T19:44:16.487Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-11-17T19:44:16.487Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-11-17T19:44:16.487Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-11-17T19:44:16.487Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-11-17T19:44:16.487Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-11-17T19:44:16.487Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-11-17T19:44:16.487Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-11-17T19:44:16.487Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-11-17T19:44:16.487Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-11-17T19:44:16.487Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-11-17T19:44:16.631Z] === RUN TestDockerSuite/TestPsRightTagName [2020-11-17T19:44:17.457Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-11-17T19:44:17.457Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-11-17T19:44:17.457Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-11-17T19:44:17.457Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-11-17T19:44:19.150Z] === RUN TestDockerSuite/TestPsShowMounts [2020-11-17T19:44:19.637Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-11-17T19:44:20.518Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-11-17T19:44:21.081Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-11-17T19:44:21.081Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-11-17T19:44:21.644Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-11-17T19:44:21.644Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-11-17T19:44:21.644Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-11-17T19:44:22.206Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-11-17T19:44:23.140Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-11-17T19:44:24.069Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-11-17T19:44:24.631Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-11-17T19:44:29.962Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-11-17T19:44:31.169Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-11-17T19:44:31.425Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-11-17T19:44:32.791Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-11-17T19:44:32.791Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-11-17T19:44:32.791Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-11-17T19:44:33.047Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-11-17T19:44:33.700Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-11-17T19:44:34.160Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-11-17T19:44:34.160Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-11-17T19:44:35.564Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-11-17T19:44:36.493Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-11-17T19:44:37.905Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-11-17T19:44:38.364Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-11-17T19:44:39.010Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-11-17T19:44:39.572Z] === RUN TestDockerSuite/TestRmiBlank [2020-11-17T19:44:39.572Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-11-17T19:44:39.828Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-11-17T19:44:42.349Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-11-17T19:44:43.058Z] === RUN TestDockerSuite/TestBuildAddScript [2020-11-17T19:44:43.058Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-11-17T19:44:43.058Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-11-17T19:44:43.058Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-11-17T19:44:43.058Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-11-17T19:44:43.058Z] === RUN TestDockerSuite/TestBuildAddTar [2020-11-17T19:44:43.278Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-11-17T19:44:43.535Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-11-17T19:44:44.921Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-11-17T19:44:45.484Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-11-17T19:44:46.850Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-11-17T19:44:47.106Z] === RUN TestDockerSuite/TestRmiTag [2020-11-17T19:44:47.363Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-11-17T19:44:47.924Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-11-17T19:44:50.442Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-11-17T19:44:51.014Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-11-17T19:44:51.580Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-11-17T19:44:51.836Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-11-17T19:44:52.764Z] === RUN TestDockerSuite/TestRunAddHost [2020-11-17T19:44:53.330Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-11-17T19:44:53.330Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-11-17T19:44:53.587Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-11-17T19:44:53.843Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-11-17T19:44:53.843Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-11-17T19:44:54.405Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-11-17T19:44:55.773Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-11-17T19:44:56.336Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-11-17T19:44:57.265Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-11-17T19:44:58.195Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-11-17T19:44:59.123Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-11-17T19:45:00.071Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-11-17T19:45:00.632Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-11-17T19:45:01.559Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-11-17T19:45:02.122Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-11-17T19:45:02.379Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-11-17T19:45:03.308Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-11-17T19:45:03.871Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-11-17T19:45:04.799Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-11-17T19:45:05.056Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-11-17T19:45:05.617Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-11-17T19:45:06.179Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-11-17T19:45:06.179Z] === RUN TestDockerSuite/TestRunBindMounts [2020-11-17T19:45:08.071Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-11-17T19:45:08.071Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-11-17T19:45:08.633Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-11-17T19:45:09.197Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-11-17T19:45:09.761Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-11-17T19:45:09.761Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-11-17T19:45:10.324Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-11-17T19:45:10.886Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-11-17T19:45:11.142Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-11-17T19:45:11.704Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-11-17T19:45:12.635Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-11-17T19:45:12.635Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-11-17T19:45:13.198Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-11-17T19:45:13.198Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-11-17T19:45:14.130Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-11-17T19:45:14.705Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-11-17T19:45:15.268Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-11-17T19:45:15.830Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-11-17T19:45:15.830Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-11-17T19:45:16.391Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-11-17T19:45:17.320Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-11-17T19:45:19.213Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-11-17T19:45:19.213Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-11-17T19:45:20.141Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-11-17T19:45:20.703Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-11-17T19:45:21.267Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-11-17T19:45:22.196Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-11-17T19:45:22.759Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-11-17T19:45:23.689Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-11-17T19:45:24.251Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-11-17T19:45:25.179Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-11-17T19:45:26.545Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-11-17T19:45:27.913Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-11-17T19:45:27.913Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-11-17T19:45:28.478Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-11-17T19:45:29.408Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-11-17T19:45:30.354Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-11-17T19:45:31.721Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-11-17T19:45:32.649Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-11-17T19:45:33.762Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-11-17T19:45:33.762Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-11-17T19:45:33.762Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-11-17T19:45:34.018Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-11-17T19:45:35.909Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-11-17T19:45:36.165Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-11-17T19:45:36.165Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-11-17T19:45:36.165Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-11-17T19:45:36.727Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-11-17T19:45:38.095Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-11-17T19:45:38.658Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-11-17T19:45:39.220Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-11-17T19:45:41.112Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-11-17T19:45:41.675Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-11-17T19:45:42.340Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-11-17T19:45:42.801Z] === RUN TestDockerSuite/TestBuildBlankName [2020-11-17T19:45:43.042Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-11-17T19:45:43.042Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-11-17T19:45:43.604Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-11-17T19:45:43.604Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-11-17T19:45:43.771Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-11-17T19:45:44.166Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-11-17T19:45:45.533Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-11-17T19:45:45.533Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-11-17T19:45:46.096Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-11-17T19:45:46.673Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-11-17T19:45:47.234Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-11-17T19:45:47.490Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-11-17T19:45:48.052Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-11-17T19:45:48.052Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-11-17T19:45:48.615Z] === RUN TestDockerSuite/TestRunEnvironment [2020-11-17T19:45:48.872Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-11-17T19:45:49.801Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-11-17T19:45:50.366Z] === RUN TestDockerSuite/TestRunExitCode [2020-11-17T19:45:50.850Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-11-17T19:45:50.930Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-11-17T19:45:51.492Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-11-17T19:45:51.819Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-11-17T19:45:52.052Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-11-17T19:45:52.308Z] === RUN TestDockerSuite/TestRunExposePort [2020-11-17T19:45:52.308Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-11-17T19:45:52.870Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-11-17T19:45:53.434Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-11-17T19:45:54.361Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-11-17T19:45:54.361Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-17T19:45:54.361Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-11-17T19:45:56.515Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-11-17T19:45:56.876Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-11-17T19:45:57.132Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-11-17T19:46:05.093Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-11-17T19:46:09.294Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-11-17T19:46:09.295Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-11-17T19:46:09.879Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-11-17T19:46:09.879Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-11-17T19:46:09.879Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-11-17T19:46:09.879Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-11-17T19:46:10.446Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-11-17T19:46:12.175Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-11-17T19:46:12.175Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-11-17T19:46:12.336Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-11-17T19:46:12.593Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-11-17T19:46:13.521Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-11-17T19:46:15.412Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-11-17T19:46:20.660Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-11-17T19:46:20.660Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-11-17T19:46:20.754Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-11-17T19:46:20.754Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-11-17T19:46:20.754Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-11-17T19:46:20.917Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-11-17T19:46:21.479Z] === RUN TestDockerSuite/TestRunModeHostname [2020-11-17T19:46:22.409Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-11-17T19:46:22.409Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-11-17T19:46:22.409Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-11-17T19:46:23.779Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-11-17T19:46:24.035Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-11-17T19:46:24.597Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-11-17T19:46:25.446Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-11-17T19:46:25.447Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-11-17T19:46:25.447Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-11-17T19:46:25.447Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-11-17T19:46:25.447Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-11-17T19:46:25.965Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-11-17T19:46:25.965Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-11-17T19:46:25.965Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-11-17T19:46:27.332Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-11-17T19:46:28.260Z] === RUN TestDockerSuite/TestRunMount [2020-11-17T19:46:32.451Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-11-17T19:46:32.451Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-11-17T19:46:32.708Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-11-17T19:46:33.636Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-11-17T19:46:35.004Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-11-17T19:46:36.899Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-11-17T19:46:37.155Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-11-17T19:46:38.522Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-11-17T19:46:39.888Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-11-17T19:46:40.817Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-11-17T19:46:41.746Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-11-17T19:46:43.114Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-11-17T19:46:43.114Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-11-17T19:46:43.370Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-11-17T19:46:43.629Z] === RUN TestDockerSuite/TestRunNetHost [2020-11-17T19:46:44.556Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-11-17T19:46:45.119Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-11-17T19:46:45.681Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-11-17T19:46:46.258Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-11-17T19:46:47.191Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-11-17T19:46:49.710Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-11-17T19:46:49.710Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-11-17T19:46:50.607Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-11-17T19:46:52.981Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-11-17T19:46:52.981Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-11-17T19:46:53.237Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-11-17T19:46:53.237Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-11-17T19:46:53.799Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-11-17T19:46:53.799Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-11-17T19:46:54.346Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-11-17T19:46:54.361Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-11-17T19:46:54.806Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-11-17T19:46:55.265Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-11-17T19:46:55.291Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-11-17T19:46:55.291Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-11-17T19:46:55.856Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-11-17T19:46:56.111Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-11-17T19:46:56.235Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-11-17T19:46:56.235Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-11-17T19:46:58.628Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-11-17T19:46:59.972Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-11-17T19:47:00.942Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-11-17T19:47:00.942Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-11-17T19:47:00.942Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-11-17T19:47:01.143Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-11-17T19:47:01.398Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-11-17T19:47:01.398Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-11-17T19:47:02.327Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-11-17T19:47:02.481Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-11-17T19:47:02.582Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-11-17T19:47:02.940Z] === RUN TestDockerSuite/TestBuildCmd [2020-11-17T19:47:03.400Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-11-17T19:47:03.860Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-11-17T19:47:04.320Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-11-17T19:47:04.480Z] === RUN TestDockerSuite/TestRunPortInUse [2020-11-17T19:47:04.754Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-11-17T19:47:05.317Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-11-17T19:47:05.878Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-11-17T19:47:06.441Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-11-17T19:47:07.003Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-11-17T19:47:07.003Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-11-17T19:47:07.565Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-17T19:47:07.565Z] === RUN TestDockerSuite/TestRunPublishPort [2020-11-17T19:47:08.127Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-11-17T19:47:08.690Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-11-17T19:47:08.690Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-11-17T19:47:09.253Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-11-17T19:47:10.123Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-11-17T19:47:10.619Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-11-17T19:47:10.619Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-11-17T19:47:11.660Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-11-17T19:47:11.660Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-11-17T19:47:12.511Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-11-17T19:47:12.630Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-11-17T19:47:12.630Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-11-17T19:47:12.768Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-11-17T19:47:13.091Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-11-17T19:47:13.696Z] === RUN TestDockerSuite/TestRunRm [2020-11-17T19:47:14.261Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-11-17T19:47:15.999Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-11-17T19:47:16.458Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-11-17T19:47:16.917Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-11-17T19:47:16.917Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-11-17T19:47:17.379Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-11-17T19:47:17.838Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-11-17T19:47:17.838Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-11-17T19:47:17.838Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-11-17T19:47:18.427Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-11-17T19:47:18.683Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-11-17T19:47:18.939Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-11-17T19:47:20.304Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-11-17T19:47:20.866Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-11-17T19:47:22.529Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-11-17T19:47:23.386Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-11-17T19:47:25.902Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-11-17T19:47:26.158Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-11-17T19:47:26.413Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-11-17T19:47:26.978Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-11-17T19:47:27.540Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-11-17T19:47:28.102Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-11-17T19:47:29.030Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-11-17T19:47:29.030Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-11-17T19:47:29.592Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-11-17T19:47:30.155Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-11-17T19:47:30.717Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-11-17T19:47:31.280Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-11-17T19:47:33.168Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-11-17T19:47:33.731Z] === RUN TestDockerSuite/TestRunState [2020-11-17T19:47:35.098Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-11-17T19:47:36.032Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-11-17T19:47:36.289Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-11-17T19:47:36.545Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-11-17T19:47:37.107Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-11-17T19:47:37.107Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-11-17T19:47:37.671Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-11-17T19:47:38.246Z] === RUN TestDockerSuite/TestRunSysctls [2020-11-17T19:47:39.612Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-11-17T19:47:39.612Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-11-17T19:47:39.612Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-11-17T19:47:39.868Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-11-17T19:47:40.797Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-11-17T19:47:41.725Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-11-17T19:47:41.981Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-11-17T19:47:43.873Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-11-17T19:47:43.873Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-11-17T19:47:47.140Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-11-17T19:47:49.654Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-11-17T19:47:49.910Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-11-17T19:47:50.472Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-11-17T19:47:50.727Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-11-17T19:47:52.094Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-11-17T19:47:52.492Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-11-17T19:47:53.460Z] === RUN TestDockerSuite/TestRunUserByID [2020-11-17T19:47:53.717Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-11-17T19:47:53.973Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-11-17T19:47:53.973Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-11-17T19:47:54.032Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-11-17T19:47:54.536Z] === RUN TestDockerSuite/TestRunUserByName [2020-11-17T19:47:55.001Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-11-17T19:47:55.109Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-11-17T19:47:55.368Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-11-17T19:47:55.368Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-11-17T19:47:55.623Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-11-17T19:47:56.185Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-11-17T19:47:57.114Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-11-17T19:47:59.634Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-11-17T19:47:59.723Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-11-17T19:47:59.891Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-11-17T19:48:00.182Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-11-17T19:48:00.182Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-11-17T19:48:00.182Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-11-17T19:48:00.642Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-11-17T19:48:00.642Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-11-17T19:48:00.819Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-11-17T19:48:02.185Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-11-17T19:48:02.746Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-11-17T19:48:04.637Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-11-17T19:48:06.006Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-11-17T19:48:06.262Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-11-17T19:48:06.262Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-11-17T19:48:06.262Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-11-17T19:48:06.262Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-11-17T19:48:06.518Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-11-17T19:48:06.518Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-11-17T19:48:07.080Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-11-17T19:48:07.641Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-11-17T19:48:08.570Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-11-17T19:48:08.825Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-11-17T19:48:09.386Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-11-17T19:48:09.386Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-11-17T19:48:10.313Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-11-17T19:48:10.313Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-11-17T19:48:10.313Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-11-17T19:48:10.313Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-11-17T19:48:10.313Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-11-17T19:48:10.313Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-11-17T19:48:10.313Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-11-17T19:48:10.313Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-11-17T19:48:10.313Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-11-17T19:48:10.313Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-11-17T19:48:10.313Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-11-17T19:48:10.883Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-11-17T19:48:11.452Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-11-17T19:48:12.015Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-11-17T19:48:12.015Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-11-17T19:48:12.945Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-11-17T19:48:13.201Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-11-17T19:48:13.763Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-11-17T19:48:13.763Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-11-17T19:48:14.020Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-11-17T19:48:14.582Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-11-17T19:48:14.582Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-11-17T19:48:14.582Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-11-17T19:48:15.143Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-11-17T19:48:16.070Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-11-17T19:48:16.325Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-11-17T19:48:16.325Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-11-17T19:48:16.582Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-11-17T19:48:16.838Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-11-17T19:48:17.766Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-11-17T19:48:18.022Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-11-17T19:48:19.389Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-11-17T19:48:19.953Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-11-17T19:48:19.953Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-11-17T19:48:19.953Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-11-17T19:48:20.881Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-11-17T19:48:21.444Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-11-17T19:48:22.373Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-11-17T19:48:22.373Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-11-17T19:48:23.739Z] === RUN TestDockerSuite/TestSaveImageId [2020-11-17T19:48:23.739Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-11-17T19:48:23.739Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-11-17T19:48:24.301Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-11-17T19:48:25.793Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-11-17T19:48:25.793Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-11-17T19:48:25.793Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-11-17T19:48:26.218Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-11-17T19:48:26.218Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-11-17T19:48:26.477Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-11-17T19:48:27.405Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-11-17T19:48:27.661Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-11-17T19:48:27.661Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-11-17T19:48:29.030Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-11-17T19:48:30.397Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-11-17T19:48:30.397Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-11-17T19:48:30.653Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-11-17T19:48:30.653Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-11-17T19:48:30.653Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-11-17T19:48:31.215Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-11-17T19:48:33.104Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-11-17T19:48:38.352Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-11-17T19:48:39.718Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-11-17T19:48:40.281Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-11-17T19:48:41.648Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-11-17T19:48:43.487Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-11-17T19:48:43.540Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-11-17T19:48:44.101Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-11-17T19:48:44.455Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-11-17T19:48:45.424Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-11-17T19:48:46.023Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-11-17T19:48:46.278Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-11-17T19:48:46.842Z] === RUN TestDockerSuite/TestStartRecordError [2020-11-17T19:48:48.206Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-11-17T19:48:48.335Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-11-17T19:48:48.463Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-11-17T19:48:49.828Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-11-17T19:48:50.520Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-11-17T19:48:51.718Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-11-17T19:48:52.078Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-11-17T19:48:54.233Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-11-17T19:48:58.400Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-11-17T19:49:01.663Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-11-17T19:49:05.826Z] === RUN TestDockerSuite/TestStatsNoStream [2020-11-17T19:49:08.371Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-11-17T19:49:08.371Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-11-17T19:49:09.736Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-11-17T19:49:10.665Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-11-17T19:49:10.923Z] === RUN TestDockerSuite/TestTopPrivileged [2020-11-17T19:49:11.486Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-11-17T19:49:11.486Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-11-17T19:49:12.050Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-11-17T19:49:14.565Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-11-17T19:49:16.455Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-11-17T19:49:17.821Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-11-17T19:49:18.383Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-11-17T19:49:18.639Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-11-17T19:49:18.896Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-11-17T19:49:18.896Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-11-17T19:49:19.459Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-11-17T19:49:20.827Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-11-17T19:49:20.827Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-11-17T19:49:22.194Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-11-17T19:49:22.449Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-11-17T19:49:23.012Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-11-17T19:49:24.397Z] === RUN TestDockerSuite/TestUpdateStats [2020-11-17T19:49:27.664Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-11-17T19:49:28.592Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-11-17T19:49:28.592Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-11-17T19:49:29.519Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-11-17T19:49:30.082Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-11-17T19:49:32.600Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-11-17T19:49:34.489Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-11-17T19:49:34.745Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-11-17T19:49:37.264Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-11-17T19:49:39.155Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-11-17T19:49:41.674Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-11-17T19:49:42.778Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-11-17T19:49:44.229Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-11-17T19:49:44.316Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-11-17T19:49:44.776Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-11-17T19:49:45.593Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-11-17T19:49:46.957Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-11-17T19:49:47.886Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-11-17T19:49:48.813Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-11-17T19:49:50.177Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-11-17T19:49:51.543Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-11-17T19:49:52.908Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-11-17T19:49:53.469Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-11-17T19:49:54.035Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-11-17T19:49:55.928Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-11-17T19:50:01.169Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-11-17T19:50:11.149Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-11-17T19:50:11.149Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-11-17T19:50:11.149Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-11-17T19:50:11.405Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-11-17T19:50:11.405Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-11-17T19:50:11.661Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-11-17T19:50:11.661Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-11-17T19:50:12.279Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-11-17T19:50:12.279Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-11-17T19:50:12.841Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-11-17T19:50:12.841Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-11-17T19:50:12.841Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-11-17T19:50:12.841Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-11-17T19:50:12.841Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-11-17T19:50:14.210Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-11-17T19:50:14.466Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-11-17T19:50:14.466Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-11-17T19:50:14.466Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-11-17T19:50:14.723Z] === RUN TestDockerSuite/TestVolumeEvents [2020-11-17T19:50:19.965Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-11-17T19:50:21.330Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-11-17T19:50:21.587Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-11-17T19:50:21.587Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-11-17T19:50:23.476Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-11-17T19:50:25.994Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite (1374.90s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.17s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.57s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.20s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.69s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.75s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.23s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.64s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.36s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.10s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.17s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2020-11-17T19:50:25.994Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.93s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.40s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.55s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.33s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.86s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.66s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.71s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.88s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.96s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.70s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAttachDetach (0.99s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.82s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.56s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.80s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.53s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.23s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.56s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.96s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.04s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.08s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.83s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.27s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.69s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.59s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.34s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.92s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.28s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.61s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.57s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.64s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.69s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.19s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.08s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.56s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.34s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.00s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.37s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.15s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.45s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.28s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.05s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.14s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.73s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.86s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.42s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.35s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.59s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.57s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.53s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.96s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.25s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.83s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.99s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.44s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.47s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.37s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.42s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.61s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.74s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.64s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.20s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.71s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.73s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.94s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.20s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (0.87s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.02s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.79s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.70s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (7.11s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.68s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.09s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.00s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.93s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.67s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.48s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.29s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCmd (0.22s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.32s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.31s) [2020-11-17T19:50:25.995Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.02s) [2020-11-17T19:50:25.995Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.11s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.82s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.09s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.95s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.40s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.98s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.80s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.39s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (12.12s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.22s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.79s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.71s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.06s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.56s) [2020-11-17T19:50:25.995Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-11-17T19:50:25.995Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.995Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-11-17T19:50:25.995Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.995Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-11-17T19:50:25.995Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.995Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-11-17T19:50:25.995Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.26s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.09s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.23s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.39s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.40s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.53s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.80s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.60s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.07s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.87s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.43s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.22s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.29s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.38s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.42s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.23s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.92s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.15s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.08s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.60s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.45s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.35s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.48s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.46s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.35s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.05s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.22s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.45s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.48s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.91s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.38s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.65s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.75s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.75s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEnv (1.32s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.57s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.13s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.49s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.58s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.84s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.20s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.25s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.66s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.60s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.71s) [2020-11-17T19:50:25.995Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.08s) [2020-11-17T19:50:25.995Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.49s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.80s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildExpose (0.36s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.71s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.52s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.39s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildFails (0.93s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.08s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.60s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.93s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.42s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.31s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.33s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.99s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.42s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.55s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.21s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.27s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.47s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.36s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildHistory (3.77s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.31s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.58s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.47s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.44s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.74s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLabel (0.54s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.32s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.53s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.53s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLabels (0.59s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.15s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.35s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.37s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.80s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.18s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.15s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.16s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.17s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.36s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.44s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.00s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.70s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.35s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.60s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.28s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.02s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.99s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.53s) [2020-11-17T19:50:25.995Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-11-17T19:50:25.995Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.35s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.41s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.51s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.35s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.59s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.68s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.92s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.81s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.44s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.44s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.31s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.41s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.71s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.87s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.71s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.35s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.63s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.77s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.97s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.15s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.48s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.67s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildPATH (2.27s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.63s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.81s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.72s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.10s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.48s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildRm (2.29s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.82s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.10s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.43s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.49s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.39s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.52s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.49s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.27s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.28s) [2020-11-17T19:50:25.995Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-17T19:50:25.995Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.73s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildStderr (0.71s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.69s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.66s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.64s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.36s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.66s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.94s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildUser (1.25s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.20s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.11s) [2020-11-17T19:50:25.995Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.76s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.34s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.86s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.79s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.29s) [2020-11-17T19:50:25.996Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-11-17T19:50:25.996Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.996Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-11-17T19:50:25.996Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.996Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-17T19:50:25.996Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.996Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-17T19:50:25.996Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.38s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.69s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.67s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.65s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.91s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.58s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.02s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.59s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.86s) [2020-11-17T19:50:25.996Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-17T19:50:25.996Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.05s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.82s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-11-17T19:50:25.996Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-11-17T19:50:25.996Z] docker_cli_sni_test.go:18: Flakey test [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.53s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.84s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCommitChange (1.07s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.71s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.57s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.37s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.35s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCommitTTY (1.59s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.83s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.64s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.98s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.33s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.33s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.50s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.59s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.75s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.58s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.63s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.65s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.62s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.51s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.51s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.49s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.59s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.63s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.65s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.02s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.75s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.70s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.64s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.84s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.20s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.98s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.26s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.15s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.58s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.25s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.66s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.73s) [2020-11-17T19:50:25.996Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-17T19:50:25.996Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.58s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.80s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.06s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.99s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.43s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.37s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.15s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.91s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.31s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.33s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.34s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.33s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0004b1200_} (0.41s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1004899844_/foo_false____} (1.42s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1004899844_/foo_true____} (1.50s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3783843219_/foo_false____} (1.31s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3783843219_/foo_true____} (1.41s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3783843219_/foo_true__0xc0004b1260__} (1.32s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0004b1280_} (1.40s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0004b12a0_} (1.33s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0004b12c0_} (1.31s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0004b12e0_} (1.48s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.30s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.04s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.40s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.23s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.57s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.32s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.96s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.68s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.57s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.69s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.79s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.68s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.70s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.69s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.02s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.95s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.25s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.77s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.90s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.19s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.71s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.52s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.95s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.96s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.87s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.62s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.89s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.32s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.53s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.82s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.80s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.46s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.65s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.67s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.62s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.58s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.85s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.78s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToDot (0.76s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.09s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.11s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToStdout (1.08s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.20s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.22s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.93s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.88s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.11s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateArgs (0.11s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.38s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.46s) [2020-11-17T19:50:25.996Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-17T19:50:25.996Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.60s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.28s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateLabels (0.13s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.18s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateRM (0.19s) [2020-11-17T19:50:25.996Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-11-17T19:50:25.996Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.15s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.04s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.09s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.12s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.43s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.86s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.72s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.17s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.98s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.54s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.47s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.45s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.76s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.52s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.05s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.96s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.03s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.20s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.72s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.70s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsAttach (0.54s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsCommit (0.65s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.49s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.46s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.50s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.51s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.01s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.25s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.01s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsCopy (0.93s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.15s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.41s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.98s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.74s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsFilters (0.99s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsFormat (0.99s) [2020-11-17T19:50:25.996Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.65s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.32s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.04s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2020-11-17T19:50:25.997Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-17T19:50:25.997Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-11-17T19:50:25.997Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-17T19:50:25.997Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.54s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.47s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsRename (0.76s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsResize (0.62s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.58s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.74s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.74s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.70s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsTop (0.52s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.86s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExec (0.56s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.50s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.52s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.67s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.51s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.58s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.70s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.71s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.58s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.66s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.59s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.15s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecCgroup (1.15s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecEnv (0.89s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.48s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.67s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecInspectID (1.66s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecInteractive (0.99s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.60s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.54s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecParseError (0.48s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.54s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.51s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.56s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecStartFails (0.53s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.71s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.62s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecTTY (0.61s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.70s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.60s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecUlimits (0.73s) [2020-11-17T19:50:25.997Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2020-11-17T19:50:25.997Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.31s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.63s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.88s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.58s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestExecWithUser (0.61s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.50s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.51s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.49s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.53s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.45s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestHealth (18.73s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.55s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.54s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.62s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.69s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.61s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.48s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.68s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImportDisplay (1.57s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImportFile (1.70s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.31s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImportGzipped (1.81s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.33s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.77s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.76s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.74s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.50s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.81s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.71s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.66s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.45s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.46s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.13s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.47s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.47s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s) [2020-11-17T19:50:25.997Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-17T19:50:25.997Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.64s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectDefault (0.47s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectHistory (0.56s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-11-17T19:50:25.997Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-17T19:50:25.997Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.44s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.47s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.50s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.49s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.49s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectStatus (0.62s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.08s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.76s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.67s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.58s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.66s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.68s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.47s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.04s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.32s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.94s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.93s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.08s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.44s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.46s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.40s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.53s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.25s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.44s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.08s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.54s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.72s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.30s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.47s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.46s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.51s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.69s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.68s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.19s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.08s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.16s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.10s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.86s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.07s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.49s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.48s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsSince (6.56s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.49s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.46s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsTail (0.49s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.49s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.50s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.26s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.45s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestNetHostname (1.31s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.61s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.54s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.83s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPluginActive (1.91s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.64s) [2020-11-17T19:50:25.997Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-17T19:50:25.997Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.13s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.49s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.74s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.10s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.91s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.86s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.84s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.45s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPortList (7.03s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.12s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.09s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.49s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.50s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.50s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.42s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.40s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.03s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.45s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsByOrder (1.91s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.64s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.21s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.60s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.60s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.74s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.06s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.87s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.94s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.91s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.54s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.54s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.02s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.21s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.78s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.92s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.84s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.66s) [2020-11-17T19:50:25.997Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2020-11-17T19:50:25.997Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.29s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.48s) [2020-11-17T19:50:25.997Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.96s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.96s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.51s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.10s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.79s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.32s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.27s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.23s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.11s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.94s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.70s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.93s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.16s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.66s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.11s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.65s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.47s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.75s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.45s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.57s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.92s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAddHost (0.45s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.23s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.47s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.54s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.21s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.73s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.96s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.63s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.06s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.98s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.61s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.71s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.61s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.48s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.64s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.67s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.94s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.50s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.44s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.60s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.45s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.49s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.56s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.48s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.60s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.50s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.49s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.46s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.69s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.06s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.73s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.82s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.71s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.57s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.46s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.49s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.99s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.65s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.15s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.48s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.73s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.75s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.80s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.78s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.36s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.65s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.71s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.81s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.44s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.18s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.31s) [2020-11-17T19:50:25.998Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-11-17T19:50:25.998Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.998Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-11-17T19:50:25.998Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.56s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.31s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.09s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.72s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.65s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.45s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.53s) [2020-11-17T19:50:25.998Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-17T19:50:25.998Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.56s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.48s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.49s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.63s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.63s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.57s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.54s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.48s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.66s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.72s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunExitCode (0.71s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.47s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.46s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.44s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.45s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.44s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.89s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.23s) [2020-11-17T19:50:25.998Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-17T19:50:25.998Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.16s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.48s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.91s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.89s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.91s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.48s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.24s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.09s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.39s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.64s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.34s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.42s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.81s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.23s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.31s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.84s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.05s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.04s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.22s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.89s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunMount (3.78s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.47s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.43s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.93s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.35s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.13s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.46s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.01s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.15s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.43s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.48s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNetHost (0.79s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.52s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.53s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.67s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.06s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.43s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.42s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.59s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.52s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.65s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.13s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.70s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.61s) [2020-11-17T19:50:25.998Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-17T19:50:25.998Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.62s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.53s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.55s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.64s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s) [2020-11-17T19:50:25.998Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.52s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.45s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.61s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.59s) [2020-11-17T19:50:25.998Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-17T19:50:25.998Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.62s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s) [2020-11-17T19:50:25.998Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-11-17T19:50:25.998Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.69s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.19s) [2020-11-17T19:50:25.998Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-17T19:50:25.998Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.36s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.95s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunRm (0.60s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.78s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.45s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.46s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.35s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.45s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.27s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.83s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.52s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.57s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.46s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.69s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.75s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.54s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.62s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.51s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.71s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.55s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunState (1.32s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.87s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.56s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.37s) [2020-11-17T19:50:25.998Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-17T19:50:25.998Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.62s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.69s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunSysctls (1.05s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.47s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.78s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.43s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.66s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.89s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.81s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.45s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.44s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.47s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.38s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.09s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunUserByID (0.45s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.44s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunUserByName (0.56s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.50s) [2020-11-17T19:50:25.998Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-17T19:50:25.998Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.44s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.35s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.48s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.71s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.38s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.87s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.39s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.59s) [2020-11-17T19:50:25.998Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.47s) [2020-11-17T19:50:25.998Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2020-11-17T19:50:25.998Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2020-11-17T19:50:25.999Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2020-11-17T19:50:25.999Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.23s) [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-11-17T19:50:25.999Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.47s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.48s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.94s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.43s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.51s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.69s) [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-11-17T19:50:25.999Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.05s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-11-17T19:50:25.999Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2020-11-17T19:50:25.999Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-17T19:50:25.999Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2020-11-17T19:50:25.999Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-17T19:50:25.999Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.51s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.60s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.60s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.08s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.83s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.23s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.47s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.43s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.44s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.47s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.91s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.45s) [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-11-17T19:50:25.999Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.32s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.94s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.44s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.38s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.42s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.69s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.73s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.81s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.46s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveImageId (0.10s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.44s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.73s) [2020-11-17T19:50:25.999Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents842138812 [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.08s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.49s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.39s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.18s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.34s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.06s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.43s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.95s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.01s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.52s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.66s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.25s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.66s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.08s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.67s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStartRecordError (1.48s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.21s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.91s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.60s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.98s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.52s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.51s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.49s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.78s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.53s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.53s) [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-17T19:50:25.999Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.51s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.60s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.99s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.61s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.60s) [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-17T19:50:25.999Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.66s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.40s) [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-11-17T19:50:25.999Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.99s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.62s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.57s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.00s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUpdateStats (3.52s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.03s) [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-17T19:50:25.999Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.69s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.63s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.30s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.41s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.66s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.87s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.32s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.66s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.29s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.31s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.93s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.89s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.39s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.38s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.31s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.44s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.75s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.45s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.50s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.61s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.42s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.41s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.38s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.76s) [2020-11-17T19:50:25.999Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.46s) [2020-11-17T19:50:25.999Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-17T19:50:25.999Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-11-17T19:50:25.999Z] === RUN TestDockerRegistrySuite [2020-11-17T19:50:25.999Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-11-17T19:50:26.927Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-11-17T19:50:28.293Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-11-17T19:50:29.222Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-11-17T19:50:29.477Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-11-17T19:50:32.747Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-11-17T19:50:36.913Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-11-17T19:50:39.428Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-11-17T19:50:40.358Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-11-17T19:50:41.286Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-11-17T19:50:42.214Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-11-17T19:50:43.142Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-11-17T19:50:44.511Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-11-17T19:50:45.226Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-11-17T19:50:45.226Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-11-17T19:50:45.226Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-11-17T19:50:45.440Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-11-17T19:50:46.372Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-11-17T19:50:48.261Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-11-17T19:50:50.150Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-11-17T19:50:51.077Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-11-17T19:50:53.594Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-11-17T19:50:54.160Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-11-17T19:50:54.160Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-11-17T19:50:55.526Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-11-17T19:50:56.086Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-11-17T19:50:57.014Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-11-17T19:50:57.617Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-11-17T19:50:59.531Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-11-17T19:50:59.786Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-11-17T19:51:01.153Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-11-17T19:51:01.409Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-11-17T19:51:01.409Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-11-17T19:51:01.665Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-11-17T19:51:01.921Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-11-17T19:51:02.483Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-11-17T19:51:02.483Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-11-17T19:51:03.850Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-11-17T19:51:05.216Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-11-17T19:51:05.778Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-11-17T19:51:07.143Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-11-17T19:51:07.943Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-11-17T19:51:08.071Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite (43.13s) [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.22s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d4b3a6abf94b3] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.02s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d63991d1d14a2] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.29s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d964caf07d4ba] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.17s) [2020-11-17T19:51:09.000Z] check_test.go:196: [da13416e2a949] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.74s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d2b2484f08f77] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.21s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d3fef3a3971c2] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.79s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d5c117906cdbf] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.03s) [2020-11-17T19:51:09.000Z] check_test.go:196: [df356e5d79f2c] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s) [2020-11-17T19:51:09.000Z] check_test.go:196: [df000d97ea4dd] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.08s) [2020-11-17T19:51:09.000Z] check_test.go:196: [db65f093f4e84] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.07s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d00ae20407e50] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.13s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d55c2895b9c2b] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.97s) [2020-11-17T19:51:09.000Z] check_test.go:196: [dfa563f90c2e6] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.98s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d76899ad23380] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.83s) [2020-11-17T19:51:09.000Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7a6e339142b7eded39cb362214ff23e61862c969e0be074f78f9f1b2cc7a5fae [2020-11-17T19:51:09.000Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:404849225c7aa9c092bc994e746a5263a2e13c6692c8313730e5fe8862382868 [2020-11-17T19:51:09.000Z] check_test.go:196: [dbf309ee1e67a] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.84s) [2020-11-17T19:51:09.000Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dfa7e237eb92fd1774ddf874c3d7ac2205409a99634ff074a9b06003ac56f444 [2020-11-17T19:51:09.000Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:84ca6cae88049998bd889d91b9b65ea9900ac5e8ab5c1231a12b8cb5b84c434d [2020-11-17T19:51:09.000Z] check_test.go:196: [deb493a22f5e1] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.01s) [2020-11-17T19:51:09.000Z] check_test.go:196: [dea8cced78e16] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.09s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d8847089c9d95] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.03s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d63eff8fb3108] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2020-11-17T19:51:09.000Z] check_test.go:196: [ddf469401b3c5] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.01s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d81c5bda418f3] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d39207237093e] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.87s) [2020-11-17T19:51:09.000Z] check_test.go:196: [dc469271f040d] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.44s) [2020-11-17T19:51:09.000Z] check_test.go:196: [db704a004c503] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d36c8040e2945] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.09s) [2020-11-17T19:51:09.000Z] check_test.go:196: [dcf49c5f1808e] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.41s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d11697fc39f69] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-11-17T19:51:09.000Z] check_test.go:196: [de1ead14a06a0] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d7117e5552205] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2020-11-17T19:51:09.000Z] check_test.go:196: [dda6f7e24e933] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d7d50f6aa29ed] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d5a51b820de79] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.13s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d0166d77fac7e] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.44s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d6b1c631d07b1] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.80s) [2020-11-17T19:51:09.000Z] check_test.go:196: [d6545fc2ca115] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.26s) [2020-11-17T19:51:09.000Z] check_test.go:196: [da9c6cbc64712] daemon is not started [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.00s) [2020-11-17T19:51:09.000Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2020-11-17T19:51:09.000Z] === RUN TestDockerSchema1RegistrySuite [2020-11-17T19:51:09.000Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-11-17T19:51:09.257Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-11-17T19:51:12.547Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-11-17T19:51:16.712Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-11-17T19:51:18.274Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-11-17T19:51:19.228Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-11-17T19:51:20.157Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-11-17T19:51:21.084Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-11-17T19:51:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-11-17T19:51:22.269Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-11-17T19:51:23.197Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-11-17T19:51:24.125Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-11-17T19:51:26.643Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-11-17T19:51:27.205Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-11-17T19:51:27.462Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-11-17T19:51:27.718Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-11-17T19:51:27.974Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-11-17T19:51:28.230Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-11-17T19:51:28.486Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-11-17T19:51:28.753Z] --- PASS: TestDockerSchema1RegistrySuite (19.75s) [2020-11-17T19:51:28.753Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s) [2020-11-17T19:51:28.753Z] check_test.go:223: [d07661dab7176] daemon is not started [2020-11-17T19:51:28.753Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.96s) [2020-11-17T19:51:28.753Z] check_test.go:223: [d86c7cb5e3b2c] daemon is not started [2020-11-17T19:51:28.753Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.16s) [2020-11-17T19:51:28.753Z] check_test.go:223: [d1213cf90a681] daemon is not started [2020-11-17T19:51:28.753Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.95s) [2020-11-17T19:51:28.753Z] check_test.go:223: [d0171a52df046] daemon is not started [2020-11-17T19:51:28.753Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.98s) [2020-11-17T19:51:28.753Z] check_test.go:223: [d82ff1025eaf9] daemon is not started [2020-11-17T19:51:28.753Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.99s) [2020-11-17T19:51:28.753Z] check_test.go:223: [d2e1f9a152245] daemon is not started [2020-11-17T19:51:28.753Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2020-11-17T19:51:28.753Z] check_test.go:223: [d784d35732302] daemon is not started [2020-11-17T19:51:28.753Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2020-11-17T19:51:28.753Z] check_test.go:223: [d463af40a88c2] daemon is not started [2020-11-17T19:51:28.753Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2020-11-17T19:51:28.753Z] check_test.go:223: [d6098176e0b92] daemon is not started [2020-11-17T19:51:28.754Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2020-11-17T19:51:28.754Z] check_test.go:223: [d3cbeb1b1978e] daemon is not started [2020-11-17T19:51:28.754Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.53s) [2020-11-17T19:51:28.754Z] check_test.go:223: [d3b2a081b71e0] daemon is not started [2020-11-17T19:51:28.754Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2020-11-17T19:51:28.754Z] check_test.go:223: [de08725150b84] daemon is not started [2020-11-17T19:51:28.754Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2020-11-17T19:51:28.754Z] check_test.go:223: [dabff62090c5f] daemon is not started [2020-11-17T19:51:28.754Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-11-17T19:51:28.754Z] check_test.go:223: [d8904adf1e20c] daemon is not started [2020-11-17T19:51:28.754Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-11-17T19:51:28.754Z] check_test.go:223: [d16f27b73ee35] daemon is not started [2020-11-17T19:51:28.754Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2020-11-17T19:51:28.754Z] check_test.go:223: [d20d7b4d1a5c5] daemon is not started [2020-11-17T19:51:28.754Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2020-11-17T19:51:28.754Z] check_test.go:223: [d280a06680bcd] daemon is not started [2020-11-17T19:51:28.754Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-11-17T19:51:28.754Z] check_test.go:223: [d4f66932b585e] daemon is not started [2020-11-17T19:51:28.754Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-11-17T19:51:28.754Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-11-17T19:51:29.698Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-11-17T19:51:29.954Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-11-17T19:51:30.209Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-11-17T19:51:31.137Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-11-17T19:51:31.392Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-11-17T19:51:31.954Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-11-17T19:51:32.516Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-11-17T19:51:32.516Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.91s) [2020-11-17T19:51:32.516Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.84s) [2020-11-17T19:51:32.516Z] check_test.go:252: [d6aea1278d0db] daemon is not started [2020-11-17T19:51:32.516Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s) [2020-11-17T19:51:32.516Z] check_test.go:252: [d86d91d52ad02] daemon is not started [2020-11-17T19:51:32.516Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-11-17T19:51:32.516Z] check_test.go:252: [d0a465fe0dfe9] daemon is not started [2020-11-17T19:51:32.516Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.11s) [2020-11-17T19:51:32.516Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2020-11-17T19:51:32.516Z] check_test.go:252: [d4274321af2cd] daemon is not started [2020-11-17T19:51:32.516Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2020-11-17T19:51:32.516Z] check_test.go:252: [da632d404a987] daemon is not started [2020-11-17T19:51:32.516Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s) [2020-11-17T19:51:32.516Z] check_test.go:252: [d7ff3e2bd0ba4] daemon is not started [2020-11-17T19:51:32.516Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2020-11-17T19:51:32.516Z] check_test.go:252: [d095ab87f4741] daemon is not started [2020-11-17T19:51:32.516Z] === RUN TestDockerRegistryAuthTokenSuite [2020-11-17T19:51:32.516Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-11-17T19:51:37.757Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-11-17T19:51:38.013Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-11-17T19:51:38.013Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-11-17T19:51:38.269Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-11-17T19:51:38.269Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.83s) [2020-11-17T19:51:38.269Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2020-11-17T19:51:38.269Z] check_test.go:279: [d225c6311e849] daemon is not started [2020-11-17T19:51:38.269Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.22s) [2020-11-17T19:51:38.269Z] check_test.go:279: [dab707dcb371d] daemon is not started [2020-11-17T19:51:38.269Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-11-17T19:51:38.269Z] check_test.go:279: [d7fef21bc9098] daemon is not started [2020-11-17T19:51:38.269Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-11-17T19:51:38.269Z] check_test.go:279: [d0b3d9baec6c8] daemon is not started [2020-11-17T19:51:38.269Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-11-17T19:51:38.269Z] check_test.go:279: [d688f8c00380b] daemon is not started [2020-11-17T19:51:38.269Z] === RUN TestDockerNetworkSuite [2020-11-17T19:51:38.269Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-11-17T19:51:40.785Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-11-17T19:51:41.042Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-11-17T19:51:44.308Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-11-17T19:51:45.238Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-11-17T19:51:47.755Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-11-17T19:51:48.268Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-11-17T19:51:49.157Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-11-17T19:51:54.402Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-11-17T19:51:56.855Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-11-17T19:51:56.920Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-11-17T19:51:58.285Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-11-17T19:51:58.541Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-11-17T19:51:58.797Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-11-17T19:51:59.724Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-11-17T19:52:00.651Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-11-17T19:52:00.907Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-11-17T19:52:01.163Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-11-17T19:52:02.090Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-11-17T19:52:02.090Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-11-17T19:52:02.090Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-11-17T19:52:02.346Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-11-17T19:52:03.274Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-11-17T19:52:04.202Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-11-17T19:52:04.202Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-11-17T19:52:04.458Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-11-17T19:52:04.458Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-11-17T19:52:05.427Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-11-17T19:52:06.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-11-17T19:52:08.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-11-17T19:52:15.430Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-11-17T19:52:15.430Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-11-17T19:52:15.430Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-11-17T19:52:15.686Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-11-17T19:52:15.686Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-11-17T19:52:15.941Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-11-17T19:52:16.197Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-11-17T19:52:16.198Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-11-17T19:52:18.712Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-11-17T19:52:18.712Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-11-17T19:52:18.712Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-11-17T19:52:19.273Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-11-17T19:52:23.440Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-11-17T19:52:25.958Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-11-17T19:52:25.958Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-11-17T19:52:26.521Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-11-17T19:52:28.411Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-11-17T19:52:28.411Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-11-17T19:52:28.990Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-11-17T19:52:29.551Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-11-17T19:52:30.479Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-11-17T19:52:31.843Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-11-17T19:52:38.381Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite (59.48s) [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.01s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d48dee04155a0] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.71s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d66bd26c0a108] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.74s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d72ede102c82f] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.51s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d9dbf05dea6b1] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.46s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:1233: [d6a16daeb9145] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.40s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d8816ec0dab91] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.26s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d3b13eeb9a460] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.34s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d33ca234173fe] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.17s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d6330d18f52af] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.49s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d12be2f474325] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.38s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d0ea75f55bbad] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.95s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [df2b3855c1778] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.87s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [dbd49402b6541] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d4d4feb98108f] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d58facfac26f3] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.74s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d2b2c9b041354] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [df4cce8379737] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d6731cac1a5e0] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [dc526cc96602c] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.78s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d8abab5efe061] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.02s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d283c650007a3] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d52f1e8c267d5] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.23s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [ddd6af8d7541b] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [dbe9f1191e58a] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.38s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:968: [df73511d9cd48] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.82s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [deda234d4154d] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.87s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:1116: [d8c03ae4146d4] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.18s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d9641721e6fd7] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.82s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d162b7fe957d3] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.16s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [dbaab82369652] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d00ceaf6afef0] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d785f0bafdded] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [df8f3a5bd4a4e] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d71a4c26c44cb] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.45s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [dac832007c2b4] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d39f6530b435e] daemon is not started [2020-11-17T19:52:38.381Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d7b6fb9490ac1] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d562b0aa07ce2] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.37s) [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.07s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:1084: [d84717508f1ca] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d4d824a9556dc] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.80s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d8df90bc57728] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.57s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [dec02af58dffb] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d7392552be2dd] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.67s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [dca8f1063b33b] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.47s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [dee277ba033f8] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.95s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [d642d5abba757] daemon is not started [2020-11-17T19:52:38.381Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (7.53s) [2020-11-17T19:52:38.381Z] docker_cli_network_unix_test.go:46: [dbe73af1d1b28] daemon is not started [2020-11-17T19:52:38.381Z] === RUN TestDockerHubPullSuite [2020-11-17T19:52:38.381Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-11-17T19:52:39.749Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-11-17T19:52:43.017Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-11-17T19:52:43.273Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-11-17T19:52:43.835Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-11-17T19:52:47.105Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-11-17T19:52:47.360Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-11-17T19:52:47.360Z] --- PASS: TestDockerHubPullSuite (9.54s) [2020-11-17T19:52:47.360Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.81s) [2020-11-17T19:52:47.360Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.73s) [2020-11-17T19:52:47.360Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.81s) [2020-11-17T19:52:47.360Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (3.82s) [2020-11-17T19:52:47.360Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.26s) [2020-11-17T19:52:47.360Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.09s) [2020-11-17T19:52:47.360Z] PASS [2020-11-17T19:52:47.360Z] [2020-11-17T19:52:47.361Z] === Skipped [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.02s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.02s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.08s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.08s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_sni_test.go:18: Flakey test [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-17T19:52:47.361Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-17T19:52:47.361Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-11-17T19:52:47.361Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-11-17T19:52:47.361Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-11-17T19:52:47.361Z] docker_cli_network_unix_test.go:46: [d7b6fb9490ac1] daemon is not started [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] [2020-11-17T19:52:47.361Z] DONE 1274 tests, 51 skipped in 1556.888s [2020-11-17T19:52:47.361Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-17T19:52:47.617Z] ++++ cat bundles/test-integration/docker.pid [2020-11-17T19:52:47.617Z] +++ kill 8032 [2020-11-17T19:52:48.545Z] +++ /etc/init.d/apparmor stop [2020-11-17T19:52:48.545Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-17T19:52:48.545Z] [2020-11-17T19:52:48.545Z] Unloading profiles will leave already running processes permanently [2020-11-17T19:52:48.545Z] unconfined, which can lead to unexpected situations. [2020-11-17T19:52:48.545Z] [2020-11-17T19:52:48.545Z] To set a process to complain mode, use the command line tool [2020-11-17T19:52:48.545Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-17T19:52:48.545Z] +++ true [2020-11-17T19:52:48.545Z] exiting test-integration [2020-11-17T19:52:48.545Z] ++ exit 0 [2020-11-17T19:52:48.545Z] [2020-11-17T19:52:49.110Z] + for job in $(jobs -p) [2020-11-17T19:52:49.110Z] + wait 16452 [2020-11-17T19:52:50.479Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-11-17T19:52:52.994Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-11-17T19:52:57.178Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-11-17T19:52:58.544Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-11-17T19:53:02.709Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-11-17T19:53:02.709Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-11-17T19:53:07.955Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-11-17T19:53:08.518Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-11-17T19:53:09.078Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-11-17T19:53:11.628Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-11-17T19:53:17.550Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-11-17T19:53:17.555Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-11-17T19:53:17.555Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-11-17T19:53:17.555Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-11-17T19:53:17.555Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-11-17T19:53:17.555Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-11-17T19:53:17.555Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-11-17T19:53:17.555Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-11-17T19:53:17.555Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-11-17T19:53:18.523Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-11-17T19:53:21.429Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-11-17T19:53:26.117Z] === RUN TestDockerSuite/TestBuildEnv [2020-11-17T19:53:26.117Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-11-17T19:53:26.117Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-11-17T19:53:26.117Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-11-17T19:53:26.117Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-11-17T19:53:26.117Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-11-17T19:53:28.297Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-11-17T19:53:28.297Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-11-17T19:53:28.297Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-11-17T19:53:28.297Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-11-17T19:53:29.271Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-11-17T19:53:33.966Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-11-17T19:53:48.791Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-11-17T19:53:48.791Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-11-17T19:53:48.791Z] === RUN TestDockerSuite/TestBuildExpose [2020-11-17T19:53:48.791Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-11-17T19:53:48.791Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-11-17T19:53:48.791Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-11-17T19:53:48.791Z] === RUN TestDockerSuite/TestBuildFails [2020-11-17T19:53:50.331Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-11-17T19:53:50.331Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-11-17T19:53:55.027Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-11-17T19:54:05.361Z] === RUN TestDockerSuite/TestBuildForceRm [2020-11-17T19:54:07.789Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-11-17T19:54:11.157Z] === RUN TestDockerSuite/TestBuildFromGit [2020-11-17T19:54:16.910Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-11-17T19:54:17.370Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-11-17T19:54:22.067Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-11-17T19:54:22.067Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-11-17T19:54:22.526Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-11-17T19:54:22.989Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-11-17T19:54:22.989Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-11-17T19:54:31.566Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-11-17T19:54:31.567Z] === RUN TestDockerSuite/TestBuildHistory [2020-11-17T19:54:38.646Z] === RUN TestDockerSuite/TestBuildIidFile [2020-11-17T19:54:39.106Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-11-17T19:54:42.016Z] === RUN TestDockerSuite/TestBuildInheritance [2020-11-17T19:54:42.016Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-11-17T19:54:42.475Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-11-17T19:54:42.475Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-11-17T19:54:46.210Z] === RUN TestDockerSuite/TestBuildLabel [2020-11-17T19:54:47.179Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-11-17T19:54:47.644Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-11-17T19:54:48.612Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-11-17T19:54:48.612Z] === RUN TestDockerSuite/TestBuildLabels [2020-11-17T19:54:49.580Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-11-17T19:54:50.549Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-11-17T19:54:54.284Z] === RUN TestDockerSuite/TestBuildLastModified [2020-11-17T19:54:54.743Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-11-17T19:54:54.743Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-11-17T19:54:54.743Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-11-17T19:54:54.743Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-11-17T19:54:54.743Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-11-17T19:54:54.743Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-11-17T19:54:55.202Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-11-17T19:54:55.661Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-11-17T19:55:00.357Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-11-17T19:55:06.401Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-11-17T19:55:12.742Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-11-17T19:55:12.742Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-11-17T19:55:15.647Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-11-17T19:55:18.570Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-11-17T19:55:22.737Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-11-17T19:55:51.337Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-11-17T19:56:03.718Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-11-17T19:56:08.409Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-11-17T19:56:13.104Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-11-17T19:56:17.795Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-11-17T19:56:38.895Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-11-17T19:56:38.895Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-11-17T19:56:43.584Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-11-17T19:56:44.043Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-11-17T19:56:44.043Z] === RUN TestDockerSuite/TestBuildNetNone [2020-11-17T19:56:44.043Z] === RUN TestDockerSuite/TestBuildNoContext [2020-11-17T19:56:46.222Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-11-17T19:56:49.958Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-11-17T19:56:57.031Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-11-17T19:56:57.031Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-11-17T19:56:57.031Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-11-17T19:56:59.936Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-11-17T19:57:00.904Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-11-17T19:57:01.872Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-11-17T19:57:10.452Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-11-17T19:57:10.913Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-11-17T19:57:19.483Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-11-17T19:57:21.667Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-11-17T19:57:30.241Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-11-17T19:57:33.976Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-11-17T19:57:38.665Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-11-17T19:57:39.124Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-11-17T19:57:39.124Z] === RUN TestDockerSuite/TestBuildPATH [2020-11-17T19:57:39.124Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-11-17T19:57:40.664Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-11-17T19:57:40.664Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-11-17T19:57:44.144Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-11-17T19:57:49.385Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-11-17T19:57:49.947Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-11-17T19:57:50.203Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-11-17T19:57:50.462Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-11-17T19:57:50.462Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-11-17T19:57:51.024Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-11-17T19:57:53.541Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-11-17T19:57:56.829Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-11-17T19:57:59.344Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-11-17T19:58:16.367Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-11-17T19:58:34.053Z] === RUN TestDockerSuite/TestBuildRm [2020-11-17T19:58:46.434Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-11-17T19:58:48.612Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-11-17T19:58:48.612Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-11-17T19:58:48.612Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-11-17T19:58:49.579Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-11-17T19:58:52.485Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-11-17T19:58:55.397Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-11-17T19:58:55.507Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-11-17T19:58:55.507Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-11-17T19:58:56.878Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-11-17T19:58:58.766Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-11-17T19:59:00.084Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-11-17T19:59:01.294Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-11-17T19:59:03.811Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-11-17T19:59:17.771Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-11-17T19:59:17.771Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-11-17T19:59:17.771Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-11-17T19:59:25.690Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-11-17T19:59:26.344Z] === RUN TestDockerSuite/TestBuildSpaces [2020-11-17T19:59:26.345Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-11-17T19:59:31.035Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-11-17T19:59:31.035Z] === RUN TestDockerSuite/TestBuildStderr [2020-11-17T19:59:34.771Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-11-17T19:59:37.990Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-11-17T19:59:39.887Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-11-17T19:59:42.401Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-11-17T19:59:45.668Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-11-17T19:59:52.201Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-11-17T19:59:55.873Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-11-17T19:59:55.873Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-11-17T19:59:56.368Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-11-17T19:59:56.842Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-11-17T19:59:57.810Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-11-17T19:59:58.258Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-11-17T20:00:01.542Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-11-17T20:00:01.547Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-11-17T20:00:04.057Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-11-17T20:00:05.946Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-11-17T20:00:06.237Z] === RUN TestDockerSuite/TestBuildUser [2020-11-17T20:00:06.237Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-11-17T20:00:06.237Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-11-17T20:00:06.237Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-11-17T20:00:09.211Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-11-17T20:00:09.972Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-11-17T20:00:10.431Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-11-17T20:00:11.098Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-11-17T20:00:12.609Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-11-17T20:00:12.610Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-11-17T20:00:12.610Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-11-17T20:00:30.296Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-11-17T20:00:31.264Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-11-17T20:00:39.836Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-11-17T20:00:50.165Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-11-17T20:00:50.165Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-11-17T20:00:50.165Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-11-17T20:00:51.134Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-11-17T20:00:51.134Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2020-11-17T20:01:01.454Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-11-17T20:01:05.188Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-11-17T20:01:05.649Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-11-17T20:01:07.269Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-11-17T20:01:18.037Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-11-17T20:01:18.037Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-11-17T20:01:18.037Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-11-17T20:01:18.037Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-11-17T20:01:19.004Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-11-17T20:01:22.103Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-11-17T20:01:27.570Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-11-17T20:01:29.109Z] === RUN TestDockerSuite/TestBuildXZHost [2020-11-17T20:01:29.109Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-11-17T20:01:29.109Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-11-17T20:01:29.109Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-11-17T20:01:31.286Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-11-17T20:01:35.019Z] === RUN TestDockerSuite/TestCommitChange [2020-11-17T20:01:38.754Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite (1695.98s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.97s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.90s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.24s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.35s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.00s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.94s) [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:562: [d9923bb686238] joining swarm manager [d063a9f7b55d4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:584: [dc2682364e15b] joining swarm manager [d063a9f7b55d4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] check_test.go:380: [d9923bb686238] daemon is not started [2020-11-17T20:01:40.143Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.87s) [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:45: [dc538c95369f2] joining swarm manager [dc2149b9059bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.87s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.73s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (34.32s) [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:303: [d85d3cf1a03c4] joining swarm manager [df35796d9834d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:304: [d3d0e0cd0cece] joining swarm manager [df35796d9834d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.72s) [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:271: [dc310b8bff2e3] joining swarm manager [dc8ee0d483e04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:272: [db9c241640604] joining swarm manager [dc8ee0d483e04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.53s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.82s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.09s) [2020-11-17T20:01:40.143Z] docker_api_swarm_node_test.go:19: [df6abeda22095] joining swarm manager [d7fbc4eb49d72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_node_test.go:20: [d261e5633d898] joining swarm manager [d7fbc4eb49d72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.82s) [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:501: [d6a717b2d9da6] joining swarm manager [d567115abe3dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:506: [d3afd59b2dadf] joining swarm manager [d567115abe3dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.96s) [2020-11-17T20:01:40.143Z] docker_api_swarm_node_test.go:80: [da2c66611966d] joining swarm manager [ddd7ccab41c66]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.82s) [2020-11-17T20:01:40.143Z] docker_api_swarm_node_test.go:52: [deb22f7be2b02] joining swarm manager [df351f1482fc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_node_test.go:53: [dad80552c9a91] joining swarm manager [df351f1482fc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.28s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (15.69s) [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:201: [d2b5286fac4f3] joining swarm manager [d30be65db5258]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (60.28s) [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:383: [d74416f2b7283] joining swarm manager [d110548b249b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:384: [dd31eb348efd8] joining swarm manager [d110548b249b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] check_test.go:380: [dd31eb348efd8] daemon is not started [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (56.21s) [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:801: [de3965304ebf2] joining swarm manager [d642d1f1bb686]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:801: [da818c34b7c49] joining swarm manager [d642d1f1bb686]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:801: [d27b4413ce2ec] joining swarm manager [d642d1f1bb686]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:801: [d132f879a5c36] joining swarm manager [d642d1f1bb686]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-11-17T20:01:40.143Z] docker_api_swarm_test.go:809: [d95445c298111] joining swarm manager [d642d1f1bb686]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.43s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.49s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.14s) [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:394: [ddf501ff877c3] joining swarm manager [d4f349dfc3480]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:394: [d38daff94f957] joining swarm manager [d4f349dfc3480]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.29s) [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:342: [d0e4998147fe8] joining swarm manager [dedee327d096f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:342: [db73be30dc35a] joining swarm manager [dedee327d096f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.32s) [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:489: [d48191e0e12fb] joining swarm manager [dc78aadb5445c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:489: [d301e8a283adc] joining swarm manager [dc78aadb5445c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.69s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.14s) [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:127: [d8563f87d76fc] joining swarm manager [db50bf74b6b40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:128: [d1aedcd817893] joining swarm manager [db50bf74b6b40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:136: [d39c77cee5877] joining swarm manager [db50bf74b6b40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:137: [d1f0329ab9e67] joining swarm manager [db50bf74b6b40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (1.87s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.01s) [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:303: [dadca37f5ef5f] joining swarm manager [dee34f0ac6380]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:303: [d954b83f4b80a] joining swarm manager [dee34f0ac6380]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.89s) [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:99: [dc12192fec85b] joining swarm manager [dce14503037ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:100: [dd876391eddc9] joining swarm manager [dce14503037ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] check_test.go:380: [dc12192fec85b] daemon is not started [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (22.65s) [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:532: [d0158471af238] joining swarm manager [d2bbcdc129b54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:533: [d722b5ba3c2bc] joining swarm manager [d2bbcdc129b54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.15s) [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:147: [d609a1b0670cf] joining swarm manager [d3256a38739a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.143Z] docker_api_swarm_service_test.go:147: [d9ff2984bfd33] joining swarm manager [d3256a38739a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.55s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.04s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.25s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.11s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.12s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.98s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.98s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.31s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.68s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.48s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.30s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.70s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.92s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.00s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.29s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.82s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.35s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.28s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.25s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.21s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.73s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.17s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.48s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.49s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.07s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.81s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.23s) [2020-11-17T20:01:40.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.50s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.22s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.02s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.22s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.61s) [2020-11-17T20:01:40.144Z] docker_cli_service_logs_test.go:245: checking task yn6nmhjkuy6n [2020-11-17T20:01:40.144Z] docker_cli_service_logs_test.go:250: checking messages for yn6nmhjkuy6n [2020-11-17T20:01:40.144Z] docker_cli_service_logs_test.go:245: checking task 7xlrdimpbcg2 [2020-11-17T20:01:40.144Z] docker_cli_service_logs_test.go:250: checking messages for 7xlrdimpbcg2 [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.83s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (16.97s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.36s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.26s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.92s) [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1901: [d914b7ee4495e] joining swarm manager [d750a7977cfff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1902: [d82568466e900] joining swarm manager [d750a7977cfff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.99s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.51s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.68s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.22s) [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1802: [d0aac59a1c199] joining swarm manager [d6243a70e4faf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1803: [dfe945a182ba9] joining swarm manager [d6243a70e4faf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.69s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (150.70s) [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1321: [dc5ea79d46206] joining swarm manager [de72411cc3506]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1322: [d6628eb83cd25] joining swarm manager [de72411cc3506]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.50s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.22s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.55s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.42s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.13s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (1.87s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.99s) [2020-11-17T20:01:40.144Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.08s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.72s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.73s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.36s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.11s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (59.90s) [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1186: [dda6f71d36556] joining swarm manager [d618cb2404681]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1195: [d2630b7e225be] joining swarm manager [d618cb2404681]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.05s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.42s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (133.77s) [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1118: [d5ae397927cf2] joining swarm manager [df027c82cf5f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1119: [d62a1c1e069bc] joining swarm manager [df027c82cf5f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1172: [db74bf07b6f97] joining swarm manager [df027c82cf5f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.01s) [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1453: [d5acb4afb049d] joining swarm manager [d839acbacf7a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.144Z] docker_cli_swarm_test.go:1454: [d54719bedb1ad] joining swarm manager [d839acbacf7a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.28s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.24s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.55s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.22s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.39s) [2020-11-17T20:01:40.144Z] docker_cli_swarm_unix_test.go:62: [d0ec39ef52d6a] joining swarm manager [ddcbd9da86e46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (1.88s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.27s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (1.88s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.76s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.49s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.09s) [2020-11-17T20:01:40.144Z] docker_api_swarm_test.go:961: [d9286462e9893] joining swarm manager [d04c73e1db94c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.19s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (1.90s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.30s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.94s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.43s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.52s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.13s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.67s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.67s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.16s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.00s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.28s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.94s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.28s) [2020-11-17T20:01:40.144Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (16.83s) [2020-11-17T20:01:40.144Z] === RUN TestDockerExternalVolumeSuite [2020-11-17T20:01:40.144Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-11-17T20:01:43.439Z] === RUN TestDockerSuite/TestCommitHardlink [2020-11-17T20:01:43.439Z] === RUN TestDockerSuite/TestCommitNewFile [2020-11-17T20:01:49.239Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-11-17T20:01:49.239Z] === RUN TestDockerSuite/TestCommitTTY [2020-11-17T20:01:54.982Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-11-17T20:01:55.026Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-11-17T20:01:58.766Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-11-17T20:01:58.766Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-11-17T20:01:58.766Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-11-17T20:01:58.766Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-11-17T20:01:58.766Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-11-17T20:01:58.766Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-11-17T20:01:58.766Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-11-17T20:01:58.766Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-11-17T20:01:58.766Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-11-17T20:02:04.554Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-11-17T20:02:09.247Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-11-17T20:02:09.247Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-11-17T20:02:11.423Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-11-17T20:02:11.423Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-11-17T20:02:11.423Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-11-17T20:02:11.423Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-11-17T20:02:12.961Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-11-17T20:02:12.961Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-11-17T20:02:12.961Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-11-17T20:02:15.139Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-11-17T20:02:15.139Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-11-17T20:02:15.139Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-11-17T20:02:15.139Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-11-17T20:02:15.139Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-11-17T20:02:17.318Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-11-17T20:02:18.285Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-11-17T20:02:19.821Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-11-17T20:02:19.821Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-11-17T20:02:19.821Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-11-17T20:02:21.357Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-11-17T20:02:21.817Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-11-17T20:02:23.356Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-11-17T20:02:23.356Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-11-17T20:02:23.356Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-11-17T20:02:25.533Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-11-17T20:02:25.533Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-11-17T20:02:26.500Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-11-17T20:02:26.958Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-11-17T20:02:28.497Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-11-17T20:02:28.955Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-11-17T20:02:30.491Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-11-17T20:02:33.393Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-11-17T20:02:36.299Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-11-17T20:02:36.299Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-11-17T20:02:36.299Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-11-17T20:02:36.299Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-11-17T20:02:36.299Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-11-17T20:02:37.839Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-11-17T20:02:37.839Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-11-17T20:02:40.022Z] === RUN TestDockerSuite/TestContainerAPITop [2020-11-17T20:02:40.022Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-11-17T20:02:40.989Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-11-17T20:02:40.989Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-11-17T20:02:44.723Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-11-17T20:02:46.900Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-11-17T20:02:46.900Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-11-17T20:02:46.900Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-11-17T20:02:46.900Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-11-17T20:02:46.900Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-11-17T20:02:46.900Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2020-11-17T20:02:48.436Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-11-17T20:02:48.436Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2020-11-17T20:02:50.613Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2020-11-17T20:02:52.150Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2020-11-17T20:02:54.327Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2020-11-17T20:02:56.506Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0001f6720_} [2020-11-17T20:02:58.685Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1512260166_c:\foo_false____} [2020-11-17T20:03:00.865Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1512260166_c:\foo_true____} [2020-11-17T20:03:02.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-11-17T20:03:02.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-11-17T20:03:02.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-11-17T20:03:02.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-11-17T20:03:02.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-11-17T20:03:02.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-11-17T20:03:02.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-11-17T20:03:02.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-11-17T20:03:02.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-11-17T20:03:02.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-11-17T20:03:02.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-11-17T20:03:02.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-11-17T20:03:02.596Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-11-17T20:03:02.860Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-11-17T20:03:02.860Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-11-17T20:03:02.860Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-11-17T20:03:02.860Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-11-17T20:03:02.860Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-11-17T20:03:02.860Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-11-17T20:03:04.434Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-11-17T20:03:04.434Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-11-17T20:03:04.434Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-11-17T20:03:04.434Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-11-17T20:03:04.896Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-11-17T20:03:04.896Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-11-17T20:03:04.896Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-11-17T20:03:04.896Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-11-17T20:03:04.896Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-11-17T20:03:04.896Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-11-17T20:03:04.896Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-11-17T20:03:04.896Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-11-17T20:03:04.896Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-11-17T20:03:04.896Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-11-17T20:03:07.075Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-11-17T20:03:07.075Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-11-17T20:03:07.075Z] === RUN TestDockerSuite/TestCpRelativePath [2020-11-17T20:03:08.611Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-11-17T20:03:08.611Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-11-17T20:03:08.611Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-11-17T20:03:08.611Z] === RUN TestDockerSuite/TestCpToCaseA [2020-11-17T20:03:10.677Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-11-17T20:03:17.171Z] === RUN TestDockerSuite/TestCpToCaseB [2020-11-17T20:03:18.706Z] === RUN TestDockerSuite/TestCpToCaseC [2020-11-17T20:03:19.165Z] === RUN TestDockerSuite/TestCpToCaseD [2020-11-17T20:03:19.165Z] === RUN TestDockerSuite/TestCpToCaseE [2020-11-17T20:03:26.233Z] === RUN TestDockerSuite/TestCpToCaseF [2020-11-17T20:03:26.234Z] === RUN TestDockerSuite/TestCpToCaseG [2020-11-17T20:03:26.234Z] === RUN TestDockerSuite/TestCpToCaseH [2020-11-17T20:03:34.802Z] === RUN TestDockerSuite/TestCpToCaseI [2020-11-17T20:03:34.802Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-11-17T20:03:34.802Z] === RUN TestDockerSuite/TestCpToDot [2020-11-17T20:03:35.769Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-11-17T20:03:35.769Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-11-17T20:03:35.769Z] === RUN TestDockerSuite/TestCpToStdout [2020-11-17T20:03:37.948Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-11-17T20:03:37.948Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-11-17T20:03:37.948Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-11-17T20:03:37.948Z] === RUN TestDockerSuite/TestCpVolumePath [2020-11-17T20:03:37.948Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-11-17T20:03:38.406Z] === RUN TestDockerSuite/TestCreateArgs [2020-11-17T20:03:38.406Z] === RUN TestDockerSuite/TestCreateByImageID [2020-11-17T20:03:39.947Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-11-17T20:03:42.122Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-11-17T20:03:42.122Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-11-17T20:03:42.122Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-11-17T20:03:42.717Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-11-17T20:03:44.299Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-11-17T20:03:44.299Z] === RUN TestDockerSuite/TestCreateLabels [2020-11-17T20:03:44.299Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-11-17T20:03:44.757Z] === RUN TestDockerSuite/TestCreateRM [2020-11-17T20:03:44.757Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-11-17T20:03:44.757Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-11-17T20:03:44.757Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-11-17T20:03:45.217Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-11-17T20:03:52.292Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-11-17T20:03:52.292Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-11-17T20:03:52.292Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-11-17T20:03:56.025Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-11-17T20:03:56.025Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-11-17T20:03:56.025Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-11-17T20:03:57.551Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDevicePermissions [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDockerFails [2020-11-17T20:03:58.205Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-11-17T20:03:58.664Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-11-17T20:03:58.664Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-11-17T20:03:58.664Z] === RUN TestDockerSuite/TestEventsAttach [2020-11-17T20:03:58.664Z] === RUN TestDockerSuite/TestEventsCommit [2020-11-17T20:03:58.664Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-11-17T20:04:00.838Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-11-17T20:04:03.019Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-11-17T20:04:04.555Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-11-17T20:04:13.118Z] === RUN TestDockerSuite/TestEventsCopy [2020-11-17T20:04:17.806Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-11-17T20:04:22.491Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-11-17T20:04:23.458Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-11-17T20:04:24.425Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-11-17T20:04:29.595Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-11-17T20:04:31.495Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-11-17T20:04:31.495Z] === RUN TestDockerSuite/TestEventsFilterType [2020-11-17T20:04:31.958Z] === RUN TestDockerSuite/TestEventsFilters [2020-11-17T20:04:35.694Z] === RUN TestDockerSuite/TestEventsFormat [2020-11-17T20:04:39.426Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-11-17T20:04:39.426Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-11-17T20:04:39.426Z] === RUN TestDockerSuite/TestEventsImageImport [2020-11-17T20:04:39.884Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-11-17T20:04:39.885Z] === RUN TestDockerSuite/TestEventsImagePull [2020-11-17T20:04:39.885Z] === RUN TestDockerSuite/TestEventsImageTag [2020-11-17T20:04:40.855Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-11-17T20:04:40.855Z] === RUN TestDockerSuite/TestEventsRename [2020-11-17T20:04:41.757Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-11-17T20:04:43.031Z] === RUN TestDockerSuite/TestEventsResize [2020-11-17T20:04:45.208Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-11-17T20:04:46.744Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-11-17T20:04:48.920Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-11-17T20:04:53.606Z] === RUN TestDockerSuite/TestEventsTop [2020-11-17T20:04:53.606Z] === RUN TestDockerSuite/TestEventsUntag [2020-11-17T20:04:55.786Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-11-17T20:04:58.689Z] === RUN TestDockerSuite/TestExec [2020-11-17T20:04:58.689Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-11-17T20:04:58.689Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-11-17T20:05:00.224Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-11-17T20:05:01.760Z] === RUN TestDockerSuite/TestExecAPIStart [2020-11-17T20:05:01.760Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-11-17T20:05:01.760Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-11-17T20:05:01.760Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-11-17T20:05:02.727Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-11-17T20:05:04.912Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-11-17T20:05:05.880Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-11-17T20:05:08.056Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-11-17T20:05:10.957Z] === RUN TestDockerSuite/TestExecCgroup [2020-11-17T20:05:10.957Z] === RUN TestDockerSuite/TestExecEnv [2020-11-17T20:05:11.416Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-11-17T20:05:11.416Z] === RUN TestDockerSuite/TestExecExitStatus [2020-11-17T20:05:12.952Z] === RUN TestDockerSuite/TestExecInspectID [2020-11-17T20:05:13.775Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-11-17T20:05:17.640Z] === RUN TestDockerSuite/TestExecInteractive [2020-11-17T20:05:17.640Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-11-17T20:05:17.640Z] === RUN TestDockerSuite/TestExecParseError [2020-11-17T20:05:17.640Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-11-17T20:05:17.640Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-11-17T20:05:17.640Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-11-17T20:05:19.816Z] === RUN TestDockerSuite/TestExecSetEnv [2020-11-17T20:05:19.816Z] === RUN TestDockerSuite/TestExecStartFails [2020-11-17T20:05:19.816Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-11-17T20:05:19.816Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-11-17T20:05:19.816Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-11-17T20:05:19.816Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-11-17T20:05:21.355Z] === RUN TestDockerSuite/TestExecUlimits [2020-11-17T20:05:21.355Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-11-17T20:05:27.153Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-11-17T20:05:27.153Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-11-17T20:05:27.153Z] === RUN TestDockerSuite/TestExecWithUser [2020-11-17T20:05:27.153Z] === RUN TestDockerSuite/TestGetContainerStats [2020-11-17T20:05:28.620Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-11-17T20:05:32.944Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-11-17T20:05:38.738Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-11-17T20:05:40.914Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-11-17T20:05:43.453Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-11-17T20:05:46.704Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-11-17T20:05:46.704Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-11-17T20:05:46.704Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-11-17T20:05:46.704Z] === RUN TestDockerSuite/TestHealth [2020-11-17T20:05:46.704Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-11-17T20:05:46.704Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-11-17T20:05:46.704Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-11-17T20:05:46.704Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-11-17T20:05:51.393Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-11-17T20:05:51.393Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-11-17T20:05:51.393Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-11-17T20:05:51.393Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-11-17T20:05:51.393Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-11-17T20:05:51.393Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-11-17T20:05:51.852Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-11-17T20:05:51.852Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-11-17T20:05:52.818Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-11-17T20:05:52.818Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-11-17T20:05:53.785Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-11-17T20:05:54.243Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-11-17T20:05:55.780Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-11-17T20:05:57.956Z] === RUN TestDockerSuite/TestImagesFormat [2020-11-17T20:05:57.957Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-11-17T20:05:57.957Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-11-17T20:06:00.865Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-11-17T20:06:00.865Z] === RUN TestDockerSuite/TestImportBadURL [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestImportDisplay [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestImportFile [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestImportGzipped [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-11-17T20:06:03.770Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-11-17T20:06:05.309Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-11-17T20:06:07.484Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-11-17T20:06:07.484Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-11-17T20:06:07.484Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-11-17T20:06:07.484Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-11-17T20:06:07.484Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-11-17T20:06:09.019Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-11-17T20:06:09.478Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-11-17T20:06:11.013Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-11-17T20:06:11.013Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-11-17T20:06:11.013Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-11-17T20:06:11.013Z] === RUN TestDockerSuite/TestInspectDefault [2020-11-17T20:06:12.551Z] === RUN TestDockerSuite/TestInspectHistory [2020-11-17T20:06:17.238Z] === RUN TestDockerSuite/TestInspectImage [2020-11-17T20:06:17.238Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-11-17T20:06:17.238Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-11-17T20:06:17.238Z] === RUN TestDockerSuite/TestInspectInt64 [2020-11-17T20:06:18.205Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-11-17T20:06:19.742Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-11-17T20:06:19.742Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-11-17T20:06:21.920Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-11-17T20:06:23.458Z] === RUN TestDockerSuite/TestInspectPlugin [2020-11-17T20:06:23.458Z] === RUN TestDockerSuite/TestInspectRootFS [2020-11-17T20:06:23.459Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-11-17T20:06:24.425Z] === RUN TestDockerSuite/TestInspectStatus [2020-11-17T20:06:26.607Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-11-17T20:06:30.062Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-11-17T20:06:30.345Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-11-17T20:06:31.884Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-11-17T20:06:33.419Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-11-17T20:06:34.956Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-11-17T20:06:36.492Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-11-17T20:06:38.028Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksEnvs [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-11-17T20:06:40.204Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-11-17T20:06:41.741Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-11-17T20:06:43.277Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-11-17T20:06:47.965Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-11-17T20:06:48.113Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-11-17T20:06:50.154Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-11-17T20:06:50.154Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-11-17T20:06:51.692Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-11-17T20:06:51.692Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-11-17T20:06:57.492Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-11-17T20:07:03.282Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-11-17T20:07:09.074Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-11-17T20:07:10.610Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-11-17T20:07:12.787Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-11-17T20:07:12.787Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-11-17T20:07:14.326Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-11-17T20:07:15.866Z] === RUN TestDockerSuite/TestLogsSince [2020-11-17T20:07:20.172Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-11-17T20:07:24.433Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-11-17T20:07:24.433Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-11-17T20:07:24.433Z] === RUN TestDockerSuite/TestLogsTail [2020-11-17T20:07:26.609Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-11-17T20:07:28.785Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestMountIntoProc [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestMountIntoSys [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestNetHostname [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPluginActive [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPortHostBinding [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPortList [2020-11-17T20:07:30.320Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-11-17T20:07:34.053Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-11-17T20:07:34.053Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-11-17T20:07:34.053Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-11-17T20:07:34.053Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-11-17T20:07:34.053Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-11-17T20:07:34.053Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-11-17T20:07:34.053Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-11-17T20:07:34.053Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-11-17T20:07:34.053Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-11-17T20:07:34.053Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-11-17T20:07:37.787Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-11-17T20:07:37.787Z] === RUN TestDockerSuite/TestPsByOrder [2020-11-17T20:07:44.857Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-11-17T20:07:44.857Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-11-17T20:07:52.204Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-11-17T20:07:53.426Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-11-17T20:08:03.742Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-11-17T20:08:03.742Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-11-17T20:08:03.742Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-11-17T20:08:07.036Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-11-17T20:08:16.122Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-11-17T20:08:17.659Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-11-17T20:08:25.075Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-11-17T20:08:27.979Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-11-17T20:08:31.714Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-11-17T20:08:31.714Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-11-17T20:08:31.714Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-11-17T20:08:35.447Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-11-17T20:08:35.447Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-11-17T20:08:35.447Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-11-17T20:08:35.447Z] === RUN TestDockerSuite/TestPsRightTagName [2020-11-17T20:08:35.447Z] === RUN TestDockerSuite/TestPsShowMounts [2020-11-17T20:08:39.928Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-11-17T20:08:41.240Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-11-17T20:08:41.241Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-11-17T20:08:42.780Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-11-17T20:08:42.780Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-11-17T20:08:44.317Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-11-17T20:08:44.776Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-11-17T20:08:44.776Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-11-17T20:08:48.510Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-11-17T20:08:51.412Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-11-17T20:08:53.590Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-11-17T20:08:54.761Z] --- PASS: TestDockerExternalVolumeSuite (437.10s) [2020-11-17T20:08:54.761Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2020-11-17T20:08:54.761Z] docker_cli_external_volume_driver_test.go:53: [d40cdbde3942f] daemon is not started [2020-11-17T20:08:54.761Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2020-11-17T20:08:54.761Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.20s) [2020-11-17T20:08:54.761Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-11-17T20:08:54.761Z] docker_cli_external_volume_driver_test.go:53: [db87424de4659] daemon is not started [2020-11-17T20:08:54.761Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-11-17T20:08:54.761Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-11-17T20:08:54.761Z] docker_cli_external_volume_driver_test.go:53: [d5b6cbfb04e90] daemon is not started [2020-11-17T20:08:54.761Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-11-17T20:08:54.761Z] docker_cli_external_volume_driver_test.go:53: [db5b00f52c04e] daemon is not started [2020-11-17T20:08:54.761Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.21s) [2020-11-17T20:08:54.761Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2020-11-17T20:08:54.761Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2020-11-17T20:08:54.761Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2020-11-17T20:08:54.762Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s) [2020-11-17T20:08:54.762Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.29s) [2020-11-17T20:08:54.762Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s) [2020-11-17T20:08:54.762Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.20s) [2020-11-17T20:08:54.762Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.67s) [2020-11-17T20:08:54.762Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.02s) [2020-11-17T20:08:54.762Z] docker_cli_external_volume_driver_test.go:485: [d85765f205e4b] daemon is not started [2020-11-17T20:08:54.762Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-11-17T20:08:54.762Z] docker_cli_external_volume_driver_test.go:53: [d2f1647535f59] daemon is not started [2020-11-17T20:08:54.762Z] PASS [2020-11-17T20:08:54.762Z] [2020-11-17T20:08:54.762Z] === Skipped [2020-11-17T20:08:54.762Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-11-17T20:08:54.762Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-11-17T20:08:54.762Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-11-17T20:08:54.762Z] check_test.go:309: [dfc1f0129e141] daemon is not started [2020-11-17T20:08:54.762Z] [2020-11-17T20:08:54.762Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-11-17T20:08:54.762Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-11-17T20:08:54.762Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-11-17T20:08:54.762Z] check_test.go:309: [d04e986ccf6d0] daemon is not started [2020-11-17T20:08:54.762Z] [2020-11-17T20:08:54.762Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-11-17T20:08:54.762Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-11-17T20:08:54.762Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-11-17T20:08:54.762Z] check_test.go:309: [db8e2dc6b854b] daemon is not started [2020-11-17T20:08:54.762Z] [2020-11-17T20:08:54.762Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-11-17T20:08:54.762Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-11-17T20:08:54.762Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-11-17T20:08:54.762Z] [2020-11-17T20:08:54.762Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-17T20:08:54.762Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-17T20:08:54.762Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-11-17T20:08:54.762Z] [2020-11-17T20:08:54.762Z] [2020-11-17T20:08:54.762Z] DONE 273 tests, 5 skipped in 2523.140s [2020-11-17T20:08:54.762Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-17T20:08:54.762Z] ++++ cat bundles/test-integration/docker.pid [2020-11-17T20:08:54.762Z] +++ kill 8022 [2020-11-17T20:08:55.688Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d228a8becf52d/docker.pid [2020-11-17T20:08:55.688Z] +++ kill 5885 [2020-11-17T20:08:55.688Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5885 is not a child of this shell [2020-11-17T20:08:55.688Z] warning: PID 5885 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d228a8becf52d/docker.pid had a nonzero exit code [2020-11-17T20:08:55.688Z] +++ /etc/init.d/apparmor stop [2020-11-17T20:08:55.688Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-17T20:08:55.688Z] [2020-11-17T20:08:55.688Z] Unloading profiles will leave already running processes permanently [2020-11-17T20:08:55.688Z] unconfined, which can lead to unexpected situations. [2020-11-17T20:08:55.688Z] [2020-11-17T20:08:55.688Z] To set a process to complain mode, use the command line tool [2020-11-17T20:08:55.688Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-17T20:08:55.688Z] +++ true [2020-11-17T20:08:55.688Z] exiting test-integration [2020-11-17T20:08:55.688Z] ++ exit 0 [2020-11-17T20:08:55.688Z] [2020-11-17T20:08:55.943Z] + exit 0 [2020-11-17T20:08:55.944Z] ++ jobs -p [2020-11-17T20:08:55.944Z] + pids= [2020-11-17T20:08:55.944Z] + echo 'Remaining pids to kill: []' [2020-11-17T20:08:55.944Z] Remaining pids to kill: [] [2020-11-17T20:08:55.944Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-11-17T20:08:55.960Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-17T20:08:58.228Z] + echo Ensuring container killed. [2020-11-17T20:08:58.228Z] Ensuring container killed. [2020-11-17T20:08:58.228Z] + docker ps -aq -f name=docker-pr4-* [2020-11-17T20:08:58.228Z] + cids=af29b48de8e3 [2020-11-17T20:08:58.228Z] d1599b23de50 [2020-11-17T20:08:58.228Z] 7e0565a1dcc7 [2020-11-17T20:08:58.228Z] + [ -n af29b48de8e3 [2020-11-17T20:08:58.228Z] d1599b23de50 [2020-11-17T20:08:58.228Z] 7e0565a1dcc7 ] [2020-11-17T20:08:58.228Z] + docker rm -vf af29b48de8e3 d1599b23de50 7e0565a1dcc7 [2020-11-17T20:09:00.747Z] af29b48de8e3 [2020-11-17T20:09:00.747Z] d1599b23de50 [2020-11-17T20:09:00.747Z] 7e0565a1dcc7 [Pipeline] sh [2020-11-17T20:09:01.060Z] + echo Chowning /workspace to jenkins user [2020-11-17T20:09:01.060Z] Chowning /workspace to jenkins user [2020-11-17T20:09:01.060Z] + id -u [2020-11-17T20:09:01.060Z] + id -g [2020-11-17T20:09:01.060Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41682:/workspace busybox chown -R 1000:1000 /workspace [2020-11-17T20:09:01.060Z] Unable to find image 'busybox:latest' locally [2020-11-17T20:09:06.300Z] latest: Pulling from library/busybox [2020-11-17T20:09:06.300Z] 9758c28807f2: Pulling fs layer [2020-11-17T20:09:06.300Z] 9758c28807f2: Download complete [2020-11-17T20:09:06.300Z] 9758c28807f2: Pull complete [2020-11-17T20:09:06.557Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-17T20:09:06.557Z] Status: Downloaded newer image for busybox:latest [2020-11-17T20:09:08.408Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-11-17T20:09:08.408Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-17T20:09:10.166Z] + bundleName=amd64 [2020-11-17T20:09:10.166Z] + echo Creating amd64-bundles.tar.gz [2020-11-17T20:09:10.166Z] Creating amd64-bundles.tar.gz [2020-11-17T20:09:10.166Z] + + findxargs bundles tar -path -czf */root/*overlay2 amd64-bundles.tar.gz -prune [2020-11-17T20:09:10.166Z] -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-11-17T20:09:11.101Z] Archiving artifacts [2020-11-17T20:09:12.141Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-11-17T20:09:12.141Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-11-17T20:09:12.141Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-11-17T20:09:12.141Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-11-17T20:09:12.960Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41682/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-17T20:09:13.305Z] + make clean [2020-11-17T20:09:13.568Z] docker volume rm -f docker-dev-cache [2020-11-17T20:09:13.568Z] docker-dev-cache [Pipeline] deleteDir [2020-11-17T20:09:15.874Z] === RUN TestDockerSuite/TestRestartStoppedContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-17T20:09:19.618Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-11-17T20:09:19.618Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-11-17T20:09:22.523Z] === RUN TestDockerSuite/TestRmiBlank [2020-11-17T20:09:22.523Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-11-17T20:09:22.981Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-11-17T20:09:35.360Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-11-17T20:09:36.327Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-11-17T20:09:36.786Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-11-17T20:09:42.576Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-11-17T20:09:47.264Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-11-17T20:09:53.055Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-11-17T20:09:56.790Z] === RUN TestDockerSuite/TestRmiTag [2020-11-17T20:09:57.248Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-11-17T20:09:59.424Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-11-17T20:10:14.230Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-11-17T20:10:15.198Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-11-17T20:10:19.889Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-11-17T20:10:20.347Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-11-17T20:10:20.347Z] === RUN TestDockerSuite/TestRunAddHost [2020-11-17T20:10:20.347Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-11-17T20:10:20.347Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-11-17T20:10:20.347Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-11-17T20:10:20.347Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-11-17T20:10:20.347Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-11-17T20:10:20.347Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-11-17T20:10:21.885Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-11-17T20:10:22.343Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-11-17T20:10:22.343Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-11-17T20:10:26.074Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-11-17T20:10:27.610Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-11-17T20:10:29.149Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-11-17T20:10:31.326Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-11-17T20:10:32.862Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-11-17T20:10:32.862Z] === RUN TestDockerSuite/TestRunBindMounts [2020-11-17T20:10:36.593Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-11-17T20:10:36.593Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-11-17T20:10:36.593Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-11-17T20:10:36.593Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-11-17T20:10:36.593Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-11-17T20:10:36.593Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-11-17T20:10:36.593Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-11-17T20:10:36.593Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-11-17T20:10:36.593Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-11-17T20:10:36.593Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-11-17T20:10:36.593Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-11-17T20:10:36.593Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-11-17T20:10:38.130Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-11-17T20:10:38.130Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-11-17T20:10:40.304Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-11-17T20:10:40.304Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-11-17T20:10:40.304Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-11-17T20:10:41.842Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-11-17T20:10:41.842Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-11-17T20:10:41.842Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-11-17T20:10:41.842Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-11-17T20:10:41.842Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-11-17T20:10:41.842Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-11-17T20:10:41.842Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-11-17T20:10:41.842Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-11-17T20:10:43.378Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-11-17T20:10:45.556Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-11-17T20:10:47.092Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-11-17T20:10:47.092Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-11-17T20:10:47.092Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-11-17T20:10:47.092Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-11-17T20:10:48.627Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-11-17T20:10:48.627Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-11-17T20:10:48.627Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-11-17T20:10:48.627Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-11-17T20:10:48.627Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-11-17T20:10:50.163Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-11-17T20:10:54.852Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-11-17T20:10:54.852Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-11-17T20:10:54.852Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-11-17T20:10:54.852Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-11-17T20:10:54.852Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-11-17T20:10:54.852Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-11-17T20:10:54.852Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-11-17T20:10:57.032Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-11-17T20:10:57.032Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-11-17T20:10:57.032Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-11-17T20:10:57.032Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-11-17T20:10:58.568Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-11-17T20:11:00.745Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-11-17T20:11:00.745Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-11-17T20:11:02.280Z] === RUN TestDockerSuite/TestRunEnvironment [2020-11-17T20:11:02.280Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-11-17T20:11:02.280Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-11-17T20:11:02.280Z] === RUN TestDockerSuite/TestRunExitCode [2020-11-17T20:11:03.817Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-11-17T20:11:05.994Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-11-17T20:11:08.171Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-11-17T20:11:09.706Z] === RUN TestDockerSuite/TestRunExposePort [2020-11-17T20:11:09.706Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-11-17T20:11:09.706Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-11-17T20:11:09.706Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-11-17T20:11:09.706Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-11-17T20:11:09.706Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-17T20:11:09.706Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-11-17T20:11:09.706Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-11-17T20:11:09.706Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-11-17T20:11:18.272Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-11-17T20:11:18.272Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-11-17T20:11:18.272Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-11-17T20:11:18.272Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-11-17T20:11:18.272Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-11-17T20:11:18.272Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-11-17T20:11:18.272Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-11-17T20:11:25.343Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-11-17T20:11:25.343Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunModeHostname [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunMount [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-11-17T20:11:26.310Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-11-17T20:11:32.099Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-11-17T20:11:32.099Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-11-17T20:11:32.099Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-11-17T20:11:32.099Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-11-17T20:11:35.832Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-11-17T20:11:38.741Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-11-17T20:11:38.741Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-11-17T20:11:38.741Z] === RUN TestDockerSuite/TestRunNetHost [2020-11-17T20:11:38.741Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-11-17T20:11:38.741Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-11-17T20:11:38.741Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-11-17T20:11:38.741Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-11-17T20:11:38.741Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-11-17T20:11:38.741Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-11-17T20:11:38.741Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-11-17T20:11:38.741Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-11-17T20:11:40.276Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-11-17T20:11:41.815Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-11-17T20:11:43.350Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-11-17T20:11:44.319Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-11-17T20:11:45.855Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-11-17T20:11:46.315Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-11-17T20:11:46.315Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-11-17T20:11:46.315Z] === RUN TestDockerSuite/TestRunPortInUse [2020-11-17T20:11:46.315Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-11-17T20:11:46.315Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-11-17T20:11:46.315Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-11-17T20:11:46.315Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-11-17T20:11:46.315Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-17T20:11:49.219Z] === RUN TestDockerSuite/TestRunPublishPort [2020-11-17T20:11:49.219Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-11-17T20:11:49.219Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-11-17T20:11:49.219Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-11-17T20:11:49.219Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-11-17T20:11:49.219Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-11-17T20:11:55.009Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-11-17T20:11:55.009Z] === RUN TestDockerSuite/TestRunRm [2020-11-17T20:11:57.186Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-11-17T20:12:01.876Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-11-17T20:12:03.411Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-11-17T20:12:05.588Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-11-17T20:12:07.126Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-11-17T20:12:09.306Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-11-17T20:12:09.306Z] === RUN TestDockerSuite/TestRunState [2020-11-17T20:12:09.306Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-11-17T20:12:10.840Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-11-17T20:12:10.840Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-11-17T20:12:12.376Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-11-17T20:12:12.376Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-11-17T20:12:12.376Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-11-17T20:12:12.834Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-11-17T20:12:12.834Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-11-17T20:12:12.834Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-11-17T20:12:17.535Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-11-17T20:12:17.535Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-11-17T20:12:17.535Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-11-17T20:12:17.535Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-11-17T20:12:17.535Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-11-17T20:12:17.535Z] === RUN TestDockerSuite/TestRunUserByID [2020-11-17T20:12:17.535Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-11-17T20:12:17.535Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-11-17T20:12:17.535Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-11-17T20:12:17.535Z] === RUN TestDockerSuite/TestRunUserByName [2020-11-17T20:12:17.535Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-11-17T20:12:19.071Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-11-17T20:12:19.071Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-11-17T20:12:20.607Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-11-17T20:12:20.608Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-11-17T20:12:20.608Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-11-17T20:12:23.513Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-11-17T20:12:29.303Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-11-17T20:12:32.206Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-11-17T20:12:36.904Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-11-17T20:12:36.904Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-11-17T20:12:36.904Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-11-17T20:12:39.083Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-11-17T20:12:40.619Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-11-17T20:12:42.797Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-11-17T20:12:42.797Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-11-17T20:12:42.797Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-11-17T20:12:42.797Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-11-17T20:12:42.797Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-11-17T20:12:42.797Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-11-17T20:12:42.797Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-11-17T20:12:42.797Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-11-17T20:12:42.797Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-11-17T20:12:46.533Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-11-17T20:12:47.500Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-11-17T20:12:49.035Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSaveImageId [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-11-17T20:12:52.768Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-11-17T20:12:54.946Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-11-17T20:12:55.405Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-11-17T20:12:55.863Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-11-17T20:12:55.863Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-11-17T20:12:57.400Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-11-17T20:13:03.201Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-11-17T20:13:03.201Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-11-17T20:13:08.992Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-11-17T20:13:08.992Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-11-17T20:13:11.894Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-11-17T20:13:11.894Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-11-17T20:13:11.894Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-11-17T20:13:11.894Z] === RUN TestDockerSuite/TestStartRecordError [2020-11-17T20:13:11.894Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-11-17T20:13:20.466Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-11-17T20:13:20.466Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-11-17T20:13:20.466Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-11-17T20:13:20.466Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-11-17T20:13:20.466Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-11-17T20:13:20.466Z] === RUN TestDockerSuite/TestStatsNoStream [2020-11-17T20:13:20.466Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-11-17T20:13:22.005Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-11-17T20:13:23.542Z] === RUN TestDockerSuite/TestTopPrivileged [2020-11-17T20:13:23.542Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-11-17T20:13:25.078Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-11-17T20:13:25.079Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-11-17T20:13:25.079Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-11-17T20:13:25.079Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-11-17T20:13:25.079Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-11-17T20:13:25.079Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-11-17T20:13:25.079Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-11-17T20:13:42.767Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-11-17T20:13:42.767Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-11-17T20:13:42.767Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-11-17T20:13:42.767Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-11-17T20:13:42.767Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-11-17T20:13:42.767Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-11-17T20:13:42.767Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-11-17T20:13:43.226Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-11-17T20:13:43.684Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-11-17T20:13:45.864Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-11-17T20:13:46.324Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-11-17T20:13:46.784Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-11-17T20:13:46.784Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-11-17T20:13:46.784Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-11-17T20:13:52.585Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-11-17T20:13:52.585Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-11-17T20:13:53.045Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-11-17T20:13:53.045Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-11-17T20:13:53.045Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-11-17T20:13:58.840Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-11-17T20:13:59.299Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-11-17T20:13:59.299Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-11-17T20:14:07.877Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-11-17T20:14:07.877Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-11-17T20:14:07.877Z] --- PASS: TestDockerSuite (2058.84s) [2020-11-17T20:14:07.877Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-11-17T20:14:07.877Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-11-17T20:14:07.877Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.877Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-11-17T20:14:07.877Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-11-17T20:14:07.877Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2020-11-17T20:14:07.877Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-11-17T20:14:07.877Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.877Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.81s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.37s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.46s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (143.09s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.77s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-11-17T20:14:07.878Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-11-17T20:14:07.878Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-11-17T20:14:07.878Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-11-17T20:14:07.878Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-11-17T20:14:07.878Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-11-17T20:14:07.878Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-11-17T20:14:07.878Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-11-17T20:14:07.878Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.32s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-11-17T20:14:07.878Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-11-17T20:14:07.878Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.13s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.81s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.62s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.99s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (87.84s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2020-11-17T20:14:07.878Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.94s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.86s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.61s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.59s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.53s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.28s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.89s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.96s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.32s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.67s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.99s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.10s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.28s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.35s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddTar (42.92s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.25s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (16.11s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.61s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.62s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.21s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.75s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.24s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.11s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.56s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (8.82s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.37s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.41s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (24.58s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.11s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.54s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.10s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.94s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.96s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-11-17T20:14:07.878Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.08s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.71s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCmd (0.41s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.44s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.39s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.96s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.57s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.91s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.32s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.76s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.66s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.56s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.55s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.47s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (30.11s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.32s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.02s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.84s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.22s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (21.42s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.57s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.36s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.17s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.59s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.94s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.08s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.03s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerignore (47.25s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.78s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (53.50s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.21s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.57s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (17.57s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.57s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.32s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.38s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.32s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.63s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (65.63s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.33s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.25s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.62s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.81s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.32s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.37s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.53s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.48s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.57s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.70s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.26s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.23s) [2020-11-17T20:14:07.878Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.48s) [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.878Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-11-17T20:14:07.878Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildFails (1.98s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.67s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (9.20s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.74s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.10s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.20s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.92s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.62s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.36s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.83s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildHistory (7.61s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.70s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.53s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.57s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.93s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildLabel (0.73s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.44s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.81s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.41s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildLabels (0.64s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.21s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.83s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.40s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.58s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.53s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (12.18s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.54s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.13s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (17.57s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.63s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (4.58s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.39s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.74s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.11s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.52s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.27s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.91s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (6.74s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.22s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.76s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.93s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.97s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildOnBuild (7.94s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.19s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.13s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (2.71s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.79s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.40s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.23s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.80s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.75s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (35.08s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.90s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildRm (12.85s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.64s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s) [2020-11-17T20:14:07.879Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.95s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.79s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (2.63s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.58s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (16.36s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.62s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.48s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.05s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.34s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildStderr (4.08s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.13s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.37s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.94s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.13s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.65s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.72s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.41s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.13s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (17.84s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.61s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.94s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.65s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.26s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.94s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.06s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.96s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.32s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.08s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.26s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.87s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.51s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.45s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.25s) [2020-11-17T20:14:07.879Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-11-17T20:14:07.879Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-11-17T20:14:07.879Z] docker_cli_sni_test.go:18: Flakey test [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.70s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.74s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestCommitChange (4.20s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.85s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.90s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestCommitTTY (5.80s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.84s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.48s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.44s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.73s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.81s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.88s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.01s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.48s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.45s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.65s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.84s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.73s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.52s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.94s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.17s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.67s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (2.76s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.09s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.39s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.88s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-11-17T20:14:07.879Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.33s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.76s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.88s) [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-11-17T20:14:07.879Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-11-17T20:14:07.879Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.59s) [2020-11-17T20:14:07.879Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (14.16s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.02s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (1.96s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.04s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.05s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0001f6720_} (2.04s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1512260166_c:\foo_false____} (2.00s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1512260166_c:\foo_true____} (2.02s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-11-17T20:14:07.880Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.12s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-11-17T20:14:07.880Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.89s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-11-17T20:14:07.880Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2020-11-17T20:14:07.880Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2020-11-17T20:14:07.880Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2020-11-17T20:14:07.880Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2020-11-17T20:14:07.880Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.92s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.82s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCpToCaseA (8.34s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCpToCaseB (1.91s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.17s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.83s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCpToDot (1.74s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCpToStdout (2.36s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.12s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateArgs (0.12s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.74s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.75s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.21s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.13s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.70s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.46s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateLabels (0.13s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateRM (0.24s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.11s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.22s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.37s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.15s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.41s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.74s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.20s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-11-17T20:14:07.880Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.08s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-11-17T20:14:07.880Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-11-17T20:14:07.880Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-11-17T20:14:07.880Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-11-17T20:14:07.880Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-11-17T20:14:07.880Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-11-17T20:14:07.880Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-11-17T20:14:07.880Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.09s) [2020-11-17T20:14:07.880Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-11-17T20:14:07.880Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-11-17T20:14:07.880Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.28s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.86s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.07s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.39s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestEventsCopy (4.78s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.02s) [2020-11-17T20:14:07.880Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.71s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.60s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (6.57s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.54s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.76s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsFilters (3.60s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsFormat (3.86s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsRename (1.91s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsResize (2.37s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.78s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.03s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.10s) [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsUntag (2.71s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (2.85s) [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-11-17T20:14:08.341Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.35s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.45s) [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-11-17T20:14:08.341Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-11-17T20:14:08.341Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-11-17T20:14:08.341Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.42s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.64s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.57s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.64s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.44s) [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.64s) [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestExecInspectID (4.68s) [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-11-17T20:14:08.341Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.90s) [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-11-17T20:14:08.341Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.71s) [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-11-17T20:14:08.341Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.341Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.83s) [2020-11-17T20:14:08.341Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.65s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.56s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.52s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.61s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-11-17T20:14:08.342Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.11s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.28s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.46s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.74s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.21s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.23s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.58s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.90s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesFormat (0.16s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.19s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.05s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImportBadURL (2.43s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-11-17T20:14:08.342Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-11-17T20:14:08.342Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.80s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.74s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-11-17T20:14:08.342Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-11-17T20:14:08.342Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.84s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.58s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectDefault (1.73s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectHistory (3.87s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-11-17T20:14:08.342Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.63s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.49s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.13s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.83s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.49s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.42s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectStatus (2.01s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.25s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.68s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.61s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.54s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.75s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.75s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.71s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.37s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.45s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.01s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.94s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-11-17T20:14:08.342Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.63s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.52s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.53s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.79s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.86s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.00s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.80s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.76s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsSince (8.40s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsTail (2.07s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.90s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.69s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.31s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-11-17T20:14:08.342Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-11-17T20:14:08.342Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-11-17T20:14:08.342Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-11-17T20:14:08.342Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-11-17T20:14:08.342Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-11-17T20:14:08.342Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-11-17T20:14:08.342Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2020-11-17T20:14:08.342Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.43s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-17T20:14:08.342Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestPsByOrder (6.67s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.35s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (10.46s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.22s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-11-17T20:14:08.342Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.09s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.58s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.48s) [2020-11-17T20:14:08.342Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.40s) [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-11-17T20:14:08.342Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.342Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-11-17T20:14:08.342Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.62s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.50s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (2.03s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.27s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.91s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-11-17T20:14:08.343Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.26s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.15s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.85s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (13.65s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (4.64s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.18s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.12s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.50s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.49s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.39s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.27s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.22s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.30s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.21s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.53s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.24s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.51s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.31s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.82s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiTag (0.56s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.88s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.02s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (1.97s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.24s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.93s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.69s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.39s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.09s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.60s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.70s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.67s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.43s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.57s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.17s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.60s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.74s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.80s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.81s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.66s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.57s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.43s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.10s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.07s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.65s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.70s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.83s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunExitCode (1.77s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.71s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.08s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.71s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.64s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.49s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.44s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.22s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (3.68s) [2020-11-17T20:14:08.343Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.15s) [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-11-17T20:14:08.343Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.343Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.25s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.52s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.50s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.66s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.48s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.10s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunRm (1.74s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.00s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (1.78s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.78s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.78s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.02s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.72s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.51s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.57s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.73s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.60s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.44s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.28s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.29s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (4.87s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.33s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.81s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.79s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.31s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.38s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.54s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.38s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-17T20:14:08.344Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.38s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.20s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.51s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.15s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.04s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestStartAttachSilent (2.96s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.57s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.53s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.79s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.56s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.11s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-11-17T20:14:08.344Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.23s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLILs (1.99s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.44s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.32s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.32s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.05s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (5.73s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-11-17T20:14:08.344Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.48s) [2020-11-17T20:14:08.344Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.16s) [2020-11-17T20:14:08.344Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-11-17T20:14:08.345Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.85s) [2020-11-17T20:14:08.345Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.22s) [2020-11-17T20:14:08.345Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.21s) [2020-11-17T20:14:08.345Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.23s) [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-11-17T20:14:08.345Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.22s) [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-11-17T20:14:08.345Z] --- PASS: TestDockerRegistrySuite (0.12s) [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-11-17T20:14:08.345Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-11-17T20:14:08.345Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-11-17T20:14:08.345Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthTokenSuite [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-11-17T20:14:08.345Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-11-17T20:14:08.345Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] === RUN TestDockerDaemonSuite [2020-11-17T20:14:08.345Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-11-17T20:14:08.345Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-11-17T20:14:08.345Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-11-17T20:14:08.345Z] --- PASS: TestDockerDaemonSuite (0.00s) [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] === RUN TestDockerSwarmSuite [2020-11-17T20:14:08.345Z] --- PASS: TestDockerSwarmSuite (0.00s) [2020-11-17T20:14:08.345Z] === RUN TestDockerPluginSuite [2020-11-17T20:14:08.345Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2020-11-17T20:14:08.345Z] === RUN TestDockerPluginSuite/TestPluginCreate [2020-11-17T20:14:08.345Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2020-11-17T20:14:08.345Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2020-11-17T20:14:08.345Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2020-11-17T20:14:08.345Z] === RUN TestDockerPluginSuite/TestPluginInspect [2020-11-17T20:14:08.345Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2020-11-17T20:14:08.345Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2020-11-17T20:14:08.345Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2020-11-17T20:14:08.345Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2020-11-17T20:14:08.345Z] === RUN TestDockerPluginSuite/TestPluginSet [2020-11-17T20:14:08.345Z] --- PASS: TestDockerPluginSuite (0.02s) [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-11-17T20:14:08.345Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.345Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-11-17T20:14:08.346Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-11-17T20:14:08.346Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-11-17T20:14:08.346Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-11-17T20:14:08.346Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-11-17T20:14:08.346Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-11-17T20:14:08.346Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] === RUN TestDockerExternalVolumeSuite [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2020-11-17T20:14:08.346Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] === RUN TestDockerNetworkSuite [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2020-11-17T20:14:08.346Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] === RUN TestDockerHubPullSuite [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2020-11-17T20:14:08.346Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] PASS [2020-11-17T20:14:08.346Z] ok github.com/docker/docker/integration-cli 2059.561s [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === Skipped [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-11-17T20:14:08.346Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-11-17T20:14:08.346Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-11-17T20:14:08.346Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-11-17T20:14:08.346Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-11-17T20:14:08.346Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-11-17T20:14:08.346Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-11-17T20:14:08.346Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-11-17T20:14:08.346Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-11-17T20:14:08.346Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-11-17T20:14:08.346Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-11-17T20:14:08.346Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-11-17T20:14:08.346Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2020-11-17T20:14:08.346Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.25s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.25s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.61s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.61s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.75s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.75s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.54s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.54s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.29s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-11-17T20:14:08.346Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.22s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.22s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.25s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.25s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.346Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-11-17T20:14:08.346Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-11-17T20:14:08.346Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.346Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.28s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.29s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s) [2020-11-17T20:14:08.347Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.27s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.26s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.26s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.26s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.26s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.25s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.25s) [2020-11-17T20:14:08.347Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-11-17T20:14:08.347Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-11-17T20:14:08.347Z] docker_cli_sni_test.go:18: Flakey test [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-11-17T20:14:08.347Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-11-17T20:14:08.347Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-11-17T20:14:08.347Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-11-17T20:14:08.347Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-11-17T20:14:08.347Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-11-17T20:14:08.347Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-11-17T20:14:08.347Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-11-17T20:14:08.347Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-11-17T20:14:08.347Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-11-17T20:14:08.347Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-11-17T20:14:08.347Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.347Z] [2020-11-17T20:14:08.347Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-11-17T20:14:08.347Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-11-17T20:14:08.347Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-11-17T20:14:08.348Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-11-17T20:14:08.348Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-11-17T20:14:08.348Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-11-17T20:14:08.348Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-11-17T20:14:08.348Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-11-17T20:14:08.348Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-11-17T20:14:08.348Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-11-17T20:14:08.348Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2020-11-17T20:14:08.348Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.03s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2020-11-17T20:14:08.348Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2020-11-17T20:14:08.348Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2020-11-17T20:14:08.348Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-11-17T20:14:08.348Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.348Z] [2020-11-17T20:14:08.348Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-11-17T20:14:08.348Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-11-17T20:14:08.809Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-11-17T20:14:08.809Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-11-17T20:14:08.809Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-11-17T20:14:08.809Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-11-17T20:14:08.809Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-11-17T20:14:08.809Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-11-17T20:14:08.809Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-11-17T20:14:08.809Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.09s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.09s) [2020-11-17T20:14:08.809Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-11-17T20:14:08.809Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-11-17T20:14:08.809Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-11-17T20:14:08.809Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-11-17T20:14:08.809Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-11-17T20:14:08.809Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-11-17T20:14:08.809Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-11-17T20:14:08.809Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-11-17T20:14:08.809Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-11-17T20:14:08.809Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.809Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-11-17T20:14:08.810Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-11-17T20:14:08.810Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-11-17T20:14:08.810Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-11-17T20:14:08.810Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-11-17T20:14:08.810Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-11-17T20:14:08.810Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-11-17T20:14:08.810Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-11-17T20:14:08.810Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-11-17T20:14:08.810Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-11-17T20:14:08.810Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.810Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-11-17T20:14:08.811Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-11-17T20:14:08.811Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-11-17T20:14:08.811Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-11-17T20:14:08.811Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-11-17T20:14:08.811Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-11-17T20:14:08.811Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2020-11-17T20:14:08.811Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-17T20:14:08.811Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-11-17T20:14:08.811Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-11-17T20:14:08.811Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-11-17T20:14:08.811Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-11-17T20:14:08.811Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-11-17T20:14:08.811Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.811Z] [2020-11-17T20:14:08.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-11-17T20:14:08.812Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.812Z] [2020-11-17T20:14:08.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-11-17T20:14:08.812Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-17T20:14:08.813Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-11-17T20:14:08.813Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-11-17T20:14:08.813Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-11-17T20:14:08.813Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-11-17T20:14:08.813Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-11-17T20:14:08.813Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-17T20:14:08.813Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-17T20:14:08.813Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-17T20:14:08.813Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-11-17T20:14:08.813Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-11-17T20:14:08.813Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-11-17T20:14:08.813Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-11-17T20:14:08.813Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.813Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-11-17T20:14:08.814Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-11-17T20:14:08.814Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.814Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-11-17T20:14:08.815Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-11-17T20:14:08.815Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] DONE 1093 tests, 547 skipped in 2068.800s [2020-11-17T20:14:08.815Z] INFO: Integration tests ended at 11/17/2020 20:14:08. Duration:00:34:29.0344445 [2020-11-17T20:14:08.815Z] INFO: Docker info of the daemon under test at end of run [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] Containers: 2 [2020-11-17T20:14:08.815Z] Running: 0 [2020-11-17T20:14:08.815Z] Paused: 0 [2020-11-17T20:14:08.815Z] Stopped: 2 [2020-11-17T20:14:08.815Z] Images: 18 [2020-11-17T20:14:08.815Z] Server Version: 0.0.0-dev [2020-11-17T20:14:08.815Z] Storage Driver: windowsfilter [2020-11-17T20:14:08.815Z] Windows: [2020-11-17T20:14:08.815Z] Logging Driver: json-file [2020-11-17T20:14:08.815Z] Plugins: [2020-11-17T20:14:08.815Z] Volume: local [2020-11-17T20:14:08.815Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-17T20:14:08.815Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-17T20:14:08.815Z] Swarm: inactive [2020-11-17T20:14:08.815Z] Default Isolation: process [2020-11-17T20:14:08.815Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-17T20:14:08.815Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-17T20:14:08.815Z] OSType: windows [2020-11-17T20:14:08.815Z] Architecture: x86_64 [2020-11-17T20:14:08.815Z] CPUs: 4 [2020-11-17T20:14:08.815Z] Total Memory: 32GiB [2020-11-17T20:14:08.815Z] Name: azwin-2-34df70 [2020-11-17T20:14:08.815Z] ID: EV5W:GCRD:263C:4ZAD:CN2Q:CGHU:CHWH:5ZDB:K2MD:7NMN:N2OL:LSYU [2020-11-17T20:14:08.815Z] Docker Root Dir: D:\CI\PR-41682\4\daemon [2020-11-17T20:14:08.815Z] Debug Mode (client): false [2020-11-17T20:14:08.815Z] Debug Mode (server): true [2020-11-17T20:14:08.815Z] File Descriptors: -1 [2020-11-17T20:14:08.815Z] Goroutines: 17 [2020-11-17T20:14:08.815Z] System Time: 2020-11-17T20:14:08.7019691Z [2020-11-17T20:14:08.815Z] EventsListeners: 0 [2020-11-17T20:14:08.815Z] Registry: https://index.docker.io/v1/ [2020-11-17T20:14:08.815Z] Labels: [2020-11-17T20:14:08.815Z] Experimental: false [2020-11-17T20:14:08.815Z] Insecure Registries: [2020-11-17T20:14:08.815Z] 127.0.0.0/8 [2020-11-17T20:14:08.815Z] Live Restore Enabled: false [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] [2020-11-17T20:14:08.815Z] INFO: Stopping daemon under test [2020-11-17T20:14:09.275Z] SUCCESS: The process with PID 5992 (child process of PID 5628) has been terminated. [2020-11-17T20:14:09.275Z] SUCCESS: The process with PID 5628 (child process of PID 4124) has been terminated. [2020-11-17T20:14:09.275Z] INFO: Stop tailing logs of the daemon under tests [2020-11-17T20:14:09.275Z] INFO: executeCI.ps1 Completed successfully at 11/17/2020 20:14:08. [2020-11-17T20:14:09.275Z] INFO: Tidying up at end of run [2020-11-17T20:14:09.275Z] INFO: Saving daemon under test log (d:\CI\PR-41682\4\dut.out) to bundles\CIDUT.out [2020-11-17T20:14:09.275Z] INFO: Saving daemon under test log (d:\CI\PR-41682\4\dut.err) to bundles\CIDUT.err [2020-11-17T20:14:09.275Z] INFO: Nuke-Everything... [2020-11-17T20:14:09.275Z] INFO: Container count on control daemon to delete is 2 [2020-11-17T20:14:09.734Z] db0f98c61306 [2020-11-17T20:14:09.734Z] 93b7f51fe5f1 [2020-11-17T20:14:10.195Z] INFO: Tidying pidfile d:\CI\PR-41682\4\docker.pid [2020-11-17T20:14:10.195Z] INFO: Nuking d:\CI [2020-11-17T20:14:35.361Z] INFO: Zapped successfully [2020-11-17T20:14:35.361Z] [2020-11-17T20:14:35.361Z] INFO: executeCI.ps1 exiting at Tue Nov 17 20:14:34 CUT 2020. Duration 00:58:50.9192274 [2020-11-17T20:14:35.361Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-11-17T20:14:35.606Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-11-17T20:14:43.602Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-11-17T20:14:45.353Z] Archiving artifacts [2020-11-17T20:14:59.084Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41682/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-17T20:15:00.014Z] + make clean [2020-11-17T20:15:01.554Z] docker volume rm -f docker-dev-cache [2020-11-17T20:15:02.015Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS