Pull request #41435 updated Started by user Sebastiaan van Stijn Rebuilds build #3 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from f299d648955486d35514a43c1a4c75e34effbb19+b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a (e28e797fa0e1876ca01ed6abef6c99aef7357352) 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-09-10T21:27:20.284Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-09-10T21:27:20.287Z] Trying to pass milestone 3 [Pipeline] milestone [2020-09-10T21:27:20.330Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-09-10T21:27:20.471Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04804cdc79494745f) in /home/ubuntu/workspace/moby_PR-41435 [Pipeline] { [Pipeline] checkout [2020-09-10T21:27:20.534Z] using credential docker-jenkins-github-credentials [2020-09-10T21:27:20.549Z] Fetching changes from the remote Git repository [2020-09-10T21:27:20.559Z] Fetching without tags [2020-09-10T21:27:21.200Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit f299d648955486d35514a43c1a4c75e34effbb19 [2020-09-10T21:27:20.534Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-09-10T21:27:20.545Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:27:20.558Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:27:20.558Z] > git --version # timeout=10 [2020-09-10T21:27:20.562Z] > git --version # 'git version 2.17.1' [2020-09-10T21:27:20.562Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:20.565Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:21.197Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:27:21.208Z] > git checkout -f f299d648955486d35514a43c1a4c75e34effbb19 # timeout=10 [2020-09-10T21:27:21.778Z] Merge succeeded, producing ba228adc86da8be30d10d20f613989f5af5d3162 [2020-09-10T21:27:21.778Z] Checking out Revision ba228adc86da8be30d10d20f613989f5af5d3162 (PR-41435) [2020-09-10T21:27:21.861Z] Commit message: "Merge commit 'b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a' into HEAD" [2020-09-10T21:27:21.658Z] > git remote # timeout=10 [2020-09-10T21:27:21.662Z] > git config --get remote.origin.url # timeout=10 [2020-09-10T21:27:21.664Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:21.665Z] > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10 [2020-09-10T21:27:21.763Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-10T21:27:21.775Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:27:21.781Z] > git checkout -f ba228adc86da8be30d10d20f613989f5af5d3162 # timeout=10 [2020-09-10T21:27:21.857Z] > git rev-list --no-walk 8999d915d46afe51249986cd1d86e77bda3492f8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T21:27:22.617Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41435:/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-09-10T21:27:25.147Z] 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-09-10T21:27:25.375Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04804cdc79494745f) in /home/ubuntu/workspace/moby_PR-41435 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2020-09-10T21:27:25.380Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-41435 [2020-09-10T21:27:25.381Z] Running on ppc64le-ubuntu-26 in /home/docker/workspace/moby_PR-41435 [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 [2020-09-10T21:27:25.455Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2020-09-10T21:27:25.469Z] Fetching changes from the remote Git repository [Pipeline] // stage [2020-09-10T21:27:25.476Z] Fetching without tags [Pipeline] // stage [2020-09-10T21:27:25.496Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-09-10T21:27:25.506Z] using credential docker-jenkins-github-credentials [2020-09-10T21:27:25.510Z] Cloning the remote Git repository [2020-09-10T21:27:25.510Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2020-09-10T21:27:25.519Z] Cloning the remote Git repository [2020-09-10T21:27:25.519Z] 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] } [2020-09-10T21:27:25.661Z] Running on azwin-2-9b8600 in d:\jenkins\workspace\moby_PR-41435 [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] } [Pipeline] ws [2020-09-10T21:27:25.706Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2020-09-10T21:27:25.719Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit f299d648955486d35514a43c1a4c75e34effbb19 [Pipeline] checkout [2020-09-10T21:27:25.854Z] Merge succeeded, producing b61587e15b65ebef1c15ed7d48618d8722f6c692 [2020-09-10T21:27:25.854Z] Checking out Revision b61587e15b65ebef1c15ed7d48618d8722f6c692 (PR-41435) [2020-09-10T21:27:25.905Z] Commit message: "Merge commit 'b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a' into HEAD" [2020-09-10T21:27:25.454Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-09-10T21:27:25.465Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:27:25.472Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:27:25.472Z] > git --version # timeout=10 [2020-09-10T21:27:25.474Z] > git --version # 'git version 2.17.1' [2020-09-10T21:27:25.474Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:25.475Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:25.715Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:27:25.732Z] > git checkout -f f299d648955486d35514a43c1a4c75e34effbb19 # timeout=10 [2020-09-10T21:27:25.782Z] > git remote # timeout=10 [2020-09-10T21:27:25.784Z] > git config --get remote.origin.url # timeout=10 [2020-09-10T21:27:25.789Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:25.790Z] > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10 [2020-09-10T21:27:25.845Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-10T21:27:25.850Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:27:25.852Z] > git checkout -f b61587e15b65ebef1c15ed7d48618d8722f6c692 # timeout=10 [2020-09-10T21:27:25.901Z] > git rev-list --no-walk 8999d915d46afe51249986cd1d86e77bda3492f8 # timeout=10 [2020-09-10T21:27:26.000Z] using credential docker-jenkins-github-credentials [2020-09-10T21:27:26.072Z] Cloning the remote Git repository [2020-09-10T21:27:26.072Z] Cloning with configured refspecs honoured and without tags [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T21:27:25.516Z] Cloning repository https://github.com/moby/moby.git [2020-09-10T21:27:25.516Z] > git init /home/jenkins/workspace/moby_PR-41435 # timeout=10 [2020-09-10T21:27:25.530Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:27:25.530Z] > git --version # timeout=10 [2020-09-10T21:27:25.531Z] > git --version # 'git version 2.17.1' [2020-09-10T21:27:25.531Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:25.531Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:25.527Z] Cloning repository https://github.com/moby/moby.git [2020-09-10T21:27:25.527Z] > git init /home/docker/workspace/moby_PR-41435 # timeout=10 [2020-09-10T21:27:25.536Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:27:25.536Z] > git --version # timeout=10 [2020-09-10T21:27:25.540Z] > git --version # 'git version 2.7.4' [2020-09-10T21:27:25.540Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:25.542Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:26.640Z] + [ PR != PR ] [2020-09-10T21:27:26.640Z] + [ master != master ] [2020-09-10T21:27:26.640Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-10T21:27:26.105Z] Cloning repository https://github.com/moby/moby.git [2020-09-10T21:27:26.106Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-09-10T21:27:26.163Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:27:26.163Z] > git --version # timeout=10 [2020-09-10T21:27:26.207Z] > git --version # 'git version 2.24.1.windows.2' [2020-09-10T21:27:26.207Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:26.209Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:26.972Z] + docker version [2020-09-10T21:27:26.972Z] Client: Docker Engine - Community [2020-09-10T21:27:26.972Z] Version: 19.03.12 [2020-09-10T21:27:26.972Z] API version: 1.40 [2020-09-10T21:27:26.972Z] Go version: go1.13.10 [2020-09-10T21:27:26.972Z] Git commit: 48a66213fe [2020-09-10T21:27:26.972Z] Built: Mon Jun 22 15:45:36 2020 [2020-09-10T21:27:26.972Z] OS/Arch: linux/amd64 [2020-09-10T21:27:26.972Z] Experimental: false [2020-09-10T21:27:26.972Z] [2020-09-10T21:27:26.972Z] Server: Docker Engine - Community [2020-09-10T21:27:26.972Z] Engine: [2020-09-10T21:27:26.972Z] Version: 19.03.12 [2020-09-10T21:27:26.972Z] API version: 1.40 (minimum version 1.12) [2020-09-10T21:27:26.972Z] Go version: go1.13.10 [2020-09-10T21:27:26.972Z] Git commit: 48a66213fe [2020-09-10T21:27:26.972Z] Built: Mon Jun 22 15:44:07 2020 [2020-09-10T21:27:26.972Z] OS/Arch: linux/amd64 [2020-09-10T21:27:26.972Z] Experimental: true [2020-09-10T21:27:26.972Z] containerd: [2020-09-10T21:27:26.972Z] Version: 1.2.13 [2020-09-10T21:27:26.972Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-10T21:27:26.972Z] runc: [2020-09-10T21:27:26.972Z] Version: 1.0.0-rc10 [2020-09-10T21:27:26.972Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-10T21:27:26.972Z] docker-init: [2020-09-10T21:27:26.972Z] Version: 0.18.0 [2020-09-10T21:27:26.972Z] GitCommit: fec3683 [Pipeline] sh [2020-09-10T21:27:27.251Z] + docker info [2020-09-10T21:27:27.817Z] Client: [2020-09-10T21:27:27.817Z] Debug Mode: false [2020-09-10T21:27:27.817Z] [2020-09-10T21:27:27.817Z] Server: [2020-09-10T21:27:27.817Z] Containers: 0 [2020-09-10T21:27:27.817Z] Running: 0 [2020-09-10T21:27:27.817Z] Paused: 0 [2020-09-10T21:27:27.817Z] Stopped: 0 [2020-09-10T21:27:27.817Z] Images: 3 [2020-09-10T21:27:27.817Z] Server Version: 19.03.12 [2020-09-10T21:27:27.817Z] Storage Driver: overlay2 [2020-09-10T21:27:27.817Z] Backing Filesystem: extfs [2020-09-10T21:27:27.817Z] Supports d_type: true [2020-09-10T21:27:27.817Z] Native Overlay Diff: true [2020-09-10T21:27:27.817Z] Logging Driver: json-file [2020-09-10T21:27:27.817Z] Cgroup Driver: cgroupfs [2020-09-10T21:27:27.817Z] Plugins: [2020-09-10T21:27:27.817Z] Volume: local [2020-09-10T21:27:27.817Z] Network: bridge host ipvlan macvlan null overlay [2020-09-10T21:27:27.817Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-10T21:27:27.817Z] Swarm: inactive [2020-09-10T21:27:27.817Z] Runtimes: runc [2020-09-10T21:27:27.817Z] Default Runtime: runc [2020-09-10T21:27:27.817Z] Init Binary: docker-init [2020-09-10T21:27:27.817Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-10T21:27:27.817Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-10T21:27:27.817Z] init version: fec3683 [2020-09-10T21:27:27.817Z] Security Options: [2020-09-10T21:27:27.817Z] apparmor [2020-09-10T21:27:27.817Z] seccomp [2020-09-10T21:27:27.817Z] Profile: default [2020-09-10T21:27:27.817Z] Kernel Version: 5.3.0-1035-aws [2020-09-10T21:27:27.817Z] Operating System: Ubuntu 18.04.5 LTS [2020-09-10T21:27:27.817Z] OSType: linux [2020-09-10T21:27:27.817Z] Architecture: x86_64 [2020-09-10T21:27:27.817Z] CPUs: 2 [2020-09-10T21:27:27.817Z] Total Memory: 7.487GiB [2020-09-10T21:27:27.817Z] Name: ip-10-100-106-72 [2020-09-10T21:27:27.817Z] ID: VHCT:TLUC:R2VO:YIWO:QRPS:LVDE:GNIX:P4Z4:AVYF:EKOW:UMYI:VEID [2020-09-10T21:27:27.817Z] Docker Root Dir: /var/lib/docker [2020-09-10T21:27:27.817Z] Debug Mode: false [2020-09-10T21:27:27.817Z] Registry: https://index.docker.io/v1/ [2020-09-10T21:27:27.817Z] Labels: [2020-09-10T21:27:27.817Z] Experimental: true [2020-09-10T21:27:27.817Z] Insecure Registries: [2020-09-10T21:27:27.817Z] 127.0.0.0/8 [2020-09-10T21:27:27.817Z] Live Restore Enabled: true [2020-09-10T21:27:27.817Z] [2020-09-10T21:27:27.817Z] WARNING: No swap limit support [Pipeline] sh [2020-09-10T21:27:28.099Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:27:28.099Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:27:28.099Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41435/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-10T21:27:28.099Z] + bash /home/ubuntu/workspace/moby_PR-41435/check-config.sh [2020-09-10T21:27:28.359Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-10T21:27:28.359Z] info: reading kernel config from /boot/config-5.3.0-1035-aws ... [2020-09-10T21:27:28.359Z] [2020-09-10T21:27:28.359Z] Generally Necessary: [2020-09-10T21:27:28.359Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-10T21:27:28.359Z] - apparmor: enabled and tools installed [2020-09-10T21:27:28.359Z] - CONFIG_NAMESPACES: enabled [2020-09-10T21:27:28.359Z] - CONFIG_NET_NS: enabled [2020-09-10T21:27:28.359Z] - CONFIG_PID_NS: enabled [2020-09-10T21:27:28.359Z] - CONFIG_IPC_NS: enabled [2020-09-10T21:27:28.359Z] - CONFIG_UTS_NS: enabled [2020-09-10T21:27:28.359Z] - CONFIG_CGROUPS: enabled [2020-09-10T21:27:28.359Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-10T21:27:28.359Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-10T21:27:28.359Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-10T21:27:28.359Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-10T21:27:28.359Z] - CONFIG_CPUSETS: enabled [2020-09-10T21:27:28.359Z] - CONFIG_MEMCG: enabled [2020-09-10T21:27:28.359Z] - CONFIG_KEYS: enabled [2020-09-10T21:27:28.359Z] - CONFIG_VETH: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-10T21:27:28.359Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-10T21:27:28.359Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-10T21:27:28.359Z] [2020-09-10T21:27:28.359Z] Optional Features: [2020-09-10T21:27:28.359Z] - CONFIG_USER_NS: enabled [2020-09-10T21:27:28.359Z] - CONFIG_SECCOMP: enabled [2020-09-10T21:27:28.359Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-10T21:27:28.359Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-10T21:27:28.359Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-10T21:27:28.359Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-10T21:27:28.359Z] - CONFIG_BLK_CGROUP: enabled [2020-09-10T21:27:28.359Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-10T21:27:28.359Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-10T21:27:28.359Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-10T21:27:28.359Z] - CONFIG_CGROUP_PERF: enabled [2020-09-10T21:27:28.359Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-10T21:27:28.359Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-10T21:27:28.359Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-10T21:27:28.359Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-10T21:27:28.359Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-10T21:27:28.359Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_IP_VS: enabled (as module) [2020-09-10T21:27:28.359Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-10T21:27:28.622Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-10T21:27:28.622Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-10T21:27:28.622Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-10T21:27:28.622Z] - CONFIG_EXT4_FS: enabled [2020-09-10T21:27:28.622Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-10T21:27:28.622Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-10T21:27:28.622Z] - Network Drivers: [2020-09-10T21:27:28.622Z] - "overlay": [2020-09-10T21:27:28.622Z] - CONFIG_VXLAN: enabled (as module) [2020-09-10T21:27:28.622Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-10T21:27:28.622Z] Optional (for encrypted networks): [2020-09-10T21:27:28.622Z] - CONFIG_CRYPTO: enabled [2020-09-10T21:27:28.622Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-10T21:27:28.622Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-10T21:27:28.622Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-10T21:27:28.622Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-10T21:27:28.622Z] - CONFIG_XFRM: enabled [2020-09-10T21:27:28.622Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-10T21:27:28.622Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-10T21:27:28.622Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-10T21:27:28.622Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-10T21:27:28.622Z] - "ipvlan": [2020-09-10T21:27:28.622Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-10T21:27:28.622Z] - "macvlan": [2020-09-10T21:27:28.622Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-10T21:27:28.622Z] - CONFIG_DUMMY: enabled (as module) [2020-09-10T21:27:28.622Z] - "ftp,tftp client in container": [2020-09-10T21:27:28.622Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-10T21:27:28.622Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-10T21:27:28.622Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-10T21:27:28.622Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-10T21:27:28.622Z] - Storage Drivers: [2020-09-10T21:27:28.622Z] - "aufs": [2020-09-10T21:27:28.622Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-10T21:27:28.622Z] - "btrfs": [2020-09-10T21:27:28.622Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-10T21:27:28.622Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-10T21:27:28.622Z] - "devicemapper": [2020-09-10T21:27:28.622Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-10T21:27:28.622Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-10T21:27:28.622Z] - "overlay": [2020-09-10T21:27:28.622Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-10T21:27:28.622Z] - "zfs": [2020-09-10T21:27:28.622Z] - /dev/zfs: present [2020-09-10T21:27:28.622Z] - zfs command: missing [2020-09-10T21:27:28.622Z] - zpool command: missing [2020-09-10T21:27:28.622Z] [2020-09-10T21:27:28.622Z] Limits: [2020-09-10T21:27:28.622Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-10T21:27:28.622Z] [2020-09-10T21:27:28.622Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-10T21:27:28.948Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ba228adc86da8be30d10d20f613989f5af5d3162 . [2020-09-10T21:27:28.948Z] #1 [internal] load .dockerignore [2020-09-10T21:27:28.948Z] #1 transferring context: 87B done [2020-09-10T21:27:28.948Z] #1 DONE 0.0s [2020-09-10T21:27:28.948Z] [2020-09-10T21:27:28.948Z] #2 [internal] load build definition from Dockerfile [2020-09-10T21:27:28.948Z] #2 transferring dockerfile: 16.37kB done [2020-09-10T21:27:28.948Z] #2 DONE 0.0s [2020-09-10T21:27:28.948Z] [2020-09-10T21:27:28.948Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-10T21:27:29.207Z] #3 DONE 0.3s [2020-09-10T21:27:29.207Z] [2020-09-10T21:27:29.207Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-10T21:27:29.207Z] #4 CACHED [2020-09-10T21:27:29.773Z] [2020-09-10T21:27:29.773Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-10T21:27:29.773Z] #5 DONE 0.1s [2020-09-10T21:27:29.773Z] [2020-09-10T21:27:29.773Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-10T21:27:29.773Z] #6 DONE 0.1s [2020-09-10T21:27:29.773Z] [2020-09-10T21:27:29.773Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-10T21:27:29.773Z] #58 DONE 0.0s [2020-09-10T21:27:29.773Z] [2020-09-10T21:27:29.773Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:27:29.773Z] #7 DONE 0.0s [2020-09-10T21:27:29.773Z] [2020-09-10T21:27:29.773Z] #20 [internal] load build context [2020-09-10T21:27:33.060Z] #20 transferring context: 51.54MB 2.7s done [2020-09-10T21:27:33.060Z] #20 DONE 2.8s [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-10T21:27:33.060Z] #19 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:27:33.060Z] #21 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-10T21:27:33.060Z] #15 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:27:33.060Z] #60 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-10T21:27:33.060Z] #44 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:27:33.060Z] #10 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-10T21:27:33.060Z] #53 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:27:33.060Z] #45 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-10T21:27:33.060Z] #18 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-10T21:27:33.060Z] #26 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:27:33.060Z] #52 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-10T21:27:33.060Z] #59 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-10T21:27:33.060Z] #55 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-10T21:27:33.060Z] #16 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:27:33.060Z] #47 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-10T21:27:33.060Z] #56 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:27:33.060Z] #51 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-10T21:27:33.060Z] #46 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.060Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:27:33.060Z] #28 CACHED [2020-09-10T21:27:33.060Z] [2020-09-10T21:27:33.061Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-10T21:27:33.061Z] #57 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:27:33.061Z] #25 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:27:33.061Z] #17 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-10T21:27:33.061Z] #34 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-10T21:27:33.061Z] #9 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-10T21:27:33.061Z] #22 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:27:33.061Z] #33 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-10T21:27:33.061Z] #13 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:27:33.061Z] #49 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-10T21:27:33.061Z] #37 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:27:33.061Z] #43 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-10T21:27:33.061Z] #35 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:27:33.061Z] #54 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:27:33.061Z] #30 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:27:33.061Z] #23 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-10T21:27:33.061Z] #24 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-10T21:27:33.061Z] #50 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:27:33.061Z] #36 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-10T21:27:33.061Z] #40 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-10T21:27:33.061Z] #27 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-10T21:27:33.061Z] #11 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-10T21:27:33.061Z] #12 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-10T21:27:33.061Z] #42 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-10T21:27:33.061Z] #14 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-10T21:27:33.061Z] #31 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-10T21:27:33.061Z] #61 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-10T21:27:33.061Z] #29 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-10T21:27:33.061Z] #48 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-10T21:27:33.061Z] #8 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:27:33.061Z] #41 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:27:33.061Z] #32 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:27:33.061Z] #39 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:27:33.061Z] #38 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-10T21:27:33.061Z] #62 CACHED [2020-09-10T21:27:33.061Z] [2020-09-10T21:27:33.061Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-10T21:27:33.627Z] #63 DONE 1.0s [2020-09-10T21:27:33.627Z] [2020-09-10T21:27:33.627Z] #64 exporting to image [2020-09-10T21:27:33.627Z] #64 exporting layers [2020-09-10T21:27:33.660Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0ac54c85b55b9728b) in /home/ubuntu/workspace/moby_PR-41435 [Pipeline] { [Pipeline] checkout [2020-09-10T21:27:33.692Z] using credential docker-jenkins-github-credentials [2020-09-10T21:27:33.698Z] Cloning the remote Git repository [2020-09-10T21:27:33.698Z] Cloning with configured refspecs honoured and without tags [2020-09-10T21:27:34.562Z] #64 exporting layers 1.0s done [2020-09-10T21:27:34.562Z] #64 writing image sha256:967a338f9e1e4e7d2844114afa122b138f76363081e4bab3f1d7c39d0bc56dc2 [2020-09-10T21:27:34.562Z] #64 writing image sha256:967a338f9e1e4e7d2844114afa122b138f76363081e4bab3f1d7c39d0bc56dc2 done [2020-09-10T21:27:34.562Z] #64 naming to docker.io/library/docker:ba228adc86da8be30d10d20f613989f5af5d3162 done [2020-09-10T21:27:34.562Z] #64 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-09-10T21:27:33.697Z] Cloning repository https://github.com/moby/moby.git [2020-09-10T21:27:33.697Z] > git init /home/ubuntu/workspace/moby_PR-41435 # timeout=10 [2020-09-10T21:27:33.700Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:27:33.701Z] > git --version # timeout=10 [2020-09-10T21:27:33.702Z] > git --version # 'git version 2.17.1' [2020-09-10T21:27:33.702Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:33.703Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:34.892Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41435/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/validate/default [2020-09-10T21:27:35.053Z] Fetching without tags [2020-09-10T21:27:35.348Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit f299d648955486d35514a43c1a4c75e34effbb19 [2020-09-10T21:27:35.459Z] Congratulations! All commits are properly signed with the DCO! [2020-09-10T21:27:35.459Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-09-10T21:27:36.341Z] Merge succeeded, producing 50da4de72d75f082ba9a9fb9ecc9e1ffc84c0ea6 [2020-09-10T21:27:36.341Z] Checking out Revision 50da4de72d75f082ba9a9fb9ecc9e1ffc84c0ea6 (PR-41435) [2020-09-10T21:27:36.402Z] Commit message: "Merge commit 'b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a' into HEAD" [2020-09-10T21:27:36.417Z] First time build. Skipping changelog. [2020-09-10T21:27:35.022Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:27:35.025Z] > git config --add remote.origin.fetch +refs/pull/41435/head:refs/remotes/origin/PR-41435 # timeout=10 [2020-09-10T21:27:35.029Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:35.045Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:27:35.058Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:27:35.058Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:35.058Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:35.353Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:27:35.354Z] > git checkout -f f299d648955486d35514a43c1a4c75e34effbb19 # timeout=10 [2020-09-10T21:27:35.843Z] > git remote # timeout=10 [2020-09-10T21:27:35.845Z] > git config --get remote.origin.url # timeout=10 [2020-09-10T21:27:35.846Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:35.847Z] > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10 [2020-09-10T21:27:36.334Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-10T21:27:36.346Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:27:36.350Z] > git checkout -f 50da4de72d75f082ba9a9fb9ecc9e1ffc84c0ea6 # timeout=10 [2020-09-10T21:27:36.407Z] > git rev-list --no-walk 8999d915d46afe51249986cd1d86e77bda3492f8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-10T21:27:37.681Z] + docker version [2020-09-10T21:27:37.681Z] Client: Docker Engine - Community [2020-09-10T21:27:37.681Z] Version: 19.03.7 [2020-09-10T21:27:37.681Z] API version: 1.40 [2020-09-10T21:27:37.681Z] Go version: go1.12.17 [2020-09-10T21:27:37.681Z] Git commit: 7141c199a2 [2020-09-10T21:27:37.681Z] Built: Sat Mar 7 16:48:47 2020 [2020-09-10T21:27:37.681Z] OS/Arch: linux/s390x [2020-09-10T21:27:37.681Z] Experimental: false [2020-09-10T21:27:37.681Z] [2020-09-10T21:27:37.681Z] Server: Docker Engine - Community [2020-09-10T21:27:37.681Z] Engine: [2020-09-10T21:27:37.681Z] Version: 19.03.7 [2020-09-10T21:27:37.681Z] API version: 1.40 (minimum version 1.12) [2020-09-10T21:27:37.681Z] Go version: go1.12.17 [2020-09-10T21:27:37.681Z] Git commit: 7141c199a2 [2020-09-10T21:27:37.681Z] Built: Sat Mar 7 16:47:46 2020 [2020-09-10T21:27:37.681Z] OS/Arch: linux/s390x [2020-09-10T21:27:37.681Z] Experimental: true [2020-09-10T21:27:37.681Z] containerd: [2020-09-10T21:27:37.682Z] Version: 1.2.13 [2020-09-10T21:27:37.682Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-10T21:27:37.682Z] runc: [2020-09-10T21:27:37.682Z] Version: 1.0.0-rc10 [2020-09-10T21:27:37.682Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-10T21:27:37.682Z] docker-init: [2020-09-10T21:27:37.682Z] Version: 0.18.0 [2020-09-10T21:27:37.682Z] GitCommit: fec3683 [Pipeline] sh [2020-09-10T21:27:37.994Z] Congratulations! All API changes are done the right way. [2020-09-10T21:27:37.994Z] Congratulations! All TOML source files changed here have valid syntax. [2020-09-10T21:27:37.994Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-09-10T21:27:37.994Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-09-10T21:27:37.994Z] Congratulations! No new tests were added to integration-cli. [2020-09-10T21:27:37.994Z] [2020-09-10T21:27:37.994Z] INFO Start validation with golang-ci-lint [2020-09-10T21:27:37.994Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-09-10T21:27:37.994Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-09-10T21:27:37.994Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-09-10T21:27:38.076Z] + docker info [2020-09-10T21:27:38.372Z] Client: [2020-09-10T21:27:38.372Z] Debug Mode: false [2020-09-10T21:27:38.372Z] [2020-09-10T21:27:38.372Z] Server: [2020-09-10T21:27:38.372Z] Containers: 0 [2020-09-10T21:27:38.372Z] Running: 0 [2020-09-10T21:27:38.372Z] Paused: 0 [2020-09-10T21:27:38.372Z] Stopped: 0 [2020-09-10T21:27:38.372Z] Images: 0 [2020-09-10T21:27:38.372Z] Server Version: 19.03.7 [2020-09-10T21:27:38.372Z] Storage Driver: overlay2 [2020-09-10T21:27:38.372Z] Backing Filesystem: [2020-09-10T21:27:38.372Z] Supports d_type: true [2020-09-10T21:27:38.372Z] Native Overlay Diff: true [2020-09-10T21:27:38.372Z] Logging Driver: json-file [2020-09-10T21:27:38.372Z] Cgroup Driver: cgroupfs [2020-09-10T21:27:38.372Z] Plugins: [2020-09-10T21:27:38.372Z] Volume: local [2020-09-10T21:27:38.372Z] Network: bridge host ipvlan macvlan null overlay [2020-09-10T21:27:38.372Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-10T21:27:38.372Z] Swarm: inactive [2020-09-10T21:27:38.372Z] Runtimes: runc [2020-09-10T21:27:38.372Z] Default Runtime: runc [2020-09-10T21:27:38.372Z] Init Binary: docker-init [2020-09-10T21:27:38.372Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-10T21:27:38.372Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-10T21:27:38.372Z] init version: fec3683 [2020-09-10T21:27:38.372Z] Security Options: [2020-09-10T21:27:38.372Z] apparmor [2020-09-10T21:27:38.372Z] seccomp [2020-09-10T21:27:38.372Z] Profile: default [2020-09-10T21:27:38.372Z] Kernel Version: 4.15.0-91-generic [2020-09-10T21:27:38.372Z] Operating System: Ubuntu 18.04.4 LTS [2020-09-10T21:27:38.372Z] OSType: linux [2020-09-10T21:27:38.372Z] Architecture: s390x [2020-09-10T21:27:38.372Z] CPUs: 2 [2020-09-10T21:27:38.372Z] Total Memory: 7.861GiB [2020-09-10T21:27:38.372Z] Name: s390x-ubuntu-16 [2020-09-10T21:27:38.372Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-09-10T21:27:38.372Z] Docker Root Dir: /var/lib/docker [2020-09-10T21:27:38.372Z] Debug Mode: false [2020-09-10T21:27:38.372Z] Username: dockerbuildbot [2020-09-10T21:27:38.372Z] Registry: https://index.docker.io/v1/ [2020-09-10T21:27:38.372Z] Labels: [2020-09-10T21:27:38.372Z] Experimental: true [2020-09-10T21:27:38.372Z] Insecure Registries: [2020-09-10T21:27:38.372Z] 127.0.0.0/8 [2020-09-10T21:27:38.372Z] Live Restore Enabled: false [2020-09-10T21:27:38.372Z] [2020-09-10T21:27:38.372Z] WARNING: No swap limit support [Pipeline] sh [2020-09-10T21:27:38.776Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:27:38.776Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:27:38.776Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41435/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-10T21:27:38.776Z] + bash /home/jenkins/workspace/moby_PR-41435/check-config.sh [2020-09-10T21:27:38.776Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-10T21:27:38.776Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2020-09-10T21:27:38.776Z] [2020-09-10T21:27:38.776Z] Generally Necessary: [2020-09-10T21:27:38.776Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-10T21:27:38.776Z] - apparmor: enabled and tools installed [2020-09-10T21:27:38.776Z] - CONFIG_NAMESPACES: enabled [2020-09-10T21:27:38.776Z] - CONFIG_NET_NS: enabled [2020-09-10T21:27:38.776Z] - CONFIG_PID_NS: enabled [2020-09-10T21:27:38.776Z] - CONFIG_IPC_NS: enabled [2020-09-10T21:27:38.776Z] - CONFIG_UTS_NS: enabled [2020-09-10T21:27:38.776Z] - CONFIG_CGROUPS: enabled [2020-09-10T21:27:38.776Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-10T21:27:38.776Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-10T21:27:38.776Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-10T21:27:38.776Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-10T21:27:38.776Z] - CONFIG_CPUSETS: enabled [2020-09-10T21:27:38.776Z] - CONFIG_MEMCG: enabled [2020-09-10T21:27:38.776Z] - CONFIG_KEYS: enabled [2020-09-10T21:27:38.776Z] - CONFIG_VETH: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-10T21:27:38.776Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-10T21:27:38.776Z] [2020-09-10T21:27:38.776Z] Optional Features: [2020-09-10T21:27:38.776Z] - CONFIG_USER_NS: enabled [2020-09-10T21:27:38.776Z] - CONFIG_SECCOMP: enabled [2020-09-10T21:27:38.776Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-10T21:27:38.776Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-10T21:27:38.776Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-10T21:27:38.776Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-10T21:27:38.776Z] - CONFIG_BLK_CGROUP: enabled [2020-09-10T21:27:38.776Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-10T21:27:38.776Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-10T21:27:38.776Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-10T21:27:38.776Z] - CONFIG_CGROUP_PERF: enabled [2020-09-10T21:27:38.776Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-10T21:27:38.776Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-10T21:27:38.776Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-10T21:27:38.776Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-10T21:27:38.776Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-10T21:27:38.776Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_IP_VS: enabled (as module) [2020-09-10T21:27:38.776Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-10T21:27:38.776Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-10T21:27:38.776Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-10T21:27:38.776Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-10T21:27:39.069Z] - CONFIG_EXT4_FS: enabled [2020-09-10T21:27:39.069Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-10T21:27:39.069Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-10T21:27:39.069Z] - Network Drivers: [2020-09-10T21:27:39.069Z] - "overlay": [2020-09-10T21:27:39.069Z] - CONFIG_VXLAN: enabled (as module) [2020-09-10T21:27:39.069Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-10T21:27:39.069Z] Optional (for encrypted networks): [2020-09-10T21:27:39.069Z] - CONFIG_CRYPTO: enabled [2020-09-10T21:27:39.069Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-10T21:27:39.069Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-10T21:27:39.069Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-10T21:27:39.069Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-10T21:27:39.069Z] - CONFIG_XFRM: enabled [2020-09-10T21:27:39.069Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-10T21:27:39.069Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-10T21:27:39.069Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-10T21:27:39.069Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-10T21:27:39.069Z] - "ipvlan": [2020-09-10T21:27:39.069Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-10T21:27:39.069Z] - "macvlan": [2020-09-10T21:27:39.069Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-10T21:27:39.069Z] - CONFIG_DUMMY: enabled (as module) [2020-09-10T21:27:39.069Z] - "ftp,tftp client in container": [2020-09-10T21:27:39.069Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-10T21:27:39.069Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-10T21:27:39.069Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-10T21:27:39.069Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-10T21:27:39.069Z] - Storage Drivers: [2020-09-10T21:27:39.069Z] - "aufs": [2020-09-10T21:27:39.069Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-10T21:27:39.069Z] - "btrfs": [2020-09-10T21:27:39.069Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-10T21:27:39.069Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-10T21:27:39.069Z] - "devicemapper": [2020-09-10T21:27:39.069Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-10T21:27:39.069Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-10T21:27:39.069Z] - "overlay": [2020-09-10T21:27:39.069Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-10T21:27:39.069Z] - "zfs": [2020-09-10T21:27:39.069Z] - /dev/zfs: missing [2020-09-10T21:27:39.069Z] - zfs command: missing [2020-09-10T21:27:39.069Z] - zpool command: missing [2020-09-10T21:27:39.069Z] [2020-09-10T21:27:39.069Z] Limits: [2020-09-10T21:27:39.069Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-10T21:27:39.069Z] [2020-09-10T21:27:39.069Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-10T21:27:39.499Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ba228adc86da8be30d10d20f613989f5af5d3162 . [2020-09-10T21:27:39.499Z] #2 [internal] load .dockerignore [2020-09-10T21:27:39.499Z] #2 transferring context: 87B done [2020-09-10T21:27:39.499Z] #2 DONE 0.0s [2020-09-10T21:27:39.499Z] [2020-09-10T21:27:39.499Z] #1 [internal] load build definition from Dockerfile [2020-09-10T21:27:39.499Z] #1 transferring dockerfile: 16.37kB done [2020-09-10T21:27:39.499Z] #1 DONE 0.0s [2020-09-10T21:27:39.499Z] [2020-09-10T21:27:39.499Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-10T21:27:39.802Z] #3 DONE 0.2s [2020-09-10T21:27:39.802Z] [2020-09-10T21:27:39.802Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-10T21:27:39.802Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-10T21:27:39.802Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-10T21:27:39.802Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-09-10T21:27:39.802Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-09-10T21:27:39.802Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.1s [2020-09-10T21:27:39.802Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.43MB / 8.88MB 0.2s [2020-09-10T21:27:40.094Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2020-09-10T21:27:40.094Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 [2020-09-10T21:27:40.376Z] Still waiting to schedule task [2020-09-10T21:27:40.376Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-09-10T21:27:40.380Z] Still waiting to schedule task [2020-09-10T21:27:40.380Z] All nodes of label ‘arm64&&linux’ are offline [2020-09-10T21:27:40.386Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-09-10T21:27:40.386Z] #4 DONE 0.5s [2020-09-10T21:27:40.498Z] Fetching without tags [2020-09-10T21:27:40.678Z] [2020-09-10T21:27:40.678Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-10T21:27:40.678Z] #6 DONE 0.2s [2020-09-10T21:27:40.678Z] [2020-09-10T21:27:40.678Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-10T21:27:40.678Z] #5 DONE 0.1s [2020-09-10T21:27:40.996Z] [2020-09-10T21:27:40.997Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:27:40.997Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-10T21:27:40.997Z] #7 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0B / 7.39MB 0.1s [2020-09-10T21:27:40.997Z] #7 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0B / 9.88MB 0.1s [2020-09-10T21:27:40.997Z] #7 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2020-09-10T21:27:40.997Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 0B / 48.97MB 0.1s [2020-09-10T21:27:40.997Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-10T21:27:40.997Z] #7 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2020-09-10T21:27:40.997Z] #7 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 6.47MB / 7.39MB 0.2s [2020-09-10T21:27:40.997Z] #7 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 2.93MB / 9.88MB 0.2s [2020-09-10T21:27:40.997Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 2.47MB / 48.97MB 0.2s [2020-09-10T21:27:40.997Z] #7 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.2s done [2020-09-10T21:27:40.997Z] #7 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.25MB / 9.88MB 0.3s [2020-09-10T21:27:40.997Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 6.42MB / 48.97MB 0.3s [2020-09-10T21:27:40.997Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 0B / 51.38MB 0.3s [2020-09-10T21:27:41.319Z] #7 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.3s done [2020-09-10T21:27:41.319Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 11.19MB / 48.97MB 0.4s [2020-09-10T21:27:41.319Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 6.27MB / 51.38MB 0.4s [2020-09-10T21:27:41.319Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 0B / 56.74MB 0.4s [2020-09-10T21:27:41.319Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 11.39MB / 51.38MB 0.5s [2020-09-10T21:27:41.319Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 4.51MB / 56.74MB 0.5s [2020-09-10T21:27:41.319Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 16.27MB / 48.97MB 0.6s [2020-09-10T21:27:41.319Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 15.10MB / 51.38MB 0.6s [2020-09-10T21:27:41.319Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 10.02MB / 56.74MB 0.6s [2020-09-10T21:27:41.653Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 19.01MB / 48.97MB 0.7s [2020-09-10T21:27:41.653Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 19.03MB / 51.38MB 0.7s [2020-09-10T21:27:41.653Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 14.38MB / 56.74MB 0.7s [2020-09-10T21:27:41.653Z] #7 ... [2020-09-10T21:27:41.653Z] [2020-09-10T21:27:41.653Z] #20 [internal] load build context [2020-09-10T21:27:41.653Z] #20 transferring context: 51.54MB 0.8s done [2020-09-10T21:27:41.653Z] #20 DONE 0.8s [2020-09-10T21:27:41.653Z] [2020-09-10T21:27:41.653Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:27:41.653Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 26.28MB / 48.97MB 0.9s [2020-09-10T21:27:41.653Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 28.47MB / 51.38MB 0.9s [2020-09-10T21:27:41.653Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 21.69MB / 56.74MB 0.9s [2020-09-10T21:27:41.653Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 30.55MB / 48.97MB 1.0s [2020-09-10T21:27:41.653Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 32.03MB / 51.38MB 1.0s [2020-09-10T21:27:41.653Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 25.70MB / 56.74MB 1.0s [2020-09-10T21:27:40.214Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:27:40.259Z] > git config --add remote.origin.fetch +refs/pull/41435/head:refs/remotes/origin/PR-41435 # timeout=10 [2020-09-10T21:27:40.303Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:40.417Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:27:40.531Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:27:40.531Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:40.533Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:41.761Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit f299d648955486d35514a43c1a4c75e34effbb19 [2020-09-10T21:27:41.988Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 34.59MB / 48.97MB 1.1s [2020-09-10T21:27:41.988Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 36.27MB / 51.38MB 1.1s [2020-09-10T21:27:41.988Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 29.20MB / 56.74MB 1.1s [2020-09-10T21:27:41.988Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 38.85MB / 48.97MB 1.2s [2020-09-10T21:27:41.988Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 40.37MB / 51.38MB 1.2s [2020-09-10T21:27:41.988Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 32.64MB / 56.74MB 1.2s [2020-09-10T21:27:42.122Z] Fetching without tags [2020-09-10T21:27:42.304Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 46.06MB / 48.97MB 1.4s [2020-09-10T21:27:42.304Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 49.75MB / 51.38MB 1.4s [2020-09-10T21:27:42.304Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 39.64MB / 56.74MB 1.4s [2020-09-10T21:27:42.304Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.5s [2020-09-10T21:27:42.304Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 46.92MB / 56.74MB 1.5s [2020-09-10T21:27:42.363Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit f299d648955486d35514a43c1a4c75e34effbb19 [2020-09-10T21:27:42.626Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.5s done [2020-09-10T21:27:42.626Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.5s done [2020-09-10T21:27:42.627Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 1.6s done [2020-09-10T21:27:42.627Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 16.02MB / 102.23MB 1.8s [2020-09-10T21:27:42.627Z] #7 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 1.7s done [2020-09-10T21:27:42.627Z] #7 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 [2020-09-10T21:27:42.627Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 23.76MB / 102.23MB 1.9s [2020-09-10T21:27:42.627Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 30.85MB / 102.23MB 2.0s [2020-09-10T21:27:42.961Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 42.51MB / 102.23MB 2.1s [2020-09-10T21:27:42.961Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 54.33MB / 102.23MB 2.2s [2020-09-10T21:27:42.989Z] Fetching without tags [2020-09-10T21:27:42.961Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:27:42.964Z] > git config --add remote.origin.fetch +refs/pull/41435/head:refs/remotes/origin/PR-41435 # timeout=10 [2020-09-10T21:27:42.967Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:42.982Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:27:42.996Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:27:42.996Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:42.997Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:42.107Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:27:42.109Z] > git config --add remote.origin.fetch +refs/pull/41435/head:refs/remotes/origin/PR-41435 # timeout=10 [2020-09-10T21:27:42.111Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:42.117Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:27:42.121Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:27:42.121Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:42.122Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:27:42.362Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:27:42.364Z] > git checkout -f f299d648955486d35514a43c1a4c75e34effbb19 # timeout=10 [2020-09-10T21:27:42.875Z] > git remote # timeout=10 [2020-09-10T21:27:42.877Z] > git config --get remote.origin.url # timeout=10 [2020-09-10T21:27:42.880Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:42.880Z] > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10 [2020-09-10T21:27:43.264Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 66.13MB / 102.23MB 2.3s [2020-09-10T21:27:43.264Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 88.08MB / 102.23MB 2.5s [2020-09-10T21:27:43.365Z] Merge succeeded, producing 13bab9d781d5e9bb5253e9687eac419560680413 [2020-09-10T21:27:43.365Z] Checking out Revision 13bab9d781d5e9bb5253e9687eac419560680413 (PR-41435) [2020-09-10T21:27:43.382Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit f299d648955486d35514a43c1a4c75e34effbb19 [2020-09-10T21:27:43.415Z] Commit message: "Merge commit 'b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a' into HEAD" [2020-09-10T21:27:43.420Z] First time build. Skipping changelog. [2020-09-10T21:27:41.793Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:27:41.838Z] > git checkout -f f299d648955486d35514a43c1a4c75e34effbb19 # timeout=10 [2020-09-10T21:27:43.562Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 2.7s [2020-09-10T21:27:43.562Z] #7 ... [2020-09-10T21:27:43.562Z] [2020-09-10T21:27:43.562Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-10T21:27:43.562Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-10T21:27:43.562Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-10T21:27:43.562Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-10T21:27:43.562Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.9s done [2020-09-10T21:27:43.562Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.5s done [2020-09-10T21:27:43.562Z] #58 DONE 2.8s [2020-09-10T21:27:43.562Z] [2020-09-10T21:27:43.562Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:27:43.562Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 2.8s done [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-10T21:27:44.172Z] + docker version [2020-09-10T21:27:44.172Z] Client: Docker Engine - Community [2020-09-10T21:27:44.172Z] Version: 19.03.12 [2020-09-10T21:27:44.172Z] API version: 1.40 [2020-09-10T21:27:44.172Z] Go version: go1.13.10 [2020-09-10T21:27:44.172Z] Git commit: 48a66213fe [2020-09-10T21:27:44.172Z] Built: Mon Jun 22 15:45:36 2020 [2020-09-10T21:27:44.172Z] OS/Arch: linux/amd64 [2020-09-10T21:27:44.172Z] Experimental: false [2020-09-10T21:27:44.172Z] [2020-09-10T21:27:44.172Z] Server: Docker Engine - Community [2020-09-10T21:27:44.172Z] Engine: [2020-09-10T21:27:44.172Z] Version: 19.03.12 [2020-09-10T21:27:44.172Z] API version: 1.40 (minimum version 1.12) [2020-09-10T21:27:44.172Z] Go version: go1.13.10 [2020-09-10T21:27:44.172Z] Git commit: 48a66213fe [2020-09-10T21:27:44.172Z] Built: Mon Jun 22 15:44:07 2020 [2020-09-10T21:27:44.172Z] OS/Arch: linux/amd64 [2020-09-10T21:27:44.172Z] Experimental: true [2020-09-10T21:27:44.172Z] containerd: [2020-09-10T21:27:44.173Z] Version: 1.2.13 [2020-09-10T21:27:44.173Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-10T21:27:44.173Z] runc: [2020-09-10T21:27:44.173Z] Version: 1.0.0-rc10 [2020-09-10T21:27:44.173Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-10T21:27:44.173Z] docker-init: [2020-09-10T21:27:44.173Z] Version: 0.18.0 [2020-09-10T21:27:44.173Z] GitCommit: fec3683 [Pipeline] sh [2020-09-10T21:27:44.196Z] #7 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.8s done [2020-09-10T21:27:44.450Z] + docker info [2020-09-10T21:27:44.450Z] Client: [2020-09-10T21:27:44.450Z] Debug Mode: false [2020-09-10T21:27:44.450Z] [2020-09-10T21:27:44.450Z] Server: [2020-09-10T21:27:44.450Z] Containers: 0 [2020-09-10T21:27:44.450Z] Running: 0 [2020-09-10T21:27:44.450Z] Paused: 0 [2020-09-10T21:27:44.450Z] Stopped: 0 [2020-09-10T21:27:44.450Z] Images: 29 [2020-09-10T21:27:44.450Z] Server Version: 19.03.12 [2020-09-10T21:27:44.450Z] Storage Driver: overlay2 [2020-09-10T21:27:44.450Z] Backing Filesystem: extfs [2020-09-10T21:27:44.450Z] Supports d_type: true [2020-09-10T21:27:44.450Z] Native Overlay Diff: true [2020-09-10T21:27:44.450Z] Logging Driver: json-file [2020-09-10T21:27:44.450Z] Cgroup Driver: cgroupfs [2020-09-10T21:27:44.450Z] Plugins: [2020-09-10T21:27:44.450Z] Volume: local [2020-09-10T21:27:44.450Z] Network: bridge host ipvlan macvlan null overlay [2020-09-10T21:27:44.450Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-10T21:27:44.450Z] Swarm: inactive [2020-09-10T21:27:44.450Z] Runtimes: runc [2020-09-10T21:27:44.450Z] Default Runtime: runc [2020-09-10T21:27:44.450Z] Init Binary: docker-init [2020-09-10T21:27:44.450Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-10T21:27:44.450Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-10T21:27:44.450Z] init version: fec3683 [2020-09-10T21:27:44.450Z] Security Options: [2020-09-10T21:27:44.450Z] apparmor [2020-09-10T21:27:44.450Z] seccomp [2020-09-10T21:27:44.450Z] Profile: default [2020-09-10T21:27:44.450Z] Kernel Version: 5.3.0-1035-aws [2020-09-10T21:27:44.450Z] Operating System: Ubuntu 18.04.5 LTS [2020-09-10T21:27:44.450Z] OSType: linux [2020-09-10T21:27:44.450Z] Architecture: x86_64 [2020-09-10T21:27:44.450Z] CPUs: 8 [2020-09-10T21:27:44.450Z] Total Memory: 30.58GiB [2020-09-10T21:27:44.450Z] Name: ip-10-100-38-136 [2020-09-10T21:27:44.450Z] ID: VHCT:TLUC:R2VO:YIWO:QRPS:LVDE:GNIX:P4Z4:AVYF:EKOW:UMYI:VEID [2020-09-10T21:27:44.450Z] Docker Root Dir: /var/lib/docker [2020-09-10T21:27:44.450Z] Debug Mode: false [2020-09-10T21:27:44.450Z] Registry: https://index.docker.io/v1/ [2020-09-10T21:27:44.450Z] Labels: [2020-09-10T21:27:44.450Z] Experimental: true [2020-09-10T21:27:44.450Z] Insecure Registries: [2020-09-10T21:27:44.450Z] 127.0.0.0/8 [2020-09-10T21:27:44.450Z] Live Restore Enabled: true [2020-09-10T21:27:44.450Z] [2020-09-10T21:27:44.450Z] WARNING: No swap limit support [Pipeline] sh [2020-09-10T21:27:44.489Z] #7 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 [2020-09-10T21:27:44.662Z] Merge succeeded, producing a614d70db5e549532cb0ec6d2a611f025d5e1537 [2020-09-10T21:27:44.662Z] Checking out Revision a614d70db5e549532cb0ec6d2a611f025d5e1537 (PR-41435) [2020-09-10T21:27:43.360Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-10T21:27:43.364Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:27:43.366Z] > git checkout -f 13bab9d781d5e9bb5253e9687eac419560680413 # timeout=10 [2020-09-10T21:27:43.414Z] > git rev-list --no-walk 8999d915d46afe51249986cd1d86e77bda3492f8 # timeout=10 [2020-09-10T21:27:44.728Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:27:44.728Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:27:44.728Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41435/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-10T21:27:44.728Z] + bash /home/ubuntu/workspace/moby_PR-41435/check-config.sh [2020-09-10T21:27:44.728Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-10T21:27:44.728Z] info: reading kernel config from /boot/config-5.3.0-1035-aws ... [2020-09-10T21:27:44.728Z] [2020-09-10T21:27:44.728Z] Generally Necessary: [2020-09-10T21:27:44.728Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-10T21:27:44.728Z] - apparmor: enabled and tools installed [2020-09-10T21:27:44.728Z] - CONFIG_NAMESPACES: enabled [2020-09-10T21:27:44.728Z] - CONFIG_NET_NS: enabled [2020-09-10T21:27:44.728Z] - CONFIG_PID_NS: enabled [2020-09-10T21:27:44.728Z] - CONFIG_IPC_NS: enabled [2020-09-10T21:27:44.728Z] - CONFIG_UTS_NS: enabled [2020-09-10T21:27:44.728Z] - CONFIG_CGROUPS: enabled [2020-09-10T21:27:44.728Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-10T21:27:44.728Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-10T21:27:44.728Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-10T21:27:44.728Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-10T21:27:44.728Z] - CONFIG_CPUSETS: enabled [2020-09-10T21:27:44.728Z] - CONFIG_MEMCG: enabled [2020-09-10T21:27:44.728Z] - CONFIG_KEYS: enabled [2020-09-10T21:27:44.728Z] - CONFIG_VETH: enabled (as module) [2020-09-10T21:27:44.728Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-10T21:27:44.728Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-10T21:27:44.728Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-10T21:27:44.728Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-10T21:27:44.728Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-10T21:27:44.728Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-10T21:27:44.728Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-10T21:27:44.728Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-10T21:27:44.728Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-10T21:27:44.728Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-10T21:27:44.728Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-10T21:27:44.728Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-10T21:27:44.728Z] [2020-09-10T21:27:44.728Z] Optional Features: [2020-09-10T21:27:44.728Z] - CONFIG_USER_NS: enabled [2020-09-10T21:27:44.728Z] - CONFIG_SECCOMP: enabled [2020-09-10T21:27:44.728Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-10T21:27:44.728Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-10T21:27:44.728Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-10T21:27:44.728Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-10T21:27:44.728Z] - CONFIG_BLK_CGROUP: enabled [2020-09-10T21:27:44.728Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-10T21:27:44.728Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-10T21:27:44.728Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-10T21:27:44.728Z] - CONFIG_CGROUP_PERF: enabled [2020-09-10T21:27:44.728Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-10T21:27:44.728Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-10T21:27:44.728Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-10T21:27:44.781Z] #7 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.2s done [2020-09-10T21:27:44.781Z] #7 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc [2020-09-10T21:27:44.985Z] Commit message: "Merge commit 'b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a' into HEAD" [2020-09-10T21:27:44.987Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-10T21:27:44.987Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-10T21:27:44.987Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-10T21:27:44.987Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-10T21:27:44.987Z] - CONFIG_IP_VS: enabled (as module) [2020-09-10T21:27:44.987Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-10T21:27:44.987Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-10T21:27:44.987Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-10T21:27:44.987Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-10T21:27:44.987Z] - CONFIG_EXT4_FS: enabled [2020-09-10T21:27:44.987Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-10T21:27:44.987Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-10T21:27:44.987Z] - Network Drivers: [2020-09-10T21:27:44.987Z] - "overlay": [2020-09-10T21:27:44.987Z] - CONFIG_VXLAN: enabled (as module) [2020-09-10T21:27:44.987Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-10T21:27:44.987Z] Optional (for encrypted networks): [2020-09-10T21:27:44.987Z] - CONFIG_CRYPTO: enabled [2020-09-10T21:27:44.987Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-10T21:27:44.987Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-10T21:27:44.987Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-10T21:27:44.987Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-10T21:27:44.987Z] - CONFIG_XFRM: enabled [2020-09-10T21:27:44.987Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-10T21:27:44.987Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-10T21:27:44.987Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-10T21:27:44.987Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-10T21:27:44.987Z] - "ipvlan": [2020-09-10T21:27:44.987Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-10T21:27:44.987Z] - "macvlan": [2020-09-10T21:27:44.987Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-10T21:27:44.987Z] - CONFIG_DUMMY: enabled (as module) [2020-09-10T21:27:44.987Z] - "ftp,tftp client in container": [2020-09-10T21:27:44.987Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-10T21:27:44.987Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-10T21:27:44.987Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-10T21:27:44.987Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-10T21:27:44.987Z] - Storage Drivers: [2020-09-10T21:27:44.987Z] - "aufs": [2020-09-10T21:27:44.987Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-10T21:27:44.987Z] - "btrfs": [2020-09-10T21:27:44.987Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-10T21:27:44.987Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-10T21:27:44.987Z] - "devicemapper": [2020-09-10T21:27:44.987Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-10T21:27:44.987Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-10T21:27:44.987Z] - "overlay": [2020-09-10T21:27:44.987Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-10T21:27:44.987Z] - "zfs": [2020-09-10T21:27:44.987Z] - /dev/zfs: present [2020-09-10T21:27:44.987Z] - zfs command: missing [2020-09-10T21:27:44.987Z] - zpool command: missing [2020-09-10T21:27:44.987Z] [2020-09-10T21:27:44.987Z] Limits: [2020-09-10T21:27:44.987Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-10T21:27:44.987Z] [2020-09-10T21:27:44.987Z] + true [Pipeline] } [2020-09-10T21:27:45.000Z] First time build. Skipping changelog. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2020-09-10T21:27:43.388Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:27:43.391Z] > git checkout -f f299d648955486d35514a43c1a4c75e34effbb19 # timeout=10 [2020-09-10T21:27:44.204Z] > git remote # timeout=10 [2020-09-10T21:27:44.207Z] > git config --get remote.origin.url # timeout=10 [2020-09-10T21:27:44.210Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:44.211Z] > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10 [2020-09-10T21:27:44.654Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-10T21:27:44.668Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:27:44.671Z] > git checkout -f a614d70db5e549532cb0ec6d2a611f025d5e1537 # timeout=10 [2020-09-10T21:27:44.992Z] > git rev-list --no-walk 8999d915d46afe51249986cd1d86e77bda3492f8 # timeout=10 [Pipeline] sh [2020-09-10T21:27:45.073Z] #7 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.2s done [2020-09-10T21:27:45.227Z] Merge succeeded, producing a614d70db5e549532cb0ec6d2a611f025d5e1537 [2020-09-10T21:27:45.227Z] Checking out Revision a614d70db5e549532cb0ec6d2a611f025d5e1537 (PR-41435) [2020-09-10T21:27:45.313Z] + sudo modprobe ip_vs [2020-09-10T21:27:45.313Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ba228adc86da8be30d10d20f613989f5af5d3162 . [2020-09-10T21:27:45.313Z] #2 [internal] load build definition from Dockerfile [2020-09-10T21:27:45.313Z] #2 transferring dockerfile: 16.37kB done [2020-09-10T21:27:45.313Z] #2 DONE 0.0s [2020-09-10T21:27:45.313Z] [2020-09-10T21:27:45.313Z] #1 [internal] load .dockerignore [2020-09-10T21:27:45.313Z] #1 transferring context: 87B done [2020-09-10T21:27:45.313Z] #1 DONE 0.0s [2020-09-10T21:27:45.313Z] [2020-09-10T21:27:45.313Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-10T21:27:45.313Z] #3 DONE 0.1s [2020-09-10T21:27:45.365Z] #7 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d [Pipeline] withEnv [Pipeline] { [2020-09-10T21:27:44.518Z] > git remote # timeout=10 [2020-09-10T21:27:44.564Z] > git config --get remote.origin.url # timeout=10 [2020-09-10T21:27:44.612Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:27:44.613Z] > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10 [2020-09-10T21:27:45.141Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-09-10T21:27:45.260Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:27:45.305Z] > git checkout -f a614d70db5e549532cb0ec6d2a611f025d5e1537 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-10T21:27:45.516Z] Commit message: "Merge commit 'b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a' into HEAD" [2020-09-10T21:27:45.573Z] [2020-09-10T21:27:45.573Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-10T21:27:45.573Z] #4 CACHED [2020-09-10T21:27:45.573Z] [2020-09-10T21:27:45.573Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-10T21:27:45.573Z] #6 DONE 0.1s [2020-09-10T21:27:45.573Z] [2020-09-10T21:27:45.573Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-10T21:27:45.573Z] #5 DONE 0.1s [2020-09-10T21:27:45.573Z] [2020-09-10T21:27:45.573Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-10T21:27:45.573Z] #58 DONE 0.0s [2020-09-10T21:27:45.573Z] [2020-09-10T21:27:45.573Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:27:45.573Z] #7 DONE 0.0s [2020-09-10T21:27:45.573Z] [2020-09-10T21:27:45.573Z] #20 [internal] load build context [2020-09-10T21:27:45.825Z] + docker version [2020-09-10T21:27:45.825Z] Client: [2020-09-10T21:27:45.825Z] Version: 18.06.1-ce [2020-09-10T21:27:45.825Z] API version: 1.38 [2020-09-10T21:27:45.825Z] Go version: go1.10.3 [2020-09-10T21:27:45.825Z] Git commit: e68fc7a [2020-09-10T21:27:45.825Z] Built: Tue Aug 21 17:26:10 2018 [2020-09-10T21:27:45.825Z] OS/Arch: linux/ppc64le [2020-09-10T21:27:45.825Z] Experimental: false [2020-09-10T21:27:45.825Z] [2020-09-10T21:27:45.825Z] Server: [2020-09-10T21:27:45.825Z] Engine: [2020-09-10T21:27:45.825Z] Version: 18.06.1-ce [2020-09-10T21:27:45.825Z] API version: 1.38 (minimum version 1.12) [2020-09-10T21:27:45.825Z] Go version: go1.10.3 [2020-09-10T21:27:45.825Z] Git commit: e68fc7a [2020-09-10T21:27:45.825Z] Built: Tue Aug 21 17:24:20 2018 [2020-09-10T21:27:45.825Z] OS/Arch: linux/ppc64le [2020-09-10T21:27:45.825Z] Experimental: true [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-10T21:27:46.140Z] #20 transferring context: 51.54MB 0.7s done [2020-09-10T21:27:46.140Z] #20 DONE 0.7s [2020-09-10T21:27:46.237Z] + docker info [2020-09-10T21:27:46.237Z] Containers: 0 [2020-09-10T21:27:46.237Z] Running: 0 [2020-09-10T21:27:46.237Z] Paused: 0 [2020-09-10T21:27:46.237Z] Stopped: 0 [2020-09-10T21:27:46.237Z] Images: 0 [2020-09-10T21:27:46.237Z] Server Version: 18.06.1-ce [2020-09-10T21:27:46.237Z] Storage Driver: overlay2 [2020-09-10T21:27:46.237Z] Backing Filesystem: extfs [2020-09-10T21:27:46.237Z] Supports d_type: true [2020-09-10T21:27:46.237Z] Native Overlay Diff: true [2020-09-10T21:27:46.237Z] Logging Driver: json-file [2020-09-10T21:27:46.237Z] Cgroup Driver: cgroupfs [2020-09-10T21:27:46.237Z] Plugins: [2020-09-10T21:27:46.237Z] Volume: local [2020-09-10T21:27:46.237Z] Network: bridge host ipvlan macvlan null overlay [2020-09-10T21:27:46.237Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-09-10T21:27:46.237Z] Swarm: inactive [2020-09-10T21:27:46.237Z] Runtimes: runc [2020-09-10T21:27:46.237Z] Default Runtime: runc [2020-09-10T21:27:46.237Z] Init Binary: docker-init [2020-09-10T21:27:46.237Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-09-10T21:27:46.237Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-09-10T21:27:46.237Z] init version: fec3683 [2020-09-10T21:27:46.237Z] Security Options: [2020-09-10T21:27:46.237Z] apparmor [2020-09-10T21:27:46.237Z] seccomp [2020-09-10T21:27:46.237Z] Profile: default [2020-09-10T21:27:46.237Z] Kernel Version: 4.4.0-139-generic [2020-09-10T21:27:46.237Z] Operating System: Ubuntu 16.04.3 LTS [2020-09-10T21:27:46.237Z] OSType: linux [2020-09-10T21:27:46.237Z] Architecture: ppc64le [2020-09-10T21:27:46.237Z] CPUs: 4 [2020-09-10T21:27:46.237Z] Total Memory: 7.972GiB [2020-09-10T21:27:46.237Z] Name: ppc64le-ubuntu-26 [2020-09-10T21:27:46.237Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-09-10T21:27:46.237Z] Docker Root Dir: /var/lib/docker [2020-09-10T21:27:46.237Z] Debug Mode (client): false [2020-09-10T21:27:46.237Z] Debug Mode (server): false [2020-09-10T21:27:46.237Z] Username: dockerbuildbot [2020-09-10T21:27:46.237Z] Registry: https://index.docker.io/v1/ [2020-09-10T21:27:46.237Z] Labels: [2020-09-10T21:27:46.237Z] Experimental: true [2020-09-10T21:27:46.237Z] Insecure Registries: [2020-09-10T21:27:46.237Z] 127.0.0.0/8 [2020-09-10T21:27:46.237Z] Live Restore Enabled: false [2020-09-10T21:27:46.237Z] [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-10T21:27:46.398Z] #18 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-10T21:27:46.398Z] #24 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-10T21:27:46.398Z] #37 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-10T21:27:46.398Z] #40 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-10T21:27:46.398Z] #8 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:27:46.398Z] #43 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-10T21:27:46.398Z] #50 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:27:46.398Z] #51 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-10T21:27:46.398Z] #19 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-10T21:27:46.398Z] #56 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-10T21:27:46.398Z] #57 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-10T21:27:46.398Z] #15 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-10T21:27:46.398Z] #61 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:27:46.398Z] #25 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:27:46.398Z] #45 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-10T21:27:46.398Z] #12 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-10T21:27:46.398Z] #59 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:27:46.398Z] #47 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:27:46.398Z] #21 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-10T21:27:46.398Z] #46 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:27:46.398Z] #10 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-10T21:27:46.398Z] #53 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:27:46.398Z] #49 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:27:46.398Z] #28 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-10T21:27:46.398Z] #16 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-10T21:27:46.398Z] #31 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:27:46.398Z] #30 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-10T21:27:46.398Z] #22 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:27:46.398Z] #60 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:27:46.398Z] #33 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-10T21:27:46.398Z] #26 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-10T21:27:46.398Z] #27 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-10T21:27:46.398Z] #35 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:27:46.398Z] #38 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:27:46.398Z] #32 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-10T21:27:46.398Z] #44 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-10T21:27:46.398Z] #29 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:27:46.398Z] #54 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-10T21:27:46.398Z] #13 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:27:46.398Z] #41 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-10T21:27:46.398Z] #11 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-10T21:27:46.398Z] #9 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-10T21:27:46.398Z] #48 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:27:46.398Z] #23 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:27:46.398Z] #36 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:27:46.398Z] #52 CACHED [2020-09-10T21:27:46.398Z] [2020-09-10T21:27:46.398Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-10T21:27:46.399Z] #34 CACHED [2020-09-10T21:27:46.399Z] [2020-09-10T21:27:46.399Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:27:46.399Z] #17 CACHED [2020-09-10T21:27:46.399Z] [2020-09-10T21:27:46.399Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-10T21:27:46.399Z] #42 CACHED [2020-09-10T21:27:46.399Z] [2020-09-10T21:27:46.399Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-10T21:27:46.399Z] #14 CACHED [2020-09-10T21:27:46.399Z] [2020-09-10T21:27:46.399Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:27:46.399Z] #39 CACHED [2020-09-10T21:27:46.399Z] [2020-09-10T21:27:46.399Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-10T21:27:46.399Z] #55 CACHED [2020-09-10T21:27:46.399Z] [2020-09-10T21:27:46.399Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-10T21:27:46.399Z] #62 CACHED [2020-09-10T21:27:46.399Z] [2020-09-10T21:27:46.399Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-10T21:27:46.401Z] #7 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 1.3s done [Pipeline] sh [2020-09-10T21:27:46.693Z] #7 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 0.1s [2020-09-10T21:27:46.809Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:27:46.809Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:27:46.809Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41435/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-10T21:27:46.809Z] + bash /home/docker/workspace/moby_PR-41435/check-config.sh [2020-09-10T21:27:46.809Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-10T21:27:46.809Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-09-10T21:27:46.809Z] [2020-09-10T21:27:46.809Z] Generally Necessary: [2020-09-10T21:27:46.809Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-10T21:27:46.809Z] - apparmor: enabled and tools installed [2020-09-10T21:27:46.809Z] - CONFIG_NAMESPACES: enabled [2020-09-10T21:27:46.809Z] - CONFIG_NET_NS: enabled [2020-09-10T21:27:46.809Z] - CONFIG_PID_NS: enabled [2020-09-10T21:27:46.809Z] - CONFIG_IPC_NS: enabled [2020-09-10T21:27:46.809Z] - CONFIG_UTS_NS: enabled [2020-09-10T21:27:46.809Z] - CONFIG_CGROUPS: enabled [2020-09-10T21:27:46.809Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-10T21:27:46.809Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-10T21:27:46.809Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-10T21:27:46.809Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-10T21:27:46.809Z] - CONFIG_CPUSETS: enabled [2020-09-10T21:27:46.809Z] - CONFIG_MEMCG: enabled [2020-09-10T21:27:46.809Z] - CONFIG_KEYS: enabled [2020-09-10T21:27:46.809Z] - CONFIG_VETH: enabled (as module) [2020-09-10T21:27:46.809Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-10T21:27:46.809Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-10T21:27:46.900Z] + docker version [2020-09-10T21:27:46.900Z] Client: Docker Engine - Enterprise [2020-09-10T21:27:46.900Z] Version: 19.03.5 [2020-09-10T21:27:46.900Z] API version: 1.40 [2020-09-10T21:27:46.900Z] Go version: go1.12.12 [2020-09-10T21:27:46.900Z] Git commit: 2ee0c57608 [2020-09-10T21:27:46.900Z] Built: 11/13/2019 08:00:16 [2020-09-10T21:27:46.900Z] OS/Arch: windows/amd64 [2020-09-10T21:27:46.900Z] Experimental: false [2020-09-10T21:27:46.900Z] [2020-09-10T21:27:46.900Z] Server: Docker Engine - Enterprise [2020-09-10T21:27:46.900Z] Engine: [2020-09-10T21:27:46.900Z] Version: 19.03.5 [2020-09-10T21:27:46.900Z] API version: 1.40 (minimum version 1.24) [2020-09-10T21:27:46.900Z] Go version: go1.12.12 [2020-09-10T21:27:46.900Z] Git commit: 2ee0c57608 [2020-09-10T21:27:46.900Z] Built: 11/13/2019 07:58:51 [2020-09-10T21:27:46.900Z] OS/Arch: windows/amd64 [2020-09-10T21:27:46.900Z] Experimental: true [Pipeline] sh [2020-09-10T21:27:47.106Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-10T21:27:47.106Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-10T21:27:47.106Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-09-10T21:27:47.106Z] [2020-09-10T21:27:47.106Z] Optional Features: [2020-09-10T21:27:47.106Z] - CONFIG_USER_NS: enabled [2020-09-10T21:27:47.106Z] - CONFIG_SECCOMP: enabled [2020-09-10T21:27:47.106Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-10T21:27:47.106Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-10T21:27:47.106Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-10T21:27:47.106Z] (cgroup swap accounting is currently enabled) [2020-09-10T21:27:47.106Z] - CONFIG_MEMCG_KMEM: enabled [2020-09-10T21:27:47.106Z] - CONFIG_BLK_CGROUP: enabled [2020-09-10T21:27:47.106Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-10T21:27:47.106Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-10T21:27:47.106Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-10T21:27:47.106Z] - CONFIG_CGROUP_PERF: enabled [2020-09-10T21:27:47.106Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-10T21:27:47.106Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-10T21:27:47.106Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-10T21:27:47.106Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-10T21:27:47.106Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-10T21:27:47.106Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_IP_VS: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-10T21:27:47.106Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-10T21:27:47.106Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-10T21:27:47.106Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_EXT4_FS: enabled [2020-09-10T21:27:47.106Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-10T21:27:47.106Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-10T21:27:47.106Z] - Network Drivers: [2020-09-10T21:27:47.106Z] - "overlay": [2020-09-10T21:27:47.106Z] - CONFIG_VXLAN: enabled (as module) [2020-09-10T21:27:47.106Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-10T21:27:47.106Z] Optional (for encrypted networks): [2020-09-10T21:27:47.332Z] #63 DONE 0.8s [2020-09-10T21:27:47.332Z] [2020-09-10T21:27:47.332Z] #64 exporting to image [2020-09-10T21:27:47.332Z] #64 exporting layers [2020-09-10T21:27:47.399Z] - CONFIG_CRYPTO: enabled [2020-09-10T21:27:47.399Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-09-10T21:27:47.399Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-09-10T21:27:47.399Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-09-10T21:27:47.399Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-09-10T21:27:47.399Z] - CONFIG_XFRM: enabled [2020-09-10T21:27:47.399Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-10T21:27:47.399Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-10T21:27:47.399Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-10T21:27:47.399Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-10T21:27:47.399Z] - "ipvlan": [2020-09-10T21:27:47.399Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-10T21:27:47.399Z] - "macvlan": [2020-09-10T21:27:47.399Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-10T21:27:47.399Z] - CONFIG_DUMMY: enabled (as module) [2020-09-10T21:27:47.399Z] - "ftp,tftp client in container": [2020-09-10T21:27:47.399Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-10T21:27:47.399Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-10T21:27:47.399Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-10T21:27:47.399Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-10T21:27:47.399Z] - Storage Drivers: [2020-09-10T21:27:47.399Z] - "aufs": [2020-09-10T21:27:47.399Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-10T21:27:47.399Z] - "btrfs": [2020-09-10T21:27:47.399Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-10T21:27:47.399Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-10T21:27:47.399Z] - "devicemapper": [2020-09-10T21:27:47.399Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-10T21:27:47.399Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-10T21:27:47.399Z] - "overlay": [2020-09-10T21:27:47.399Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-10T21:27:47.399Z] - "zfs": [2020-09-10T21:27:47.399Z] - /dev/zfs: missing [2020-09-10T21:27:47.399Z] - zfs command: missing [2020-09-10T21:27:47.399Z] - zpool command: missing [2020-09-10T21:27:47.399Z] [2020-09-10T21:27:47.399Z] Limits: [2020-09-10T21:27:47.399Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-10T21:27:47.399Z] [2020-09-10T21:27:47.399Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-10T21:27:47.866Z] + make bundles/buildx [2020-09-10T21:27:47.898Z] #64 exporting layers 0.7s done [2020-09-10T21:27:47.898Z] #64 writing image sha256:d0f4c836947715313903017b7e0e19f0d253b91da8414ab6a7b06a94c5739c2f done [2020-09-10T21:27:47.898Z] #64 naming to docker.io/library/docker:ba228adc86da8be30d10d20f613989f5af5d3162 done [2020-09-10T21:27:47.898Z] #64 DONE 0.8s [Pipeline] } [2020-09-10T21:27:47.908Z] + docker info [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-09-10T21:27:48.159Z] make: command: Command not found [2020-09-10T21:27:48.159Z] make: command: Command not found [2020-09-10T21:27:48.159Z] mkdir bundles [2020-09-10T21:27:48.159Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-09-10T21:27:48.159Z] --build-arg BUILDX_COMMIT \ [2020-09-10T21:27:48.159Z] --build-arg BUILDX_REPO \ [2020-09-10T21:27:48.159Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-09-10T21:27:48.159Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-09-10T21:27:48.159Z] . [2020-09-10T21:27:48.159Z] /bin/sh: 4: go: not found [2020-09-10T21:27:48.159Z] /bin/sh: 5: go: not found [2020-09-10T21:27:48.203Z] #7 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.2s done [2020-09-10T21:27:48.203Z] #7 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0.1s [2020-09-10T21:27:48.226Z] + trap exit INT TERM [2020-09-10T21:27:48.226Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-09-10T21:27:48.226Z] + CONTAINER_NAME=docker-pr4 [2020-09-10T21:27:48.226Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41435/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/make.sh dynbinary-daemon [2020-09-10T21:27:48.485Z] [2020-09-10T21:27:48.485Z] Removing bundles/ [2020-09-10T21:27:48.485Z] [2020-09-10T21:27:48.485Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-09-10T21:27:48.743Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-10T21:27:48.743Z] GOOS="" GOARCH="" GOARM="" [2020-09-10T21:27:48.866Z] Client: [2020-09-10T21:27:48.866Z] Debug Mode: false [2020-09-10T21:27:48.866Z] Plugins: [2020-09-10T21:27:48.866Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-09-10T21:27:48.866Z] [2020-09-10T21:27:48.866Z] Server: [2020-09-10T21:27:48.866Z] Containers: 0 [2020-09-10T21:27:48.866Z] Running: 0 [2020-09-10T21:27:48.866Z] Paused: 0 [2020-09-10T21:27:48.866Z] Stopped: 0 [2020-09-10T21:27:48.866Z] Images: 10 [2020-09-10T21:27:48.866Z] Server Version: 19.03.5 [2020-09-10T21:27:48.866Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-09-10T21:27:48.866Z] Windows: [2020-09-10T21:27:48.866Z] LCOW: [2020-09-10T21:27:48.866Z] Logging Driver: json-file [2020-09-10T21:27:48.866Z] Plugins: [2020-09-10T21:27:48.866Z] Volume: local [2020-09-10T21:27:48.866Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-10T21:27:48.866Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-10T21:27:48.866Z] Swarm: inactive [2020-09-10T21:27:48.866Z] Default Isolation: process [2020-09-10T21:27:48.866Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-10T21:27:48.866Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-09-10T21:27:48.866Z] OSType: windows [2020-09-10T21:27:48.866Z] Architecture: x86_64 [2020-09-10T21:27:48.866Z] CPUs: 4 [2020-09-10T21:27:48.866Z] Total Memory: 32GiB [2020-09-10T21:27:48.866Z] Name: azwin-2-9b8600 [2020-09-10T21:27:48.866Z] ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5 [2020-09-10T21:27:48.866Z] Docker Root Dir: D:\docker [2020-09-10T21:27:48.866Z] Debug Mode: false [2020-09-10T21:27:48.866Z] Registry: https://index.docker.io/v1/ [2020-09-10T21:27:48.866Z] Labels: [2020-09-10T21:27:48.866Z] Experimental: true [2020-09-10T21:27:48.866Z] Insecure Registries: [2020-09-10T21:27:48.866Z] 10.0.0.4:5000 [2020-09-10T21:27:48.866Z] 127.0.0.0/8 [2020-09-10T21:27:48.866Z] Registry Mirrors: [2020-09-10T21:27:48.866Z] http://10.0.0.4:5000/ [2020-09-10T21:27:48.866Z] Live Restore Enabled: false [2020-09-10T21:27:48.866Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-09-10T21:27:50.244Z] Sending build context to Docker daemon 56.31MB [2020-09-10T21:27:50.244Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-09-10T21:27:50.244Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-09-10T21:27:50.244Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-09-10T21:27:50.244Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-09-10T21:27:50.244Z] 1.13.15-buster: Pulling from library/golang [2020-09-10T21:27:50.244Z] db4e2d8d5901: Pulling fs layer [2020-09-10T21:27:50.244Z] dfe2d012519c: Pulling fs layer [2020-09-10T21:27:50.244Z] 5d8f1d1f9197: Pulling fs layer [2020-09-10T21:27:50.244Z] 1301750ffb48: Pulling fs layer [2020-09-10T21:27:50.244Z] dc5c6edc9cff: Pulling fs layer [2020-09-10T21:27:50.244Z] 3c370c2e2f82: Pulling fs layer [2020-09-10T21:27:50.244Z] 5ffb2f5886e2: Pulling fs layer [2020-09-10T21:27:50.244Z] dc5c6edc9cff: Waiting [2020-09-10T21:27:50.244Z] 3c370c2e2f82: Waiting [2020-09-10T21:27:50.244Z] 5ffb2f5886e2: Waiting [2020-09-10T21:27:50.244Z] 1301750ffb48: Waiting [2020-09-10T21:27:50.311Z] #7 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 2.2s done [2020-09-10T21:27:50.604Z] #7 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [2020-09-10T21:27:50.604Z] #7 DONE 9.9s [2020-09-10T21:27:50.883Z] dfe2d012519c: Verifying Checksum [2020-09-10T21:27:50.883Z] dfe2d012519c: Download complete [2020-09-10T21:27:50.883Z] 5d8f1d1f9197: Verifying Checksum [2020-09-10T21:27:50.883Z] 5d8f1d1f9197: Download complete [2020-09-10T21:27:50.895Z] [2020-09-10T21:27:50.895Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-10T21:27:52.404Z] #8 DONE 1.5s [2020-09-10T21:27:52.404Z] [2020-09-10T21:27:52.404Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-10T21:27:52.980Z] db4e2d8d5901: Verifying Checksum [2020-09-10T21:27:52.980Z] db4e2d8d5901: Download complete [2020-09-10T21:27:53.038Z] #9 DONE 1.0s [2020-09-10T21:27:53.330Z] [2020-09-10T21:27:53.330Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-10T21:27:53.330Z] #27 DONE 0.1s [2020-09-10T21:27:53.330Z] [2020-09-10T21:27:53.330Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-10T21:27:53.330Z] #35 DONE 0.1s [2020-09-10T21:27:53.330Z] [2020-09-10T21:27:53.330Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:27:53.627Z] 1301750ffb48: Verifying Checksum [2020-09-10T21:27:53.627Z] 1301750ffb48: Download complete [2020-09-10T21:27:53.627Z] 5ffb2f5886e2: Verifying Checksum [2020-09-10T21:27:53.627Z] 5ffb2f5886e2: Download complete [2020-09-10T21:27:54.340Z] dc5c6edc9cff: Verifying Checksum [2020-09-10T21:27:54.340Z] dc5c6edc9cff: Download complete [2020-09-10T21:27:56.087Z] #36 2.710 + git clone https://github.com/docker/distribution.git . [2020-09-10T21:27:56.087Z] #36 2.712 Cloning into '.'... [2020-09-10T21:27:56.435Z] db4e2d8d5901: Pull complete [2020-09-10T21:27:56.731Z] dfe2d012519c: Pull complete [2020-09-10T21:27:57.027Z] 5d8f1d1f9197: Pull complete [2020-09-10T21:27:57.027Z] 3c370c2e2f82: Verifying Checksum [2020-09-10T21:27:57.027Z] 3c370c2e2f82: Download complete [2020-09-10T21:27:58.827Z] #36 ... [2020-09-10T21:27:58.827Z] [2020-09-10T21:27:58.827Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:27:58.827Z] #43 2.382 + RM_GOPATH=0 [2020-09-10T21:27:58.827Z] #43 2.382 + TMP_GOPATH= [2020-09-10T21:27:58.827Z] #43 2.382 + : /build [2020-09-10T21:27:58.827Z] #43 2.382 + '[' -z '' ']' [2020-09-10T21:27:58.827Z] #43 2.383 ++ mktemp -d [2020-09-10T21:27:58.827Z] #43 2.384 + export GOPATH=/tmp/tmp.bBNdMOvuBB [2020-09-10T21:27:58.827Z] #43 2.384 + GOPATH=/tmp/tmp.bBNdMOvuBB [2020-09-10T21:27:58.827Z] #43 2.384 + RM_GOPATH=1 [2020-09-10T21:27:58.827Z] #43 2.384 + case "$(go env GOARCH)" in [2020-09-10T21:27:58.827Z] #43 2.384 ++ go env GOARCH [2020-09-10T21:27:58.827Z] #43 2.395 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:27:58.827Z] #43 2.395 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:27:58.827Z] #43 2.403 ++ dirname /tmp/install/install.sh [2020-09-10T21:27:58.827Z] #43 2.403 + dir=/tmp/install [2020-09-10T21:27:58.827Z] #43 2.403 + bin=gotestsum [2020-09-10T21:27:58.827Z] #43 2.403 + shift [2020-09-10T21:27:58.827Z] #43 2.403 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-10T21:27:58.827Z] #43 2.403 + . /tmp/install/gotestsum.installer [2020-09-10T21:27:58.827Z] #43 2.403 ++ : v0.3.5 [2020-09-10T21:27:58.827Z] #43 2.403 + install_gotestsum [2020-09-10T21:27:58.827Z] #43 2.436 + set -e [2020-09-10T21:27:58.827Z] #43 2.436 + export GO111MODULE=on [2020-09-10T21:27:58.827Z] #43 2.436 + GO111MODULE=on [2020-09-10T21:27:58.827Z] #43 2.436 + GOBIN=/build [2020-09-10T21:27:58.827Z] #43 2.436 + go get gotest.tools/gotestsum@v0.3.5 [2020-09-10T21:27:58.827Z] #43 2.436 go: finding gotest.tools v0.3.5 [2020-09-10T21:27:58.827Z] #43 2.436 go: finding gotest.tools/gotestsum v0.3.5 [2020-09-10T21:27:58.827Z] #43 3.512 go: downloading gotest.tools/gotestsum v0.3.5 [2020-09-10T21:27:58.827Z] #43 3.799 go: extracting gotest.tools/gotestsum v0.3.5 [2020-09-10T21:27:58.827Z] #43 4.987 go: downloading gotest.tools v2.1.0+incompatible [2020-09-10T21:27:58.827Z] #43 5.058 go: extracting gotest.tools v2.1.0+incompatible [2020-09-10T21:27:58.827Z] #43 5.115 go: downloading github.com/fatih/color v1.6.0 [2020-09-10T21:27:58.827Z] #43 5.117 go: downloading github.com/pkg/errors v0.8.0 [2020-09-10T21:27:58.827Z] #43 5.154 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-10T21:27:58.827Z] #43 5.254 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-09-10T21:27:58.827Z] #43 5.255 go: extracting github.com/fatih/color v1.6.0 [2020-09-10T21:27:58.827Z] #43 5.305 go: downloading github.com/spf13/pflag v1.0.1 [2020-09-10T21:27:58.827Z] #43 5.473 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-10T21:27:58.827Z] #43 5.513 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-09-10T21:27:58.827Z] #43 5.531 go: extracting github.com/pkg/errors v0.8.0 [2020-09-10T21:27:58.827Z] #43 5.543 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-09-10T21:27:58.828Z] #43 5.543 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-09-10T21:27:58.828Z] #43 5.557 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-10T21:27:58.828Z] #43 5.560 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-10T21:27:58.828Z] #43 5.642 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-09-10T21:27:58.828Z] #43 5.642 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-09-10T21:27:58.828Z] #43 5.647 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-10T21:27:58.828Z] #43 5.657 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-10T21:27:58.828Z] #43 5.684 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-10T21:27:58.828Z] #43 5.697 go: extracting github.com/spf13/pflag v1.0.1 [2020-09-10T21:27:59.798Z] 1301750ffb48: Pull complete [2020-09-10T21:28:00.341Z] #43 7.173 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-10T21:28:00.341Z] #43 7.225 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-10T21:28:00.635Z] #43 7.238 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-10T21:28:00.940Z] #43 ... [2020-09-10T21:28:00.940Z] [2020-09-10T21:28:00.940Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:28:00.940Z] #21 1.568 + RM_GOPATH=0 [2020-09-10T21:28:00.940Z] #21 1.568 + TMP_GOPATH= [2020-09-10T21:28:00.940Z] #21 1.568 + : /build [2020-09-10T21:28:00.940Z] #21 1.568 + '[' -z '' ']' [2020-09-10T21:28:00.940Z] #21 1.574 ++ mktemp -d [2020-09-10T21:28:00.940Z] #21 1.574 + export GOPATH=/tmp/tmp.de6JXp0Mo5 [2020-09-10T21:28:00.940Z] #21 1.574 + GOPATH=/tmp/tmp.de6JXp0Mo5 [2020-09-10T21:28:00.940Z] #21 1.574 + RM_GOPATH=1 [2020-09-10T21:28:00.940Z] #21 1.574 + case "$(go env GOARCH)" in [2020-09-10T21:28:00.940Z] #21 1.574 ++ go env GOARCH [2020-09-10T21:28:00.940Z] #21 1.590 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:00.940Z] #21 1.590 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:00.940Z] #21 1.590 ++ dirname /tmp/install/install.sh [2020-09-10T21:28:00.940Z] #21 1.591 Install docker/cli version 17.06.2-ce from stable [2020-09-10T21:28:00.940Z] #21 1.591 + dir=/tmp/install [2020-09-10T21:28:00.940Z] #21 1.591 + bin=dockercli [2020-09-10T21:28:00.940Z] #21 1.591 + shift [2020-09-10T21:28:00.940Z] #21 1.591 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-10T21:28:00.940Z] #21 1.591 + . /tmp/install/dockercli.installer [2020-09-10T21:28:00.940Z] #21 1.591 ++ : stable [2020-09-10T21:28:00.940Z] #21 1.591 ++ : 17.06.2-ce [2020-09-10T21:28:00.940Z] #21 1.591 + install_dockercli [2020-09-10T21:28:00.940Z] #21 1.591 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-10T21:28:00.940Z] #21 1.591 ++ uname -m [2020-09-10T21:28:00.940Z] #21 1.597 + arch=s390x [2020-09-10T21:28:00.940Z] #21 1.597 + '[' s390x '!=' x86_64 ']' [2020-09-10T21:28:00.940Z] #21 1.597 + '[' s390x '!=' s390x ']' [2020-09-10T21:28:00.940Z] #21 1.597 + url=https://download.docker.com/linux/static [2020-09-10T21:28:00.940Z] #21 1.597 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-09-10T21:28:00.940Z] #21 1.631 + tar -xz docker/docker [2020-09-10T21:28:00.940Z] #21 7.235 + mkdir -p /build [2020-09-10T21:28:00.940Z] #21 7.239 + mv docker/docker /build/ [2020-09-10T21:28:00.940Z] #21 7.245 + rmdir docker [2020-09-10T21:28:00.940Z] #21 DONE 7.6s [2020-09-10T21:28:00.940Z] [2020-09-10T21:28:00.940Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:28:00.940Z] #41 0.486 + RM_GOPATH=0 [2020-09-10T21:28:00.940Z] #41 0.486 + TMP_GOPATH= [2020-09-10T21:28:00.940Z] #41 0.486 + : /build [2020-09-10T21:28:00.940Z] #41 0.486 + '[' -z '' ']' [2020-09-10T21:28:00.940Z] #41 0.486 ++ mktemp -d [2020-09-10T21:28:00.940Z] #41 0.486 + export GOPATH=/tmp/tmp.NE0ot2kLRq [2020-09-10T21:28:00.940Z] #41 0.486 + GOPATH=/tmp/tmp.NE0ot2kLRq [2020-09-10T21:28:00.940Z] #41 0.486 + RM_GOPATH=1 [2020-09-10T21:28:00.940Z] #41 0.486 + case "$(go env GOARCH)" in [2020-09-10T21:28:00.940Z] #41 0.486 ++ go env GOARCH [2020-09-10T21:28:00.940Z] #41 0.488 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:00.940Z] #41 0.488 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:00.940Z] #41 0.488 ++ dirname /tmp/install/install.sh [2020-09-10T21:28:00.940Z] #41 0.494 + dir=/tmp/install [2020-09-10T21:28:00.940Z] #41 0.494 + bin=vndr [2020-09-10T21:28:00.940Z] #41 0.494 + shift [2020-09-10T21:28:00.940Z] #41 0.494 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-10T21:28:00.940Z] #41 0.494 + . /tmp/install/vndr.installer [2020-09-10T21:28:00.940Z] #41 0.494 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-10T21:28:00.940Z] #41 0.494 + install_vndr [2020-09-10T21:28:00.940Z] #41 0.494 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-10T21:28:00.940Z] #41 0.494 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.NE0ot2kLRq/src/github.com/LK4D4/vndr [2020-09-10T21:28:00.940Z] #41 0.494 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-10T21:28:00.940Z] #41 0.495 Cloning into '/tmp/tmp.NE0ot2kLRq/src/github.com/LK4D4/vndr'... [2020-09-10T21:28:00.940Z] #41 0.878 + cd /tmp/tmp.NE0ot2kLRq/src/github.com/LK4D4/vndr [2020-09-10T21:28:00.940Z] #41 0.878 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-10T21:28:00.940Z] #41 0.878 + go build -buildmode=pie -v -o /build/vndr . [2020-09-10T21:28:00.940Z] #41 1.096 runtime/internal/atomic [2020-09-10T21:28:00.940Z] #41 1.108 internal/cpu [2020-09-10T21:28:00.940Z] #41 1.121 runtime/internal/sys [2020-09-10T21:28:00.940Z] #41 1.162 runtime/internal/math [2020-09-10T21:28:00.940Z] #41 1.162 internal/race [2020-09-10T21:28:00.940Z] #41 1.177 internal/bytealg [2020-09-10T21:28:00.940Z] #41 1.177 sync/atomic [2020-09-10T21:28:00.940Z] #41 1.214 unicode [2020-09-10T21:28:00.940Z] #41 1.245 runtime [2020-09-10T21:28:00.940Z] #41 1.898 unicode/utf8 [2020-09-10T21:28:00.940Z] #41 1.993 math/bits [2020-09-10T21:28:00.940Z] #41 2.102 math [2020-09-10T21:28:00.940Z] #41 5.548 internal/testlog [2020-09-10T21:28:00.940Z] #41 5.749 encoding [2020-09-10T21:28:00.940Z] #41 5.762 unicode/utf16 [2020-09-10T21:28:00.940Z] #41 5.919 container/list [2020-09-10T21:28:00.940Z] #41 6.358 crypto/internal/subtle [2020-09-10T21:28:00.940Z] #41 6.450 crypto/subtle [2020-09-10T21:28:00.940Z] #41 6.504 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-10T21:28:00.940Z] #41 6.577 internal/nettrace [2020-09-10T21:28:00.940Z] #41 6.679 runtime/cgo [2020-09-10T21:28:01.881Z] dc5c6edc9cff: Pull complete [2020-09-10T21:28:03.014Z] #41 ... [2020-09-10T21:28:03.014Z] [2020-09-10T21:28:03.014Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:28:03.014Z] #43 9.545 go: finding github.com/pkg/errors v0.8.0 [2020-09-10T21:28:03.014Z] #43 9.548 go: finding github.com/fatih/color v1.6.0 [2020-09-10T21:28:03.014Z] #43 9.648 go: finding github.com/sirupsen/logrus v1.0.5 [2020-09-10T21:28:03.014Z] #43 9.709 go: finding github.com/spf13/pflag v1.0.1 [2020-09-10T21:28:03.014Z] #43 9.709 go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-10T21:28:03.014Z] #43 9.732 go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-10T21:28:03.014Z] #43 9.862 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-10T21:28:03.014Z] #43 9.898 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-10T21:28:03.014Z] #43 9.939 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-10T21:28:03.014Z] #43 10.00 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-10T21:28:03.014Z] #43 ... [2020-09-10T21:28:03.014Z] [2020-09-10T21:28:03.014Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:28:03.014Z] #30 2.886 + RM_GOPATH=0 [2020-09-10T21:28:03.014Z] #30 2.886 + TMP_GOPATH= [2020-09-10T21:28:03.014Z] #30 2.886 + : /build [2020-09-10T21:28:03.014Z] #30 2.886 + '[' -z '' ']' [2020-09-10T21:28:03.014Z] #30 2.886 ++ mktemp -d [2020-09-10T21:28:03.014Z] #30 2.896 + export GOPATH=/tmp/tmp.wMNcppKpf4 [2020-09-10T21:28:03.014Z] #30 2.896 + GOPATH=/tmp/tmp.wMNcppKpf4 [2020-09-10T21:28:03.014Z] #30 2.896 + RM_GOPATH=1 [2020-09-10T21:28:03.014Z] #30 2.896 + case "$(go env GOARCH)" in [2020-09-10T21:28:03.014Z] #30 2.896 ++ go env GOARCH [2020-09-10T21:28:03.014Z] #30 2.903 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-10T21:28:03.014Z] #30 2.903 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:03.014Z] #30 2.903 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:03.014Z] #30 2.903 ++ dirname /tmp/install/install.sh [2020-09-10T21:28:03.014Z] #30 2.903 + dir=/tmp/install [2020-09-10T21:28:03.014Z] #30 2.903 + bin=tomlv [2020-09-10T21:28:03.014Z] #30 2.903 + shift [2020-09-10T21:28:03.014Z] #30 2.903 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-10T21:28:03.014Z] #30 2.903 + . /tmp/install/tomlv.installer [2020-09-10T21:28:03.014Z] #30 2.903 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-10T21:28:03.014Z] #30 2.903 + install_tomlv [2020-09-10T21:28:03.014Z] #30 2.903 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-10T21:28:03.014Z] #30 2.903 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.wMNcppKpf4/src/github.com/BurntSushi/toml [2020-09-10T21:28:03.014Z] #30 2.917 Cloning into '/tmp/tmp.wMNcppKpf4/src/github.com/BurntSushi/toml'... [2020-09-10T21:28:03.014Z] #30 3.666 + cd /tmp/tmp.wMNcppKpf4/src/github.com/BurntSushi/toml [2020-09-10T21:28:03.014Z] #30 3.666 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-10T21:28:03.014Z] #30 3.703 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-10T21:28:03.014Z] #30 4.194 math [2020-09-10T21:28:03.014Z] #30 4.247 runtime [2020-09-10T21:28:03.014Z] #30 8.324 runtime/cgo [2020-09-10T21:28:03.308Z] #30 ... [2020-09-10T21:28:03.308Z] [2020-09-10T21:28:03.308Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:28:03.308Z] #54 2.129 + RM_GOPATH=0 [2020-09-10T21:28:03.308Z] #54 2.129 + TMP_GOPATH= [2020-09-10T21:28:03.308Z] #54 2.129 + : /build [2020-09-10T21:28:03.308Z] #54 2.129 + '[' -z '' ']' [2020-09-10T21:28:03.308Z] #54 2.129 ++ mktemp -d [2020-09-10T21:28:03.308Z] #54 2.129 + export GOPATH=/tmp/tmp.G6HnN85ELH [2020-09-10T21:28:03.308Z] #54 2.129 + GOPATH=/tmp/tmp.G6HnN85ELH [2020-09-10T21:28:03.308Z] #54 2.129 + RM_GOPATH=1 [2020-09-10T21:28:03.308Z] #54 2.129 + case "$(go env GOARCH)" in [2020-09-10T21:28:03.308Z] #54 2.129 ++ go env GOARCH [2020-09-10T21:28:03.308Z] #54 2.151 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-10T21:28:03.308Z] #54 2.151 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:03.308Z] #54 2.151 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:03.308Z] #54 2.151 ++ dirname /tmp/install/install.sh [2020-09-10T21:28:03.308Z] #54 2.151 + dir=/tmp/install [2020-09-10T21:28:03.308Z] #54 2.151 + bin=rootlesskit [2020-09-10T21:28:03.308Z] #54 2.151 + shift [2020-09-10T21:28:03.308Z] #54 2.151 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-10T21:28:03.308Z] #54 2.151 + . /tmp/install/rootlesskit.installer [2020-09-10T21:28:03.308Z] #54 2.151 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-10T21:28:03.308Z] #54 2.151 + install_rootlesskit [2020-09-10T21:28:03.308Z] #54 2.151 + case "$1" in [2020-09-10T21:28:03.308Z] #54 2.151 + export CGO_ENABLED=0 [2020-09-10T21:28:03.308Z] #54 2.151 + CGO_ENABLED=0 [2020-09-10T21:28:03.308Z] #54 2.151 + _install_rootlesskit [2020-09-10T21:28:03.308Z] #54 2.151 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-10T21:28:03.308Z] #54 2.151 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.G6HnN85ELH/src/github.com/rootless-containers/rootlesskit [2020-09-10T21:28:03.308Z] #54 2.151 Cloning into '/tmp/tmp.G6HnN85ELH/src/github.com/rootless-containers/rootlesskit'... [2020-09-10T21:28:03.308Z] #54 5.948 + cd /tmp/tmp.G6HnN85ELH/src/github.com/rootless-containers/rootlesskit [2020-09-10T21:28:03.308Z] #54 5.948 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-10T21:28:03.308Z] #54 6.361 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-10T21:28:03.308Z] #54 6.362 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-10T21:28:03.308Z] #54 ... [2020-09-10T21:28:03.308Z] [2020-09-10T21:28:03.308Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:28:03.308Z] #23 2.791 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:28:03.308Z] #23 2.911 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:28:03.308Z] #23 3.018 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:28:03.308Z] #23 3.644 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-10T21:28:03.308Z] #23 4.996 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB] [2020-09-10T21:28:03.308Z] #23 6.333 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-10T21:28:03.601Z] #23 ... [2020-09-10T21:28:03.601Z] [2020-09-10T21:28:03.601Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:28:03.601Z] #28 2.834 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-10T21:28:03.601Z] #28 2.834 Cloning into '.'... [2020-09-10T21:28:03.601Z] #28 ... [2020-09-10T21:28:03.601Z] [2020-09-10T21:28:03.601Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:28:03.601Z] #45 2.352 + RM_GOPATH=0 [2020-09-10T21:28:03.601Z] #45 2.352 + TMP_GOPATH= [2020-09-10T21:28:03.601Z] #45 2.352 + : /build [2020-09-10T21:28:03.601Z] #45 2.352 + '[' -z '' ']' [2020-09-10T21:28:03.601Z] #45 2.352 ++ mktemp -d [2020-09-10T21:28:03.601Z] #45 2.358 + export GOPATH=/tmp/tmp.jsl2QipwDM [2020-09-10T21:28:03.601Z] #45 2.358 + GOPATH=/tmp/tmp.jsl2QipwDM [2020-09-10T21:28:03.601Z] #45 2.358 + RM_GOPATH=1 [2020-09-10T21:28:03.601Z] #45 2.358 + case "$(go env GOARCH)" in [2020-09-10T21:28:03.601Z] #45 2.358 ++ go env GOARCH [2020-09-10T21:28:03.601Z] #45 2.377 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:03.601Z] #45 2.377 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:03.601Z] #45 2.377 ++ dirname /tmp/install/install.sh [2020-09-10T21:28:03.601Z] #45 2.377 + dir=/tmp/install [2020-09-10T21:28:03.601Z] #45 2.377 + bin=golangci_lint [2020-09-10T21:28:03.601Z] #45 2.377 + shift [2020-09-10T21:28:03.601Z] #45 2.377 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-10T21:28:03.601Z] #45 2.377 + . /tmp/install/golangci_lint.installer [2020-09-10T21:28:03.601Z] #45 2.377 ++ : v1.23.8 [2020-09-10T21:28:03.601Z] #45 2.377 + install_golangci_lint [2020-09-10T21:28:03.601Z] #45 2.377 + echo 'Installing golangci-lint version v1.23.8' [2020-09-10T21:28:03.601Z] #45 2.377 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-10T21:28:03.601Z] #45 2.378 Installing golangci-lint version v1.23.8 [2020-09-10T21:28:03.893Z] #45 ... [2020-09-10T21:28:03.893Z] [2020-09-10T21:28:03.893Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:28:03.893Z] #38 3.218 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:28:03.893Z] #38 3.259 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:28:03.893Z] #38 3.273 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:28:03.893Z] #38 3.817 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-10T21:28:03.893Z] #38 5.247 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB] [2020-09-10T21:28:03.893Z] #38 6.824 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-10T21:28:03.893Z] #38 ... [2020-09-10T21:28:03.893Z] [2020-09-10T21:28:03.893Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:28:03.893Z] #10 3.216 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:28:03.893Z] #10 3.258 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:28:03.893Z] #10 3.280 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:28:03.893Z] #10 3.915 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-10T21:28:03.893Z] #10 5.557 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB] [2020-09-10T21:28:03.893Z] #10 7.997 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-10T21:28:04.185Z] #10 ... [2020-09-10T21:28:04.185Z] [2020-09-10T21:28:04.185Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:28:04.185Z] #32 2.938 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:28:04.185Z] #32 2.977 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:28:04.185Z] #32 3.019 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:28:04.185Z] #32 3.643 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-10T21:28:04.185Z] #32 5.157 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB] [2020-09-10T21:28:04.185Z] #32 6.570 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-10T21:28:04.185Z] #32 ... [2020-09-10T21:28:04.185Z] [2020-09-10T21:28:04.185Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:28:04.185Z] #51 3.244 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:28:04.185Z] #51 3.286 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:28:04.185Z] #51 3.303 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:28:04.185Z] #51 4.065 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-10T21:28:04.185Z] #51 6.368 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB] [2020-09-10T21:28:04.185Z] #51 7.692 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-10T21:28:04.284Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-09-10T21:28:04.284Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-3267962b\powershellScript.ps1'; exit $LASTEXITCODE; [2020-09-10T21:28:04.284Z] ---------------------------------------------------------------------------- [2020-09-10T21:28:04.284Z] [2020-09-10T21:28:04.284Z] INFO: executeCI.ps1 starting at Thu Sep 10 21:28:02 CUT 2020 [2020-09-10T21:28:04.284Z] [2020-09-10T21:28:04.284Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-09-10T21:28:04.284Z] INFO: Running git version 2.24.1.windows.2 [2020-09-10T21:28:04.284Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-09-10T21:28:04.284Z] INFO: Environment variables: [2020-09-10T21:28:04.284Z] [2020-09-10T21:28:04.284Z] Name Value [2020-09-10T21:28:04.284Z] ---- ----- [2020-09-10T21:28:04.284Z] ALLUSERSPROFILE C:\ProgramData [2020-09-10T21:28:04.284Z] amd64 true [2020-09-10T21:28:04.284Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-09-10T21:28:04.284Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-09-10T21:28:04.284Z] arm64 true [2020-09-10T21:28:04.284Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-09-10T21:28:04.284Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-09-10T21:28:04.284Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-09-10T21:28:04.284Z] BRANCH_NAME PR-41435 [2020-09-10T21:28:04.284Z] BUILD_DISPLAY_NAME #4 [2020-09-10T21:28:04.284Z] BUILD_ID 4 [2020-09-10T21:28:04.284Z] BUILD_NUMBER 4 [2020-09-10T21:28:04.284Z] BUILD_TAG jenkins-moby-PR-41435-4 [2020-09-10T21:28:04.284Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41435/4/ [2020-09-10T21:28:04.284Z] CHANGE_AUTHOR thaJeztah [2020-09-10T21:28:04.284Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2020-09-10T21:28:04.284Z] CHANGE_BRANCH type_aliases [2020-09-10T21:28:04.284Z] CHANGE_FORK thaJeztah/docker [2020-09-10T21:28:04.284Z] CHANGE_ID 41435 [2020-09-10T21:28:04.284Z] CHANGE_TARGET master [2020-09-10T21:28:04.284Z] CHANGE_TITLE Use type aliases to reduce unneeded type-conversions [2020-09-10T21:28:04.284Z] CHANGE_URL https://github.com/moby/moby/pull/41435 [2020-09-10T21:28:04.284Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:28:04.284Z] CommonProgramFiles C:\Program Files\Common Files [2020-09-10T21:28:04.284Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-09-10T21:28:04.284Z] CommonProgramW6432 C:\Program Files\Common Files [2020-09-10T21:28:04.284Z] COMPUTERNAME azwin-2-9b8600 [2020-09-10T21:28:04.284Z] ComSpec C:\windows\system32\cmd.exe [2020-09-10T21:28:04.284Z] ConfigSequenceNumber 0 [2020-09-10T21:28:04.284Z] dco true [2020-09-10T21:28:04.284Z] DOCKER_BUILDKIT 0 [2020-09-10T21:28:04.284Z] DOCKER_DUT_DEBUG 1 [2020-09-10T21:28:04.284Z] DOCKER_EXPERIMENTAL 1 [2020-09-10T21:28:04.285Z] DOCKER_GRAPHDRIVER overlay2 [2020-09-10T21:28:04.285Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-09-10T21:28:04.285Z] EXECUTOR_NUMBER 0 [2020-09-10T21:28:04.285Z] FQDN azwin-2-9b8600.westus.cloudapp.azure.com [2020-09-10T21:28:04.285Z] GIT_BRANCH PR-41435 [2020-09-10T21:28:04.285Z] GIT_COMMIT ba228adc86da8be30d10d20f613989f5af5d3162 [2020-09-10T21:28:04.285Z] GIT_PREVIOUS_COMMIT 8999d915d46afe51249986cd1d86e77bda3492f8 [2020-09-10T21:28:04.285Z] GIT_URL https://github.com/moby/moby.git [2020-09-10T21:28:04.285Z] HUDSON_COOKIE f81e75f4-0d3d-4cd3-bcf8-1517ee829ffd [2020-09-10T21:28:04.285Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-09-10T21:28:04.285Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-09-10T21:28:04.285Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-09-10T21:28:04.285Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.252-2.b09.ojdkbuild.windows.x86_64 [2020-09-10T21:28:04.285Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-09-10T21:28:04.285Z] JENKINS_NODE_COOKIE 47ade2cb-188e-4cfd-b94e-fb6714ab18b5 [2020-09-10T21:28:04.285Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-09-10T21:28:04.285Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-09-10T21:28:04.285Z] JOB_BASE_NAME PR-41435 [2020-09-10T21:28:04.285Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41435/display/redirect [2020-09-10T21:28:04.285Z] JOB_NAME moby/PR-41435 [2020-09-10T21:28:04.285Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41435/ [2020-09-10T21:28:04.285Z] library.jps.version master [2020-09-10T21:28:04.285Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-09-10T21:28:04.285Z] NODE_LABELS amd64 azure azwin-2-9b8600 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-09-10T21:28:04.285Z] NODE_NAME azwin-2-9b8600 [2020-09-10T21:28:04.285Z] NUMBER_OF_PROCESSORS 4 [2020-09-10T21:28:04.285Z] OS Windows_NT [2020-09-10T21:28:04.286Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-09-10T21:28:04.286Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-09-10T21:28:04.286Z] ppc64le true [2020-09-10T21:28:04.286Z] PROCESSOR_ARCHITECTURE AMD64 [2020-09-10T21:28:04.286Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-09-10T21:28:04.286Z] PROCESSOR_LEVEL 6 [2020-09-10T21:28:04.286Z] PROCESSOR_REVISION 5504 [2020-09-10T21:28:04.286Z] ProgramData C:\ProgramData [2020-09-10T21:28:04.286Z] ProgramFiles C:\Program Files [2020-09-10T21:28:04.286Z] ProgramFiles(x86) C:\Program Files (x86) [2020-09-10T21:28:04.286Z] ProgramW6432 C:\Program Files [2020-09-10T21:28:04.286Z] PROMPT $P$G [2020-09-10T21:28:04.286Z] PSExecutionPolicyPreference Bypass [2020-09-10T21:28:04.286Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-09-10T21:28:04.286Z] PUBLIC C:\Users\Public [2020-09-10T21:28:04.286Z] rootless true [2020-09-10T21:28:04.286Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41435/4/display/redirect?page=changes [2020-09-10T21:28:04.286Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41435/4/display/redirect [2020-09-10T21:28:04.286Z] s390x true [2020-09-10T21:28:04.286Z] SKIP_VALIDATION_TESTS 1 [2020-09-10T21:28:04.286Z] SOURCES_DRIVE d [2020-09-10T21:28:04.286Z] SOURCES_SUBDIR gopath [2020-09-10T21:28:04.286Z] STAGE_NAME Run tests [2020-09-10T21:28:04.286Z] SystemDrive C: [2020-09-10T21:28:04.286Z] SystemRoot C:\windows [2020-09-10T21:28:04.286Z] TEMP C:\windows\TEMP [2020-09-10T21:28:04.286Z] TESTDEBUG 0 [2020-09-10T21:28:04.286Z] TESTRUN_DRIVE d [2020-09-10T21:28:04.286Z] TESTRUN_SUBDIR CI [2020-09-10T21:28:04.286Z] TIMEOUT 120m [2020-09-10T21:28:04.286Z] TMP C:\windows\TEMP [2020-09-10T21:28:04.286Z] unit_validate true [2020-09-10T21:28:04.286Z] USERDOMAIN WORKGROUP [2020-09-10T21:28:04.286Z] USERNAME azwin-2-9b8600$ [2020-09-10T21:28:04.286Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-09-10T21:28:04.286Z] validate_force false [2020-09-10T21:28:04.286Z] windir C:\windows [2020-09-10T21:28:04.286Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-09-10T21:28:04.286Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-09-10T21:28:04.286Z] windowsRS1 false [2020-09-10T21:28:04.286Z] windowsRS5 true [2020-09-10T21:28:04.286Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-09-10T21:28:04.286Z] [2020-09-10T21:28:04.286Z] [2020-09-10T21:28:04.286Z] [2020-09-10T21:28:04.286Z] INFO: Sources under d:\gopath\... [2020-09-10T21:28:04.286Z] INFO: Test run under d:\CI\... [2020-09-10T21:28:04.286Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-09-10T21:28:04.286Z] INFO: docker/docker repository was found [2020-09-10T21:28:04.286Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2020-09-10T21:28:04.286Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1457' [2020-09-10T21:28:04.286Z] INFO: Docker version of control daemon [2020-09-10T21:28:04.286Z] [2020-09-10T21:28:04.286Z] Client: Docker Engine - Enterprise [2020-09-10T21:28:04.286Z] Version: 19.03.5 [2020-09-10T21:28:04.286Z] API version: 1.40 [2020-09-10T21:28:04.286Z] Go version: go1.12.12 [2020-09-10T21:28:04.286Z] Git commit: 2ee0c57608 [2020-09-10T21:28:04.286Z] Built: 11/13/2019 08:00:16 [2020-09-10T21:28:04.286Z] OS/Arch: windows/amd64 [2020-09-10T21:28:04.286Z] Experimental: false [2020-09-10T21:28:04.286Z] [2020-09-10T21:28:04.286Z] Server: Docker Engine - Enterprise [2020-09-10T21:28:04.286Z] Engine: [2020-09-10T21:28:04.286Z] Version: 19.03.5 [2020-09-10T21:28:04.286Z] API version: 1.40 (minimum version 1.24) [2020-09-10T21:28:04.286Z] Go version: go1.12.12 [2020-09-10T21:28:04.286Z] Git commit: 2ee0c57608 [2020-09-10T21:28:04.286Z] Built: 11/13/2019 07:58:51 [2020-09-10T21:28:04.286Z] OS/Arch: windows/amd64 [2020-09-10T21:28:04.286Z] Experimental: true [2020-09-10T21:28:04.286Z] [2020-09-10T21:28:04.286Z] INFO: Docker info of control daemon [2020-09-10T21:28:04.286Z] [2020-09-10T21:28:04.477Z] #51 ... [2020-09-10T21:28:04.477Z] [2020-09-10T21:28:04.477Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:28:04.477Z] #47 0.945 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-10T21:28:04.477Z] #47 0.945 + RM_GOPATH=0 [2020-09-10T21:28:04.477Z] #47 0.945 + TMP_GOPATH= [2020-09-10T21:28:04.477Z] #47 0.945 + : /build [2020-09-10T21:28:04.477Z] #47 0.945 + '[' -z '' ']' [2020-09-10T21:28:04.477Z] #47 0.945 ++ mktemp -d [2020-09-10T21:28:04.477Z] #47 0.945 + export GOPATH=/tmp/tmp.Bec3LPdhqh [2020-09-10T21:28:04.477Z] #47 0.945 + GOPATH=/tmp/tmp.Bec3LPdhqh [2020-09-10T21:28:04.477Z] #47 0.945 + RM_GOPATH=1 [2020-09-10T21:28:04.477Z] #47 0.945 + case "$(go env GOARCH)" in [2020-09-10T21:28:04.477Z] #47 0.945 ++ go env GOARCH [2020-09-10T21:28:04.477Z] #47 0.945 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:04.477Z] #47 0.945 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:04.477Z] #47 0.945 ++ dirname /tmp/install/install.sh [2020-09-10T21:28:04.477Z] #47 0.945 + dir=/tmp/install [2020-09-10T21:28:04.477Z] #47 0.945 + bin=shfmt [2020-09-10T21:28:04.477Z] #47 0.945 + shift [2020-09-10T21:28:04.477Z] #47 0.945 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-10T21:28:04.477Z] #47 0.945 + . /tmp/install/shfmt.installer [2020-09-10T21:28:04.477Z] #47 0.945 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-10T21:28:04.477Z] #47 0.945 + install_shfmt [2020-09-10T21:28:04.477Z] #47 0.945 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-10T21:28:04.477Z] #47 0.945 + git clone https://github.com/mvdan/sh.git /tmp/tmp.Bec3LPdhqh/src/github.com/mvdan/sh [2020-09-10T21:28:04.477Z] #47 0.945 Cloning into '/tmp/tmp.Bec3LPdhqh/src/github.com/mvdan/sh'... [2020-09-10T21:28:04.477Z] #47 5.253 + cd /tmp/tmp.Bec3LPdhqh/src/github.com/mvdan/sh [2020-09-10T21:28:04.477Z] #47 5.254 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-10T21:28:04.477Z] #47 5.286 + GO111MODULE=on [2020-09-10T21:28:04.477Z] #47 5.286 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-10T21:28:04.477Z] #47 6.033 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-10T21:28:04.477Z] #47 6.041 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-10T21:28:04.477Z] #47 6.086 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-10T21:28:04.477Z] #47 6.290 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-10T21:28:04.477Z] #47 6.306 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-10T21:28:04.477Z] #47 6.858 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-10T21:28:04.477Z] #47 7.509 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-10T21:28:04.477Z] #47 8.472 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-10T21:28:04.477Z] #47 9.471 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-10T21:28:04.477Z] #47 9.625 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-10T21:28:04.477Z] #47 9.725 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-10T21:28:04.477Z] #47 9.766 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-10T21:28:04.477Z] #47 10.26 runtime/cgo [2020-09-10T21:28:04.477Z] #47 10.27 runtime [2020-09-10T21:28:04.477Z] #47 ... [2020-09-10T21:28:04.477Z] [2020-09-10T21:28:04.477Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:28:04.477Z] #60 0.800 + RM_GOPATH=0 [2020-09-10T21:28:04.477Z] #60 0.800 + TMP_GOPATH= [2020-09-10T21:28:04.477Z] #60 0.800 + : /build [2020-09-10T21:28:04.477Z] #60 0.800 + '[' -z '' ']' [2020-09-10T21:28:04.477Z] #60 0.800 ++ mktemp -d [2020-09-10T21:28:04.477Z] #60 0.802 + export GOPATH=/tmp/tmp.dnSNjjp9Vl [2020-09-10T21:28:04.477Z] #60 0.802 + GOPATH=/tmp/tmp.dnSNjjp9Vl [2020-09-10T21:28:04.477Z] #60 0.802 + RM_GOPATH=1 [2020-09-10T21:28:04.477Z] #60 0.802 + case "$(go env GOARCH)" in [2020-09-10T21:28:04.477Z] #60 0.802 ++ go env GOARCH [2020-09-10T21:28:04.477Z] #60 0.848 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:04.477Z] #60 0.848 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:04.477Z] #60 0.848 ++ dirname /tmp/install/install.sh [2020-09-10T21:28:04.477Z] #60 0.848 + dir=/tmp/install [2020-09-10T21:28:04.477Z] #60 0.848 + bin=proxy [2020-09-10T21:28:04.477Z] #60 0.848 + shift [2020-09-10T21:28:04.477Z] #60 0.848 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-10T21:28:04.477Z] #60 0.848 + . /tmp/install/proxy.installer [2020-09-10T21:28:04.477Z] #60 0.848 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-09-10T21:28:04.477Z] #60 0.849 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-09-10T21:28:04.477Z] #60 0.849 + install_proxy [2020-09-10T21:28:04.477Z] #60 0.849 + case "$1" in [2020-09-10T21:28:04.477Z] #60 0.849 + export CGO_ENABLED=0 [2020-09-10T21:28:04.477Z] #60 0.849 + CGO_ENABLED=0 [2020-09-10T21:28:04.477Z] #60 0.849 + _install_proxy [2020-09-10T21:28:04.477Z] #60 0.849 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-09-10T21:28:04.477Z] #60 0.849 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.dnSNjjp9Vl/src/github.com/docker/libnetwork [2020-09-10T21:28:04.477Z] #60 0.851 Cloning into '/tmp/tmp.dnSNjjp9Vl/src/github.com/docker/libnetwork'... [2020-09-10T21:28:04.740Z] Client: [2020-09-10T21:28:04.740Z] Debug Mode: false [2020-09-10T21:28:04.740Z] Plugins: [2020-09-10T21:28:04.740Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-09-10T21:28:04.740Z] [2020-09-10T21:28:04.740Z] Server: [2020-09-10T21:28:04.740Z] Containers: 0 [2020-09-10T21:28:04.740Z] Running: 0 [2020-09-10T21:28:04.740Z] Paused: 0 [2020-09-10T21:28:04.740Z] Stopped: 0 [2020-09-10T21:28:04.740Z] Images: 10 [2020-09-10T21:28:04.740Z] Server Version: 19.03.5 [2020-09-10T21:28:04.740Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-09-10T21:28:04.740Z] Windows: [2020-09-10T21:28:04.740Z] LCOW: [2020-09-10T21:28:04.740Z] Logging Driver: json-file [2020-09-10T21:28:04.740Z] Plugins: [2020-09-10T21:28:04.740Z] Volume: local [2020-09-10T21:28:04.740Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-10T21:28:04.740Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-10T21:28:04.740Z] Swarm: inactive [2020-09-10T21:28:04.740Z] Default Isolation: process [2020-09-10T21:28:04.740Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-10T21:28:04.740Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-09-10T21:28:04.740Z] OSType: windows [2020-09-10T21:28:04.740Z] Architecture: x86_64 [2020-09-10T21:28:04.740Z] CPUs: 4 [2020-09-10T21:28:04.740Z] Total Memory: 32GiB [2020-09-10T21:28:04.740Z] Name: azwin-2-9b8600 [2020-09-10T21:28:04.740Z] ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5 [2020-09-10T21:28:04.740Z] Docker Root Dir: D:\docker [2020-09-10T21:28:04.740Z] Debug Mode: false [2020-09-10T21:28:04.740Z] Registry: https://index.docker.io/v1/ [2020-09-10T21:28:04.740Z] Labels: [2020-09-10T21:28:04.740Z] Experimental: true [2020-09-10T21:28:04.740Z] Insecure Registries: [2020-09-10T21:28:04.740Z] 10.0.0.4:5000 [2020-09-10T21:28:04.740Z] 127.0.0.0/8 [2020-09-10T21:28:04.740Z] Registry Mirrors: [2020-09-10T21:28:04.740Z] http://10.0.0.4:5000/ [2020-09-10T21:28:04.740Z] Live Restore Enabled: false [2020-09-10T21:28:04.740Z] [2020-09-10T21:28:04.740Z] [2020-09-10T21:28:04.740Z] INFO: Commit hash is a614d70db5 [2020-09-10T21:28:04.740Z] INFO: Nuke-Everything... [2020-09-10T21:28:04.740Z] INFO: Container count on control daemon to delete is 0 [2020-09-10T21:28:04.768Z] #60 11.50 Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-09-10T21:28:04.768Z] #60 11.61 + cd /tmp/tmp.dnSNjjp9Vl/src/github.com/docker/libnetwork [2020-09-10T21:28:04.768Z] #60 11.61 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-09-10T21:28:05.194Z] INFO: Nuking d:\CI [2020-09-10T21:28:05.194Z] INFO: Zapped successfully [2020-09-10T21:28:05.402Z] #60 12.30 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-10T21:28:05.402Z] #60 ... [2020-09-10T21:28:05.402Z] [2020-09-10T21:28:05.402Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:28:05.402Z] #41 12.18 vendor/golang.org/x/crypto/internal/subtle [2020-09-10T21:28:05.415Z] 3c370c2e2f82: Pull complete [2020-09-10T21:28:05.415Z] 5ffb2f5886e2: Pull complete [2020-09-10T21:28:05.415Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-09-10T21:28:05.415Z] Status: Downloaded newer image for golang:1.13.15-buster [2020-09-10T21:28:05.415Z] ---> 805dc2d65d1c [2020-09-10T21:28:05.415Z] Step 5/15 : ARG BUILDX_REPO [2020-09-10T21:28:05.647Z] INFO: Location for testing is d:\CI\PR-41435\4 [2020-09-10T21:28:05.647Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-09-10T21:28:05.647Z] [2020-09-10T21:28:05.647Z] [2020-09-10T21:28:05.647Z] INFO: Building the image from Dockerfile.windows at 09/10/2020 21:28:05... [2020-09-10T21:28:05.647Z] [2020-09-10T21:28:05.707Z] ---> Running in 70bb1d27fe9a [2020-09-10T21:28:05.707Z] Removing intermediate container 70bb1d27fe9a [2020-09-10T21:28:05.707Z] ---> acc52a8dcac4 [2020-09-10T21:28:05.707Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-09-10T21:28:05.707Z] ---> Running in 7849e0480292 [2020-09-10T21:28:05.999Z] Cloning into '/buildx'... [2020-09-10T21:28:09.352Z] Sending build context to Docker daemon 56.3MB [2020-09-10T21:28:09.352Z] [2020-09-10T21:28:09.540Z] Removing intermediate container 7849e0480292 [2020-09-10T21:28:09.540Z] ---> 90f073a46933 [2020-09-10T21:28:09.540Z] Step 7/15 : WORKDIR /buildx [2020-09-10T21:28:09.540Z] ---> Running in 43355fb36819 [2020-09-10T21:28:09.540Z] Removing intermediate container 43355fb36819 [2020-09-10T21:28:09.540Z] ---> 16fc1171a909 [2020-09-10T21:28:09.540Z] Step 8/15 : ARG BUILDX_COMMIT [2020-09-10T21:28:09.540Z] ---> Running in d09d21f34d08 [2020-09-10T21:28:09.540Z] Removing intermediate container d09d21f34d08 [2020-09-10T21:28:09.540Z] ---> fec99a4681fe [2020-09-10T21:28:09.540Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-09-10T21:28:09.540Z] ---> Running in 30a74724dc6a [2020-09-10T21:28:09.805Z] Step 1/10 : FROM microsoft/windowsservercore [2020-09-10T21:28:09.805Z] ---> 715aaeac112d [2020-09-10T21:28:09.805Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-09-10T21:28:09.805Z] ---> Using cache [2020-09-10T21:28:09.805Z] ---> 8f617762fd59 [2020-09-10T21:28:09.805Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-09-10T21:28:09.805Z] ---> Using cache [2020-09-10T21:28:09.805Z] ---> 2a0be240f083 [2020-09-10T21:28:09.805Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-09-10T21:28:09.805Z] ---> Using cache [2020-09-10T21:28:09.805Z] ---> 39cfdec00a1d [2020-09-10T21:28:09.805Z] 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-09-10T21:28:09.805Z] ---> Using cache [2020-09-10T21:28:09.805Z] ---> 850bd557201c [2020-09-10T21:28:09.806Z] 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 { $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-09-10T21:28:09.806Z] ---> Using cache [2020-09-10T21:28:09.806Z] ---> 94ded2a2b3ca [2020-09-10T21:28:09.806Z] 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-09-10T21:28:09.806Z] ---> Using cache [2020-09-10T21:28:09.806Z] ---> 2834b1ca3041 [2020-09-10T21:28:09.806Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-09-10T21:28:09.806Z] ---> Using cache [2020-09-10T21:28:09.806Z] ---> 434680cb6c40 [2020-09-10T21:28:09.806Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-09-10T21:28:09.806Z] ---> Using cache [2020-09-10T21:28:09.806Z] ---> f1e8edac2674 [2020-09-10T21:28:09.806Z] Step 10/10 : COPY . . [2020-09-10T21:28:10.179Z] From https://github.com/docker/buildx [2020-09-10T21:28:10.179Z] * [new tag] v0.3.1 -> build [2020-09-10T21:28:10.816Z] Switched to branch 'build' [2020-09-10T21:28:10.973Z] #41 ... [2020-09-10T21:28:10.973Z] [2020-09-10T21:28:10.973Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:28:10.973Z] #36 13.66 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-10T21:28:10.973Z] #36 15.40 + 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-09-10T21:28:11.457Z] Removing intermediate container 30a74724dc6a [2020-09-10T21:28:11.457Z] ---> db1ec483230b [2020-09-10T21:28:11.457Z] Step 10/15 : ARG GOOS [2020-09-10T21:28:11.457Z] ---> Running in 0670e192ea9f [2020-09-10T21:28:11.457Z] Removing intermediate container 0670e192ea9f [2020-09-10T21:28:11.457Z] ---> ddda074a097b [2020-09-10T21:28:11.457Z] Step 11/15 : ARG GOARCH [2020-09-10T21:28:11.457Z] ---> Running in 81ed2ccee255 [2020-09-10T21:28:11.750Z] Removing intermediate container 81ed2ccee255 [2020-09-10T21:28:11.750Z] ---> ca8ef346a388 [2020-09-10T21:28:11.750Z] 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-09-10T21:28:11.750Z] ---> Running in 128923ac73cf [2020-09-10T21:28:13.042Z] #36 ... [2020-09-10T21:28:13.042Z] [2020-09-10T21:28:13.042Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:28:13.042Z] #41 19.65 sync [2020-09-10T21:28:13.042Z] #41 19.67 internal/reflectlite [2020-09-10T21:28:13.334Z] #41 ... [2020-09-10T21:28:13.334Z] [2020-09-10T21:28:13.334Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:28:13.334Z] #43 10.14 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-10T21:28:13.626Z] #43 ... [2020-09-10T21:28:13.626Z] [2020-09-10T21:28:13.626Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:28:13.626Z] #51 13.43 Fetched 8070 kB in 10s (788 kB/s) [2020-09-10T21:28:13.626Z] #51 13.43 Reading package lists... [2020-09-10T21:28:13.626Z] #51 16.41 Reading package lists... [2020-09-10T21:28:13.626Z] #51 20.12 Building dependency tree... [2020-09-10T21:28:13.918Z] #51 ... [2020-09-10T21:28:13.918Z] [2020-09-10T21:28:13.918Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:28:13.918Z] #41 20.80 github.com/LK4D4/vndr/godl/singleflight [2020-09-10T21:28:14.210Z] #41 21.10 math/rand [2020-09-10T21:28:15.246Z] #41 21.93 internal/singleflight [2020-09-10T21:28:15.538Z] #41 22.28 errors [2020-09-10T21:28:15.538Z] #41 22.28 sort [2020-09-10T21:28:15.830Z] #41 22.66 io [2020-09-10T21:28:16.126Z] #41 ... [2020-09-10T21:28:16.126Z] [2020-09-10T21:28:16.126Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:28:16.126Z] #23 12.89 Fetched 8070 kB in 10s (788 kB/s) [2020-09-10T21:28:16.126Z] #23 12.89 Reading package lists... [2020-09-10T21:28:16.126Z] #23 16.02 Reading package lists... [2020-09-10T21:28:16.126Z] #23 20.14 Building dependency tree... [2020-09-10T21:28:16.126Z] #23 21.15 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-10T21:28:16.126Z] #23 21.15 The following additional packages will be installed: [2020-09-10T21:28:16.126Z] #23 21.15 libjq1 libonig5 [2020-09-10T21:28:16.126Z] #23 21.39 The following NEW packages will be installed: [2020-09-10T21:28:16.126Z] #23 21.45 jq libjq1 libonig5 [2020-09-10T21:28:16.126Z] #23 21.54 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:28:16.126Z] #23 21.54 Need to get 350 kB of archives. [2020-09-10T21:28:16.126Z] #23 21.54 After this operation, 1154 kB of additional disk space will be used. [2020-09-10T21:28:16.126Z] #23 21.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-09-10T21:28:16.126Z] #23 21.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-09-10T21:28:16.126Z] #23 21.61 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-09-10T21:28:16.126Z] #23 22.23 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:28:16.126Z] #23 22.27 Fetched 350 kB in 0s (2076 kB/s) [2020-09-10T21:28:16.126Z] #23 22.37 Selecting previously unselected package libonig5:s390x. [2020-09-10T21:28:16.126Z] #23 22.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-09-10T21:28:16.126Z] #23 22.46 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... [2020-09-10T21:28:16.126Z] #23 22.46 Unpacking libonig5:s390x (6.9.1-1) ... [2020-09-10T21:28:16.126Z] #23 22.64 Selecting previously unselected package libjq1:s390x. [2020-09-10T21:28:16.126Z] #23 22.64 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-09-10T21:28:16.126Z] #23 22.64 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-09-10T21:28:16.419Z] #23 ... [2020-09-10T21:28:16.419Z] [2020-09-10T21:28:16.419Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:28:16.419Z] #51 21.06 The following additional packages will be installed: [2020-09-10T21:28:16.419Z] #51 21.08 libbtrfs0 [2020-09-10T21:28:16.419Z] #51 21.17 The following NEW packages will be installed: [2020-09-10T21:28:16.419Z] #51 21.18 libbtrfs-dev libbtrfs0 [2020-09-10T21:28:16.419Z] #51 21.33 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:28:16.419Z] #51 21.33 Need to get 118 kB of archives. [2020-09-10T21:28:16.419Z] #51 21.33 After this operation, 390 kB of additional disk space will be used. [2020-09-10T21:28:16.419Z] #51 21.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-09-10T21:28:16.419Z] #51 21.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-09-10T21:28:16.419Z] #51 22.09 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:28:16.419Z] #51 22.18 Fetched 118 kB in 0s (976 kB/s) [2020-09-10T21:28:16.419Z] #51 22.24 Selecting previously unselected package libbtrfs0. [2020-09-10T21:28:16.419Z] #51 22.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-09-10T21:28:16.419Z] #51 22.31 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-09-10T21:28:16.419Z] #51 22.32 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-10T21:28:16.419Z] #51 22.38 Selecting previously unselected package libbtrfs-dev. [2020-09-10T21:28:16.419Z] #51 22.38 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-09-10T21:28:16.419Z] #51 22.38 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:28:16.419Z] #51 22.48 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-10T21:28:16.419Z] #51 22.50 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:28:16.419Z] #51 22.51 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:28:16.419Z] #51 DONE 23.0s [2020-09-10T21:28:16.419Z] [2020-09-10T21:28:16.419Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:28:16.419Z] #23 23.00 Selecting previously unselected package jq. [2020-09-10T21:28:16.419Z] #23 23.00 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... [2020-09-10T21:28:16.419Z] #23 23.03 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-10T21:28:16.419Z] #23 ... [2020-09-10T21:28:16.419Z] [2020-09-10T21:28:16.419Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:28:16.419Z] #52 ... [2020-09-10T21:28:16.419Z] [2020-09-10T21:28:16.419Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:28:16.419Z] #10 13.18 Fetched 8070 kB in 10s (804 kB/s) [2020-09-10T21:28:16.419Z] #10 13.18 Reading package lists... [2020-09-10T21:28:16.419Z] #10 16.56 Reading package lists... [2020-09-10T21:28:16.419Z] #10 20.19 Building dependency tree... [2020-09-10T21:28:16.419Z] #10 21.20 The following additional packages will be installed: [2020-09-10T21:28:16.419Z] #10 21.22 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-10T21:28:16.419Z] #10 21.22 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-10T21:28:16.419Z] #10 21.22 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-10T21:28:16.419Z] #10 21.22 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-10T21:28:16.419Z] #10 21.22 Suggested packages: [2020-09-10T21:28:16.419Z] #10 21.22 gcc-8-locales seccomp wine64 [2020-09-10T21:28:16.419Z] #10 22.13 The following NEW packages will be installed: [2020-09-10T21:28:16.419Z] #10 22.14 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-10T21:28:16.419Z] #10 22.15 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-10T21:28:16.419Z] #10 22.15 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-10T21:28:16.419Z] #10 22.16 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-10T21:28:16.419Z] #10 22.16 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-10T21:28:16.419Z] #10 22.16 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-10T21:28:16.419Z] #10 22.25 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:28:16.419Z] #10 22.25 Need to get 73.3 MB of archives. [2020-09-10T21:28:16.419Z] #10 22.25 After this operation, 494 MB of additional disk space will be used. [2020-09-10T21:28:16.419Z] #10 22.25 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-09-10T21:28:16.419Z] #10 22.45 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-09-10T21:28:16.419Z] #10 22.57 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-09-10T21:28:16.419Z] #10 22.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-09-10T21:28:16.419Z] #10 22.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-09-10T21:28:16.419Z] #10 22.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-10T21:28:16.419Z] #10 22.89 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-09-10T21:28:16.419Z] #10 23.03 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-09-10T21:28:16.419Z] #10 23.06 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-09-10T21:28:16.419Z] #10 ... [2020-09-10T21:28:16.419Z] [2020-09-10T21:28:16.419Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:28:16.419Z] #23 23.19 Setting up libonig5:s390x (6.9.1-1) ... [2020-09-10T21:28:16.419Z] #23 23.19 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-09-10T21:28:16.419Z] #23 23.20 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-10T21:28:16.419Z] #23 23.20 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:28:16.713Z] #23 DONE 23.5s [2020-09-10T21:28:16.713Z] [2020-09-10T21:28:16.713Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:28:16.713Z] #38 13.47 Fetched 8070 kB in 10s (782 kB/s) [2020-09-10T21:28:16.713Z] #38 13.47 Reading package lists... [2020-09-10T21:28:16.713Z] #38 17.03 Reading package lists... [2020-09-10T21:28:16.713Z] #38 20.66 Building dependency tree... [2020-09-10T21:28:16.713Z] #38 21.74 The following additional packages will be installed: [2020-09-10T21:28:16.713Z] #38 21.74 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-10T21:28:16.713Z] #38 21.74 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-10T21:28:16.713Z] #38 21.74 Suggested packages: [2020-09-10T21:28:16.713Z] #38 21.74 manpages-dev python-setuptools [2020-09-10T21:28:16.713Z] #38 22.63 The following NEW packages will be installed: [2020-09-10T21:28:16.713Z] #38 22.63 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-10T21:28:16.713Z] #38 22.63 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-10T21:28:16.713Z] #38 22.63 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-10T21:28:16.713Z] #38 22.64 python-six zlib1g-dev [2020-09-10T21:28:16.713Z] #38 22.74 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:28:16.713Z] #38 22.74 Need to get 3742 kB of archives. [2020-09-10T21:28:16.713Z] #38 22.74 After this operation, 22.0 MB of additional disk space will be used. [2020-09-10T21:28:16.713Z] #38 22.74 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-09-10T21:28:16.714Z] #38 22.77 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-09-10T21:28:16.714Z] #38 22.78 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-09-10T21:28:16.714Z] #38 22.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-09-10T21:28:16.714Z] #38 22.80 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-09-10T21:28:16.714Z] #38 22.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-09-10T21:28:16.714Z] #38 22.83 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-09-10T21:28:16.714Z] #38 22.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-09-10T21:28:16.714Z] #38 22.87 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-09-10T21:28:16.714Z] #38 22.90 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-09-10T21:28:16.714Z] #38 22.91 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-09-10T21:28:16.714Z] #38 22.98 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-09-10T21:28:16.714Z] #38 23.03 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-09-10T21:28:16.714Z] #38 23.03 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-09-10T21:28:16.714Z] #38 23.04 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-10T21:28:16.714Z] #38 23.05 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-09-10T21:28:16.714Z] #38 23.05 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-09-10T21:28:16.714Z] #38 ... [2020-09-10T21:28:16.714Z] [2020-09-10T21:28:16.714Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-10T21:28:16.714Z] #24 DONE 0.1s [2020-09-10T21:28:16.714Z] [2020-09-10T21:28:16.714Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:28:16.714Z] #60 DONE 23.6s [2020-09-10T21:28:16.714Z] [2020-09-10T21:28:16.714Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:28:16.714Z] #32 13.52 Fetched 8070 kB in 11s (752 kB/s) [2020-09-10T21:28:16.714Z] #32 13.52 Reading package lists... [2020-09-10T21:28:16.714Z] #32 16.77 Reading package lists... [2020-09-10T21:28:16.714Z] #32 20.58 Building dependency tree... [2020-09-10T21:28:16.714Z] #32 21.66 The following additional packages will be installed: [2020-09-10T21:28:16.714Z] #32 21.67 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-10T21:28:16.714Z] #32 21.67 Suggested packages: [2020-09-10T21:28:16.714Z] #32 21.67 cmake-doc ninja-build lrzip [2020-09-10T21:28:16.714Z] #32 21.67 Recommended packages: [2020-09-10T21:28:16.714Z] #32 21.67 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-10T21:28:16.714Z] #32 22.42 The following NEW packages will be installed: [2020-09-10T21:28:16.714Z] #32 22.42 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-10T21:28:16.714Z] #32 22.42 vim-common xxd [2020-09-10T21:28:16.714Z] #32 22.59 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:28:16.714Z] #32 22.59 Need to get 14.0 MB of archives. [2020-09-10T21:28:16.714Z] #32 22.59 After this operation, 62.1 MB of additional disk space will be used. [2020-09-10T21:28:16.714Z] #32 22.59 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-09-10T21:28:16.714Z] #32 22.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-09-10T21:28:16.714Z] #32 22.64 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-09-10T21:28:16.714Z] #32 22.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-09-10T21:28:16.714Z] #32 23.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-09-10T21:28:16.714Z] #32 23.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-09-10T21:28:16.714Z] #32 23.43 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-09-10T21:28:16.714Z] #32 23.44 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-09-10T21:28:16.714Z] #32 23.44 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-09-10T21:28:16.714Z] #32 23.47 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-09-10T21:28:17.006Z] #32 ... [2020-09-10T21:28:17.006Z] [2020-09-10T21:28:17.006Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:28:19.800Z] #25 2.469 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-10T21:28:19.800Z] #25 ... [2020-09-10T21:28:19.800Z] [2020-09-10T21:28:19.800Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:28:19.800Z] #43 DONE 26.3s [2020-09-10T21:28:19.800Z] [2020-09-10T21:28:19.800Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:28:19.800Z] #38 23.89 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:28:19.800Z] #38 24.13 Fetched 3742 kB in 0s (10.0 MB/s) [2020-09-10T21:28:19.800Z] #38 24.27 Selecting previously unselected package libcap-dev:s390x. [2020-09-10T21:28:19.800Z] #38 24.27 (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-09-10T21:28:19.800Z] #38 24.40 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-09-10T21:28:19.800Z] #38 24.40 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-09-10T21:28:19.800Z] #38 24.60 Selecting previously unselected package libnet1:s390x. [2020-09-10T21:28:19.800Z] #38 24.60 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-09-10T21:28:19.800Z] #38 24.66 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-09-10T21:28:19.800Z] #38 24.98 Selecting previously unselected package libnet1-dev. [2020-09-10T21:28:19.800Z] #38 24.98 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-09-10T21:28:19.800Z] #38 24.99 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-10T21:28:19.800Z] #38 25.13 Selecting previously unselected package libnl-3-200:s390x. [2020-09-10T21:28:19.800Z] #38 25.13 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-09-10T21:28:19.800Z] #38 25.13 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-09-10T21:28:19.800Z] #38 25.19 Selecting previously unselected package libnl-3-dev:s390x. [2020-09-10T21:28:19.800Z] #38 25.20 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-09-10T21:28:19.800Z] #38 25.20 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-09-10T21:28:19.800Z] #38 25.38 Selecting previously unselected package libprotobuf-c1:s390x. [2020-09-10T21:28:19.800Z] #38 25.38 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-09-10T21:28:19.800Z] #38 25.38 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-09-10T21:28:19.800Z] #38 25.41 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-09-10T21:28:19.800Z] #38 25.42 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-09-10T21:28:19.800Z] #38 25.42 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-09-10T21:28:19.800Z] #38 25.50 Selecting previously unselected package zlib1g-dev:s390x. [2020-09-10T21:28:19.800Z] #38 25.50 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-09-10T21:28:19.800Z] #38 25.50 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-09-10T21:28:19.800Z] #38 25.67 Selecting previously unselected package libprotobuf17:s390x. [2020-09-10T21:28:19.800Z] #38 25.67 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-09-10T21:28:19.800Z] #38 25.67 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-09-10T21:28:19.800Z] #38 26.23 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-09-10T21:28:19.801Z] #38 26.23 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-09-10T21:28:19.801Z] #38 26.23 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-09-10T21:28:19.801Z] #38 26.43 Selecting previously unselected package libprotobuf-dev:s390x. [2020-09-10T21:28:19.801Z] #38 26.43 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-09-10T21:28:19.801Z] #38 26.44 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-09-10T21:28:20.819Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-10T21:28:20.819Z] [2020-09-10T21:28:20.819Z] + TEST_INTEGRATION_DEST=1 [2020-09-10T21:28:20.819Z] + CONTAINER_NAME=docker-pr4-1 [2020-09-10T21:28:20.819Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-09-10T21:28:20.819Z] + run_tests test-integration-flaky [2020-09-10T21:28:20.819Z] + '[' -n 0 ']' [2020-09-10T21:28:20.819Z] + rm= [2020-09-10T21:28:20.819Z] + TEST_INTEGRATION_DEST=2 [2020-09-10T21:28:20.819Z] + CONTAINER_NAME=docker-pr4-2 [2020-09-10T21:28:20.819Z] + TEST_SKIP_INTEGRATION=1 [2020-09-10T21:28:20.819Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-09-10T21:28:20.819Z] + run_tests [2020-09-10T21:28:20.819Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41435/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41435/.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=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/make.sh test-integration-flaky test-integration [2020-09-10T21:28:20.819Z] + c=0 [2020-09-10T21:28:20.819Z] + '[' -n 0 ']' [2020-09-10T21:28:20.819Z] + rm= [2020-09-10T21:28:20.819Z] + TEST_INTEGRATION_DEST=3 [2020-09-10T21:28:20.820Z] + CONTAINER_NAME=docker-pr4-3 [2020-09-10T21:28:20.820Z] + TEST_SKIP_INTEGRATION=1 [2020-09-10T21:28:20.820Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-09-10T21:28:20.820Z] + run_tests [2020-09-10T21:28:20.820Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41435/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41435/.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=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/make.sh '' test-integration [2020-09-10T21:28:20.820Z] + '[' -n 0 ']' [2020-09-10T21:28:20.820Z] + rm= [2020-09-10T21:28:20.820Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41435/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41435/.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=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/make.sh '' test-integration [2020-09-10T21:28:20.820Z] ++ jobs -p [2020-09-10T21:28:20.820Z] + for job in $(jobs -p) [2020-09-10T21:28:20.820Z] + wait 15135 [2020-09-10T21:28:20.820Z] [2020-09-10T21:28:20.820Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-10T21:28:20.820Z] [2020-09-10T21:28:20.820Z] [2020-09-10T21:28:20.820Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-10T21:28:20.820Z] HOSTNAME=a4fa92949510 [2020-09-10T21:28:20.820Z] TEST_SKIP_INTEGRATION=1 [2020-09-10T21:28:20.820Z] TESTDEBUG=0 [2020-09-10T21:28:20.820Z] DEST=bundles/test-integration [2020-09-10T21:28:20.820Z] PWD=/go/src/github.com/docker/docker [2020-09-10T21:28:20.820Z] KEEPBUNDLE=1 [2020-09-10T21:28:20.820Z] DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 [2020-09-10T21:28:20.820Z] container=docker [2020-09-10T21:28:20.820Z] HOME=/root [2020-09-10T21:28:20.820Z] GOLANG_VERSION=1.13.15 [2020-09-10T21:28:20.820Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-10T21:28:20.820Z] VALIDATE_BRANCH=master [2020-09-10T21:28:20.820Z] TERM=xterm [2020-09-10T21:28:20.820Z] DOCKER_PKG=github.com/docker/docker [2020-09-10T21:28:20.820Z] SHLVL=1 [2020-09-10T21:28:20.820Z] TIMEOUT=120m [2020-09-10T21:28:20.820Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-10T21:28:20.820Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-10T21:28:20.820Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-09-10T21:28:20.820Z] GO111MODULE=off [2020-09-10T21:28:20.820Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-10T21:28:20.820Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-10T21:28:20.820Z] GOPATH=/go [2020-09-10T21:28:20.820Z] PKG_CONFIG=pkg-config [2020-09-10T21:28:20.820Z] _=/usr/bin/env [2020-09-10T21:28:20.820Z] Building test suite binary ./integration-cli/test.main [2020-09-10T21:28:20.820Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-09-10T21:28:20.820Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-10T21:28:20.820Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-10T21:28:20.820Z] HOSTNAME=9d84c0f5e843 [2020-09-10T21:28:20.820Z] TEST_SKIP_INTEGRATION=1 [2020-09-10T21:28:20.820Z] TESTDEBUG=0 [2020-09-10T21:28:20.820Z] DEST=bundles/test-integration [2020-09-10T21:28:20.820Z] PWD=/go/src/github.com/docker/docker [2020-09-10T21:28:20.820Z] KEEPBUNDLE=1 [2020-09-10T21:28:20.820Z] DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 [2020-09-10T21:28:20.820Z] container=docker [2020-09-10T21:28:20.820Z] HOME=/root [2020-09-10T21:28:20.820Z] GOLANG_VERSION=1.13.15 [2020-09-10T21:28:20.820Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-10T21:28:20.820Z] VALIDATE_BRANCH=master [2020-09-10T21:28:20.820Z] TERM=xterm [2020-09-10T21:28:20.820Z] DOCKER_PKG=github.com/docker/docker [2020-09-10T21:28:20.820Z] SHLVL=1 [2020-09-10T21:28:20.820Z] TIMEOUT=120m [2020-09-10T21:28:20.820Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-10T21:28:20.820Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-10T21:28:20.820Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-09-10T21:28:20.820Z] GO111MODULE=off [2020-09-10T21:28:20.820Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-10T21:28:20.820Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-10T21:28:20.820Z] GOPATH=/go [2020-09-10T21:28:20.820Z] PKG_CONFIG=pkg-config [2020-09-10T21:28:20.820Z] _=/usr/bin/env [2020-09-10T21:28:20.820Z] Building test suite binary ./integration-cli/test.main [2020-09-10T21:28:21.081Z] No new tests added to integration. [2020-09-10T21:28:21.081Z] [2020-09-10T21:28:21.081Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-10T21:28:21.344Z] #38 27.91 Selecting previously unselected package libprotoc17:s390x. [2020-09-10T21:28:21.344Z] #38 27.91 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-09-10T21:28:21.344Z] #38 27.92 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-09-10T21:28:21.637Z] #38 28.34 Selecting previously unselected package protobuf-c-compiler. [2020-09-10T21:28:21.637Z] #38 28.34 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-09-10T21:28:21.637Z] #38 28.34 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-10T21:28:21.637Z] #38 28.42 Selecting previously unselected package protobuf-compiler. [2020-09-10T21:28:21.637Z] #38 28.42 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-09-10T21:28:21.637Z] #38 28.42 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-10T21:28:21.637Z] #38 28.52 Selecting previously unselected package python-pkg-resources. [2020-09-10T21:28:21.637Z] #38 28.52 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-10T21:28:21.637Z] #38 28.53 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-10T21:28:21.647Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0b36a72031b6ba5bc) in /home/ubuntu/workspace/moby_PR-41435 [Pipeline] { [2020-09-10T21:28:21.655Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-10T21:28:21.655Z] HOSTNAME=56de29db75bc [2020-09-10T21:28:21.655Z] TESTDEBUG=0 [2020-09-10T21:28:21.655Z] DEST=bundles/test-integration [2020-09-10T21:28:21.655Z] PWD=/go/src/github.com/docker/docker [2020-09-10T21:28:21.655Z] KEEPBUNDLE=1 [2020-09-10T21:28:21.655Z] DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 [2020-09-10T21:28:21.655Z] container=docker [2020-09-10T21:28:21.655Z] HOME=/root [2020-09-10T21:28:21.655Z] GOLANG_VERSION=1.13.15 [2020-09-10T21:28:21.655Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-10T21:28:21.655Z] VALIDATE_BRANCH=master [2020-09-10T21:28:21.655Z] TERM=xterm [2020-09-10T21:28:21.655Z] DOCKER_PKG=github.com/docker/docker [2020-09-10T21:28:21.655Z] SHLVL=1 [2020-09-10T21:28:21.655Z] TIMEOUT=120m [2020-09-10T21:28:21.655Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-10T21:28:21.655Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-10T21:28:21.655Z] GO111MODULE=off [2020-09-10T21:28:21.655Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-10T21:28:21.655Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-10T21:28:21.655Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-10T21:28:21.655Z] GOPATH=/go [2020-09-10T21:28:21.655Z] PKG_CONFIG=pkg-config [2020-09-10T21:28:21.656Z] _=/usr/bin/env [2020-09-10T21:28:21.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [Pipeline] checkout [2020-09-10T21:28:21.929Z] #38 28.68 Selecting previously unselected package python-six. [2020-09-10T21:28:21.929Z] #38 28.68 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-10T21:28:21.929Z] #38 28.69 Unpacking python-six (1.12.0-1) ... [2020-09-10T21:28:21.929Z] #38 28.74 Selecting previously unselected package python-protobuf. [2020-09-10T21:28:21.929Z] #38 28.75 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-09-10T21:28:21.929Z] #38 28.76 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-10T21:28:22.563Z] #38 29.15 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-10T21:28:22.563Z] #38 ... [2020-09-10T21:28:22.563Z] [2020-09-10T21:28:22.563Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:28:22.563Z] #25 2.740 [2020-09-10T21:28:22.563Z] #25 2.912 0.0% #### 6.7% ######## 11.1% ########### 15.6% ############## 20.2% ################# 24.7% ######################## 33.7% ############################# 41.2% ################################# 45.9% ###################################### 53.4% ########################################## 58.9% ############################################## 65.0% ################################################## 70.5% ######################################################## 78.7% ############################################################### 87.7% ####################################################################### 98.9% ######################################################################## 100.0% [2020-09-10T21:28:22.563Z] #25 4.909 [2020-09-10T21:28:22.563Z] #25 5.026 #=#=# ############################## 42.3% ######################################################################## 100.0% [2020-09-10T21:28:22.563Z] #25 5.559 [2020-09-10T21:28:22.855Z] #25 5.716 ############## 19.8% ############################## 42.3% ###################################################### 75.6% ######################################################################## 100.0% [2020-09-10T21:28:23.149Z] #25 6.254 [2020-09-10T21:28:24.293Z] using credential docker-jenkins-github-credentials [2020-09-10T21:28:24.301Z] Cloning the remote Git repository [2020-09-10T21:28:24.301Z] Cloning with configured refspecs honoured and without tags [2020-09-10T21:28:24.609Z] #25 6.393 # 2.4% ######## 12.0% ############## 20.6% ################### 27.0% ######################### 35.6% ############################### 44.2% #################################### 50.6% ########################################## 59.2% ################################################ 67.8% ####################################################### 76.4% ############################################################# 85.0% ################################################################### 93.6% ######################################################################## 100.0% [2020-09-10T21:28:24.901Z] #25 8.176 [2020-09-10T21:28:24.392Z] Cloning repository https://github.com/moby/moby.git [2020-09-10T21:28:24.453Z] > git init /home/ubuntu/workspace/moby_PR-41435 # timeout=10 [2020-09-10T21:28:24.701Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:28:24.701Z] > git --version # timeout=10 [2020-09-10T21:28:24.709Z] > git --version # 'git version 2.7.4' [2020-09-10T21:28:24.710Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:28:24.713Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:28:25.211Z] #25 8.288 0.1% [2020-09-10T21:28:25.211Z] #25 ... [2020-09-10T21:28:25.211Z] [2020-09-10T21:28:25.211Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:28:25.211Z] #30 21.91 internal/reflectlite [2020-09-10T21:28:25.211Z] #30 23.42 io [2020-09-10T21:28:25.211Z] #30 23.42 strconv [2020-09-10T21:28:25.211Z] #30 25.33 internal/oserror [2020-09-10T21:28:25.211Z] #30 25.39 syscall [2020-09-10T21:28:25.211Z] #30 27.51 reflect [2020-09-10T21:28:25.211Z] #30 31.02 time [2020-09-10T21:28:25.211Z] #30 ... [2020-09-10T21:28:25.211Z] [2020-09-10T21:28:25.211Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:28:26.383Z] #25 8.288 0.1% ## 2.9% ### 5.4% ##### 7.3% ###### 9.1% ######## 11.6% ########## 14.1% ########### 16.6% ############# 19.1% ############## 20.4% ################ 23.5% # [2020-09-10T21:28:26.383Z] #25 ... [2020-09-10T21:28:26.383Z] [2020-09-10T21:28:26.383Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:28:26.383Z] #41 23.04 strconv [2020-09-10T21:28:26.383Z] #41 24.09 bytes [2020-09-10T21:28:26.383Z] #41 25.04 reflect [2020-09-10T21:28:26.383Z] #41 26.38 bufio [2020-09-10T21:28:26.383Z] #41 28.11 syscall [2020-09-10T21:28:26.383Z] #41 ... [2020-09-10T21:28:26.383Z] [2020-09-10T21:28:26.383Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:28:27.552Z] #25 8.288 0.1% ## 2.9% ### 5.4% ##### 7.3% ###### 9.1% ######## 11.6% ########## 14.1% ########### 16.6% ############# 19.1% ############## 20.4% ################ 23.5% ################## 26.0% #################### 28.5% ##################### 30.3% ####################### 32.2% ######################## 34.7% ########################## 36.6% ############################ 39.7% ############################## 42.2% ################################ 44.7% ################################# 47.2% [2020-09-10T21:28:27.552Z] #25 ... [2020-09-10T21:28:27.552Z] [2020-09-10T21:28:27.552Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:28:27.552Z] #32 24.25 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:28:27.552Z] #32 24.40 Fetched 14.0 MB in 1s (12.2 MB/s) [2020-09-10T21:28:27.552Z] #32 24.43 Selecting previously unselected package xxd. [2020-09-10T21:28:27.552Z] #32 24.43 (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-09-10T21:28:27.552Z] #32 24.47 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-09-10T21:28:27.552Z] #32 24.49 Unpacking xxd (2:8.1.0875-5) ... [2020-09-10T21:28:27.552Z] #32 24.73 Selecting previously unselected package vim-common. [2020-09-10T21:28:27.552Z] #32 24.73 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-10T21:28:27.552Z] #32 24.85 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-10T21:28:27.552Z] #32 25.15 Selecting previously unselected package cmake-data. [2020-09-10T21:28:27.552Z] #32 25.15 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-10T21:28:27.552Z] #32 25.16 Unpacking cmake-data (3.13.4-1) ... [2020-09-10T21:28:27.552Z] #32 27.59 Selecting previously unselected package libicu63:s390x. [2020-09-10T21:28:27.552Z] #32 27.59 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-09-10T21:28:27.552Z] #32 27.60 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-09-10T21:28:27.552Z] #32 31.96 Selecting previously unselected package libxml2:s390x. [2020-09-10T21:28:27.552Z] #32 31.97 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-09-10T21:28:27.552Z] #32 31.98 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-09-10T21:28:27.552Z] #32 32.44 Selecting previously unselected package libarchive13:s390x. [2020-09-10T21:28:27.552Z] #32 32.44 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-09-10T21:28:27.552Z] #32 32.45 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-09-10T21:28:27.552Z] #32 32.72 Selecting previously unselected package libjsoncpp1:s390x. [2020-09-10T21:28:27.552Z] #32 32.73 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-09-10T21:28:27.552Z] #32 32.73 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-09-10T21:28:27.552Z] #32 32.86 Selecting previously unselected package librhash0:s390x. [2020-09-10T21:28:27.552Z] #32 32.86 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-09-10T21:28:27.552Z] #32 32.86 Unpacking librhash0:s390x (1.3.8-1) ... [2020-09-10T21:28:27.552Z] #32 32.92 Selecting previously unselected package libuv1:s390x. [2020-09-10T21:28:27.552Z] #32 32.93 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-09-10T21:28:27.552Z] #32 32.93 Unpacking libuv1:s390x (1.24.1-1) ... [2020-09-10T21:28:27.552Z] #32 33.05 Selecting previously unselected package cmake. [2020-09-10T21:28:27.552Z] #32 33.06 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-09-10T21:28:27.552Z] #32 33.07 Unpacking cmake (3.13.4-1) ... [2020-09-10T21:28:27.552Z] #32 ... [2020-09-10T21:28:27.552Z] [2020-09-10T21:28:27.552Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:28:27.552Z] #52 1.259 + RM_GOPATH=0 [2020-09-10T21:28:27.552Z] #52 1.259 + TMP_GOPATH= [2020-09-10T21:28:27.552Z] #52 1.259 + : /build [2020-09-10T21:28:27.552Z] #52 1.259 + '[' -z '' ']' [2020-09-10T21:28:27.552Z] #52 1.259 ++ mktemp -d [2020-09-10T21:28:27.552Z] #52 1.259 + export GOPATH=/tmp/tmp.6N80J8v2za [2020-09-10T21:28:27.552Z] #52 1.259 + GOPATH=/tmp/tmp.6N80J8v2za [2020-09-10T21:28:27.552Z] #52 1.259 + RM_GOPATH=1 [2020-09-10T21:28:27.552Z] #52 1.259 + case "$(go env GOARCH)" in [2020-09-10T21:28:27.552Z] #52 1.259 ++ go env GOARCH [2020-09-10T21:28:27.552Z] #52 1.286 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:27.552Z] #52 1.286 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:27.552Z] #52 1.286 ++ dirname /tmp/install/install.sh [2020-09-10T21:28:27.552Z] #52 1.286 + dir=/tmp/install [2020-09-10T21:28:27.552Z] #52 1.286 + bin=containerd [2020-09-10T21:28:27.552Z] #52 1.286 + shift [2020-09-10T21:28:27.552Z] #52 1.286 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-10T21:28:27.552Z] #52 1.286 + . /tmp/install/containerd.installer [2020-09-10T21:28:27.552Z] #52 1.286 ++ set -e [2020-09-10T21:28:27.552Z] #52 1.286 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-10T21:28:27.552Z] #52 1.287 + install_containerd [2020-09-10T21:28:27.552Z] #52 1.296 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a' [2020-09-10T21:28:27.552Z] #52 1.296 + git clone https://github.com/containerd/containerd.git /tmp/tmp.6N80J8v2za/src/github.com/containerd/containerd [2020-09-10T21:28:27.552Z] #52 1.296 Cloning into '/tmp/tmp.6N80J8v2za/src/github.com/containerd/containerd'... [2020-09-10T21:28:27.552Z] #52 1.296 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-10T21:28:27.845Z] #52 ... [2020-09-10T21:28:27.845Z] [2020-09-10T21:28:27.845Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:28:27.845Z] #25 8.288 0.1% ## 2.9% ### 5.4% ##### 7.3% ###### 9.1% ######## 11.6% ########## 14.1% ########### 16.6% ############# 19.1% ############## 20.4% ################ 23.5% ################## 26.0% #################### 28.5% ##################### 30.3% ####################### 32.2% ######################## 34.7% ########################## 36.6% ############################ 39.7% ############################## 42.2% ################################ 44.7% ################################# 47.2% ################################### 49.6% ##################################### 52.2% ####################################### 54.6% [2020-09-10T21:28:27.845Z] #25 ... [2020-09-10T21:28:27.845Z] [2020-09-10T21:28:27.845Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:28:27.845Z] #10 24.63 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-09-10T21:28:27.845Z] #10 25.48 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-09-10T21:28:27.845Z] #10 25.49 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-09-10T21:28:27.845Z] #10 25.50 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-09-10T21:28:27.845Z] #10 25.50 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-09-10T21:28:27.845Z] #10 25.51 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-09-10T21:28:27.845Z] #10 25.51 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB] [2020-09-10T21:28:27.845Z] #10 25.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-09-10T21:28:27.845Z] #10 25.54 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-09-10T21:28:27.845Z] #10 25.55 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-09-10T21:28:27.845Z] #10 25.56 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-09-10T21:28:27.845Z] #10 25.57 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-09-10T21:28:27.845Z] #10 25.59 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-09-10T21:28:27.845Z] #10 25.60 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-09-10T21:28:27.845Z] #10 25.61 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-09-10T21:28:27.845Z] #10 25.61 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB] [2020-09-10T21:28:27.845Z] #10 26.33 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:28:27.845Z] #10 26.43 Fetched 73.3 MB in 3s (21.3 MB/s) [2020-09-10T21:28:27.845Z] #10 26.49 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-10T21:28:27.845Z] #10 26.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-09-10T21:28:27.845Z] #10 26.58 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-09-10T21:28:27.845Z] #10 26.58 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-10T21:28:27.845Z] #10 28.64 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-10T21:28:27.845Z] #10 28.66 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-09-10T21:28:27.845Z] #10 28.67 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-10T21:28:27.845Z] #10 30.83 Selecting previously unselected package binutils-mingw-w64. [2020-09-10T21:28:27.845Z] #10 30.86 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-10T21:28:27.845Z] #10 30.86 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-10T21:28:27.845Z] #10 30.93 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-09-10T21:28:27.845Z] #10 30.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-09-10T21:28:27.845Z] #10 30.94 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-09-10T21:28:27.845Z] #10 31.05 Selecting previously unselected package dmsetup. [2020-09-10T21:28:27.845Z] #10 31.05 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-09-10T21:28:27.845Z] #10 31.05 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-10T21:28:27.845Z] #10 31.15 Selecting previously unselected package mingw-w64-common. [2020-09-10T21:28:27.845Z] #10 31.15 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-10T21:28:27.845Z] #10 31.16 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-10T21:28:27.845Z] #10 ... [2020-09-10T21:28:27.845Z] [2020-09-10T21:28:27.846Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:28:29.324Z] #25 8.288 0.1% ## 2.9% ### 5.4% ##### 7.3% ###### 9.1% ######## 11.6% ########## 14.1% ########### 16.6% ############# 19.1% ############## 20.4% ################ 23.5% ################## 26.0% #################### 28.5% ##################### 30.3% ####################### 32.2% ######################## 34.7% ########################## 36.6% ############################ 39.7% ############################## 42.2% ################################ 44.7% ################################# 47.2% ################################### 49.6% ##################################### 52.2% ####################################### 54.6% ######################################### 57.8% ########################################### 59.8% ########################################### 60.9% ############################################## 64.2% ############################################### 66.1% ################################################ 67.4% ################################################## 69.8% ################################################### 71.7% ##################################################### 74.8% ###################################################### 75.6% ####################################################### 77.6% ########################################################## 80.9% ############################################################ 84.4% [2020-09-10T21:28:29.324Z] #25 ... [2020-09-10T21:28:29.324Z] [2020-09-10T21:28:29.324Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:28:29.324Z] #38 30.80 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-09-10T21:28:29.324Z] #38 30.81 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-09-10T21:28:29.324Z] #38 30.82 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-09-10T21:28:29.324Z] #38 30.83 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-09-10T21:28:29.324Z] #38 30.83 Setting up python-six (1.12.0-1) ... [2020-09-10T21:28:29.324Z] #38 32.26 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-09-10T21:28:29.324Z] #38 32.27 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-09-10T21:28:29.324Z] #38 32.28 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-09-10T21:28:29.324Z] #38 32.28 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-09-10T21:28:29.324Z] #38 32.29 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-09-10T21:28:29.324Z] #38 32.30 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-10T21:28:29.324Z] #38 32.31 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-10T21:28:29.324Z] #38 32.31 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-09-10T21:28:29.324Z] #38 32.32 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-10T21:28:29.324Z] #38 32.33 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-10T21:28:29.324Z] #38 35.50 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-09-10T21:28:29.324Z] #38 35.51 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:28:29.324Z] #38 DONE 36.2s [2020-09-10T21:28:29.324Z] [2020-09-10T21:28:29.324Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:28:29.324Z] #32 35.36 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-09-10T21:28:29.324Z] #32 35.39 Setting up xxd (2:8.1.0875-5) ... [2020-09-10T21:28:29.324Z] #32 35.40 Setting up libuv1:s390x (1.24.1-1) ... [2020-09-10T21:28:29.324Z] #32 35.41 Setting up vim-common (2:8.1.0875-5) ... [2020-09-10T21:28:29.324Z] #32 35.43 Setting up librhash0:s390x (1.3.8-1) ... [2020-09-10T21:28:29.324Z] #32 35.45 Setting up cmake-data (3.13.4-1) ... [2020-09-10T21:28:29.324Z] #32 35.46 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-09-10T21:28:29.324Z] #32 35.46 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-09-10T21:28:29.324Z] #32 35.47 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-09-10T21:28:29.324Z] #32 35.48 Setting up cmake (3.13.4-1) ... [2020-09-10T21:28:29.324Z] #32 35.49 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:28:29.324Z] #32 35.58 Processing triggers for mime-support (3.62) ... [2020-09-10T21:28:29.324Z] #32 DONE 36.2s [2020-09-10T21:28:29.324Z] [2020-09-10T21:28:29.324Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:28:30.205Z] #25 8.288 0.1% ## 2.9% ### 5.4% ##### 7.3% ###### 9.1% ######## 11.6% ########## 14.1% ########### 16.6% ############# 19.1% ############## 20.4% ################ 23.5% ################## 26.0% #################### 28.5% ##################### 30.3% ####################### 32.2% ######################## 34.7% ########################## 36.6% ############################ 39.7% ############################## 42.2% ################################ 44.7% ################################# 47.2% ################################### 49.6% ##################################### 52.2% ####################################### 54.6% ######################################### 57.8% ########################################### 59.8% ########################################### 60.9% ############################################## 64.2% ############################################### 66.1% ################################################ 67.4% ################################################## 69.8% ################################################### 71.7% ##################################################### 74.8% ###################################################### 75.6% ####################################################### 77.6% ########################################################## 80.9% ############################################################ 84.4% ############################################################### 87.9% ################################################################# 90.8% ################################################################### 93.9% #################################################################### 95.8% ###################################################################### 98.2% ######################################################################## 100.0% [2020-09-10T21:28:30.205Z] #25 13.24 [2020-09-10T21:28:30.840Z] #25 ... [2020-09-10T21:28:30.840Z] [2020-09-10T21:28:30.840Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:28:30.840Z] #47 27.54 syscall [2020-09-10T21:28:30.840Z] #47 27.54 reflect [2020-09-10T21:28:30.840Z] #47 33.54 time [2020-09-10T21:28:30.840Z] #47 ... [2020-09-10T21:28:30.840Z] [2020-09-10T21:28:30.840Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:28:30.840Z] #33 1.207 + RM_GOPATH=0 [2020-09-10T21:28:30.840Z] #33 1.207 + TMP_GOPATH= [2020-09-10T21:28:30.840Z] #33 1.207 + : /build [2020-09-10T21:28:30.840Z] #33 1.207 + '[' -z '' ']' [2020-09-10T21:28:30.840Z] #33 1.210 ++ mktemp -d [2020-09-10T21:28:30.840Z] #33 1.214 + export GOPATH=/tmp/tmp.OXyY4IVnk3 [2020-09-10T21:28:30.840Z] #33 1.214 + GOPATH=/tmp/tmp.OXyY4IVnk3 [2020-09-10T21:28:30.840Z] #33 1.214 + RM_GOPATH=1 [2020-09-10T21:28:30.840Z] #33 1.214 + case "$(go env GOARCH)" in [2020-09-10T21:28:30.840Z] #33 1.215 ++ go env GOARCH [2020-09-10T21:28:30.840Z] #33 1.249 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:30.840Z] #33 1.249 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:28:30.840Z] #33 1.251 ++ dirname /tmp/install/install.sh [2020-09-10T21:28:30.840Z] #33 1.254 + dir=/tmp/install [2020-09-10T21:28:30.840Z] #33 1.254 + bin=tini [2020-09-10T21:28:30.840Z] #33 1.254 + shift [2020-09-10T21:28:30.840Z] #33 1.254 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-10T21:28:30.840Z] #33 1.255 + . /tmp/install/tini.installer [2020-09-10T21:28:30.840Z] #33 1.256 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-10T21:28:30.840Z] #33 1.257 + install_tini [2020-09-10T21:28:30.841Z] #33 1.258 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-10T21:28:30.841Z] #33 1.258 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-10T21:28:30.841Z] #33 1.258 + git clone https://github.com/krallin/tini.git /tmp/tmp.OXyY4IVnk3/tini [2020-09-10T21:28:30.841Z] #33 1.268 Cloning into '/tmp/tmp.OXyY4IVnk3/tini'... [2020-09-10T21:28:31.133Z] #33 1.800 + cd /tmp/tmp.OXyY4IVnk3/tini [2020-09-10T21:28:31.133Z] #33 1.823 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-10T21:28:31.133Z] #33 1.825 + cmake . [2020-09-10T21:28:31.769Z] #33 2.163 -- The C compiler identification is GNU 8.3.0 [2020-09-10T21:28:31.769Z] #33 2.239 -- Check for working C compiler: /usr/bin/cc [2020-09-10T21:28:32.063Z] #33 2.679 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-10T21:28:32.063Z] #33 2.680 -- Detecting C compiler ABI info [2020-09-10T21:28:32.698Z] #33 3.184 -- Detecting C compiler ABI info - done [2020-09-10T21:28:32.698Z] #33 3.203 -- Detecting C compile features [2020-09-10T21:28:34.224Z] #33 4.608 -- Detecting C compile features - done [2020-09-10T21:28:34.224Z] #33 4.632 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-10T21:28:34.224Z] #33 ... [2020-09-10T21:28:34.224Z] [2020-09-10T21:28:34.224Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:28:34.224Z] #28 30.82 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-09-10T21:28:34.224Z] #28 31.08 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-10T21:28:34.224Z] #28 31.28 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-10T21:28:34.224Z] #28 ... [2020-09-10T21:28:34.224Z] [2020-09-10T21:28:34.224Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:28:34.224Z] #25 14.52 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-10T21:28:34.224Z] #25 14.75 [2020-09-10T21:28:34.224Z] #25 14.92 ######################################################################## 100.0% [2020-09-10T21:28:34.224Z] #25 15.01 [2020-09-10T21:28:34.224Z] #25 16.04 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-10T21:28:34.224Z] #25 16.09 skipping existing aab193acf6ba [2020-09-10T21:28:34.224Z] #25 16.18 [2020-09-10T21:28:34.224Z] #25 17.31 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-10T21:28:34.224Z] #25 17.35 skipping existing 4d43f82972ce [2020-09-10T21:28:34.224Z] #25 17.41 [2020-09-10T21:28:34.865Z] ---> c07c5cb61dfe [2020-09-10T21:28:34.865Z] Successfully built c07c5cb61dfe [2020-09-10T21:28:34.865Z] Successfully tagged docker:latest [2020-09-10T21:28:34.865Z] INFO: Image build ended at 09/10/2020 21:28:33. Duration:00:00:28.7323790 [2020-09-10T21:28:34.865Z] [2020-09-10T21:28:34.865Z] [2020-09-10T21:28:34.865Z] INFO: Building the test binaries at 09/10/2020 21:28:33... [2020-09-10T21:28:35.739Z] #25 18.74 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-10T21:28:35.739Z] #25 19.02 #=#=# [2020-09-10T21:28:36.033Z] #25 ... [2020-09-10T21:28:36.033Z] [2020-09-10T21:28:36.033Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:28:36.033Z] #33 4.792 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-10T21:28:36.033Z] #33 4.864 -- Configuring done [2020-09-10T21:28:36.033Z] #33 4.885 -- Generating done [2020-09-10T21:28:36.033Z] #33 4.887 -- Build files have been written to: /tmp/tmp.OXyY4IVnk3/tini [2020-09-10T21:28:36.033Z] #33 4.892 + make tini-static [2020-09-10T21:28:36.033Z] #33 5.117 Scanning dependencies of target tini-static [2020-09-10T21:28:36.033Z] #33 5.136 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-10T21:28:36.033Z] #33 5.820 [100%] Linking C executable tini-static [2020-09-10T21:28:36.033Z] #33 6.111 [100%] Built target tini-static [2020-09-10T21:28:36.033Z] #33 6.159 + mkdir -p /build [2020-09-10T21:28:36.033Z] #33 6.160 + cp tini-static /build/docker-init [2020-09-10T21:28:36.033Z] #33 DONE 6.5s [2020-09-10T21:28:36.033Z] [2020-09-10T21:28:36.033Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:28:36.033Z] #25 19.14 ######################################################################## 100.0% [2020-09-10T21:28:36.033Z] #25 19.21 [2020-09-10T21:28:36.033Z] #25 19.27 Download of images into '/build' complete. [2020-09-10T21:28:36.033Z] #25 19.27 Use something like the following to load the result into a Docker daemon: [2020-09-10T21:28:36.033Z] #25 19.27 tar -cC '/build' . | docker load [2020-09-10T21:28:36.330Z] #25 DONE 19.4s [2020-09-10T21:28:36.330Z] [2020-09-10T21:28:36.330Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:28:36.330Z] #39 1.743 Note: Building without setproctitle() and strlcpy() support. [2020-09-10T21:28:36.330Z] #39 1.743 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-10T21:28:36.330Z] #39 1.752 Note: Building without GnuTLS support [2020-09-10T21:28:36.330Z] #39 1.757 Makefile.config:39: Warn: you have no libnftables installed [2020-09-10T21:28:36.330Z] #39 1.758 Makefile.config:40: Warn: Building without nftables support [2020-09-10T21:28:36.330Z] #39 2.682 fatal: not a git repository (or any of the parent directories): .git [2020-09-10T21:28:36.330Z] #39 2.743 GEN .gitid [2020-09-10T21:28:36.330Z] #39 2.754 GEN criu/include/version.h [2020-09-10T21:28:36.330Z] #39 2.777 GEN include/common/asm [2020-09-10T21:28:36.330Z] #39 3.858 PBCC images/timens.pb-c.c [2020-09-10T21:28:36.330Z] #39 3.900 DEP images/timens.pb-c.d [2020-09-10T21:28:36.330Z] #39 3.923 PBCC images/fown.pb-c.c [2020-09-10T21:28:36.330Z] #39 3.987 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.008 PBCC images/opts.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.041 PBCC images/memfd.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.077 DEP images/fown.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.160 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.191 DEP images/opts.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.224 DEP images/memfd.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.250 PBCC images/sit.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.272 DEP images/sit.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.301 PBCC images/macvlan.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.319 DEP images/macvlan.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.352 PBCC images/autofs.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.364 DEP images/autofs.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.386 PBCC images/sysctl.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.401 DEP images/sysctl.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.437 PBCC images/time.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.456 DEP images/time.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.500 PBCC images/binfmt-misc.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.506 DEP images/binfmt-misc.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.553 PBCC images/seccomp.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.556 DEP images/seccomp.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.573 PBCC images/userns.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.596 DEP images/userns.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.623 PBCC images/cgroup.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.627 DEP images/cgroup.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.645 PBCC images/ext-file.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.665 DEP images/ext-file.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.714 PBCC images/rpc.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.721 DEP images/rpc.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.761 PBCC images/siginfo.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.785 DEP images/siginfo.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.810 PBCC images/pagemap.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.832 DEP images/pagemap.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.890 PBCC images/rlimit.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.893 DEP images/rlimit.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.924 PBCC images/file-lock.pb-c.c [2020-09-10T21:28:36.330Z] #39 4.947 DEP images/file-lock.pb-c.d [2020-09-10T21:28:36.330Z] #39 4.989 PBCC images/tty.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.027 DEP images/tty.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.065 PBCC images/tun.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.071 PBCC images/netdev.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.091 DEP images/tun.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.116 DEP images/netdev.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.154 PBCC images/vma.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.179 DEP images/vma.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.239 PBCC images/creds.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.278 DEP images/creds.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.339 PBCC images/utsns.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.343 DEP images/utsns.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.411 PBCC images/ipc-desc.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.427 PBCC images/ipc-sem.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.437 DEP images/ipc-desc.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.487 DEP images/ipc-sem.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.520 PBCC images/ipc-msg.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.523 DEP images/ipc-msg.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.553 PBCC images/ipc-shm.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.556 DEP images/ipc-shm.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.622 PBCC images/ipc-var.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.647 DEP images/ipc-var.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.663 PBCC images/sk-opts.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.681 PBCC images/packet-sock.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.708 DEP images/sk-opts.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.728 DEP images/packet-sock.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.760 PBCC images/sk-netlink.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.781 DEP images/sk-netlink.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.820 PBCC images/sk-inet.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.847 DEP images/sk-inet.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.867 PBCC images/sk-unix.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.892 DEP images/sk-unix.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.919 PBCC images/mm.pb-c.c [2020-09-10T21:28:36.330Z] #39 5.970 DEP images/mm.pb-c.d [2020-09-10T21:28:36.330Z] #39 5.992 PBCC images/timerfd.pb-c.c [2020-09-10T21:28:36.330Z] #39 6.032 DEP images/timerfd.pb-c.d [2020-09-10T21:28:36.330Z] #39 6.082 PBCC images/timer.pb-c.c [2020-09-10T21:28:36.330Z] #39 6.085 DEP images/timer.pb-c.d [2020-09-10T21:28:36.330Z] #39 6.171 PBCC images/sa.pb-c.c [2020-09-10T21:28:36.330Z] #39 6.177 DEP images/sa.pb-c.d [2020-09-10T21:28:36.330Z] #39 6.232 PBCC images/pipe-data.pb-c.c [2020-09-10T21:28:36.330Z] #39 6.243 DEP images/pipe-data.pb-c.d [2020-09-10T21:28:36.330Z] #39 6.273 PBCC images/mnt.pb-c.c [2020-09-10T21:28:36.330Z] #39 6.310 DEP images/mnt.pb-c.d [2020-09-10T21:28:36.330Z] #39 6.339 PBCC images/sk-packet.pb-c.c [2020-09-10T21:28:36.330Z] #39 6.354 DEP images/sk-packet.pb-c.d [2020-09-10T21:28:36.330Z] #39 6.375 PBCC images/tcp-stream.pb-c.c [2020-09-10T21:28:36.330Z] #39 6.421 DEP images/tcp-stream.pb-c.d [2020-09-10T21:28:36.330Z] #39 6.459 PBCC images/pipe.pb-c.c [2020-09-10T21:28:36.330Z] #39 6.525 DEP images/pipe.pb-c.d [2020-09-10T21:28:36.330Z] #39 6.566 PBCC images/pstree.pb-c.c [2020-09-10T21:28:36.330Z] #39 6.614 DEP images/pstree.pb-c.d [2020-09-10T21:28:36.330Z] #39 6.646 PBCC images/fs.pb-c.c [2020-09-10T21:28:36.330Z] #39 6.691 DEP images/fs.pb-c.d [2020-09-10T21:28:36.330Z] #39 6.754 PBCC images/signalfd.pb-c.c [2020-09-10T21:28:36.330Z] #39 6.829 DEP images/signalfd.pb-c.d [2020-09-10T21:28:36.330Z] #39 6.878 PBCC images/fh.pb-c.c [2020-09-10T21:28:36.330Z] #39 6.966 PBCC images/fsnotify.pb-c.c [2020-09-10T21:28:36.624Z] #39 7.002 DEP images/fh.pb-c.d [2020-09-10T21:28:36.624Z] #39 7.052 DEP images/fsnotify.pb-c.d [2020-09-10T21:28:36.624Z] #39 7.166 PBCC images/eventpoll.pb-c.c [2020-09-10T21:28:36.624Z] #39 7.177 DEP images/eventpoll.pb-c.d [2020-09-10T21:28:36.624Z] #39 7.224 PBCC images/eventfd.pb-c.c [2020-09-10T21:28:36.624Z] #39 7.237 DEP images/eventfd.pb-c.d [2020-09-10T21:28:36.624Z] #39 7.317 PBCC images/remap-file-path.pb-c.c [2020-09-10T21:28:36.624Z] #39 7.344 DEP images/remap-file-path.pb-c.d [2020-09-10T21:28:36.919Z] #39 7.430 PBCC images/fifo.pb-c.c [2020-09-10T21:28:36.919Z] #39 7.464 DEP images/fifo.pb-c.d [2020-09-10T21:28:36.919Z] #39 7.593 PBCC images/ghost-file.pb-c.c [2020-09-10T21:28:37.214Z] #39 7.724 DEP images/ghost-file.pb-c.d [2020-09-10T21:28:37.214Z] #39 7.777 PBCC images/regfile.pb-c.c [2020-09-10T21:28:37.214Z] #39 ... [2020-09-10T21:28:37.214Z] [2020-09-10T21:28:37.214Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:28:37.214Z] #41 34.00 time [2020-09-10T21:28:37.214Z] #41 36.41 internal/fmtsort [2020-09-10T21:28:37.214Z] #41 36.95 internal/syscall/execenv [2020-09-10T21:28:37.214Z] #41 37.17 internal/syscall/unix [2020-09-10T21:28:37.214Z] #41 37.36 strings [2020-09-10T21:28:37.214Z] #41 38.56 os [2020-09-10T21:28:37.214Z] #41 39.56 regexp/syntax [2020-09-10T21:28:37.214Z] #41 40.89 fmt [2020-09-10T21:28:37.214Z] #41 42.86 regexp [2020-09-10T21:28:37.508Z] #41 ... [2020-09-10T21:28:37.508Z] [2020-09-10T21:28:37.508Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:28:37.508Z] #39 7.903 DEP images/regfile.pb-c.d [2020-09-10T21:28:37.508Z] #39 7.941 PBCC images/ns.pb-c.c [2020-09-10T21:28:37.508Z] #39 8.013 DEP images/ns.pb-c.d [2020-09-10T21:28:37.508Z] #39 8.048 PBCC images/fdinfo.pb-c.c [2020-09-10T21:28:37.800Z] #39 8.232 DEP images/fdinfo.pb-c.d [2020-09-10T21:28:37.800Z] #39 8.250 PBCC images/core-aarch64.pb-c.c [2020-09-10T21:28:37.800Z] #39 8.379 PBCC images/core-arm.pb-c.c [2020-09-10T21:28:37.800Z] #39 8.422 PBCC images/core-ppc64.pb-c.c [2020-09-10T21:28:37.800Z] #39 8.422 PBCC images/core-s390.pb-c.c [2020-09-10T21:28:37.800Z] #39 8.522 PBCC images/core-x86.pb-c.c [2020-09-10T21:28:37.920Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0969862dd7fab7c8c) in /home/ubuntu/workspace/moby_PR-41435 [Pipeline] { [Pipeline] checkout [2020-09-10T21:28:38.096Z] #39 8.564 PBCC images/core.pb-c.c [2020-09-10T21:28:38.096Z] #39 8.638 PBCC images/inventory.pb-c.c [2020-09-10T21:28:38.096Z] #39 8.691 DEP images/core-aarch64.pb-c.d [2020-09-10T21:28:38.096Z] #39 8.751 DEP images/core-arm.pb-c.d [2020-09-10T21:28:38.096Z] #39 ... [2020-09-10T21:28:38.096Z] [2020-09-10T21:28:38.096Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:28:38.096Z] #10 34.98 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-10T21:28:38.096Z] #10 35.01 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-10T21:28:38.096Z] #10 35.02 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-10T21:28:38.096Z] #10 40.15 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-10T21:28:38.096Z] #10 40.16 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-09-10T21:28:38.096Z] #10 40.16 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:28:38.096Z] #10 40.32 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-10T21:28:38.096Z] #10 40.32 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-09-10T21:28:38.096Z] #10 40.32 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:28:38.392Z] #10 ... [2020-09-10T21:28:38.392Z] [2020-09-10T21:28:38.392Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:28:38.392Z] #39 8.844 DEP images/core-ppc64.pb-c.d [2020-09-10T21:28:38.392Z] #39 8.878 DEP images/core-s390.pb-c.d [2020-09-10T21:28:38.392Z] #39 8.941 DEP images/core-x86.pb-c.d [2020-09-10T21:28:38.626Z] INFO: make.ps1 starting at 09/10/2020 21:28:38 [2020-09-10T21:28:38.626Z] INFO: Git commit (a614d70db5) assumed from DOCKER_GITCOMMIT environment variable [2020-09-10T21:28:38.626Z] INFO: Invoking autogen... [2020-09-10T21:28:38.688Z] #39 9.126 DEP images/core.pb-c.d [2020-09-10T21:28:38.688Z] #39 9.156 DEP images/inventory.pb-c.d [2020-09-10T21:28:38.688Z] #39 9.231 PBCC images/cpuinfo.pb-c.c [2020-09-10T21:28:38.688Z] #39 9.231 DEP images/cpuinfo.pb-c.d [2020-09-10T21:28:38.688Z] #39 9.264 PBCC images/stats.pb-c.c [2020-09-10T21:28:38.688Z] #39 9.333 DEP images/stats.pb-c.d [2020-09-10T21:28:38.980Z] #39 ... [2020-09-10T21:28:38.980Z] [2020-09-10T21:28:38.980Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:28:38.980Z] #30 35.67 internal/poll [2020-09-10T21:28:38.980Z] #30 37.73 os [2020-09-10T21:28:38.980Z] #30 38.63 strings [2020-09-10T21:28:38.980Z] #30 40.34 fmt [2020-09-10T21:28:38.980Z] #30 40.76 path/filepath [2020-09-10T21:28:38.980Z] #30 42.11 io/ioutil [2020-09-10T21:28:38.980Z] #30 42.60 path [2020-09-10T21:28:38.980Z] #30 43.29 text/tabwriter [2020-09-10T21:28:38.980Z] #30 43.95 flag [2020-09-10T21:28:38.980Z] #30 44.52 github.com/BurntSushi/toml [2020-09-10T21:28:38.980Z] #30 45.64 log [2020-09-10T21:28:38.980Z] #30 ... [2020-09-10T21:28:38.980Z] [2020-09-10T21:28:38.980Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:28:38.980Z] #41 45.78 go/token [2020-09-10T21:28:39.899Z] using credential docker-jenkins-github-credentials [2020-09-10T21:28:39.906Z] Cloning the remote Git repository [2020-09-10T21:28:39.906Z] Cloning with configured refspecs honoured and without tags [2020-09-10T21:28:40.045Z] #41 46.64 internal/lazyregexp [2020-09-10T21:28:40.045Z] #41 46.71 go/scanner [2020-09-10T21:28:40.045Z] #41 46.90 net/url [2020-09-10T21:28:40.150Z] INFO: Building daemon... [2020-09-10T21:28:40.322Z] Cloning repository https://github.com/moby/moby.git [2020-09-10T21:28:40.374Z] > git init /home/ubuntu/workspace/moby_PR-41435 # timeout=10 [2020-09-10T21:28:40.656Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:28:40.656Z] > git --version # timeout=10 [2020-09-10T21:28:40.677Z] > git --version # 'git version 2.17.1' [2020-09-10T21:28:40.678Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:28:40.679Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:28:40.722Z] #41 47.57 go/ast [2020-09-10T21:28:41.015Z] #41 ... [2020-09-10T21:28:41.015Z] [2020-09-10T21:28:41.015Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:28:41.015Z] #47 37.77 context [2020-09-10T21:28:41.015Z] #47 37.87 encoding/binary [2020-09-10T21:28:41.015Z] #47 38.37 os [2020-09-10T21:28:41.015Z] #47 39.39 encoding/base64 [2020-09-10T21:28:41.015Z] #47 40.02 golang.org/x/sys/unix [2020-09-10T21:28:41.015Z] #47 41.45 fmt [2020-09-10T21:28:41.015Z] #47 45.88 encoding/json [2020-09-10T21:28:41.015Z] #47 ... [2020-09-10T21:28:41.015Z] [2020-09-10T21:28:41.015Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:28:41.015Z] #39 10.22 make[1]: Nothing to be done for 'all'. [2020-09-10T21:28:41.015Z] #39 11.14 CC images/stats.o [2020-09-10T21:28:41.015Z] #39 11.43 CC images/core.o [2020-09-10T21:28:41.307Z] #39 11.84 CC images/core-x86.o [2020-09-10T21:28:41.600Z] #39 12.28 CC images/core-arm.o [2020-09-10T21:28:42.195Z] Fetching without tags [2020-09-10T21:28:42.236Z] #39 12.60 CC images/core-aarch64.o [2020-09-10T21:28:42.236Z] #39 12.81 CC images/core-ppc64.o [2020-09-10T21:28:42.528Z] #39 13.12 CC images/core-s390.o [2020-09-10T21:28:42.594Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit f299d648955486d35514a43c1a4c75e34effbb19 [2020-09-10T21:28:42.897Z] #39 ... [2020-09-10T21:28:42.897Z] [2020-09-10T21:28:42.897Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:28:42.897Z] #30 47.19 github.com/BurntSushi/toml/cmd/tomlv [2020-09-10T21:28:42.897Z] #30 DONE 49.9s [2020-09-10T21:28:42.897Z] [2020-09-10T21:28:42.897Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:28:42.897Z] #39 13.53 CC images/cpuinfo.o [2020-09-10T21:28:43.533Z] #39 14.11 CC images/inventory.o [2020-09-10T21:28:42.171Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:28:42.191Z] > git config --add remote.origin.fetch +refs/pull/41435/head:refs/remotes/origin/PR-41435 # timeout=10 [2020-09-10T21:28:42.202Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:28:42.213Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:28:42.224Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:28:42.224Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:28:42.226Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:28:42.626Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:28:42.632Z] > git checkout -f f299d648955486d35514a43c1a4c75e34effbb19 # timeout=10 [2020-09-10T21:28:43.826Z] #39 14.27 CC images/fdinfo.o [2020-09-10T21:28:44.119Z] #39 14.70 CC images/fown.o [2020-09-10T21:28:44.193Z] Merge succeeded, producing 0b3b045ea1802b77fa113f1ecb7a5cb8cc79575a [2020-09-10T21:28:44.193Z] Checking out Revision 0b3b045ea1802b77fa113f1ecb7a5cb8cc79575a (PR-41435) [2020-09-10T21:28:44.442Z] #39 14.87 CC images/ns.o [2020-09-10T21:28:44.442Z] #39 15.08 CC images/regfile.o [2020-09-10T21:28:44.442Z] #39 15.19 CC images/ghost-file.o [2020-09-10T21:28:44.734Z] #39 15.29 CC images/fifo.o [2020-09-10T21:28:44.734Z] #39 15.36 CC images/remap-file-path.o [2020-09-10T21:28:45.082Z] #39 15.51 CC images/eventfd.o [2020-09-10T21:28:45.082Z] #39 15.62 CC images/eventpoll.o [2020-09-10T21:28:45.373Z] #39 15.82 CC images/fh.o [2020-09-10T21:28:43.616Z] > git remote # timeout=10 [2020-09-10T21:28:43.621Z] > git config --get remote.origin.url # timeout=10 [2020-09-10T21:28:43.634Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:28:43.636Z] > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10 [2020-09-10T21:28:44.205Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-10T21:28:44.215Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:28:44.219Z] > git checkout -f 0b3b045ea1802b77fa113f1ecb7a5cb8cc79575a # timeout=10 [2020-09-10T21:28:45.666Z] #39 16.04 CC images/fsnotify.o [2020-09-10T21:28:45.957Z] #39 16.40 CC images/signalfd.o [2020-09-10T21:28:45.957Z] #39 16.54 CC images/fs.o [2020-09-10T21:28:46.249Z] #39 16.64 CC images/pstree.o [2020-09-10T21:28:46.249Z] #39 16.76 CC images/pipe.o [2020-09-10T21:28:46.542Z] #39 16.93 CC images/tcp-stream.o [2020-09-10T21:28:46.542Z] #39 17.04 CC images/sk-packet.o [2020-09-10T21:28:46.835Z] #39 17.23 CC images/mnt.o [2020-09-10T21:28:46.835Z] #39 17.40 CC images/pipe-data.o [2020-09-10T21:28:47.127Z] #39 17.58 CC images/sa.o [2020-09-10T21:28:47.127Z] #39 17.75 CC images/timer.o [2020-09-10T21:28:47.419Z] #39 18.00 CC images/timerfd.o [2020-09-10T21:28:47.419Z] #39 18.07 CC images/mm.o [2020-09-10T21:28:47.785Z] #39 18.30 CC images/sk-opts.o [2020-09-10T21:28:47.785Z] #39 18.44 CC images/sk-unix.o [2020-09-10T21:28:48.077Z] #39 18.62 CC images/sk-inet.o [2020-09-10T21:28:48.107Z] Commit message: "Merge commit 'b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a' into HEAD" [2020-09-10T21:28:48.123Z] First time build. Skipping changelog. [2020-09-10T21:28:48.372Z] #39 18.91 CC images/tun.o [2020-09-10T21:28:48.372Z] #39 19.02 CC images/sk-netlink.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2020-09-10T21:28:48.665Z] #39 19.11 CC images/packet-sock.o [Pipeline] sh [2020-09-10T21:28:48.957Z] #39 19.43 CC images/ipc-var.o [2020-09-10T21:28:48.957Z] #39 19.53 CC images/ipc-desc.o [2020-09-10T21:28:49.220Z] + docker version [2020-09-10T21:28:49.249Z] #39 19.65 CC images/ipc-shm.o [2020-09-10T21:28:49.249Z] #39 19.79 CC images/ipc-msg.o [2020-09-10T21:28:49.541Z] #39 19.95 CC images/ipc-sem.o [2020-09-10T21:28:49.541Z] #39 20.02 CC images/utsns.o [2020-09-10T21:28:49.541Z] #39 20.11 CC images/creds.o [2020-09-10T21:28:49.541Z] #39 20.16 CC images/vma.o [2020-09-10T21:28:49.848Z] #39 20.24 CC images/netdev.o [2020-09-10T21:28:48.122Z] > git rev-list --no-walk 8999d915d46afe51249986cd1d86e77bda3492f8 # timeout=10 [2020-09-10T21:28:50.151Z] #39 20.53 CC images/tty.o [2020-09-10T21:28:50.151Z] #39 ... [2020-09-10T21:28:50.151Z] [2020-09-10T21:28:50.151Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:28:50.151Z] #10 56.76 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-10T21:28:50.151Z] #10 56.76 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-09-10T21:28:50.151Z] #10 56.76 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:28:51.678Z] #10 ... [2020-09-10T21:28:51.678Z] [2020-09-10T21:28:51.678Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:28:51.678Z] #47 48.23 github.com/pkg/diff [2020-09-10T21:28:51.678Z] #47 49.43 go/ast [2020-09-10T21:28:51.678Z] #47 49.45 golang.org/x/crypto/ssh/terminal [2020-09-10T21:28:51.678Z] #47 51.26 mvdan.cc/editorconfig [2020-09-10T21:28:51.678Z] #47 51.83 mvdan.cc/sh/v3/fileutil [2020-09-10T21:28:51.678Z] #47 51.99 mvdan.cc/sh/v3/syntax [2020-09-10T21:28:51.678Z] #47 56.54 mvdan.cc/sh/v3/cmd/shfmt [2020-09-10T21:28:51.678Z] #47 ... [2020-09-10T21:28:51.678Z] [2020-09-10T21:28:51.678Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:28:51.678Z] #41 48.28 text/template/parse [2020-09-10T21:28:51.678Z] #41 51.48 go/parser [2020-09-10T21:28:51.678Z] #41 51.85 text/template [2020-09-10T21:28:51.678Z] #41 53.79 encoding/xml [2020-09-10T21:28:51.678Z] #41 55.15 go/doc [2020-09-10T21:28:51.678Z] #41 57.06 github.com/LK4D4/vndr/build [2020-09-10T21:28:51.678Z] #41 57.53 github.com/LK4D4/vndr/versioned [2020-09-10T21:28:51.678Z] #41 57.58 compress/flate [2020-09-10T21:28:51.678Z] #41 ... [2020-09-10T21:28:51.678Z] [2020-09-10T21:28:51.678Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:28:51.678Z] #52 25.25 Checking out files: 83% (2705/3238) Checking out files: 84% (2720/3238) Checking out files: 85% (2753/3238) Checking out files: 86% (2785/3238) Checking out files: 87% (2818/3238) Checking out files: 88% (2850/3238) Checking out files: 89% (2882/3238) Checking out files: 90% (2915/3238) Checking out files: 91% (2947/3238) Checking out files: 92% (2979/3238) Checking out files: 93% (3012/3238) Checking out files: 94% (3044/3238) Checking out files: 95% (3077/3238) Checking out files: 96% (3109/3238) Checking out files: 97% (3141/3238) Checking out files: 98% (3174/3238) Checking out files: 99% (3206/3238) Checking out files: 100% (3238/3238) Checking out files: 100% (3238/3238), done. [2020-09-10T21:28:51.678Z] #52 25.76 + cd /tmp/tmp.6N80J8v2za/src/github.com/containerd/containerd [2020-09-10T21:28:51.678Z] #52 25.76 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-10T21:28:51.678Z] #52 26.38 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-10T21:28:51.678Z] #52 26.38 + BUILDTAGS='netgo osusergo static_build' [2020-09-10T21:28:51.678Z] #52 26.38 + export EXTRA_FLAGS=-buildmode=pie [2020-09-10T21:28:51.678Z] #52 26.38 + EXTRA_FLAGS=-buildmode=pie [2020-09-10T21:28:51.678Z] #52 26.38 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-10T21:28:51.678Z] #52 26.38 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-10T21:28:51.678Z] #52 26.38 + '[' '' = dynamic ']' [2020-09-10T21:28:51.678Z] #52 26.38 + make [2020-09-10T21:28:51.678Z] #52 27.25 + bin/ctr [2020-09-10T21:28:51.970Z] #52 ... [2020-09-10T21:28:51.970Z] [2020-09-10T21:28:51.970Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:28:51.970Z] #39 20.81 CC images/file-lock.o [2020-09-10T21:28:51.970Z] #39 20.96 CC images/rlimit.o [2020-09-10T21:28:51.970Z] #39 21.09 CC images/pagemap.o [2020-09-10T21:28:51.970Z] #39 21.29 CC images/siginfo.o [2020-09-10T21:28:51.970Z] #39 21.42 CC images/rpc.o [2020-09-10T21:28:51.970Z] #39 22.00 CC images/ext-file.o [2020-09-10T21:28:51.970Z] #39 22.07 CC images/cgroup.o [2020-09-10T21:28:51.970Z] #39 22.31 CC images/userns.o [2020-09-10T21:28:51.970Z] #39 22.47 CC images/google/protobuf/descriptor.o [2020-09-10T21:28:53.015Z] #39 23.38 CC images/opts.o [2020-09-10T21:28:53.015Z] #39 23.53 CC images/seccomp.o [2020-09-10T21:28:53.015Z] #39 23.67 CC images/binfmt-misc.o [2020-09-10T21:28:53.344Z] #39 23.73 CC images/time.o [2020-09-10T21:28:53.344Z] #39 23.82 CC images/sysctl.o [2020-09-10T21:28:53.344Z] #39 23.96 CC images/autofs.o [2020-09-10T21:28:53.637Z] #39 ... [2020-09-10T21:28:53.637Z] [2020-09-10T21:28:53.637Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:28:53.637Z] #47 DONE 60.2s [2020-09-10T21:28:53.637Z] [2020-09-10T21:28:53.637Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:28:53.637Z] #39 24.15 CC images/macvlan.o [2020-09-10T21:28:53.930Z] #39 24.34 CC images/sit.o [2020-09-10T21:28:54.222Z] #39 24.64 CC images/memfd.o [2020-09-10T21:28:54.222Z] #39 24.75 CC images/timens.o [2020-09-10T21:28:54.222Z] #39 24.90 LINK images/built-in.o [2020-09-10T21:28:54.222Z] #39 24.96 GEN compel/include/asm [2020-09-10T21:28:54.222Z] #39 24.96 GEN compel/include/version.h [2020-09-10T21:28:54.516Z] #39 24.98 touch .config [2020-09-10T21:28:54.516Z] #39 24.99 GEN include/common/config.h [2020-09-10T21:28:54.516Z] #39 25.03 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-09-10T21:28:54.516Z] #39 25.06 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-10T21:28:54.516Z] #39 25.07 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-10T21:28:54.516Z] #39 25.08 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-09-10T21:28:54.516Z] #39 25.09 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-09-10T21:28:54.516Z] #39 25.11 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-09-10T21:28:54.516Z] #39 25.11 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-10T21:28:54.516Z] #39 25.11 DEP compel/plugins/std/infect.d [2020-09-10T21:28:54.516Z] #39 25.17 DEP compel/plugins/std/string.d [2020-09-10T21:28:54.809Z] #39 25.22 DEP compel/plugins/std/log.d [2020-09-10T21:28:54.809Z] #39 25.26 DEP compel/plugins/std/fds.d [2020-09-10T21:28:54.809Z] #39 25.31 DEP compel/plugins/std/std.d [2020-09-10T21:28:54.809Z] #39 25.37 DEP compel/plugins/shmem/shmem.d [2020-09-10T21:28:54.809Z] #39 25.41 DEP compel/plugins/fds/fds.d [2020-09-10T21:28:55.101Z] #39 25.54 CC compel/plugins/std/std.o [2020-09-10T21:28:55.101Z] #39 25.69 CC compel/plugins/std/fds.o [2020-09-10T21:28:55.406Z] #39 25.86 CC compel/plugins/std/log.o [2020-09-10T21:28:55.699Z] #39 26.22 CC compel/plugins/std/string.o [2020-09-10T21:28:55.992Z] #39 26.59 CC compel/plugins/std/infect.o [2020-09-10T21:28:56.358Z] #39 26.79 CC compel/arch/s390/plugins/std/parasite-head.o [2020-09-10T21:28:56.358Z] #39 26.83 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-09-10T21:28:56.358Z] #39 26.87 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-09-10T21:28:56.358Z] #39 26.96 AR compel/plugins/std.lib.a [2020-09-10T21:28:56.652Z] #39 27.04 CC compel/plugins/fds/fds.o [2020-09-10T21:28:56.945Z] #39 27.33 AR compel/plugins/fds.lib.a [2020-09-10T21:28:56.945Z] #39 27.36 HOSTDEP compel/src/lib/log-host.d [2020-09-10T21:28:56.945Z] #39 27.45 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-10T21:28:56.945Z] #39 27.57 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-09-10T21:28:57.238Z] #39 27.66 HOSTDEP compel/src/main-host.d [2020-09-10T21:28:57.238Z] #39 27.74 DEP compel/src/lib/ptrace.d [2020-09-10T21:28:57.238Z] #39 27.83 DEP compel/src/lib/infect.d [2020-09-10T21:28:57.238Z] #39 27.94 DEP compel/src/lib/infect-util.d [2020-09-10T21:28:57.389Z] Client: Docker Engine - Community [2020-09-10T21:28:57.389Z] Version: 19.03.12 [2020-09-10T21:28:57.389Z] API version: 1.40 [2020-09-10T21:28:57.389Z] Go version: go1.13.10 [2020-09-10T21:28:57.389Z] Git commit: 48a6621 [2020-09-10T21:28:57.389Z] Built: Mon Jun 22 15:46:32 2020 [2020-09-10T21:28:57.389Z] OS/Arch: linux/arm64 [2020-09-10T21:28:57.389Z] Experimental: false [2020-09-10T21:28:57.389Z] [2020-09-10T21:28:57.389Z] Server: Docker Engine - Community [2020-09-10T21:28:57.389Z] Engine: [2020-09-10T21:28:57.389Z] Version: 19.03.12 [2020-09-10T21:28:57.389Z] API version: 1.40 (minimum version 1.12) [2020-09-10T21:28:57.389Z] Go version: go1.13.10 [2020-09-10T21:28:57.389Z] Git commit: 48a6621 [2020-09-10T21:28:57.389Z] Built: Mon Jun 22 15:45:04 2020 [2020-09-10T21:28:57.389Z] OS/Arch: linux/arm64 [2020-09-10T21:28:57.389Z] Experimental: true [2020-09-10T21:28:57.389Z] containerd: [2020-09-10T21:28:57.389Z] Version: 1.2.13 [2020-09-10T21:28:57.389Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-10T21:28:57.389Z] runc: [2020-09-10T21:28:57.389Z] Version: 1.0.0-rc10 [2020-09-10T21:28:57.389Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-10T21:28:57.389Z] docker-init: [2020-09-10T21:28:57.389Z] Version: 0.18.0 [2020-09-10T21:28:57.389Z] GitCommit: fec3683 [Pipeline] sh [2020-09-10T21:28:57.531Z] #39 28.06 DEP compel/src/lib/infect-rpc.d [2020-09-10T21:28:57.531Z] #39 28.15 DEP compel/arch/s390/src/lib/infect.d [2020-09-10T21:28:57.717Z] + docker info [2020-09-10T21:28:57.823Z] #39 28.28 DEP compel/arch/s390/src/lib/cpu.d [2020-09-10T21:28:57.823Z] #39 28.32 DEP compel/src/lib/log.d [2020-09-10T21:28:57.823Z] #39 28.38 DEP compel/src/main.d [2020-09-10T21:28:57.823Z] #39 28.44 DEP compel/src/lib/handle-elf.d [2020-09-10T21:28:58.116Z] #39 28.50 DEP compel/arch/s390/src/lib/handle-elf.d [2020-09-10T21:28:58.116Z] #39 28.60 CC compel/src/lib/log.o [2020-09-10T21:28:58.355Z] Fetching without tags [2020-09-10T21:28:58.409Z] #39 28.78 CC compel/arch/s390/src/lib/cpu.o [2020-09-10T21:28:58.409Z] #39 28.90 CC compel/arch/s390/src/lib/infect.o [2020-09-10T21:28:58.701Z] #39 29.27 CC compel/src/lib/infect-rpc.o [2020-09-10T21:28:58.742Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit f299d648955486d35514a43c1a4c75e34effbb19 [2020-09-10T21:28:58.994Z] #39 29.48 CC compel/src/lib/infect-util.o [2020-09-10T21:28:58.994Z] #39 29.61 CC compel/src/lib/infect.o [2020-09-10T21:28:59.273Z] Removing intermediate container 128923ac73cf [2020-09-10T21:28:59.273Z] ---> 9b4d89db91b2 [2020-09-10T21:28:59.273Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-09-10T21:28:59.273Z] ---> 805dc2d65d1c [2020-09-10T21:28:59.273Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-09-10T21:28:59.273Z] ---> 487d74d5e903 [2020-09-10T21:28:59.273Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-09-10T21:28:59.273Z] ---> Running in 9bdb169358af [2020-09-10T21:28:59.273Z] Removing intermediate container 9bdb169358af [2020-09-10T21:28:59.273Z] ---> 8e18921327b6 [2020-09-10T21:28:59.273Z] Successfully built 8e18921327b6 [2020-09-10T21:28:59.273Z] Successfully tagged moby-buildx:latest [2020-09-10T21:28:59.273Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-09-10T21:28:59.273Z] if [ -n "${id}" ]; then \ [2020-09-10T21:28:59.273Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-09-10T21:28:59.273Z] && touch bundles/buildx; \ [2020-09-10T21:28:59.273Z] docker rm -f ${id}; \ [2020-09-10T21:28:59.273Z] fi [2020-09-10T21:28:59.273Z] c4204f15c9cd4c4d9562813c32658f8ececa2369714a06305085f12645ac18a1 [2020-09-10T21:28:59.273Z] bundles/buildx version [2020-09-10T21:28:59.273Z] buildx v0.3.1 6db68d0 [2020-09-10T21:28:59.273Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:ba228adc86da8be30d10d20f613989f5af5d3162 . [2020-09-10T21:28:59.273Z] #1 [internal] booting buildkit [2020-09-10T21:28:59.273Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-09-10T21:28:59.273Z] #1 pulling image moby/buildkit:buildx-stable-1 2.1s done [2020-09-10T21:28:59.273Z] #1 creating container buildx_buildkit_default [2020-09-10T21:28:59.273Z] #1 creating container buildx_buildkit_default 0.4s done [2020-09-10T21:28:59.273Z] #1 DONE 2.5s [2020-09-10T21:28:59.273Z] [2020-09-10T21:28:59.273Z] #3 [internal] load .dockerignore [2020-09-10T21:28:59.273Z] #3 transferring context: 87B done [2020-09-10T21:28:59.273Z] #3 DONE 0.0s [2020-09-10T21:28:59.273Z] [2020-09-10T21:28:59.273Z] #2 [internal] load build definition from Dockerfile [2020-09-10T21:28:59.273Z] #2 transferring dockerfile: 16.36kB done [2020-09-10T21:28:59.273Z] #2 DONE 0.0s [2020-09-10T21:28:59.273Z] [2020-09-10T21:28:59.273Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-10T21:28:59.273Z] #4 DONE 0.7s [2020-09-10T21:28:59.273Z] [2020-09-10T21:28:59.273Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-10T21:28:59.273Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-10T21:28:59.273Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-09-10T21:28:59.273Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-09-10T21:28:59.273Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-10T21:28:59.273Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 6.04MB / 8.20MB 0.3s [2020-09-10T21:28:59.273Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-09-10T21:28:59.273Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.3s done [2020-09-10T21:28:59.273Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-09-10T21:28:59.273Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.3s done [2020-09-10T21:28:59.273Z] #5 DONE 0.9s [2020-09-10T21:28:59.273Z] [2020-09-10T21:28:59.273Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-10T21:28:59.273Z] #6 ... [2020-09-10T21:28:59.273Z] [2020-09-10T21:28:59.273Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-10T21:28:59.273Z] #7 DONE 0.6s [2020-09-10T21:28:59.273Z] [2020-09-10T21:28:59.273Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-10T21:28:59.273Z] #6 DONE 0.6s [2020-09-10T21:28:59.574Z] [2020-09-10T21:28:59.574Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:28:59.574Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-10T21:28:59.965Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-10T21:28:59.965Z] #8 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done [2020-09-10T21:28:59.965Z] #8 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0B / 157B 0.1s [2020-09-10T21:28:59.965Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 0B / 57.46MB 0.1s [2020-09-10T21:28:59.966Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 0B / 96.52MB 0.1s [2020-09-10T21:28:59.966Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0B / 10.73MB 0.1s [2020-09-10T21:28:59.966Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 0B / 73.58MB 0.1s [2020-09-10T21:28:59.966Z] #8 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done [2020-09-10T21:28:59.966Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 0B / 54.14MB 0.1s [2020-09-10T21:28:59.966Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0B / 8.25MB 0.1s [2020-09-10T21:28:58.280Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:28:58.304Z] > git config --add remote.origin.fetch +refs/pull/41435/head:refs/remotes/origin/PR-41435 # timeout=10 [2020-09-10T21:28:58.335Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:28:58.364Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-10T21:28:58.393Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-10T21:28:58.393Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:28:58.395Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41435/head:refs/remotes/origin/PR-41435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T21:28:58.781Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:28:58.804Z] > git checkout -f f299d648955486d35514a43c1a4c75e34effbb19 # timeout=10 [2020-09-10T21:28:59.645Z] > git remote # timeout=10 [2020-09-10T21:28:59.674Z] > git config --get remote.origin.url # timeout=10 [2020-09-10T21:28:59.698Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-10T21:28:59.699Z] > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10 [2020-09-10T21:29:00.340Z] #8 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.3s done [2020-09-10T21:29:00.340Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 1.70MB / 10.73MB 0.5s [2020-09-10T21:29:00.340Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 507.09kB / 8.25MB 0.5s [2020-09-10T21:29:00.340Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 5.35MB / 57.46MB 0.7s [2020-09-10T21:29:00.340Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 5.26MB / 96.52MB 0.7s [2020-09-10T21:29:00.340Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 5.52MB / 10.73MB 0.7s [2020-09-10T21:29:00.340Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 6.76MB / 73.58MB 0.7s [2020-09-10T21:29:00.340Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 2.80MB / 54.14MB 0.7s [2020-09-10T21:29:00.340Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 4.06MB / 8.25MB 0.7s [2020-09-10T21:29:00.413Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-10T21:29:00.464Z] Merge succeeded, producing 89bffbc14093169121b7dbdbee1097652adb850b [2020-09-10T21:29:00.464Z] Checking out Revision 89bffbc14093169121b7dbdbee1097652adb850b (PR-41435) [2020-09-10T21:29:00.513Z] #39 30.94 CC compel/src/lib/ptrace.o [2020-09-10T21:29:00.513Z] #39 ... [2020-09-10T21:29:00.513Z] [2020-09-10T21:29:00.513Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:29:00.513Z] #10 67.36 Selecting previously unselected package libapparmor1:s390x. [2020-09-10T21:29:00.513Z] #10 67.36 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-09-10T21:29:00.513Z] #10 67.36 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-09-10T21:29:00.513Z] #10 67.40 Selecting previously unselected package libapparmor-dev:s390x. [2020-09-10T21:29:00.513Z] #10 67.41 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-09-10T21:29:00.513Z] #10 67.41 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-09-10T21:29:00.673Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-10T21:29:00.738Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 7.09MB / 10.73MB 0.9s [2020-09-10T21:29:00.738Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.24MB / 8.25MB 0.9s [2020-09-10T21:29:00.738Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 10.37MB / 57.46MB 1.0s [2020-09-10T21:29:00.738Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 11.34MB / 96.52MB 1.0s [2020-09-10T21:29:00.738Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 9.82MB / 10.73MB 1.0s [2020-09-10T21:29:00.738Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 13.32MB / 73.58MB 1.0s [2020-09-10T21:29:00.738Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 6.87MB / 54.14MB 1.0s [2020-09-10T21:29:00.738Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.0s done [2020-09-10T21:29:00.805Z] #10 67.47 Selecting previously unselected package libbtrfs0. [2020-09-10T21:29:00.806Z] #10 67.47 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-09-10T21:29:00.806Z] #10 67.48 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-10T21:29:00.806Z] #10 67.53 Selecting previously unselected package libbtrfs-dev. [2020-09-10T21:29:00.806Z] #10 67.53 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-09-10T21:29:00.806Z] #10 67.54 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:29:00.806Z] #10 67.63 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-09-10T21:29:00.806Z] #10 67.63 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-09-10T21:29:00.806Z] #10 67.63 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-09-10T21:29:00.806Z] #10 67.65 Selecting previously unselected package libudev-dev:s390x. [2020-09-10T21:29:00.806Z] #10 67.65 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ... [2020-09-10T21:29:00.806Z] #10 67.66 Unpacking libudev-dev:s390x (241-7~deb10u4) ... [2020-09-10T21:29:01.067Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 14.47MB / 57.46MB 1.2s [2020-09-10T21:29:01.067Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.71MB / 10.73MB 1.2s [2020-09-10T21:29:01.067Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 17.10MB / 96.52MB 1.4s [2020-09-10T21:29:01.067Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 17.25MB / 73.58MB 1.4s [2020-09-10T21:29:01.067Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 11.38MB / 54.14MB 1.4s [2020-09-10T21:29:01.101Z] #10 67.76 Selecting previously unselected package libsepol1-dev:s390x. [2020-09-10T21:29:01.101Z] #10 67.76 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-09-10T21:29:01.101Z] #10 67.76 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-09-10T21:29:01.101Z] #10 67.98 Selecting previously unselected package libpcre16-3:s390x. [2020-09-10T21:29:01.101Z] #10 67.98 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-09-10T21:29:01.101Z] #10 67.98 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-09-10T21:29:01.101Z] #10 68.09 Selecting previously unselected package libpcre32-3:s390x. [2020-09-10T21:29:01.394Z] #10 68.09 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-09-10T21:29:01.394Z] #10 68.10 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-09-10T21:29:01.394Z] #10 68.20 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-09-10T21:29:01.394Z] #10 68.20 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-09-10T21:29:01.394Z] #10 68.21 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-09-10T21:29:01.394Z] #10 68.27 Selecting previously unselected package libpcre3-dev:s390x. [2020-09-10T21:29:01.394Z] #10 68.27 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-09-10T21:29:01.394Z] #10 68.27 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-09-10T21:29:01.427Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 19.84MB / 57.46MB 1.5s [2020-09-10T21:29:01.428Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.4s done [2020-09-10T21:29:01.428Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 15.22MB / 54.14MB 1.5s [2020-09-10T21:29:01.428Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 23.33MB / 57.46MB 1.6s [2020-09-10T21:29:01.428Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 24.16MB / 96.52MB 1.6s [2020-09-10T21:29:01.428Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 22.18MB / 73.58MB 1.6s [2020-09-10T21:29:01.428Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 18.67MB / 54.14MB 1.6s [2020-09-10T21:29:01.686Z] #10 68.49 Selecting previously unselected package libselinux1-dev:s390x. [2020-09-10T21:29:01.687Z] #10 68.49 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-09-10T21:29:01.687Z] #10 68.50 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-09-10T21:29:01.825Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 26.24MB / 57.46MB 1.8s [2020-09-10T21:29:01.825Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 22.31MB / 54.14MB 1.8s [2020-09-10T21:29:01.825Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 26.32MB / 73.58MB 2.0s [2020-09-10T21:29:01.825Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 25.91MB / 54.14MB 2.0s [2020-09-10T21:29:01.825Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 30.89MB / 57.46MB 2.1s [2020-09-10T21:29:01.825Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 33.04MB / 96.52MB 2.1s [2020-09-10T21:29:01.979Z] #10 68.67 Selecting previously unselected package libdevmapper-dev:s390x. [2020-09-10T21:29:01.979Z] #10 68.68 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-09-10T21:29:01.979Z] #10 68.68 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-09-10T21:29:01.979Z] #10 68.78 Selecting previously unselected package libseccomp-dev:s390x. [2020-09-10T21:29:01.979Z] #10 68.78 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-09-10T21:29:01.979Z] #10 68.78 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-09-10T21:29:01.979Z] #10 68.86 Selecting previously unselected package libsystemd-dev:s390x. [2020-09-10T21:29:01.979Z] #10 68.86 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ... [2020-09-10T21:29:01.979Z] #10 68.88 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ... [2020-09-10T21:29:02.177Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 31.67MB / 54.14MB 2.3s [2020-09-10T21:29:02.177Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 31.40MB / 73.58MB 2.4s [2020-09-10T21:29:00.457Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-10T21:29:00.490Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T21:29:00.514Z] > git checkout -f 89bffbc14093169121b7dbdbee1097652adb850b # timeout=10 [2020-09-10T21:29:02.272Z] #10 ... [2020-09-10T21:29:02.272Z] [2020-09-10T21:29:02.272Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:02.272Z] #41 59.13 vendor/golang.org/x/crypto/chacha20poly1305 [2020-09-10T21:29:02.272Z] #41 59.16 net [2020-09-10T21:29:02.272Z] #41 59.64 vendor/golang.org/x/text/transform [2020-09-10T21:29:02.272Z] #41 60.10 vendor/golang.org/x/text/unicode/bidi [2020-09-10T21:29:02.272Z] #41 61.29 vendor/golang.org/x/text/secure/bidirule [2020-09-10T21:29:02.272Z] #41 61.44 vendor/golang.org/x/text/unicode/norm [2020-09-10T21:29:02.272Z] #41 63.78 vendor/golang.org/x/net/idna [2020-09-10T21:29:02.272Z] #41 65.40 vendor/golang.org/x/net/http2/hpack [2020-09-10T21:29:02.272Z] #41 66.18 mime [2020-09-10T21:29:02.272Z] #41 67.11 mime/quotedprintable [2020-09-10T21:29:02.272Z] #41 67.38 net/http/internal [2020-09-10T21:29:02.566Z] #41 ... [2020-09-10T21:29:02.566Z] [2020-09-10T21:29:02.566Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:29:02.566Z] #10 69.20 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-09-10T21:29:02.566Z] #10 69.23 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-09-10T21:29:02.566Z] #10 69.24 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-09-10T21:29:02.566Z] #10 69.25 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-10T21:29:02.566Z] #10 69.26 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-09-10T21:29:02.566Z] #10 69.27 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-09-10T21:29:02.566Z] #10 69.27 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:29:02.566Z] #10 69.28 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-10T21:29:02.566Z] #10 69.29 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-09-10T21:29:02.566Z] #10 69.30 Setting up libudev-dev:s390x (241-7~deb10u4) ... [2020-09-10T21:29:02.566Z] #10 69.32 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-10T21:29:02.566Z] #10 69.33 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:29:02.566Z] #10 69.33 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-09-10T21:29:02.566Z] #10 69.34 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-10T21:29:02.566Z] #10 69.35 Setting up libsystemd-dev:s390x (241-7~deb10u4) ... [2020-09-10T21:29:02.567Z] #10 69.36 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-10T21:29:02.567Z] #10 69.36 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-09-10T21:29:02.567Z] #10 69.37 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:29:02.567Z] #10 69.38 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-09-10T21:29:02.567Z] #10 69.38 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-09-10T21:29:02.567Z] #10 69.39 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:29:02.567Z] #10 69.39 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-09-10T21:29:02.567Z] #10 69.40 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-09-10T21:29:02.567Z] #10 69.40 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-10T21:29:02.567Z] #10 69.41 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-09-10T21:29:02.567Z] #10 69.42 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-09-10T21:29:02.567Z] #10 69.43 Setting up dmsetup (2:1.02.155-3) ... [2020-09-10T21:29:02.567Z] #10 69.44 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-09-10T21:29:02.567Z] #10 69.44 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-09-10T21:29:02.567Z] #10 69.45 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:29:02.626Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 35.79MB / 57.46MB 2.5s [2020-09-10T21:29:02.626Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 40.35MB / 96.52MB 2.5s [2020-09-10T21:29:02.626Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 35.36MB / 54.14MB 2.5s [2020-09-10T21:29:02.626Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 38.55MB / 54.14MB 2.7s [2020-09-10T21:29:02.626Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 38.91MB / 57.46MB 2.8s [2020-09-10T21:29:02.626Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 46.34MB / 96.52MB 2.8s [2020-09-10T21:29:02.626Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 35.32MB / 73.58MB 2.8s [2020-09-10T21:29:02.626Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 41.41MB / 54.14MB 2.8s [2020-09-10T21:29:02.626Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 44.66MB / 54.14MB 3.0s [2020-09-10T21:29:02.995Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 51.48MB / 96.52MB 3.1s [2020-09-10T21:29:02.995Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 47.81MB / 54.14MB 3.1s [2020-09-10T21:29:02.995Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 43.21MB / 57.46MB 3.3s [2020-09-10T21:29:02.995Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 39.03MB / 73.58MB 3.3s [2020-09-10T21:29:03.261Z] #10 DONE 69.9s [2020-09-10T21:29:03.261Z] [2020-09-10T21:29:03.261Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:29:03.261Z] #39 31.33 AR compel/libcompel.a [2020-09-10T21:29:03.261Z] #39 31.37 HOSTCC compel/src/main-host.o [2020-09-10T21:29:03.261Z] #39 31.53 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-09-10T21:29:03.261Z] #39 31.63 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-10T21:29:03.261Z] #39 31.83 HOSTCC compel/src/lib/log-host.o [2020-09-10T21:29:03.261Z] #39 31.97 HOSTLINK compel/compel-host-bin [2020-09-10T21:29:03.261Z] #39 32.10 DEP soccr/soccr.d [2020-09-10T21:29:03.261Z] #39 32.23 CC soccr/soccr.o [2020-09-10T21:29:03.261Z] #39 33.09 AR soccr/libsoccr.a [2020-09-10T21:29:03.261Z] #39 33.12 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-10T21:29:03.261Z] #39 33.40 DEP criu/arch/s390/sigframe.d [2020-09-10T21:29:03.261Z] #39 33.51 DEP criu/arch/s390/crtools.d [2020-09-10T21:29:03.261Z] #39 33.65 DEP criu/arch/s390/cpu.d [2020-09-10T21:29:03.261Z] #39 33.88 CC criu/arch/s390/cpu.o [2020-09-10T21:29:03.327Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 56.81MB / 96.52MB 3.4s [2020-09-10T21:29:03.327Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.13MB / 54.14MB 3.4s [2020-09-10T21:29:03.327Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 3.5s done [2020-09-10T21:29:03.644Z] #8 ... [2020-09-10T21:29:03.644Z] [2020-09-10T21:29:03.644Z] #59 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-10T21:29:03.644Z] #59 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-10T21:29:03.644Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.9s done [2020-09-10T21:29:03.644Z] #59 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-10T21:29:03.644Z] #59 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-10T21:29:03.644Z] #59 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 3.0s done [2020-09-10T21:29:03.644Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.9s done [2020-09-10T21:29:03.644Z] #59 DONE 4.2s [2020-09-10T21:29:03.644Z] [2020-09-10T21:29:03.644Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:29:03.644Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 46.68MB / 57.46MB 3.7s [2020-09-10T21:29:03.644Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 64.62MB / 96.52MB 3.7s [2020-09-10T21:29:03.644Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 44.24MB / 73.58MB 3.9s [2020-09-10T21:29:03.900Z] #39 34.22 CC criu/arch/s390/crtools.o [2020-09-10T21:29:03.900Z] #39 ... [2020-09-10T21:29:03.900Z] [2020-09-10T21:29:03.900Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-10T21:29:03.900Z] #11 DONE 1.0s [2020-09-10T21:29:04.033Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 52.24MB / 57.46MB 4.1s [2020-09-10T21:29:04.033Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 73.01MB / 96.52MB 4.1s [2020-09-10T21:29:04.033Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 49.87MB / 73.58MB 4.2s [2020-09-10T21:29:04.033Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.3s done [2020-09-10T21:29:04.033Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 53.75MB / 73.58MB 4.3s [2020-09-10T21:29:04.185Z] Commit message: "Merge commit 'b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a' into HEAD" [2020-09-10T21:29:04.192Z] [2020-09-10T21:29:04.192Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:04.192Z] #49 0.929 + RM_GOPATH=0 [2020-09-10T21:29:04.192Z] #49 0.930 + TMP_GOPATH= [2020-09-10T21:29:04.192Z] #49 0.930 + : /build [2020-09-10T21:29:04.192Z] #49 0.930 + '[' -z '' ']' [2020-09-10T21:29:04.192Z] #49 0.930 ++ mktemp -d [2020-09-10T21:29:04.192Z] #49 0.933 + export GOPATH=/tmp/tmp.yPlsvGSwP8 [2020-09-10T21:29:04.192Z] #49 0.934 + GOPATH=/tmp/tmp.yPlsvGSwP8 [2020-09-10T21:29:04.192Z] #49 0.934 + RM_GOPATH=1 [2020-09-10T21:29:04.192Z] #49 0.934 + case "$(go env GOARCH)" in [2020-09-10T21:29:04.192Z] #49 0.934 ++ go env GOARCH [2020-09-10T21:29:04.192Z] #49 0.948 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:04.192Z] #49 0.948 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:04.192Z] #49 0.949 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:04.192Z] #49 0.954 + dir=/tmp/install [2020-09-10T21:29:04.192Z] #49 0.954 + bin=runc [2020-09-10T21:29:04.192Z] #49 0.954 + shift [2020-09-10T21:29:04.192Z] #49 0.954 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-10T21:29:04.192Z] #49 0.954 + . /tmp/install/runc.installer [2020-09-10T21:29:04.192Z] #49 0.955 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-10T21:29:04.192Z] #49 0.955 + install_runc [2020-09-10T21:29:04.192Z] #49 0.959 + uname -r [2020-09-10T21:29:04.192Z] #49 0.959 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-10T21:29:04.192Z] #49 0.961 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-10T21:29:04.192Z] #49 0.962 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-10T21:29:04.192Z] #49 0.962 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-10T21:29:04.192Z] #49 0.962 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.yPlsvGSwP8/src/github.com/opencontainers/runc [2020-09-10T21:29:04.192Z] #49 0.963 Cloning into '/tmp/tmp.yPlsvGSwP8/src/github.com/opencontainers/runc'... [2020-09-10T21:29:04.201Z] First time build. Skipping changelog. [2020-09-10T21:29:04.344Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 79.45MB / 96.52MB 4.5s [2020-09-10T21:29:04.344Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 58.87MB / 73.58MB 4.5s [2020-09-10T21:29:04.198Z] > git rev-list --no-walk 8999d915d46afe51249986cd1d86e77bda3492f8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2020-09-10T21:29:04.686Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 88.80MB / 96.52MB 4.8s [2020-09-10T21:29:04.686Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 64.97MB / 73.58MB 4.8s [2020-09-10T21:29:04.686Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 69.04MB / 73.58MB 4.9s [Pipeline] sh [2020-09-10T21:29:04.872Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-10T21:29:04.898Z] #49 ... [2020-09-10T21:29:04.898Z] [2020-09-10T21:29:04.898Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-10T21:29:04.898Z] #12 DONE 0.9s [2020-09-10T21:29:04.984Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.1s done [2020-09-10T21:29:04.984Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.1s done [2020-09-10T21:29:04.984Z] #8 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-09-10T21:29:05.191Z] [2020-09-10T21:29:05.191Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:29:05.191Z] #39 34.95 CC criu/arch/s390/sigframe.o [2020-09-10T21:29:05.191Z] #39 35.06 LINK criu/arch/s390/crtools.built-in.o [2020-09-10T21:29:05.191Z] #39 35.10 DEP criu/pie/util-vdso.d [2020-09-10T21:29:05.191Z] #39 35.22 DEP criu/pie/util.d [2020-09-10T21:29:05.191Z] #39 35.37 CC criu/pie/util.o [2020-09-10T21:29:05.191Z] #39 35.64 CC criu/pie/util-vdso.o [2020-09-10T21:29:05.267Z] + docker version [2020-09-10T21:29:05.487Z] #39 35.98 AR criu/pie/pie.lib.a [2020-09-10T21:29:05.487Z] #39 36.00 DEP criu/pie/restorer.d [2020-09-10T21:29:05.487Z] #39 36.20 DEP criu/arch/s390/restorer.d [2020-09-10T21:29:05.630Z] #8 ... [2020-09-10T21:29:05.630Z] [2020-09-10T21:29:05.630Z] #21 [internal] load build context [2020-09-10T21:29:05.630Z] #21 transferring context: 51.54MB 6.0s done [2020-09-10T21:29:05.630Z] #21 DONE 6.0s [2020-09-10T21:29:05.630Z] [2020-09-10T21:29:05.630Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:29:05.782Z] #39 36.30 DEP criu/arch/s390/vdso-pie.d [2020-09-10T21:29:05.783Z] #39 36.37 DEP criu/pie/parasite-vdso.d [2020-09-10T21:29:06.075Z] #39 ... [2020-09-10T21:29:06.075Z] [2020-09-10T21:29:06.075Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-10T21:29:06.075Z] #13 0.854 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-10T21:29:06.075Z] #13 DONE 1.0s [2020-09-10T21:29:06.075Z] [2020-09-10T21:29:06.075Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:29:06.075Z] #39 36.54 DEP criu/pie/parasite.d [2020-09-10T21:29:06.376Z] #39 36.83 CC criu/pie/parasite.o [2020-09-10T21:29:07.084Z] #39 ... [2020-09-10T21:29:07.084Z] [2020-09-10T21:29:07.084Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-10T21:29:07.084Z] #14 DONE 1.1s [2020-09-10T21:29:07.084Z] [2020-09-10T21:29:07.084Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:29:07.084Z] #39 37.62 LINK criu/pie/parasite.built-in.o [2020-09-10T21:29:07.084Z] #39 37.62 GEN criu/pie/parasite-blob.h [2020-09-10T21:29:07.084Z] #39 37.63 CC criu/pie/parasite-vdso.o [2020-09-10T21:29:07.084Z] #39 ... [2020-09-10T21:29:07.084Z] [2020-09-10T21:29:07.084Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:07.084Z] #54 68.82 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-10T21:29:07.084Z] #54 68.82 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-10T21:29:07.084Z] #54 DONE 73.9s [2020-09-10T21:29:07.084Z] [2020-09-10T21:29:07.084Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-10T21:29:07.084Z] #55 DONE 0.1s [2020-09-10T21:29:07.388Z] [2020-09-10T21:29:07.388Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-10T21:29:07.388Z] #56 DONE 0.1s [2020-09-10T21:29:07.388Z] [2020-09-10T21:29:07.388Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-10T21:29:07.734Z] Client: [2020-09-10T21:29:07.735Z] Debug Mode: false [2020-09-10T21:29:07.735Z] [2020-09-10T21:29:07.735Z] Server: [2020-09-10T21:29:07.735Z] Containers: 0 [2020-09-10T21:29:07.735Z] Running: 0 [2020-09-10T21:29:07.735Z] Paused: 0 [2020-09-10T21:29:07.735Z] Stopped: 0 [2020-09-10T21:29:07.735Z] Images: 0 [2020-09-10T21:29:07.735Z] Server Version: 19.03.12 [2020-09-10T21:29:07.735Z] Storage Driver: overlay2 [2020-09-10T21:29:07.735Z] Backing Filesystem: extfs [2020-09-10T21:29:07.735Z] Supports d_type: true [2020-09-10T21:29:07.735Z] Native Overlay Diff: true [2020-09-10T21:29:07.735Z] Logging Driver: json-file [2020-09-10T21:29:07.735Z] Cgroup Driver: cgroupfs [2020-09-10T21:29:07.735Z] Plugins: [2020-09-10T21:29:07.735Z] Volume: local [2020-09-10T21:29:07.735Z] Network: bridge host ipvlan macvlan null overlay [2020-09-10T21:29:07.735Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-10T21:29:07.735Z] Swarm: inactive [2020-09-10T21:29:07.735Z] Runtimes: runc [2020-09-10T21:29:07.735Z] Default Runtime: runc [2020-09-10T21:29:07.735Z] Init Binary: docker-init [2020-09-10T21:29:07.735Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-10T21:29:07.735Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-10T21:29:07.735Z] init version: fec3683 [2020-09-10T21:29:07.735Z] Security Options: [2020-09-10T21:29:07.735Z] apparmor [2020-09-10T21:29:07.735Z] seccomp [2020-09-10T21:29:07.735Z] Profile: default [2020-09-10T21:29:07.735Z] Kernel Version: 4.15.0-1082-aws [2020-09-10T21:29:07.735Z] Operating System: Ubuntu 16.04.7 LTS [2020-09-10T21:29:07.735Z] OSType: linux [2020-09-10T21:29:07.735Z] Architecture: aarch64 [2020-09-10T21:29:07.735Z] CPUs: 4 [2020-09-10T21:29:07.735Z] Total Memory: 7.525GiB [2020-09-10T21:29:07.735Z] Name: ip-10-100-47-8 [2020-09-10T21:29:07.735Z] ID: KYKG:A322:XPRH:JZGL:H3VU:BFQ2:WUGA:GP6K:7QES:XZZH:RIWE:PUKP [2020-09-10T21:29:07.735Z] Docker Root Dir: /var/lib/docker [2020-09-10T21:29:07.735Z] Debug Mode: false [2020-09-10T21:29:07.735Z] Registry: https://index.docker.io/v1/ [2020-09-10T21:29:07.735Z] Labels: [2020-09-10T21:29:07.735Z] Experimental: true [2020-09-10T21:29:07.735Z] Insecure Registries: [2020-09-10T21:29:07.735Z] 127.0.0.0/8 [2020-09-10T21:29:07.735Z] Live Restore Enabled: true [2020-09-10T21:29:07.735Z] [2020-09-10T21:29:07.735Z] WARNING: No swap limit support [Pipeline] sh [2020-09-10T21:29:08.034Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:29:08.034Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:29:08.034Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41435/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-10T21:29:08.034Z] + bash /home/ubuntu/workspace/moby_PR-41435/check-config.sh [2020-09-10T21:29:08.034Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-10T21:29:08.034Z] info: reading kernel config from /boot/config-4.15.0-1082-aws ... [2020-09-10T21:29:08.034Z] [2020-09-10T21:29:08.034Z] Generally Necessary: [2020-09-10T21:29:08.034Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-10T21:29:08.034Z] - apparmor: enabled and tools installed [2020-09-10T21:29:08.034Z] - CONFIG_NAMESPACES: enabled [2020-09-10T21:29:08.034Z] - CONFIG_NET_NS: enabled [2020-09-10T21:29:08.034Z] - CONFIG_PID_NS: enabled [2020-09-10T21:29:08.034Z] - CONFIG_IPC_NS: enabled [2020-09-10T21:29:08.034Z] - CONFIG_UTS_NS: enabled [2020-09-10T21:29:08.034Z] - CONFIG_CGROUPS: enabled [2020-09-10T21:29:08.034Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-10T21:29:08.034Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-10T21:29:08.034Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-10T21:29:08.297Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-10T21:29:08.297Z] - CONFIG_CPUSETS: enabled [2020-09-10T21:29:08.297Z] - CONFIG_MEMCG: enabled [2020-09-10T21:29:08.297Z] - CONFIG_KEYS: enabled [2020-09-10T21:29:08.297Z] - CONFIG_VETH: enabled (as module) [2020-09-10T21:29:08.297Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-10T21:29:08.297Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-10T21:29:08.297Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-10T21:29:08.297Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-10T21:29:08.297Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-10T21:29:08.297Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-10T21:29:08.297Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-10T21:29:08.297Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-10T21:29:08.297Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-10T21:29:08.297Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-10T21:29:08.297Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-10T21:29:08.297Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-10T21:29:08.297Z] [2020-09-10T21:29:08.297Z] Optional Features: [2020-09-10T21:29:08.297Z] - CONFIG_USER_NS: enabled [2020-09-10T21:29:08.297Z] - CONFIG_SECCOMP: enabled [2020-09-10T21:29:08.297Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-10T21:29:08.297Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-10T21:29:08.297Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-10T21:29:08.297Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-10T21:29:08.297Z] - CONFIG_BLK_CGROUP: enabled [2020-09-10T21:29:08.297Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-10T21:29:08.297Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-10T21:29:08.428Z] #15 DONE 1.3s [2020-09-10T21:29:08.428Z] [2020-09-10T21:29:08.428Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-10T21:29:08.562Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-10T21:29:08.562Z] - CONFIG_CGROUP_PERF: enabled [2020-09-10T21:29:08.562Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-10T21:29:08.562Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-10T21:29:08.562Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-10T21:29:08.562Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-10T21:29:08.562Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-10T21:29:08.562Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-10T21:29:08.562Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-10T21:29:08.562Z] - CONFIG_IP_VS: enabled (as module) [2020-09-10T21:29:08.562Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-10T21:29:08.562Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-10T21:29:08.562Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-10T21:29:08.562Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-10T21:29:08.562Z] - CONFIG_EXT4_FS: enabled [2020-09-10T21:29:08.562Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-10T21:29:08.562Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-10T21:29:08.562Z] - Network Drivers: [2020-09-10T21:29:08.562Z] - "overlay": [2020-09-10T21:29:08.562Z] - CONFIG_VXLAN: enabled (as module) [2020-09-10T21:29:08.562Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-10T21:29:08.562Z] Optional (for encrypted networks): [2020-09-10T21:29:08.825Z] - CONFIG_CRYPTO: enabled [2020-09-10T21:29:08.825Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-10T21:29:08.825Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-10T21:29:08.825Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-10T21:29:08.825Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-10T21:29:08.825Z] - CONFIG_XFRM: enabled [2020-09-10T21:29:08.825Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-10T21:29:08.825Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-10T21:29:08.825Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-10T21:29:08.825Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-10T21:29:08.825Z] - "ipvlan": [2020-09-10T21:29:08.825Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-10T21:29:08.825Z] - "macvlan": [2020-09-10T21:29:08.825Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-10T21:29:08.825Z] - CONFIG_DUMMY: enabled (as module) [2020-09-10T21:29:08.825Z] - "ftp,tftp client in container": [2020-09-10T21:29:08.825Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-10T21:29:08.825Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-10T21:29:08.825Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-10T21:29:08.825Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-10T21:29:08.825Z] - Storage Drivers: [2020-09-10T21:29:08.825Z] - "aufs": [2020-09-10T21:29:08.825Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-10T21:29:08.825Z] - "btrfs": [2020-09-10T21:29:08.825Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-10T21:29:08.825Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-10T21:29:08.825Z] - "devicemapper": [2020-09-10T21:29:08.825Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-10T21:29:08.825Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-10T21:29:08.825Z] - "overlay": [2020-09-10T21:29:08.825Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-10T21:29:08.825Z] - "zfs": [2020-09-10T21:29:08.825Z] - /dev/zfs: missing [2020-09-10T21:29:08.825Z] - zfs command: missing [2020-09-10T21:29:08.825Z] - zpool command: missing [2020-09-10T21:29:08.825Z] [2020-09-10T21:29:08.825Z] Limits: [2020-09-10T21:29:08.825Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-10T21:29:08.825Z] [2020-09-10T21:29:08.825Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-10T21:29:09.195Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ba228adc86da8be30d10d20f613989f5af5d3162 . [2020-09-10T21:29:09.195Z] #2 [internal] load .dockerignore [2020-09-10T21:29:09.463Z] #2 transferring context: 87B done [2020-09-10T21:29:09.463Z] #2 DONE 0.2s [2020-09-10T21:29:09.463Z] [2020-09-10T21:29:09.463Z] #1 [internal] load build definition from Dockerfile [2020-09-10T21:29:09.463Z] #1 transferring dockerfile: 16.37kB done [2020-09-10T21:29:09.463Z] #1 DONE 0.2s [2020-09-10T21:29:09.463Z] [2020-09-10T21:29:09.463Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-10T21:29:09.467Z] #16 DONE 1.1s [2020-09-10T21:29:09.467Z] [2020-09-10T21:29:09.467Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:09.467Z] #49 6.168 + cd /tmp/tmp.yPlsvGSwP8/src/github.com/opencontainers/runc [2020-09-10T21:29:09.467Z] #49 6.168 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-10T21:29:09.467Z] #49 6.434 + '[' -z '' ']' [2020-09-10T21:29:09.467Z] #49 6.434 + target=static [2020-09-10T21:29:09.467Z] #49 6.434 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-10T21:29:09.726Z] #3 DONE 0.3s [2020-09-10T21:29:09.726Z] [2020-09-10T21:29:09.726Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-10T21:29:09.726Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-10T21:29:09.759Z] #49 6.558 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-09-10T21:29:09.988Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-10T21:29:09.988Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-09-10T21:29:09.988Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-09-10T21:29:09.988Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 2.58MB / 8.28MB 0.2s [2020-09-10T21:29:09.988Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.3s [2020-09-10T21:29:10.251Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.5s done [2020-09-10T21:29:10.251Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 [2020-09-10T21:29:10.514Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2020-09-10T21:29:10.777Z] #4 DONE 0.9s [2020-09-10T21:29:10.777Z] [2020-09-10T21:29:10.777Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-10T21:29:11.044Z] #6 DONE 0.2s [2020-09-10T21:29:11.044Z] [2020-09-10T21:29:11.044Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-10T21:29:11.325Z] #5 DONE 0.3s [2020-09-10T21:29:11.325Z] [2020-09-10T21:29:11.325Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:29:11.325Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-10T21:29:11.325Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-10T21:29:11.325Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.2s [2020-09-10T21:29:11.325Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.2s [2020-09-10T21:29:11.325Z] #7 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2020-09-10T21:29:11.325Z] #7 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2020-09-10T21:29:11.593Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.03MB / 49.18MB 0.3s [2020-09-10T21:29:11.593Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 25.41MB / 49.18MB 0.5s [2020-09-10T21:29:11.593Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.5s [2020-09-10T21:29:11.856Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 33.68MB / 49.18MB 0.6s [2020-09-10T21:29:11.896Z] Client: Docker Engine - Community [2020-09-10T21:29:11.896Z] Version: 19.03.12 [2020-09-10T21:29:11.896Z] API version: 1.40 [2020-09-10T21:29:11.896Z] Go version: go1.13.10 [2020-09-10T21:29:11.896Z] Git commit: 48a66213fe [2020-09-10T21:29:11.896Z] Built: Mon Jun 22 15:45:36 2020 [2020-09-10T21:29:11.896Z] OS/Arch: linux/amd64 [2020-09-10T21:29:11.896Z] Experimental: false [2020-09-10T21:29:11.896Z] [2020-09-10T21:29:11.896Z] Server: Docker Engine - Community [2020-09-10T21:29:11.896Z] Engine: [2020-09-10T21:29:11.896Z] Version: 19.03.12 [2020-09-10T21:29:11.896Z] API version: 1.40 (minimum version 1.12) [2020-09-10T21:29:11.896Z] Go version: go1.13.10 [2020-09-10T21:29:11.896Z] Git commit: 48a66213fe [2020-09-10T21:29:11.896Z] Built: Mon Jun 22 15:44:07 2020 [2020-09-10T21:29:11.896Z] OS/Arch: linux/amd64 [2020-09-10T21:29:11.896Z] Experimental: true [2020-09-10T21:29:11.896Z] containerd: [2020-09-10T21:29:11.896Z] Version: 1.2.13 [2020-09-10T21:29:11.896Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-10T21:29:11.896Z] runc: [2020-09-10T21:29:11.896Z] Version: 1.0.0-rc10 [2020-09-10T21:29:11.896Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-10T21:29:11.896Z] docker-init: [2020-09-10T21:29:11.896Z] Version: 0.18.0 [2020-09-10T21:29:11.896Z] GitCommit: fec3683 [Pipeline] sh [2020-09-10T21:29:12.125Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 0.8s [2020-09-10T21:29:12.125Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.6s done [2020-09-10T21:29:12.125Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 0.8s [2020-09-10T21:29:12.125Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 0.8s [2020-09-10T21:29:12.125Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 2.37MB / 9.98MB 0.9s [2020-09-10T21:29:12.212Z] + docker info [2020-09-10T21:29:12.477Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.1s [2020-09-10T21:29:12.477Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 19.40MB / 52.16MB 1.1s [2020-09-10T21:29:12.477Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 32.37MB / 52.16MB 1.2s [2020-09-10T21:29:12.741Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 38.83MB / 52.16MB 1.4s [2020-09-10T21:29:12.741Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 1.5s [2020-09-10T21:29:13.412Z] #49 ... [2020-09-10T21:29:13.412Z] [2020-09-10T21:29:13.412Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:13.412Z] #41 70.01 net/textproto [2020-09-10T21:29:13.412Z] #41 70.01 crypto/x509 [2020-09-10T21:29:13.412Z] #41 70.75 vendor/golang.org/x/net/http/httpguts [2020-09-10T21:29:13.412Z] #41 70.97 vendor/golang.org/x/net/http/httpproxy [2020-09-10T21:29:13.412Z] #41 71.43 mime/multipart [2020-09-10T21:29:13.412Z] #41 73.10 crypto/tls [2020-09-10T21:29:13.412Z] #41 78.01 net/http/httptrace [2020-09-10T21:29:13.412Z] #41 78.16 net/http [2020-09-10T21:29:13.412Z] #41 ... [2020-09-10T21:29:13.412Z] [2020-09-10T21:29:13.412Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:29:13.412Z] #39 38.18 CC criu/arch/s390/vdso-pie.o [2020-09-10T21:29:13.412Z] #39 38.49 CC criu/arch/s390/restorer.o [2020-09-10T21:29:13.412Z] #39 38.95 CC criu/pie/restorer.o [2020-09-10T21:29:13.412Z] #39 40.52 LINK criu/pie/restorer.built-in.o [2020-09-10T21:29:13.412Z] #39 40.54 GEN criu/pie/restorer-blob.h [2020-09-10T21:29:13.412Z] #39 40.59 DEP criu/vdso.d [2020-09-10T21:29:13.412Z] #39 40.82 DEP criu/uts_ns.d [2020-09-10T21:29:13.412Z] #39 40.94 DEP criu/util.d [2020-09-10T21:29:13.412Z] #39 41.14 DEP criu/uffd.d [2020-09-10T21:29:13.412Z] #39 41.29 DEP criu/tun.d [2020-09-10T21:29:13.412Z] #39 41.47 DEP criu/tty.d [2020-09-10T21:29:13.412Z] #39 41.64 DEP criu/timerfd.d [2020-09-10T21:29:13.412Z] #39 41.76 DEP criu/timens.d [2020-09-10T21:29:13.412Z] #39 41.92 DEP criu/sysfs_parse.d [2020-09-10T21:29:13.412Z] #39 42.01 DEP criu/sysctl.d [2020-09-10T21:29:13.412Z] #39 42.10 DEP criu/string.d [2020-09-10T21:29:13.412Z] #39 42.13 DEP criu/stats.d [2020-09-10T21:29:13.412Z] #39 42.24 DEP criu/sockets.d [2020-09-10T21:29:13.412Z] #39 42.38 DEP criu/sk-unix.d [2020-09-10T21:29:13.412Z] #39 42.54 DEP criu/sk-tcp.d [2020-09-10T21:29:13.412Z] #39 42.76 DEP criu/sk-queue.d [2020-09-10T21:29:13.412Z] #39 42.83 DEP criu/sk-packet.d [2020-09-10T21:29:13.412Z] #39 43.02 DEP criu/sk-netlink.d [2020-09-10T21:29:13.412Z] #39 43.18 DEP criu/sk-inet.d [2020-09-10T21:29:13.412Z] #39 43.27 DEP criu/signalfd.d [2020-09-10T21:29:13.412Z] #39 43.36 DEP criu/sigframe.d [2020-09-10T21:29:13.412Z] #39 43.42 DEP criu/shmem.d [2020-09-10T21:29:13.412Z] #39 43.49 DEP criu/servicefd.d [2020-09-10T21:29:13.412Z] #39 43.67 DEP criu/seize.d [2020-09-10T21:29:13.412Z] #39 43.78 DEP criu/seccomp.d [2020-09-10T21:29:13.412Z] #39 43.88 DEP criu/rst-malloc.d [2020-09-10T21:29:13.412Z] #39 43.93 DEP criu/rbtree.d [2020-09-10T21:29:13.412Z] #39 43.96 DEP criu/pstree.d [2020-09-10T21:29:13.412Z] #39 44.15 DEP criu/protobuf.d [2020-09-10T21:29:13.704Z] #39 44.23 GEN criu/protobuf-desc-gen.h [2020-09-10T21:29:14.133Z] #7 ... [2020-09-10T21:29:14.133Z] [2020-09-10T21:29:14.133Z] #20 [internal] load build context [2020-09-10T21:29:14.133Z] #20 transferring context: 51.54MB 2.3s done [2020-09-10T21:29:14.133Z] #20 DONE 2.8s [2020-09-10T21:29:14.133Z] [2020-09-10T21:29:14.133Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:29:14.133Z] #7 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 [2020-09-10T21:29:14.133Z] #7 ... [2020-09-10T21:29:14.133Z] [2020-09-10T21:29:14.133Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-10T21:29:14.133Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-10T21:29:14.133Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.7s done [2020-09-10T21:29:14.133Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-10T21:29:14.133Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-10T21:29:14.133Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.1s done [2020-09-10T21:29:14.133Z] #58 DONE 3.0s [2020-09-10T21:29:14.133Z] [2020-09-10T21:29:14.133Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:29:14.133Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 2.7s done [2020-09-10T21:29:14.133Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.7s done [2020-09-10T21:29:14.133Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 3.0s done [2020-09-10T21:29:14.133Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 3.1s [2020-09-10T21:29:14.133Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 3.1s [2020-09-10T21:29:14.133Z] #7 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 3.1s [2020-09-10T21:29:14.398Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 3.63MB / 62.53MB 3.2s [2020-09-10T21:29:14.398Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 16.88MB / 97.69MB 3.2s [2020-09-10T21:29:14.398Z] #7 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 3.2s [2020-09-10T21:29:14.662Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 20.62MB / 62.53MB 3.4s [2020-09-10T21:29:14.662Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 31.13MB / 97.69MB 3.4s [2020-09-10T21:29:14.662Z] #7 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 3.3s done [2020-09-10T21:29:14.662Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 35.86MB / 62.53MB 3.5s [2020-09-10T21:29:14.662Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 39.09MB / 97.69MB 3.5s [2020-09-10T21:29:14.758Z] #39 45.33 DEP criu/protobuf-desc.d [2020-09-10T21:29:14.758Z] #39 45.48 DEP criu/proc_parse.d [2020-09-10T21:29:14.925Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 49.78MB / 62.53MB 3.6s [2020-09-10T21:29:14.925Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 45.06MB / 97.69MB 3.6s [2020-09-10T21:29:14.925Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 55.38MB / 62.53MB 3.7s [2020-09-10T21:29:14.925Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 56.57MB / 97.69MB 3.7s [2020-09-10T21:29:14.925Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 3.8s [2020-09-10T21:29:15.050Z] #39 45.60 DEP criu/plugin.d [2020-09-10T21:29:15.050Z] #39 45.70 DEP criu/pipes.d [2020-09-10T21:29:15.188Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 67.09MB / 97.69MB 3.9s [2020-09-10T21:29:15.188Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 83.37MB / 97.69MB 4.1s [2020-09-10T21:29:15.342Z] #39 45.80 DEP criu/pie-util.d [2020-09-10T21:29:15.342Z] #39 45.87 DEP criu/pie-util-vdso.d [2020-09-10T21:29:15.342Z] #39 45.94 DEP criu/path.d [2020-09-10T21:29:15.451Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 4.2s [2020-09-10T21:29:15.635Z] #39 46.02 DEP criu/parasite-syscall.d [2020-09-10T21:29:15.635Z] #39 46.25 DEP criu/pagemap.d [2020-09-10T21:29:15.927Z] #39 46.42 DEP criu/pagemap-cache.d [2020-09-10T21:29:15.927Z] #39 46.53 DEP criu/page-xfer.d [2020-09-10T21:29:15.927Z] #39 46.65 DEP criu/page-pipe.d [2020-09-10T21:29:16.219Z] #39 46.70 DEP criu/netfilter.d [2020-09-10T21:29:16.219Z] #39 46.83 DEP criu/net.d [2020-09-10T21:29:16.399Z] #7 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 2.1s done [2020-09-10T21:29:16.511Z] #39 47.00 DEP criu/namespaces.d [2020-09-10T21:29:16.511Z] #39 47.15 DEP criu/mount.d [2020-09-10T21:29:16.803Z] #39 47.26 DEP criu/memfd.d [2020-09-10T21:29:16.803Z] #39 47.37 DEP criu/mem.d [2020-09-10T21:29:17.095Z] #39 47.52 DEP criu/lsm.d [2020-09-10T21:29:17.095Z] #39 47.63 DEP criu/log.d [2020-09-10T21:29:17.095Z] #39 47.69 DEP criu/libnetlink.d [2020-09-10T21:29:17.095Z] #39 47.75 DEP criu/kerndat.d [2020-09-10T21:29:17.458Z] #39 47.92 DEP criu/kcmp-ids.d [2020-09-10T21:29:17.458Z] #39 48.01 DEP criu/irmap.d [2020-09-10T21:29:17.458Z] #39 48.09 DEP criu/ipc_ns.d [2020-09-10T21:29:17.837Z] #39 48.19 DEP criu/image.d [2020-09-10T21:29:17.837Z] #39 48.25 DEP criu/image-desc.d [2020-09-10T21:29:17.837Z] #39 48.28 DEP criu/fsnotify.d [2020-09-10T21:29:17.837Z] #39 48.35 DEP criu/filesystems.d [2020-09-10T21:29:17.837Z] #39 48.41 DEP criu/files.d [2020-09-10T21:29:18.129Z] #39 48.66 DEP criu/files-reg.d [2020-09-10T21:29:18.129Z] #39 48.73 DEP criu/files-ext.d [2020-09-10T21:29:18.318Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 6.7s done [2020-09-10T21:29:18.421Z] #39 48.84 DEP criu/file-lock.d [2020-09-10T21:29:18.421Z] #39 48.94 DEP criu/file-ids.d [2020-09-10T21:29:18.421Z] #39 49.08 DEP criu/fifo.d [2020-09-10T21:29:18.713Z] #39 49.21 DEP criu/fdstore.d [2020-09-10T21:29:18.713Z] #39 49.30 DEP criu/fault-injection.d [2020-09-10T21:29:18.713Z] #39 49.34 DEP criu/external.d [2020-09-10T21:29:18.713Z] #39 49.44 DEP criu/eventpoll.d [2020-09-10T21:29:19.005Z] #39 49.62 DEP criu/eventfd.d [2020-09-10T21:29:19.005Z] #39 ... [2020-09-10T21:29:19.005Z] [2020-09-10T21:29:19.005Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:19.005Z] #41 85.96 github.com/LK4D4/vndr/godl [2020-09-10T21:29:19.263Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 7.8s done [2020-09-10T21:29:19.263Z] #7 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2020-09-10T21:29:19.263Z] #7 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.3s done [2020-09-10T21:29:19.639Z] #41 ... [2020-09-10T21:29:19.639Z] [2020-09-10T21:29:19.639Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:29:19.639Z] #17 0.984 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:19.639Z] #17 1.104 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:19.639Z] #17 1.362 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:19.639Z] #17 1.486 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-10T21:29:19.639Z] #17 2.136 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB] [2020-09-10T21:29:19.639Z] #17 3.232 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-10T21:29:19.639Z] #17 6.620 Fetched 8070 kB in 6s (1412 kB/s) [2020-09-10T21:29:19.639Z] #17 6.620 Reading package lists... [2020-09-10T21:29:19.639Z] #17 8.542 Reading package lists... [2020-09-10T21:29:19.639Z] #17 10.04 Building dependency tree... [2020-09-10T21:29:19.639Z] #17 ... [2020-09-10T21:29:19.639Z] [2020-09-10T21:29:19.639Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:19.639Z] #41 86.46 github.com/LK4D4/vndr [2020-09-10T21:29:20.652Z] #7 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.1s [2020-09-10T21:29:20.652Z] #7 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.2s done [2020-09-10T21:29:21.597Z] #7 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2020-09-10T21:29:22.199Z] Client: [2020-09-10T21:29:22.199Z] Debug Mode: false [2020-09-10T21:29:22.199Z] [2020-09-10T21:29:22.199Z] Server: [2020-09-10T21:29:22.199Z] Containers: 0 [2020-09-10T21:29:22.199Z] Running: 0 [2020-09-10T21:29:22.199Z] Paused: 0 [2020-09-10T21:29:22.199Z] Stopped: 0 [2020-09-10T21:29:22.199Z] Images: 0 [2020-09-10T21:29:22.199Z] Server Version: 19.03.12 [2020-09-10T21:29:22.199Z] Storage Driver: overlay2 [2020-09-10T21:29:22.199Z] Backing Filesystem: extfs [2020-09-10T21:29:22.199Z] Supports d_type: true [2020-09-10T21:29:22.199Z] Native Overlay Diff: true [2020-09-10T21:29:22.199Z] Logging Driver: json-file [2020-09-10T21:29:22.199Z] Cgroup Driver: cgroupfs [2020-09-10T21:29:22.199Z] Plugins: [2020-09-10T21:29:22.199Z] Volume: local [2020-09-10T21:29:22.199Z] Network: bridge host ipvlan macvlan null overlay [2020-09-10T21:29:22.199Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-10T21:29:22.199Z] Swarm: inactive [2020-09-10T21:29:22.199Z] Runtimes: runc [2020-09-10T21:29:22.199Z] Default Runtime: runc [2020-09-10T21:29:22.199Z] Init Binary: docker-init [2020-09-10T21:29:22.200Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-10T21:29:22.200Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-10T21:29:22.200Z] init version: fec3683 [2020-09-10T21:29:22.200Z] Security Options: [2020-09-10T21:29:22.200Z] apparmor [2020-09-10T21:29:22.200Z] seccomp [2020-09-10T21:29:22.200Z] Profile: default [2020-09-10T21:29:22.200Z] Kernel Version: 5.3.0-1035-aws [2020-09-10T21:29:22.200Z] Operating System: Ubuntu 18.04.5 LTS [2020-09-10T21:29:22.200Z] OSType: linux [2020-09-10T21:29:22.200Z] Architecture: x86_64 [2020-09-10T21:29:22.200Z] CPUs: 2 [2020-09-10T21:29:22.200Z] Total Memory: 7.569GiB [2020-09-10T21:29:22.200Z] Name: ip-10-100-62-226 [2020-09-10T21:29:22.200Z] ID: VHCT:TLUC:R2VO:YIWO:QRPS:LVDE:GNIX:P4Z4:AVYF:EKOW:UMYI:VEID [2020-09-10T21:29:22.200Z] Docker Root Dir: /var/lib/docker [2020-09-10T21:29:22.200Z] Debug Mode: false [2020-09-10T21:29:22.200Z] Registry: https://index.docker.io/v1/ [2020-09-10T21:29:22.200Z] Labels: [2020-09-10T21:29:22.200Z] Experimental: true [2020-09-10T21:29:22.200Z] Insecure Registries: [2020-09-10T21:29:22.200Z] 127.0.0.0/8 [2020-09-10T21:29:22.200Z] Live Restore Enabled: true [2020-09-10T21:29:22.200Z] [2020-09-10T21:29:22.200Z] WARNING: No swap limit support [Pipeline] sh [2020-09-10T21:29:22.490Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:29:22.490Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-10T21:29:22.490Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41435/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-10T21:29:22.490Z] + bash /home/ubuntu/workspace/moby_PR-41435/check-config.sh [2020-09-10T21:29:22.490Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-10T21:29:22.490Z] info: reading kernel config from /boot/config-5.3.0-1035-aws ... [2020-09-10T21:29:22.490Z] [2020-09-10T21:29:22.490Z] Generally Necessary: [2020-09-10T21:29:22.490Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-10T21:29:22.490Z] - apparmor: enabled and tools installed [2020-09-10T21:29:22.490Z] - CONFIG_NAMESPACES: enabled [2020-09-10T21:29:22.490Z] - CONFIG_NET_NS: enabled [2020-09-10T21:29:22.490Z] - CONFIG_PID_NS: enabled [2020-09-10T21:29:22.490Z] - CONFIG_IPC_NS: enabled [2020-09-10T21:29:22.490Z] - CONFIG_UTS_NS: enabled [2020-09-10T21:29:22.490Z] - CONFIG_CGROUPS: enabled [2020-09-10T21:29:22.490Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-10T21:29:22.490Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-10T21:29:22.490Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-10T21:29:22.490Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-10T21:29:22.490Z] - CONFIG_CPUSETS: enabled [2020-09-10T21:29:22.490Z] - CONFIG_MEMCG: enabled [2020-09-10T21:29:22.490Z] - CONFIG_KEYS: enabled [2020-09-10T21:29:22.490Z] - CONFIG_VETH: enabled (as module) [2020-09-10T21:29:22.490Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-10T21:29:22.490Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-10T21:29:22.490Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-10T21:29:22.490Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-10T21:29:22.490Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-10T21:29:22.490Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-10T21:29:22.490Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-10T21:29:22.490Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-10T21:29:22.490Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-10T21:29:22.490Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-10T21:29:22.490Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-10T21:29:22.490Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-10T21:29:22.490Z] [2020-09-10T21:29:22.490Z] Optional Features: [2020-09-10T21:29:22.490Z] - CONFIG_USER_NS: enabled [2020-09-10T21:29:22.490Z] - CONFIG_SECCOMP: enabled [2020-09-10T21:29:22.490Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-10T21:29:22.490Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-10T21:29:22.490Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-10T21:29:22.490Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-10T21:29:22.490Z] - CONFIG_BLK_CGROUP: enabled [2020-09-10T21:29:22.490Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-10T21:29:22.490Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-10T21:29:22.490Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-10T21:29:22.490Z] - CONFIG_CGROUP_PERF: enabled [2020-09-10T21:29:22.490Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-10T21:29:22.490Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-10T21:29:22.490Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-10T21:29:22.490Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-10T21:29:22.490Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-10T21:29:22.490Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-10T21:29:22.490Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-10T21:29:22.490Z] - CONFIG_IP_VS: enabled (as module) [2020-09-10T21:29:22.750Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-10T21:29:22.750Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-10T21:29:22.750Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-10T21:29:22.750Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-10T21:29:22.750Z] - CONFIG_EXT4_FS: enabled [2020-09-10T21:29:22.750Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-10T21:29:22.750Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-10T21:29:22.750Z] - Network Drivers: [2020-09-10T21:29:22.750Z] - "overlay": [2020-09-10T21:29:22.750Z] - CONFIG_VXLAN: enabled (as module) [2020-09-10T21:29:22.750Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-10T21:29:22.750Z] Optional (for encrypted networks): [2020-09-10T21:29:22.750Z] - CONFIG_CRYPTO: enabled [2020-09-10T21:29:22.750Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-10T21:29:22.750Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-10T21:29:22.750Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-10T21:29:22.750Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-10T21:29:22.750Z] - CONFIG_XFRM: enabled [2020-09-10T21:29:22.750Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-10T21:29:22.750Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-10T21:29:22.750Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-10T21:29:22.750Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-10T21:29:22.750Z] - "ipvlan": [2020-09-10T21:29:22.750Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-10T21:29:22.750Z] - "macvlan": [2020-09-10T21:29:22.750Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-10T21:29:22.750Z] - CONFIG_DUMMY: enabled (as module) [2020-09-10T21:29:22.750Z] - "ftp,tftp client in container": [2020-09-10T21:29:22.750Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-10T21:29:22.750Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-10T21:29:22.750Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-10T21:29:22.750Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-10T21:29:22.750Z] - Storage Drivers: [2020-09-10T21:29:22.750Z] - "aufs": [2020-09-10T21:29:22.750Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-10T21:29:22.750Z] - "btrfs": [2020-09-10T21:29:22.750Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-10T21:29:22.750Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-10T21:29:22.750Z] - "devicemapper": [2020-09-10T21:29:22.750Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-10T21:29:22.750Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-10T21:29:22.750Z] - "overlay": [2020-09-10T21:29:22.750Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-10T21:29:22.750Z] - "zfs": [2020-09-10T21:29:22.750Z] - /dev/zfs: present [2020-09-10T21:29:22.750Z] - zfs command: missing [2020-09-10T21:29:22.750Z] - zpool command: missing [2020-09-10T21:29:22.750Z] [2020-09-10T21:29:22.750Z] Limits: [2020-09-10T21:29:22.750Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-10T21:29:22.750Z] [2020-09-10T21:29:22.750Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-10T21:29:22.990Z] #7 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 1.6s done [2020-09-10T21:29:23.083Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ba228adc86da8be30d10d20f613989f5af5d3162 . [2020-09-10T21:29:23.083Z] #1 [internal] load .dockerignore [2020-09-10T21:29:23.083Z] #1 transferring context: 87B done [2020-09-10T21:29:23.343Z] #1 DONE 0.2s [2020-09-10T21:29:23.343Z] [2020-09-10T21:29:23.343Z] #2 [internal] load build definition from Dockerfile [2020-09-10T21:29:23.343Z] #2 transferring dockerfile: 16.37kB done [2020-09-10T21:29:23.343Z] #2 DONE 0.2s [2020-09-10T21:29:23.343Z] [2020-09-10T21:29:23.343Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-10T21:29:23.602Z] #3 DONE 0.3s [2020-09-10T21:29:23.602Z] [2020-09-10T21:29:23.602Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-10T21:29:23.602Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-10T21:29:23.602Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-10T21:29:23.602Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-09-10T21:29:23.602Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-09-10T21:29:23.602Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s [2020-09-10T21:29:23.602Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 6.41MB / 8.88MB 0.2s [2020-09-10T21:29:23.861Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2020-09-10T21:29:23.861Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-09-10T21:29:24.120Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2020-09-10T21:29:24.121Z] #4 DONE 0.5s [2020-09-10T21:29:24.121Z] [2020-09-10T21:29:24.121Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-10T21:29:24.295Z] #8 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 19.0s done [2020-09-10T21:29:24.295Z] #8 DONE 24.4s [2020-09-10T21:29:24.295Z] [2020-09-10T21:29:24.295Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-10T21:29:24.295Z] #9 DONE 0.2s [2020-09-10T21:29:24.295Z] [2020-09-10T21:29:24.295Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-10T21:29:24.295Z] #10 DONE 0.2s [2020-09-10T21:29:24.295Z] [2020-09-10T21:29:24.295Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:24.295Z] #42 ... [2020-09-10T21:29:24.295Z] [2020-09-10T21:29:24.295Z] #28 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-10T21:29:24.295Z] #28 DONE 0.1s [2020-09-10T21:29:24.295Z] [2020-09-10T21:29:24.295Z] #36 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-10T21:29:24.295Z] #36 DONE 0.1s [2020-09-10T21:29:24.381Z] #7 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 [2020-09-10T21:29:24.384Z] #6 DONE 0.1s [2020-09-10T21:29:24.385Z] [2020-09-10T21:29:24.385Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-10T21:29:24.589Z] [2020-09-10T21:29:24.589Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:29:24.645Z] #5 DONE 0.3s [2020-09-10T21:29:24.645Z] [2020-09-10T21:29:24.645Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-10T21:29:24.645Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-10T21:29:24.645Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-10T21:29:24.645Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-10T21:29:24.645Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 0.2s [2020-09-10T21:29:24.905Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 5.49MB / 9.86MB 0.3s [2020-09-10T21:29:24.905Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s [2020-09-10T21:29:25.166Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done [2020-09-10T21:29:25.166Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2020-09-10T21:29:25.189Z] #37 0.704 + git clone https://github.com/docker/distribution.git . [2020-09-10T21:29:25.189Z] #37 0.715 Cloning into '.'... [2020-09-10T21:29:25.214Z] #41 ... [2020-09-10T21:29:25.214Z] [2020-09-10T21:29:25.214Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:29:25.214Z] #17 10.04 Building dependency tree... [2020-09-10T21:29:25.214Z] #17 10.45 libcap2-bin is already the newest version (1:2.25-2). [2020-09-10T21:29:25.214Z] #17 10.45 The following additional packages will be installed: [2020-09-10T21:29:25.214Z] #17 10.46 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-10T21:29:25.214Z] #17 10.46 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-10T21:29:25.214Z] #17 10.46 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-10T21:29:25.214Z] #17 10.46 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-10T21:29:25.214Z] #17 10.46 python3.7 python3.7-minimal vim-runtime xxd [2020-09-10T21:29:25.214Z] #17 10.46 Suggested packages: [2020-09-10T21:29:25.214Z] #17 10.46 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-10T21:29:25.214Z] #17 10.46 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-10T21:29:25.214Z] #17 10.46 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-10T21:29:25.214Z] #17 10.46 Recommended packages: [2020-09-10T21:29:25.214Z] #17 10.46 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-10T21:29:25.214Z] #17 10.46 python3-keyrings.alt python3-xdg unzip [2020-09-10T21:29:25.214Z] #17 11.62 The following NEW packages will be installed: [2020-09-10T21:29:25.214Z] #17 11.62 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-10T21:29:25.214Z] #17 11.62 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-10T21:29:25.214Z] #17 11.62 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-10T21:29:25.214Z] #17 11.62 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-10T21:29:25.214Z] #17 11.62 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-10T21:29:25.214Z] #17 11.62 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-10T21:29:25.214Z] #17 11.62 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-10T21:29:25.214Z] #17 11.62 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-10T21:29:25.214Z] #17 11.62 xz-utils zip [2020-09-10T21:29:25.214Z] #17 11.70 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:29:25.214Z] #17 11.70 Need to get 27.7 MB of archives. [2020-09-10T21:29:25.214Z] #17 11.70 After this operation, 117 MB of additional disk space will be used. [2020-09-10T21:29:25.214Z] #17 11.70 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-09-10T21:29:25.214Z] #17 11.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2020-09-10T21:29:25.214Z] #17 11.77 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2020-09-10T21:29:25.214Z] #17 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-09-10T21:29:25.214Z] #17 11.84 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-09-10T21:29:25.214Z] #17 11.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2020-09-10T21:29:25.214Z] #17 11.89 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2020-09-10T21:29:25.214Z] #17 11.90 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-09-10T21:29:25.214Z] #17 11.90 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-09-10T21:29:25.214Z] #17 11.90 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-09-10T21:29:25.214Z] #17 11.90 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-09-10T21:29:25.214Z] #17 11.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-09-10T21:29:25.214Z] #17 11.92 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-09-10T21:29:25.214Z] #17 11.92 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-09-10T21:29:25.214Z] #17 11.92 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-09-10T21:29:25.214Z] #17 11.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-09-10T21:29:25.214Z] #17 11.93 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-09-10T21:29:25.214Z] #17 11.93 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-09-10T21:29:25.214Z] #17 11.94 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-09-10T21:29:25.214Z] #17 11.95 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-09-10T21:29:25.214Z] #17 11.95 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-09-10T21:29:25.214Z] #17 11.95 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-09-10T21:29:25.214Z] #17 11.96 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-09-10T21:29:25.214Z] #17 11.96 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-09-10T21:29:25.214Z] #17 11.97 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-09-10T21:29:25.214Z] #17 11.97 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-09-10T21:29:25.214Z] #17 11.97 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-09-10T21:29:25.214Z] #17 11.97 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-09-10T21:29:25.214Z] #17 11.97 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-09-10T21:29:25.214Z] #17 12.20 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-09-10T21:29:25.214Z] #17 12.21 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-09-10T21:29:25.214Z] #17 12.21 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-09-10T21:29:25.214Z] #17 12.21 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-09-10T21:29:25.214Z] #17 12.21 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-09-10T21:29:25.214Z] #17 12.22 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-09-10T21:29:25.214Z] #17 12.27 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-10T21:29:25.214Z] #17 12.27 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-09-10T21:29:25.214Z] #17 12.27 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-09-10T21:29:25.214Z] #17 12.28 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-10T21:29:25.214Z] #17 12.28 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-09-10T21:29:25.214Z] #17 12.29 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-10T21:29:25.214Z] #17 12.30 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-09-10T21:29:25.214Z] #17 12.32 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-09-10T21:29:25.214Z] #17 12.33 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-09-10T21:29:25.214Z] #17 12.33 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-10T21:29:25.214Z] #17 12.53 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-09-10T21:29:25.214Z] #17 12.62 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-09-10T21:29:25.214Z] #17 12.67 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-09-10T21:29:25.214Z] #17 13.01 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:29:25.214Z] #17 13.03 Fetched 27.7 MB in 1s (26.9 MB/s) [2020-09-10T21:29:25.214Z] #17 13.07 Selecting previously unselected package pigz. [2020-09-10T21:29:25.214Z] #17 13.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23199 files and directories currently installed.) [2020-09-10T21:29:25.214Z] #17 13.09 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-09-10T21:29:25.214Z] #17 13.10 Unpacking pigz (2.4-1) ... [2020-09-10T21:29:25.214Z] #17 13.18 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-09-10T21:29:25.214Z] #17 13.18 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-09-10T21:29:25.214Z] #17 13.18 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-09-10T21:29:25.214Z] #17 13.55 Selecting previously unselected package python3.7-minimal. [2020-09-10T21:29:25.214Z] #17 13.55 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-09-10T21:29:25.214Z] #17 13.55 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-10T21:29:25.214Z] #17 14.05 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-09-10T21:29:25.214Z] #17 14.05 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-10T21:29:25.214Z] #17 15.30 Selecting previously unselected package python3-minimal. [2020-09-10T21:29:25.214Z] #17 15.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 ... 23448 files and directories currently installed.) [2020-09-10T21:29:25.214Z] #17 15.31 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-09-10T21:29:25.214Z] #17 15.31 Unpacking python3-minimal (3.7.3-1) ... [2020-09-10T21:29:25.214Z] #17 15.34 Selecting previously unselected package libmpdec2:s390x. [2020-09-10T21:29:25.214Z] #17 15.34 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-09-10T21:29:25.214Z] #17 15.35 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-09-10T21:29:25.214Z] #17 15.40 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-09-10T21:29:25.214Z] #17 15.40 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2020-09-10T21:29:25.214Z] #17 15.41 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-09-10T21:29:25.510Z] #17 ... [2020-09-10T21:29:25.510Z] [2020-09-10T21:29:25.510Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:25.510Z] #41 DONE 92.2s [2020-09-10T21:29:25.510Z] [2020-09-10T21:29:25.510Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:29:25.510Z] #39 49.75 DEP criu/crtools.d [2020-09-10T21:29:25.510Z] #39 49.87 DEP criu/cr-service.d [2020-09-10T21:29:25.510Z] #39 50.03 DEP criu/cr-restore.d [2020-09-10T21:29:25.510Z] #39 50.28 DEP criu/cr-errno.d [2020-09-10T21:29:25.510Z] #39 50.28 DEP criu/cr-dump.d [2020-09-10T21:29:25.510Z] #39 50.46 DEP criu/cr-dedup.d [2020-09-10T21:29:25.510Z] #39 50.64 DEP criu/cr-check.d [2020-09-10T21:29:25.510Z] #39 50.82 DEP criu/config.d [2020-09-10T21:29:25.510Z] #39 50.99 DEP criu/clone-noasan.d [2020-09-10T21:29:25.510Z] #39 51.08 DEP criu/cgroup.d [2020-09-10T21:29:25.510Z] #39 51.23 DEP criu/cgroup-props.d [2020-09-10T21:29:25.510Z] #39 51.30 DEP criu/bitmap.d [2020-09-10T21:29:25.510Z] #39 51.32 DEP criu/bfd.d [2020-09-10T21:29:25.510Z] #39 51.37 DEP criu/autofs.d [2020-09-10T21:29:25.510Z] #39 51.46 DEP criu/aio.d [2020-09-10T21:29:25.510Z] #39 51.56 DEP criu/action-scripts.d [2020-09-10T21:29:25.510Z] #39 51.77 CC criu/action-scripts.o [2020-09-10T21:29:25.510Z] #39 52.00 CC criu/aio.o [2020-09-10T21:29:25.510Z] #39 52.29 CC criu/autofs.o [2020-09-10T21:29:25.510Z] #39 52.88 CC criu/bfd.o [2020-09-10T21:29:25.510Z] #39 53.16 CC criu/bitmap.o [2020-09-10T21:29:25.510Z] #39 53.28 CC criu/cgroup-props.o [2020-09-10T21:29:25.510Z] #39 53.72 CC criu/cgroup.o [2020-09-10T21:29:25.510Z] #39 55.46 CC criu/clone-noasan.o [2020-09-10T21:29:25.510Z] #39 55.62 CC criu/config.o [2020-09-10T21:29:25.771Z] #7 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.5s done [2020-09-10T21:29:25.814Z] #39 ... [2020-09-10T21:29:25.814Z] [2020-09-10T21:29:25.814Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:29:25.814Z] #17 16.18 Selecting previously unselected package python3.7. [2020-09-10T21:29:25.814Z] #17 16.18 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2020-09-10T21:29:25.814Z] #17 16.18 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-10T21:29:26.106Z] #17 16.37 Selecting previously unselected package libpython3-stdlib:s390x. [2020-09-10T21:29:26.106Z] #17 16.37 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-09-10T21:29:26.106Z] #17 16.39 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-09-10T21:29:26.106Z] #17 16.55 Setting up python3-minimal (3.7.3-1) ... [2020-09-10T21:29:26.741Z] #17 17.18 Selecting previously unselected package python3. [2020-09-10T21:29:26.741Z] #17 17.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23860 files and directories currently installed.) [2020-09-10T21:29:26.741Z] #17 17.18 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-09-10T21:29:26.741Z] #17 17.19 Unpacking python3 (3.7.3-1) ... [2020-09-10T21:29:26.741Z] #17 17.24 Selecting previously unselected package libip4tc0:s390x. [2020-09-10T21:29:26.741Z] #17 17.24 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-09-10T21:29:26.741Z] #17 17.25 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-09-10T21:29:26.741Z] #17 17.29 Selecting previously unselected package libip6tc0:s390x. [2020-09-10T21:29:26.741Z] #17 17.29 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-09-10T21:29:27.033Z] #17 17.29 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-09-10T21:29:27.033Z] #17 17.34 Selecting previously unselected package libiptc0:s390x. [2020-09-10T21:29:27.033Z] #17 17.34 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-09-10T21:29:27.033Z] #17 17.34 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-09-10T21:29:27.033Z] #17 17.40 Selecting previously unselected package libnfnetlink0:s390x. [2020-09-10T21:29:27.033Z] #17 17.40 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-09-10T21:29:27.033Z] #17 17.40 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-09-10T21:29:27.033Z] #17 17.43 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-09-10T21:29:27.033Z] #17 17.43 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-09-10T21:29:27.033Z] #17 17.43 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-09-10T21:29:27.033Z] #17 17.47 Selecting previously unselected package libnftnl11:s390x. [2020-09-10T21:29:27.033Z] #17 17.47 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-09-10T21:29:27.033Z] #17 17.47 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-09-10T21:29:27.033Z] #17 17.51 Selecting previously unselected package iptables. [2020-09-10T21:29:27.033Z] #17 17.51 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-09-10T21:29:27.159Z] #7 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2020-09-10T21:29:27.325Z] #17 17.52 Unpacking iptables (1.8.2-4) ... [2020-09-10T21:29:27.325Z] #17 17.74 Selecting previously unselected package xxd. [2020-09-10T21:29:27.325Z] #17 17.74 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-09-10T21:29:27.325Z] #17 17.74 Unpacking xxd (2:8.1.0875-5) ... [2020-09-10T21:29:27.325Z] #17 17.83 Selecting previously unselected package vim-common. [2020-09-10T21:29:27.325Z] #17 17.83 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-10T21:29:27.325Z] #17 17.83 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-10T21:29:27.617Z] #17 17.96 Selecting previously unselected package bash-completion. [2020-09-10T21:29:27.617Z] #17 17.96 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-10T21:29:27.707Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.3s done [2020-09-10T21:29:27.707Z] #58 DONE 3.0s [2020-09-10T21:29:27.707Z] [2020-09-10T21:29:27.707Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:29:27.707Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-10T21:29:27.707Z] #7 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-09-10T21:29:27.707Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.4s done [2020-09-10T21:29:27.707Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-10T21:29:27.707Z] #7 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-09-10T21:29:27.707Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2020-09-10T21:29:27.707Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.1s done [2020-09-10T21:29:27.707Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2020-09-10T21:29:27.707Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.6s done [2020-09-10T21:29:27.707Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.13MB / 120.17MB 2.9s [2020-09-10T21:29:27.707Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.1s [2020-09-10T21:29:27.707Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.6s done [2020-09-10T21:29:27.707Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 81.71MB / 120.17MB 3.0s [2020-09-10T21:29:27.707Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 97.88MB / 120.17MB 3.2s [2020-09-10T21:29:27.707Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 106.69MB / 120.17MB 3.3s [2020-09-10T21:29:27.970Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 112.73MB / 120.17MB 3.3s [2020-09-10T21:29:27.970Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 119.19MB / 120.17MB 3.4s [2020-09-10T21:29:28.912Z] #7 ... [2020-09-10T21:29:28.912Z] [2020-09-10T21:29:28.912Z] #20 [internal] load build context [2020-09-10T21:29:28.912Z] #20 transferring context: 51.54MB 4.1s done [2020-09-10T21:29:28.912Z] #20 DONE 4.5s [2020-09-10T21:29:28.912Z] [2020-09-10T21:29:28.912Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-10T21:29:29.128Z] #17 19.48 Unpacking bash-completion (1:2.8-6) ... [2020-09-10T21:29:29.422Z] #17 19.80 Selecting previously unselected package bzip2. [2020-09-10T21:29:29.422Z] #17 19.80 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-09-10T21:29:29.422Z] #17 19.82 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-10T21:29:29.422Z] #17 19.88 Selecting previously unselected package xz-utils. [2020-09-10T21:29:29.422Z] #17 19.88 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-09-10T21:29:29.422Z] #17 19.89 Unpacking xz-utils (5.2.4-1) ... [2020-09-10T21:29:29.482Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.8s done [2020-09-10T21:29:29.714Z] #17 ... [2020-09-10T21:29:29.714Z] [2020-09-10T21:29:29.714Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:29:29.714Z] #28 DONE 96.3s [2020-09-10T21:29:29.714Z] [2020-09-10T21:29:29.714Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:29:29.714Z] #17 20.06 Selecting previously unselected package apparmor. [2020-09-10T21:29:29.714Z] #17 20.06 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-09-10T21:29:29.714Z] #17 20.18 Unpacking apparmor (2.13.2-10) ... [2020-09-10T21:29:29.747Z] #37 ... [2020-09-10T21:29:29.747Z] [2020-09-10T21:29:29.747Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:29.747Z] #42 0.888 + RM_GOPATH=0 [2020-09-10T21:29:29.747Z] #42 0.888 + TMP_GOPATH= [2020-09-10T21:29:29.747Z] #42 0.888 + : /build [2020-09-10T21:29:29.747Z] #42 0.888 + '[' -z '' ']' [2020-09-10T21:29:29.747Z] #42 0.893 ++ mktemp -d [2020-09-10T21:29:29.747Z] #42 0.915 + export GOPATH=/tmp/tmp.XkMW06kwcS [2020-09-10T21:29:29.747Z] #42 0.916 + GOPATH=/tmp/tmp.XkMW06kwcS [2020-09-10T21:29:29.747Z] #42 0.917 + RM_GOPATH=1 [2020-09-10T21:29:29.747Z] #42 0.917 + case "$(go env GOARCH)" in [2020-09-10T21:29:29.747Z] #42 0.925 ++ go env GOARCH [2020-09-10T21:29:29.747Z] #42 0.948 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:29.747Z] #42 0.948 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:29.747Z] #42 0.953 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:29.747Z] #42 0.956 + dir=/tmp/install [2020-09-10T21:29:29.747Z] #42 0.960 + bin=vndr [2020-09-10T21:29:29.747Z] #42 0.961 + shift [2020-09-10T21:29:29.747Z] #42 0.961 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-10T21:29:29.747Z] #42 0.961 + . /tmp/install/vndr.installer [2020-09-10T21:29:29.747Z] #42 0.961 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-10T21:29:29.747Z] #42 0.962 + install_vndr [2020-09-10T21:29:29.747Z] #42 0.963 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-10T21:29:29.747Z] #42 0.971 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-10T21:29:29.747Z] #42 0.979 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.XkMW06kwcS/src/github.com/LK4D4/vndr [2020-09-10T21:29:29.747Z] #42 1.046 Cloning into '/tmp/tmp.XkMW06kwcS/src/github.com/LK4D4/vndr'... [2020-09-10T21:29:29.747Z] #42 2.077 + cd /tmp/tmp.XkMW06kwcS/src/github.com/LK4D4/vndr [2020-09-10T21:29:29.747Z] #42 2.077 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-10T21:29:29.747Z] #42 2.086 + go build -buildmode=pie -v -o /build/vndr . [2020-09-10T21:29:29.747Z] #42 3.705 internal/race [2020-09-10T21:29:29.747Z] #42 3.866 internal/cpu [2020-09-10T21:29:29.747Z] #42 3.871 runtime/internal/math [2020-09-10T21:29:29.747Z] #42 3.915 sync/atomic [2020-09-10T21:29:29.747Z] #42 4.215 unicode [2020-09-10T21:29:29.747Z] #42 4.430 unicode/utf8 [2020-09-10T21:29:29.747Z] #42 5.379 math [2020-09-10T21:29:29.747Z] #42 5.398 internal/bytealg [2020-09-10T21:29:30.051Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.9s done [2020-09-10T21:29:30.348Z] #17 20.65 Selecting previously unselected package aufs-tools. [2020-09-10T21:29:30.348Z] #17 20.65 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-09-10T21:29:30.348Z] #17 20.65 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-10T21:29:30.348Z] #17 20.78 Selecting previously unselected package libonig5:s390x. [2020-09-10T21:29:30.348Z] #17 20.78 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-09-10T21:29:30.348Z] #17 20.79 Unpacking libonig5:s390x (6.9.1-1) ... [2020-09-10T21:29:30.348Z] #17 20.85 Selecting previously unselected package libjq1:s390x. [2020-09-10T21:29:30.348Z] #17 20.85 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-09-10T21:29:30.392Z] #42 6.202 internal/testlog [2020-09-10T21:29:30.470Z] #7 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.0s done [2020-09-10T21:29:30.622Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-09-10T21:29:30.640Z] #17 20.85 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-09-10T21:29:30.640Z] #17 20.92 Selecting previously unselected package jq. [2020-09-10T21:29:30.640Z] #17 20.92 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-09-10T21:29:30.640Z] #17 20.92 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-10T21:29:30.640Z] #17 20.97 Selecting previously unselected package libaio1:s390x. [2020-09-10T21:29:30.640Z] #17 20.97 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-09-10T21:29:30.640Z] #17 20.98 Unpacking libaio1:s390x (0.3.112-3) ... [2020-09-10T21:29:30.640Z] #17 21.00 Selecting previously unselected package libgpm2:s390x. [2020-09-10T21:29:30.640Z] #17 21.01 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-09-10T21:29:30.640Z] #17 21.01 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-09-10T21:29:30.640Z] #17 21.03 Selecting previously unselected package libicu63:s390x. [2020-09-10T21:29:30.640Z] #17 21.03 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-09-10T21:29:30.640Z] #17 21.03 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-09-10T21:29:30.881Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s done [2020-09-10T21:29:31.038Z] #42 ... [2020-09-10T21:29:31.038Z] [2020-09-10T21:29:31.038Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:31.038Z] #44 0.848 + RM_GOPATH=0 [2020-09-10T21:29:31.038Z] #44 0.849 + TMP_GOPATH= [2020-09-10T21:29:31.038Z] #44 0.849 + : /build [2020-09-10T21:29:31.038Z] #44 0.849 + '[' -z '' ']' [2020-09-10T21:29:31.038Z] #44 0.850 ++ mktemp -d [2020-09-10T21:29:31.038Z] #44 0.859 + export GOPATH=/tmp/tmp.AyISWPJj4H [2020-09-10T21:29:31.038Z] #44 0.859 + GOPATH=/tmp/tmp.AyISWPJj4H [2020-09-10T21:29:31.038Z] #44 0.859 + RM_GOPATH=1 [2020-09-10T21:29:31.038Z] #44 0.859 + case "$(go env GOARCH)" in [2020-09-10T21:29:31.038Z] #44 0.873 ++ go env GOARCH [2020-09-10T21:29:31.038Z] #44 0.916 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:31.038Z] #44 0.916 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:31.038Z] #44 0.918 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:31.038Z] #44 0.934 + dir=/tmp/install [2020-09-10T21:29:31.038Z] #44 0.934 + bin=gotestsum [2020-09-10T21:29:31.038Z] #44 0.935 + shift [2020-09-10T21:29:31.038Z] #44 0.936 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-10T21:29:31.038Z] #44 0.939 + . /tmp/install/gotestsum.installer [2020-09-10T21:29:31.038Z] #44 0.939 ++ : v0.3.5 [2020-09-10T21:29:31.038Z] #44 0.939 + install_gotestsum [2020-09-10T21:29:31.038Z] #44 0.950 + set -e [2020-09-10T21:29:31.038Z] #44 0.957 + export GO111MODULE=on [2020-09-10T21:29:31.038Z] #44 0.961 + GO111MODULE=on [2020-09-10T21:29:31.038Z] #44 0.963 + GOBIN=/build [2020-09-10T21:29:31.038Z] #44 0.964 + go get gotest.tools/gotestsum@v0.3.5 [2020-09-10T21:29:31.038Z] #44 1.127 go: finding gotest.tools v0.3.5 [2020-09-10T21:29:31.038Z] #44 1.137 go: finding gotest.tools/gotestsum v0.3.5 [2020-09-10T21:29:31.038Z] #44 2.348 go: downloading gotest.tools/gotestsum v0.3.5 [2020-09-10T21:29:31.038Z] #44 3.390 go: extracting gotest.tools/gotestsum v0.3.5 [2020-09-10T21:29:31.038Z] #44 4.747 go: downloading gotest.tools v2.1.0+incompatible [2020-09-10T21:29:31.038Z] #44 4.956 go: extracting gotest.tools v2.1.0+incompatible [2020-09-10T21:29:31.038Z] #44 5.067 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-10T21:29:31.038Z] #44 5.090 go: downloading github.com/pkg/errors v0.8.0 [2020-09-10T21:29:31.038Z] #44 5.092 go: downloading github.com/fatih/color v1.6.0 [2020-09-10T21:29:31.038Z] #44 5.122 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-09-10T21:29:31.038Z] #44 5.157 go: downloading github.com/spf13/pflag v1.0.1 [2020-09-10T21:29:31.038Z] #44 5.279 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-10T21:29:31.038Z] #44 5.388 go: extracting github.com/pkg/errors v0.8.0 [2020-09-10T21:29:31.038Z] #44 5.470 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-10T21:29:31.038Z] #44 5.637 go: extracting github.com/fatih/color v1.6.0 [2020-09-10T21:29:31.038Z] #44 5.693 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-10T21:29:31.038Z] #44 5.697 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-09-10T21:29:31.038Z] #44 5.752 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-10T21:29:31.038Z] #44 5.846 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-09-10T21:29:31.038Z] #44 5.878 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-10T21:29:31.038Z] #44 5.880 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-10T21:29:31.038Z] #44 5.884 go: extracting github.com/spf13/pflag v1.0.1 [2020-09-10T21:29:31.038Z] #44 5.893 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-09-10T21:29:31.038Z] #44 6.101 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-09-10T21:29:31.038Z] #44 6.173 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-09-10T21:29:31.038Z] #44 ... [2020-09-10T21:29:31.038Z] [2020-09-10T21:29:31.038Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:31.038Z] #42 6.801 encoding [2020-09-10T21:29:31.335Z] #42 6.938 unicode/utf16 [2020-09-10T21:29:31.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-10T21:29:31.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-10T21:29:31.450Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s [2020-09-10T21:29:31.450Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done [2020-09-10T21:29:31.632Z] #42 7.277 runtime [2020-09-10T21:29:31.632Z] #42 7.613 container/list [2020-09-10T21:29:31.709Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-09-10T21:29:31.857Z] #7 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2020-09-10T21:29:32.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-10T21:29:32.126Z] #7 DONE 20.9s [2020-09-10T21:29:32.126Z] [2020-09-10T21:29:32.126Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-10T21:29:32.711Z] #17 23.01 Selecting previously unselected package libnet1:s390x. [2020-09-10T21:29:32.711Z] #17 23.01 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-09-10T21:29:32.711Z] #17 23.02 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-09-10T21:29:32.711Z] #17 23.07 Selecting previously unselected package libnl-3-200:s390x. [2020-09-10T21:29:32.711Z] #17 23.07 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-09-10T21:29:32.711Z] #17 23.07 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-09-10T21:29:32.711Z] #17 23.12 Selecting previously unselected package libprotobuf-c1:s390x. [2020-09-10T21:29:32.711Z] #17 23.12 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-09-10T21:29:32.711Z] #17 23.12 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-09-10T21:29:32.711Z] #17 23.15 Selecting previously unselected package libreadline5:s390x. [2020-09-10T21:29:32.711Z] #17 23.15 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-09-10T21:29:32.711Z] #17 23.15 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-09-10T21:29:32.711Z] #17 23.21 Selecting previously unselected package net-tools. [2020-09-10T21:29:33.002Z] #17 23.21 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-09-10T21:29:33.002Z] #17 23.21 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-10T21:29:33.002Z] #17 23.29 Selecting previously unselected package python-pip-whl. [2020-09-10T21:29:33.002Z] #17 23.30 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-10T21:29:33.002Z] #17 23.30 Unpacking python-pip-whl (18.1-5) ... [2020-09-10T21:29:33.296Z] #17 23.60 Selecting previously unselected package python3-lib2to3. [2020-09-10T21:29:33.296Z] #17 23.60 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-10T21:29:33.296Z] #17 23.61 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-10T21:29:33.296Z] #17 23.69 Selecting previously unselected package python3-distutils. [2020-09-10T21:29:33.296Z] #17 23.69 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-10T21:29:33.296Z] #17 23.69 Unpacking python3-distutils (3.7.3-1) ... [2020-09-10T21:29:33.296Z] #17 23.79 Selecting previously unselected package python3-pip. [2020-09-10T21:29:33.296Z] #17 23.79 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-10T21:29:33.296Z] #17 23.79 Unpacking python3-pip (18.1-5) ... [2020-09-10T21:29:33.296Z] #17 23.87 Selecting previously unselected package python3-pkg-resources. [2020-09-10T21:29:33.516Z] #8 DONE 1.1s [2020-09-10T21:29:33.516Z] [2020-09-10T21:29:33.516Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-10T21:29:33.590Z] #17 23.87 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-10T21:29:33.590Z] #17 23.88 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-10T21:29:33.590Z] #17 23.94 Selecting previously unselected package python3-setuptools. [2020-09-10T21:29:33.590Z] #17 23.94 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-10T21:29:33.590Z] #17 23.94 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-10T21:29:33.590Z] #17 24.07 Selecting previously unselected package python3-wheel. [2020-09-10T21:29:33.590Z] #17 24.07 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-10T21:29:33.590Z] #17 24.07 Unpacking python3-wheel (0.32.3-2) ... [2020-09-10T21:29:33.590Z] #17 24.12 Selecting previously unselected package sudo. [2020-09-10T21:29:33.590Z] #17 24.12 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-09-10T21:29:33.778Z] #9 DONE 0.7s [2020-09-10T21:29:33.881Z] #17 24.13 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-10T21:29:33.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-10T21:29:34.043Z] [2020-09-10T21:29:34.043Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-10T21:29:34.043Z] #35 DONE 0.1s [2020-09-10T21:29:34.043Z] [2020-09-10T21:29:34.043Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:34.043Z] #60 ... [2020-09-10T21:29:34.043Z] [2020-09-10T21:29:34.043Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-10T21:29:34.043Z] #27 DONE 0.1s [2020-09-10T21:29:34.173Z] #17 24.45 Selecting previously unselected package thin-provisioning-tools. [2020-09-10T21:29:34.173Z] #17 24.45 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-09-10T21:29:34.173Z] #17 24.45 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-10T21:29:34.174Z] #17 24.59 Selecting previously unselected package uidmap. [2020-09-10T21:29:34.174Z] #17 24.60 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-09-10T21:29:34.174Z] #17 24.60 Unpacking uidmap (1:4.5-1.1) ... [2020-09-10T21:29:34.174Z] #17 24.67 Selecting previously unselected package vim-runtime. [2020-09-10T21:29:34.174Z] #17 24.67 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-10T21:29:34.174Z] #17 24.68 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-10T21:29:34.248Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.0s done [2020-09-10T21:29:34.248Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-09-10T21:29:34.370Z] [2020-09-10T21:29:34.370Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:29:34.412Z] #42 9.876 crypto/internal/subtle [2020-09-10T21:29:34.412Z] #42 ... [2020-09-10T21:29:34.412Z] [2020-09-10T21:29:34.412Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:29:34.412Z] #52 0.766 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:34.412Z] #52 0.974 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:34.412Z] #52 1.078 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:34.412Z] #52 2.436 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-10T21:29:34.412Z] #52 4.787 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-10T21:29:34.412Z] #52 6.766 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-10T21:29:34.412Z] #52 ... [2020-09-10T21:29:34.412Z] [2020-09-10T21:29:34.412Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:29:34.412Z] #39 1.320 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:34.412Z] #39 1.410 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:34.412Z] #39 1.411 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:34.412Z] #39 2.724 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-10T21:29:34.412Z] #39 5.295 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-10T21:29:34.412Z] #39 6.820 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-10T21:29:34.412Z] #39 ... [2020-09-10T21:29:34.412Z] [2020-09-10T21:29:34.412Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:34.412Z] #22 0.847 + RM_GOPATH=0 [2020-09-10T21:29:34.412Z] #22 0.852 + TMP_GOPATH= [2020-09-10T21:29:34.412Z] #22 0.852 + : /build [2020-09-10T21:29:34.412Z] #22 0.852 + '[' -z '' ']' [2020-09-10T21:29:34.412Z] #22 0.854 ++ mktemp -d [2020-09-10T21:29:34.412Z] #22 0.876 + export GOPATH=/tmp/tmp.CPDyxAvNOI [2020-09-10T21:29:34.412Z] #22 0.876 + GOPATH=/tmp/tmp.CPDyxAvNOI [2020-09-10T21:29:34.412Z] #22 0.876 + RM_GOPATH=1 [2020-09-10T21:29:34.412Z] #22 0.876 + case "$(go env GOARCH)" in [2020-09-10T21:29:34.412Z] #22 0.878 ++ go env GOARCH [2020-09-10T21:29:34.412Z] #22 0.939 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:34.412Z] #22 0.939 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:34.412Z] #22 0.943 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:34.412Z] #22 0.961 + dir=/tmp/install [2020-09-10T21:29:34.412Z] #22 0.961 + bin=dockercli [2020-09-10T21:29:34.412Z] #22 0.961 + shift [2020-09-10T21:29:34.412Z] #22 0.962 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-10T21:29:34.412Z] #22 0.962 + . /tmp/install/dockercli.installer [2020-09-10T21:29:34.412Z] #22 0.962 ++ : stable [2020-09-10T21:29:34.412Z] #22 0.962 ++ : 17.06.2-ce [2020-09-10T21:29:34.412Z] #22 0.963 + install_dockercli [2020-09-10T21:29:34.412Z] #22 0.963 Install docker/cli version 17.06.2-ce from stable [2020-09-10T21:29:34.412Z] #22 0.963 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-10T21:29:34.412Z] #22 0.965 ++ uname -m [2020-09-10T21:29:34.412Z] #22 0.971 + arch=ppc64le [2020-09-10T21:29:34.412Z] #22 0.971 + '[' ppc64le '!=' x86_64 ']' [2020-09-10T21:29:34.412Z] #22 0.971 + '[' ppc64le '!=' s390x ']' [2020-09-10T21:29:34.412Z] #22 0.971 + '[' ppc64le '!=' armhf ']' [2020-09-10T21:29:34.412Z] #22 0.971 + build_dockercli [2020-09-10T21:29:34.412Z] #22 0.972 + git clone https://github.com/docker/docker-ce /tmp/tmp.CPDyxAvNOI/tmp/docker-ce [2020-09-10T21:29:34.412Z] #22 1.038 Cloning into '/tmp/tmp.CPDyxAvNOI/tmp/docker-ce'... [2020-09-10T21:29:34.465Z] #17 24.70 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-10T21:29:34.465Z] #17 24.71 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-10T21:29:34.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-10T21:29:34.709Z] #22 ... [2020-09-10T21:29:34.709Z] [2020-09-10T21:29:34.709Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:29:34.709Z] #33 1.158 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:34.709Z] #33 1.295 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:34.709Z] #33 1.296 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:34.709Z] #33 2.628 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-10T21:29:34.709Z] #33 5.052 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-10T21:29:34.709Z] #33 6.646 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-10T21:29:34.709Z] #33 ... [2020-09-10T21:29:34.709Z] [2020-09-10T21:29:34.709Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:34.709Z] #48 0.552 + RM_GOPATH=0 [2020-09-10T21:29:34.709Z] #48 0.552 + TMP_GOPATH= [2020-09-10T21:29:34.709Z] #48 0.552 + : /build [2020-09-10T21:29:34.709Z] #48 0.552 + '[' -z '' ']' [2020-09-10T21:29:34.709Z] #48 0.553 ++ mktemp -d [2020-09-10T21:29:34.709Z] #48 0.554 + export GOPATH=/tmp/tmp.1MpUGIJIjV [2020-09-10T21:29:34.709Z] #48 0.554 + GOPATH=/tmp/tmp.1MpUGIJIjV [2020-09-10T21:29:34.709Z] #48 0.554 + RM_GOPATH=1 [2020-09-10T21:29:34.709Z] #48 0.554 + case "$(go env GOARCH)" in [2020-09-10T21:29:34.709Z] #48 0.555 ++ go env GOARCH [2020-09-10T21:29:34.709Z] #48 0.560 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:34.709Z] #48 0.560 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:34.709Z] #48 0.561 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:34.709Z] #48 0.562 + dir=/tmp/install [2020-09-10T21:29:34.709Z] #48 0.562 + bin=shfmt [2020-09-10T21:29:34.709Z] #48 0.562 + shift [2020-09-10T21:29:34.709Z] #48 0.562 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-10T21:29:34.709Z] #48 0.562 + . /tmp/install/shfmt.installer [2020-09-10T21:29:34.709Z] #48 0.562 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-10T21:29:34.709Z] #48 0.562 + install_shfmt [2020-09-10T21:29:34.709Z] #48 0.562 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-10T21:29:34.709Z] #48 0.563 + git clone https://github.com/mvdan/sh.git /tmp/tmp.1MpUGIJIjV/src/github.com/mvdan/sh [2020-09-10T21:29:34.709Z] #48 0.563 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-10T21:29:34.709Z] #48 0.565 Cloning into '/tmp/tmp.1MpUGIJIjV/src/github.com/mvdan/sh'... [2020-09-10T21:29:34.709Z] #48 9.330 + cd /tmp/tmp.1MpUGIJIjV/src/github.com/mvdan/sh [2020-09-10T21:29:34.709Z] #48 9.331 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-10T21:29:34.709Z] #48 9.478 + GO111MODULE=on [2020-09-10T21:29:34.709Z] #48 9.478 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-10T21:29:35.007Z] #48 ... [2020-09-10T21:29:35.007Z] [2020-09-10T21:29:35.007Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:29:35.007Z] #29 0.727 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-10T21:29:35.007Z] #29 0.738 Cloning into '.'... [2020-09-10T21:29:35.007Z] #29 ... [2020-09-10T21:29:35.007Z] [2020-09-10T21:29:35.007Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:35.007Z] #46 0.850 + RM_GOPATH=0 [2020-09-10T21:29:35.007Z] #46 0.850 + TMP_GOPATH= [2020-09-10T21:29:35.007Z] #46 0.851 + : /build [2020-09-10T21:29:35.007Z] #46 0.851 + '[' -z '' ']' [2020-09-10T21:29:35.007Z] #46 0.853 ++ mktemp -d [2020-09-10T21:29:35.007Z] #46 0.859 + export GOPATH=/tmp/tmp.1GhRDbky9B [2020-09-10T21:29:35.007Z] #46 0.859 + GOPATH=/tmp/tmp.1GhRDbky9B [2020-09-10T21:29:35.007Z] #46 0.859 + RM_GOPATH=1 [2020-09-10T21:29:35.007Z] #46 0.859 + case "$(go env GOARCH)" in [2020-09-10T21:29:35.007Z] #46 0.859 ++ go env GOARCH [2020-09-10T21:29:35.007Z] #46 0.883 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:35.007Z] #46 0.883 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:35.007Z] #46 0.885 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:35.007Z] #46 0.903 + dir=/tmp/install [2020-09-10T21:29:35.007Z] #46 0.904 + bin=golangci_lint [2020-09-10T21:29:35.007Z] #46 0.904 + shift [2020-09-10T21:29:35.007Z] #46 0.906 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-10T21:29:35.007Z] #46 0.907 + . /tmp/install/golangci_lint.installer [2020-09-10T21:29:35.007Z] #46 0.907 ++ : v1.23.8 [2020-09-10T21:29:35.007Z] #46 0.908 + install_golangci_lint [2020-09-10T21:29:35.007Z] #46 0.909 + echo 'Installing golangci-lint version v1.23.8' [2020-09-10T21:29:35.007Z] #46 0.917 Installing golangci-lint version v1.23.8 [2020-09-10T21:29:35.007Z] #46 0.917 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-10T21:29:35.306Z] #46 ... [2020-09-10T21:29:35.306Z] [2020-09-10T21:29:35.306Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:29:35.306Z] #24 1.150 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:35.306Z] #24 1.231 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:35.306Z] #24 1.233 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:35.306Z] #24 2.568 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-10T21:29:35.306Z] #24 4.849 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-10T21:29:35.306Z] #24 7.201 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-10T21:29:35.306Z] #24 ... [2020-09-10T21:29:35.306Z] [2020-09-10T21:29:35.306Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:29:35.306Z] #11 1.137 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:35.306Z] #11 1.251 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:35.306Z] #11 1.253 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:35.306Z] #11 2.945 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-10T21:29:35.306Z] #11 5.064 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-10T21:29:35.306Z] #11 6.754 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-10T21:29:35.607Z] #11 ... [2020-09-10T21:29:35.607Z] [2020-09-10T21:29:35.607Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:35.607Z] #61 0.872 + RM_GOPATH=0 [2020-09-10T21:29:35.607Z] #61 0.872 + TMP_GOPATH= [2020-09-10T21:29:35.607Z] #61 0.872 + : /build [2020-09-10T21:29:35.607Z] #61 0.872 + '[' -z '' ']' [2020-09-10T21:29:35.607Z] #61 0.881 ++ mktemp -d [2020-09-10T21:29:35.607Z] #61 0.886 + export GOPATH=/tmp/tmp.OSIUyNYC9B [2020-09-10T21:29:35.607Z] #61 0.889 + GOPATH=/tmp/tmp.OSIUyNYC9B [2020-09-10T21:29:35.607Z] #61 0.889 + RM_GOPATH=1 [2020-09-10T21:29:35.607Z] #61 0.890 + case "$(go env GOARCH)" in [2020-09-10T21:29:35.607Z] #61 0.909 ++ go env GOARCH [2020-09-10T21:29:35.607Z] #61 0.941 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:35.607Z] #61 0.941 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:35.607Z] #61 0.942 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:35.607Z] #61 0.974 + dir=/tmp/install [2020-09-10T21:29:35.607Z] #61 0.976 + bin=proxy [2020-09-10T21:29:35.607Z] #61 0.978 + shift [2020-09-10T21:29:35.607Z] #61 0.981 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-10T21:29:35.607Z] #61 0.989 + . /tmp/install/proxy.installer [2020-09-10T21:29:35.607Z] #61 0.990 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-09-10T21:29:35.607Z] #61 0.994 + install_proxy [2020-09-10T21:29:35.607Z] #61 0.995 + case "$1" in [2020-09-10T21:29:35.607Z] #61 0.996 + export CGO_ENABLED=0 [2020-09-10T21:29:35.607Z] #61 0.997 + CGO_ENABLED=0 [2020-09-10T21:29:35.607Z] #61 0.998 + _install_proxy [2020-09-10T21:29:35.607Z] #61 0.998 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-09-10T21:29:35.607Z] #61 0.999 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-09-10T21:29:35.607Z] #61 0.999 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.OSIUyNYC9B/src/github.com/docker/libnetwork [2020-09-10T21:29:35.607Z] #61 1.013 Cloning into '/tmp/tmp.OSIUyNYC9B/src/github.com/docker/libnetwork'... [2020-09-10T21:29:35.607Z] #61 ... [2020-09-10T21:29:35.607Z] [2020-09-10T21:29:35.607Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:35.607Z] #31 0.838 + RM_GOPATH=0 [2020-09-10T21:29:35.607Z] #31 0.838 + TMP_GOPATH= [2020-09-10T21:29:35.607Z] #31 0.838 + : /build [2020-09-10T21:29:35.607Z] #31 0.838 + '[' -z '' ']' [2020-09-10T21:29:35.607Z] #31 0.840 ++ mktemp -d [2020-09-10T21:29:35.607Z] #31 0.854 + export GOPATH=/tmp/tmp.NNPyWLnu1n [2020-09-10T21:29:35.607Z] #31 0.854 + GOPATH=/tmp/tmp.NNPyWLnu1n [2020-09-10T21:29:35.607Z] #31 0.854 + RM_GOPATH=1 [2020-09-10T21:29:35.607Z] #31 0.855 + case "$(go env GOARCH)" in [2020-09-10T21:29:35.607Z] #31 0.863 ++ go env GOARCH [2020-09-10T21:29:35.607Z] #31 0.957 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:35.607Z] #31 0.964 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:35.607Z] #31 0.966 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:35.607Z] #31 0.968 + dir=/tmp/install [2020-09-10T21:29:35.607Z] #31 0.970 + bin=tomlv [2020-09-10T21:29:35.607Z] #31 0.970 + shift [2020-09-10T21:29:35.607Z] #31 0.971 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-10T21:29:35.607Z] #31 0.971 + . /tmp/install/tomlv.installer [2020-09-10T21:29:35.607Z] #31 0.971 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-10T21:29:35.607Z] #31 0.992 + install_tomlv [2020-09-10T21:29:35.607Z] #31 0.993 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-10T21:29:35.607Z] #31 0.996 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-10T21:29:35.607Z] #31 0.996 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.NNPyWLnu1n/src/github.com/BurntSushi/toml [2020-09-10T21:29:35.607Z] #31 1.050 Cloning into '/tmp/tmp.NNPyWLnu1n/src/github.com/BurntSushi/toml'... [2020-09-10T21:29:35.607Z] #31 2.439 + cd /tmp/tmp.NNPyWLnu1n/src/github.com/BurntSushi/toml [2020-09-10T21:29:35.607Z] #31 2.440 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-10T21:29:35.607Z] #31 2.498 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-10T21:29:35.607Z] #31 3.082 runtime/internal/sys [2020-09-10T21:29:35.607Z] #31 3.120 internal/cpu [2020-09-10T21:29:35.607Z] #31 3.196 math/bits [2020-09-10T21:29:35.607Z] #31 3.231 runtime/internal/atomic [2020-09-10T21:29:35.607Z] #31 3.471 runtime/internal/math [2020-09-10T21:29:35.607Z] #31 3.860 unicode/utf8 [2020-09-10T21:29:35.607Z] #31 3.904 internal/race [2020-09-10T21:29:35.607Z] #31 4.507 sync/atomic [2020-09-10T21:29:35.607Z] #31 4.636 internal/bytealg [2020-09-10T21:29:35.607Z] #31 5.218 math [2020-09-10T21:29:35.607Z] #31 5.461 unicode [2020-09-10T21:29:35.607Z] #31 5.503 internal/testlog [2020-09-10T21:29:35.607Z] #31 6.338 runtime [2020-09-10T21:29:35.607Z] #31 6.498 encoding [2020-09-10T21:29:35.607Z] #31 6.996 runtime/cgo [2020-09-10T21:29:35.607Z] #31 ... [2020-09-10T21:29:35.607Z] [2020-09-10T21:29:35.607Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:35.607Z] #55 0.842 + RM_GOPATH=0 [2020-09-10T21:29:35.607Z] #55 0.842 + TMP_GOPATH= [2020-09-10T21:29:35.607Z] #55 0.842 + : /build [2020-09-10T21:29:35.607Z] #55 0.843 + '[' -z '' ']' [2020-09-10T21:29:35.607Z] #55 0.873 ++ mktemp -d [2020-09-10T21:29:35.607Z] #55 0.875 + export GOPATH=/tmp/tmp.nREU818JUT [2020-09-10T21:29:35.607Z] #55 0.888 + GOPATH=/tmp/tmp.nREU818JUT [2020-09-10T21:29:35.607Z] #55 0.888 + RM_GOPATH=1 [2020-09-10T21:29:35.607Z] #55 0.888 + case "$(go env GOARCH)" in [2020-09-10T21:29:35.607Z] #55 0.899 ++ go env GOARCH [2020-09-10T21:29:35.607Z] #55 0.949 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:35.607Z] #55 0.949 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:35.607Z] #55 0.975 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:35.607Z] #55 0.991 + dir=/tmp/install [2020-09-10T21:29:35.607Z] #55 0.991 + bin=rootlesskit [2020-09-10T21:29:35.607Z] #55 0.992 + shift [2020-09-10T21:29:35.607Z] #55 0.992 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-10T21:29:35.607Z] #55 0.992 + . /tmp/install/rootlesskit.installer [2020-09-10T21:29:35.607Z] #55 0.993 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-10T21:29:35.607Z] #55 0.995 + install_rootlesskit [2020-09-10T21:29:35.607Z] #55 0.997 + case "$1" in [2020-09-10T21:29:35.607Z] #55 0.998 + export CGO_ENABLED=0 [2020-09-10T21:29:35.607Z] #55 0.998 + CGO_ENABLED=0 [2020-09-10T21:29:35.607Z] #55 0.998 + _install_rootlesskit [2020-09-10T21:29:35.607Z] #55 0.998 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-10T21:29:35.607Z] #55 0.999 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-10T21:29:35.607Z] #55 0.999 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.nREU818JUT/src/github.com/rootless-containers/rootlesskit [2020-09-10T21:29:35.607Z] #55 1.004 Cloning into '/tmp/tmp.nREU818JUT/src/github.com/rootless-containers/rootlesskit'... [2020-09-10T21:29:35.607Z] #55 6.122 + cd /tmp/tmp.nREU818JUT/src/github.com/rootless-containers/rootlesskit [2020-09-10T21:29:35.607Z] #55 6.122 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-10T21:29:35.607Z] #55 6.474 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-10T21:29:35.607Z] #55 6.475 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-10T21:29:35.907Z] #55 ... [2020-09-10T21:29:35.907Z] [2020-09-10T21:29:35.907Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:35.907Z] #48 11.14 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-10T21:29:35.907Z] #48 11.17 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-10T21:29:35.907Z] #48 11.27 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-10T21:29:35.907Z] #48 11.42 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-10T21:29:35.907Z] #48 11.48 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-10T21:29:36.158Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.1s done [2020-09-10T21:29:36.418Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2020-09-10T21:29:36.535Z] #17 26.59 Selecting previously unselected package vim. [2020-09-10T21:29:36.535Z] #17 26.60 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-09-10T21:29:36.535Z] #17 26.61 Unpacking vim (2:8.1.0875-5) ... [2020-09-10T21:29:36.535Z] #17 ... [2020-09-10T21:29:36.535Z] [2020-09-10T21:29:36.535Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:29:36.535Z] #39 56.79 CC criu/cr-check.o [2020-09-10T21:29:36.535Z] #39 58.07 CC criu/cr-dedup.o [2020-09-10T21:29:36.535Z] #39 58.45 CC criu/cr-dump.o [2020-09-10T21:29:36.535Z] #39 60.06 CC criu/cr-errno.o [2020-09-10T21:29:36.535Z] #39 60.12 CC criu/cr-restore.o [2020-09-10T21:29:36.535Z] #39 62.72 CC criu/cr-service.o [2020-09-10T21:29:36.535Z] #39 63.47 CC criu/crtools.o [2020-09-10T21:29:36.535Z] #39 63.75 CC criu/eventfd.o [2020-09-10T21:29:36.535Z] #39 63.89 CC criu/eventpoll.o [2020-09-10T21:29:36.535Z] #39 64.32 CC criu/external.o [2020-09-10T21:29:36.535Z] #39 64.46 CC criu/fault-injection.o [2020-09-10T21:29:36.535Z] #39 64.52 CC criu/fdstore.o [2020-09-10T21:29:36.535Z] #39 64.66 CC criu/fifo.o [2020-09-10T21:29:36.535Z] #39 64.83 CC criu/file-ids.o [2020-09-10T21:29:36.535Z] #39 64.98 CC criu/file-lock.o [2020-09-10T21:29:36.535Z] #39 65.47 CC criu/files-ext.o [2020-09-10T21:29:36.535Z] #39 65.63 CC criu/files-reg.o [2020-09-10T21:29:36.535Z] #39 66.70 CC criu/files.o [2020-09-10T21:29:36.535Z] #39 ... [2020-09-10T21:29:36.535Z] [2020-09-10T21:29:36.535Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:29:36.535Z] #17 26.96 Selecting previously unselected package xfsprogs. [2020-09-10T21:29:36.535Z] #17 26.96 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-09-10T21:29:36.535Z] #17 26.97 Unpacking xfsprogs (4.20.0-1) ... [2020-09-10T21:29:36.827Z] #17 27.22 Selecting previously unselected package zip. [2020-09-10T21:29:36.827Z] #17 27.22 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-09-10T21:29:36.827Z] #17 27.22 Unpacking zip (3.0-11+b1) ... [2020-09-10T21:29:37.119Z] #17 27.35 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-10T21:29:37.119Z] #17 27.36 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-10T21:29:37.119Z] #17 27.36 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-09-10T21:29:37.119Z] #17 27.37 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-09-10T21:29:37.119Z] #17 27.38 Setting up libgpm2:s390x (1.20.7-5) ... [2020-09-10T21:29:37.119Z] #17 27.39 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-09-10T21:29:37.119Z] #17 27.39 Setting up uidmap (1:4.5-1.1) ... [2020-09-10T21:29:37.119Z] #17 27.40 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-09-10T21:29:37.119Z] #17 27.41 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-09-10T21:29:37.119Z] #17 27.42 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-10T21:29:37.119Z] #17 27.43 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-09-10T21:29:37.119Z] #17 27.43 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-09-10T21:29:37.119Z] #17 27.44 Setting up xxd (2:8.1.0875-5) ... [2020-09-10T21:29:37.119Z] #17 27.45 Setting up zip (3.0-11+b1) ... [2020-09-10T21:29:37.119Z] #17 27.45 Setting up vim-common (2:8.1.0875-5) ... [2020-09-10T21:29:37.119Z] #17 27.47 Setting up bash-completion (1:2.8-6) ... [2020-09-10T21:29:37.441Z] #48 13.04 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-10T21:29:37.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-10T21:29:38.091Z] #48 13.91 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-10T21:29:38.629Z] #17 28.80 Setting up libiptc0:s390x (1.8.2-4) ... [2020-09-10T21:29:38.629Z] #17 28.80 Setting up xz-utils (5.2.4-1) ... [2020-09-10T21:29:38.629Z] #17 28.81 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-10T21:29:38.629Z] #17 28.82 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-10T21:29:38.629Z] #17 28.86 invoke-rc.d: could not determine current runlevel [2020-09-10T21:29:38.629Z] #17 28.87 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-10T21:29:38.629Z] #17 28.87 Setting up pigz (2.4-1) ... [2020-09-10T21:29:38.629Z] #17 28.88 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-09-10T21:29:38.629Z] #17 28.88 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-09-10T21:29:38.629Z] #17 28.89 Setting up python-pip-whl (18.1-5) ... [2020-09-10T21:29:38.629Z] #17 28.90 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-09-10T21:29:38.629Z] #17 28.91 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-10T21:29:38.629Z] #17 29.08 Setting up libaio1:s390x (0.3.112-3) ... [2020-09-10T21:29:38.629Z] #17 29.08 Setting up libonig5:s390x (6.9.1-1) ... [2020-09-10T21:29:38.629Z] #17 29.09 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-09-10T21:29:38.629Z] #17 29.10 Setting up vim (2:8.1.0875-5) ... [2020-09-10T21:29:38.629Z] #17 29.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-10T21:29:38.629Z] #17 29.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-10T21:29:38.629Z] #17 29.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-10T21:29:38.629Z] #17 29.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-10T21:29:38.921Z] #17 29.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-10T21:29:38.921Z] #17 29.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-10T21:29:38.921Z] #17 29.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-10T21:29:38.921Z] #17 29.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-10T21:29:38.921Z] #17 29.14 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-09-10T21:29:38.921Z] #17 29.15 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-10T21:29:38.921Z] #17 29.16 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-09-10T21:29:38.921Z] #17 29.16 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-10T21:29:38.921Z] #17 29.17 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-09-10T21:29:38.921Z] #17 29.17 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-10T21:29:39.333Z] #28 ... [2020-09-10T21:29:39.333Z] [2020-09-10T21:29:39.333Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:39.333Z] #41 2.134 + RM_GOPATH=0 [2020-09-10T21:29:39.333Z] #41 2.134 + TMP_GOPATH= [2020-09-10T21:29:39.333Z] #41 2.135 + : /build [2020-09-10T21:29:39.333Z] #41 2.135 + '[' -z '' ']' [2020-09-10T21:29:39.333Z] #41 2.135 ++ mktemp -d [2020-09-10T21:29:39.333Z] #41 2.147 + export GOPATH=/tmp/tmp.pbP1Vmhly4 [2020-09-10T21:29:39.333Z] #41 2.147 + GOPATH=/tmp/tmp.pbP1Vmhly4 [2020-09-10T21:29:39.333Z] #41 2.147 + RM_GOPATH=1 [2020-09-10T21:29:39.333Z] #41 2.147 + case "$(go env GOARCH)" in [2020-09-10T21:29:39.333Z] #41 2.147 ++ go env GOARCH [2020-09-10T21:29:39.333Z] #41 2.154 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:39.333Z] #41 2.154 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:39.333Z] #41 2.154 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:39.333Z] #41 2.165 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-10T21:29:39.333Z] #41 2.166 + dir=/tmp/install [2020-09-10T21:29:39.333Z] #41 2.166 + bin=vndr [2020-09-10T21:29:39.333Z] #41 2.166 + shift [2020-09-10T21:29:39.333Z] #41 2.166 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-10T21:29:39.333Z] #41 2.166 + . /tmp/install/vndr.installer [2020-09-10T21:29:39.333Z] #41 2.166 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-10T21:29:39.333Z] #41 2.166 + install_vndr [2020-09-10T21:29:39.333Z] #41 2.166 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-10T21:29:39.333Z] #41 2.166 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.pbP1Vmhly4/src/github.com/LK4D4/vndr [2020-09-10T21:29:39.333Z] #41 2.172 Cloning into '/tmp/tmp.pbP1Vmhly4/src/github.com/LK4D4/vndr'... [2020-09-10T21:29:39.333Z] #41 2.682 + cd /tmp/tmp.pbP1Vmhly4/src/github.com/LK4D4/vndr [2020-09-10T21:29:39.333Z] #41 2.682 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-10T21:29:39.333Z] #41 2.690 + go build -buildmode=pie -v -o /build/vndr . [2020-09-10T21:29:39.333Z] #41 4.307 internal/cpu [2020-09-10T21:29:39.333Z] #41 4.307 internal/race [2020-09-10T21:29:39.333Z] #41 4.343 sync/atomic [2020-09-10T21:29:39.333Z] #41 4.589 runtime/internal/atomic [2020-09-10T21:29:39.333Z] #41 4.699 internal/bytealg [2020-09-10T21:29:39.333Z] #41 5.070 runtime/internal/sys [2020-09-10T21:29:39.915Z] #41 5.635 unicode [2020-09-10T21:29:39.915Z] #41 5.682 unicode/utf8 [2020-09-10T21:29:40.201Z] #48 15.64 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-10T21:29:40.414Z] #41 6.235 runtime/internal/math [2020-09-10T21:29:40.431Z] #17 30.83 Setting up iptables (1.8.2-4) ... [2020-09-10T21:29:40.431Z] #17 30.83 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-10T21:29:40.431Z] #17 30.84 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-10T21:29:40.431Z] #17 30.84 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-10T21:29:40.431Z] #17 30.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-10T21:29:40.431Z] #17 30.85 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-10T21:29:40.431Z] #17 30.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-10T21:29:40.431Z] #17 30.85 Setting up python3 (3.7.3-1) ... [2020-09-10T21:29:40.630Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.2s done [2020-09-10T21:29:40.723Z] #17 31.02 Setting up python3-wheel (0.32.3-2) ... [2020-09-10T21:29:40.855Z] #48 ... [2020-09-10T21:29:40.855Z] [2020-09-10T21:29:40.855Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:29:40.855Z] #37 16.34 Checking out files: 91% (1525/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-09-10T21:29:40.855Z] #37 16.58 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-10T21:29:40.889Z] #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-09-10T21:29:41.015Z] #17 31.35 Setting up apparmor (2.13.2-10) ... [2020-09-10T21:29:41.070Z] #41 6.697 math/bits [2020-09-10T21:29:41.148Z] #7 DONE 16.5s [2020-09-10T21:29:41.148Z] [2020-09-10T21:29:41.148Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-10T21:29:41.466Z] #41 7.267 math [2020-09-10T21:29:41.466Z] #41 7.287 runtime [2020-09-10T21:29:41.731Z] #41 7.800 internal/testlog [2020-09-10T21:29:41.731Z] #41 7.959 encoding [2020-09-10T21:29:41.731Z] #41 8.005 unicode/utf16 [2020-09-10T21:29:41.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-10T21:29:41.996Z] #41 8.059 container/list [2020-09-10T21:29:41.996Z] #41 8.112 crypto/internal/subtle [2020-09-10T21:29:41.996Z] #41 8.198 crypto/subtle [2020-09-10T21:29:42.053Z] #17 32.21 Setting up xfsprogs (4.20.0-1) ... [2020-09-10T21:29:42.053Z] #17 32.22 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-10T21:29:42.053Z] #17 32.40 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-10T21:29:42.262Z] #41 8.323 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-10T21:29:42.262Z] #41 8.329 internal/nettrace [2020-09-10T21:29:42.262Z] #41 8.394 vendor/golang.org/x/crypto/internal/subtle [2020-09-10T21:29:42.262Z] #41 8.437 runtime/cgo [2020-09-10T21:29:42.345Z] #17 32.79 Setting up python3-distutils (3.7.3-1) ... [2020-09-10T21:29:42.526Z] #41 ... [2020-09-10T21:29:42.526Z] [2020-09-10T21:29:42.526Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:42.526Z] #60 8.735 + RM_GOPATH=0 [2020-09-10T21:29:42.526Z] #60 8.735 + TMP_GOPATH= [2020-09-10T21:29:42.526Z] #60 8.735 + : /build [2020-09-10T21:29:42.526Z] #60 8.735 + '[' -z '' ']' [2020-09-10T21:29:42.526Z] #60 8.735 ++ mktemp -d [2020-09-10T21:29:42.526Z] #60 8.739 + export GOPATH=/tmp/tmp.1sj4znTWDw [2020-09-10T21:29:42.526Z] #60 8.739 + GOPATH=/tmp/tmp.1sj4znTWDw [2020-09-10T21:29:42.526Z] #60 8.739 + RM_GOPATH=1 [2020-09-10T21:29:42.526Z] #60 8.739 + case "$(go env GOARCH)" in [2020-09-10T21:29:42.526Z] #60 8.739 ++ go env GOARCH [2020-09-10T21:29:42.526Z] #60 8.745 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:42.526Z] #60 8.745 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:42.526Z] #60 8.745 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:42.526Z] #60 8.748 + dir=/tmp/install [2020-09-10T21:29:42.526Z] #60 8.748 + bin=proxy [2020-09-10T21:29:42.526Z] #60 8.748 + shift [2020-09-10T21:29:42.526Z] #60 8.748 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-10T21:29:42.526Z] #60 8.748 + . /tmp/install/proxy.installer [2020-09-10T21:29:42.526Z] #60 8.748 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-09-10T21:29:42.526Z] #60 8.748 + install_proxy [2020-09-10T21:29:42.526Z] #60 8.748 + case "$1" in [2020-09-10T21:29:42.526Z] #60 8.748 + export CGO_ENABLED=0 [2020-09-10T21:29:42.526Z] #60 8.748 + CGO_ENABLED=0 [2020-09-10T21:29:42.526Z] #60 8.748 + _install_proxy [2020-09-10T21:29:42.526Z] #60 8.748 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-09-10T21:29:42.526Z] #60 8.748 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-09-10T21:29:42.526Z] #60 8.749 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.1sj4znTWDw/src/github.com/docker/libnetwork [2020-09-10T21:29:42.526Z] #60 8.765 Cloning into '/tmp/tmp.1sj4znTWDw/src/github.com/docker/libnetwork'... [2020-09-10T21:29:42.638Z] #17 33.13 Setting up python3-setuptools (40.8.0-1) ... [2020-09-10T21:29:42.960Z] #37 ... [2020-09-10T21:29:42.960Z] [2020-09-10T21:29:42.960Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:42.960Z] #44 8.790 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-10T21:29:42.960Z] #44 8.903 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-10T21:29:42.960Z] #44 9.755 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-10T21:29:42.960Z] #44 12.59 go: finding github.com/fatih/color v1.6.0 [2020-09-10T21:29:42.960Z] #44 12.60 go: finding github.com/sirupsen/logrus v1.0.5 [2020-09-10T21:29:42.960Z] #44 12.63 go: finding github.com/pkg/errors v0.8.0 [2020-09-10T21:29:42.960Z] #44 12.63 go: finding github.com/spf13/pflag v1.0.1 [2020-09-10T21:29:42.960Z] #44 12.85 go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-10T21:29:42.960Z] #44 12.93 go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-10T21:29:42.960Z] #44 13.14 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-10T21:29:42.960Z] #44 13.35 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-10T21:29:42.960Z] #44 13.39 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-10T21:29:42.960Z] #44 13.55 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-10T21:29:42.960Z] #44 13.72 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-10T21:29:43.260Z] #44 ... [2020-09-10T21:29:43.260Z] [2020-09-10T21:29:43.260Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:43.559Z] #61 18.58 Checking out files: 68% (1412/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-09-10T21:29:43.559Z] #61 19.37 + cd /tmp/tmp.OSIUyNYC9B/src/github.com/docker/libnetwork [2020-09-10T21:29:43.559Z] #61 19.37 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-09-10T21:29:43.702Z] #17 33.81 Setting up python3-pip (18.1-5) ... [2020-09-10T21:29:43.925Z] #60 ... [2020-09-10T21:29:43.926Z] [2020-09-10T21:29:43.926Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:29:43.926Z] #38 9.496 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:43.926Z] #38 9.671 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:43.926Z] #38 9.689 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:43.926Z] #38 ... [2020-09-10T21:29:43.926Z] [2020-09-10T21:29:43.926Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:43.926Z] #30 3.290 + RM_GOPATH=0 [2020-09-10T21:29:43.926Z] #30 3.290 + TMP_GOPATH= [2020-09-10T21:29:43.926Z] #30 3.290 + : /build [2020-09-10T21:29:43.926Z] #30 3.290 + '[' -z '' ']' [2020-09-10T21:29:43.926Z] #30 3.475 ++ mktemp -d [2020-09-10T21:29:43.926Z] #30 3.794 + export GOPATH=/tmp/tmp.e8kpBgYL57 [2020-09-10T21:29:43.926Z] #30 3.794 + GOPATH=/tmp/tmp.e8kpBgYL57 [2020-09-10T21:29:43.926Z] #30 3.794 + RM_GOPATH=1 [2020-09-10T21:29:43.926Z] #30 3.794 + case "$(go env GOARCH)" in [2020-09-10T21:29:43.926Z] #30 4.034 ++ go env GOARCH [2020-09-10T21:29:43.926Z] #30 4.341 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:43.926Z] #30 4.341 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:43.926Z] #30 4.589 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-10T21:29:43.926Z] #30 4.589 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:43.926Z] #30 4.589 + dir=/tmp/install [2020-09-10T21:29:43.926Z] #30 4.589 + bin=tomlv [2020-09-10T21:29:43.926Z] #30 4.589 + shift [2020-09-10T21:29:43.926Z] #30 4.589 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-10T21:29:43.926Z] #30 4.589 + . /tmp/install/tomlv.installer [2020-09-10T21:29:43.926Z] #30 4.589 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-10T21:29:43.926Z] #30 4.589 + install_tomlv [2020-09-10T21:29:43.926Z] #30 4.589 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-10T21:29:43.926Z] #30 4.589 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.e8kpBgYL57/src/github.com/BurntSushi/toml [2020-09-10T21:29:43.926Z] #30 4.698 Cloning into '/tmp/tmp.e8kpBgYL57/src/github.com/BurntSushi/toml'... [2020-09-10T21:29:43.926Z] #30 7.933 + cd /tmp/tmp.e8kpBgYL57/src/github.com/BurntSushi/toml [2020-09-10T21:29:43.926Z] #30 7.933 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-10T21:29:43.926Z] #30 7.942 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-10T21:29:43.926Z] #30 8.302 runtime/cgo [2020-09-10T21:29:43.926Z] #30 8.305 math [2020-09-10T21:29:43.926Z] #30 8.387 runtime [2020-09-10T21:29:43.994Z] #17 34.44 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:29:43.995Z] #17 34.48 Processing triggers for mime-support (3.62) ... [2020-09-10T21:29:44.191Z] #30 ... [2020-09-10T21:29:44.191Z] [2020-09-10T21:29:44.191Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:44.191Z] #47 8.147 + RM_GOPATH=0 [2020-09-10T21:29:44.191Z] #47 8.147 + TMP_GOPATH= [2020-09-10T21:29:44.191Z] #47 8.147 + : /build [2020-09-10T21:29:44.191Z] #47 8.147 + '[' -z '' ']' [2020-09-10T21:29:44.191Z] #47 8.147 ++ mktemp -d [2020-09-10T21:29:44.191Z] #47 8.147 + export GOPATH=/tmp/tmp.pm5jGDgW8K [2020-09-10T21:29:44.191Z] #47 8.147 + GOPATH=/tmp/tmp.pm5jGDgW8K [2020-09-10T21:29:44.191Z] #47 8.147 + RM_GOPATH=1 [2020-09-10T21:29:44.191Z] #47 8.147 + case "$(go env GOARCH)" in [2020-09-10T21:29:44.191Z] #47 8.156 ++ go env GOARCH [2020-09-10T21:29:44.191Z] #47 8.195 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:44.191Z] #47 8.195 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:44.191Z] #47 8.195 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:44.191Z] #47 8.195 + dir=/tmp/install [2020-09-10T21:29:44.191Z] #47 8.195 + bin=shfmt [2020-09-10T21:29:44.191Z] #47 8.195 + shift [2020-09-10T21:29:44.191Z] #47 8.195 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-10T21:29:44.191Z] #47 8.195 + . /tmp/install/shfmt.installer [2020-09-10T21:29:44.191Z] #47 8.195 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-10T21:29:44.191Z] #47 8.195 + install_shfmt [2020-09-10T21:29:44.191Z] #47 8.195 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-10T21:29:44.191Z] #47 8.195 + git clone https://github.com/mvdan/sh.git /tmp/tmp.pm5jGDgW8K/src/github.com/mvdan/sh [2020-09-10T21:29:44.191Z] #47 8.195 Cloning into '/tmp/tmp.pm5jGDgW8K/src/github.com/mvdan/sh'... [2020-09-10T21:29:44.191Z] #47 8.195 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-10T21:29:44.207Z] #61 19.94 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-10T21:29:44.444Z] #8 DONE 3.0s [2020-09-10T21:29:44.444Z] [2020-09-10T21:29:44.444Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-10T21:29:44.444Z] #9 DONE 0.5s [2020-09-10T21:29:44.444Z] [2020-09-10T21:29:44.445Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-10T21:29:44.445Z] #35 DONE 0.1s [2020-09-10T21:29:44.445Z] [2020-09-10T21:29:44.445Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-10T21:29:44.454Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|name|compiled_files|files|imports) took 1m56.37846136s [2020-09-10T21:29:44.454Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 692.060984ms [2020-09-10T21:29:44.456Z] #47 ... [2020-09-10T21:29:44.456Z] [2020-09-10T21:29:44.456Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:44.456Z] #21 8.005 + RM_GOPATH=0 [2020-09-10T21:29:44.456Z] #21 8.005 + TMP_GOPATH= [2020-09-10T21:29:44.456Z] #21 8.005 + : /build [2020-09-10T21:29:44.456Z] #21 8.005 + '[' -z '' ']' [2020-09-10T21:29:44.456Z] #21 8.016 ++ mktemp -d [2020-09-10T21:29:44.456Z] #21 8.018 + export GOPATH=/tmp/tmp.uUYSuQyb12 [2020-09-10T21:29:44.456Z] #21 8.018 + GOPATH=/tmp/tmp.uUYSuQyb12 [2020-09-10T21:29:44.456Z] #21 8.018 + RM_GOPATH=1 [2020-09-10T21:29:44.456Z] #21 8.018 + case "$(go env GOARCH)" in [2020-09-10T21:29:44.456Z] #21 8.018 ++ go env GOARCH [2020-09-10T21:29:44.456Z] #21 8.043 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:44.456Z] #21 8.043 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:44.456Z] #21 8.050 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:44.456Z] #21 8.060 Install docker/cli version 17.06.2-ce from stable [2020-09-10T21:29:44.456Z] #21 8.060 + dir=/tmp/install [2020-09-10T21:29:44.456Z] #21 8.060 + bin=dockercli [2020-09-10T21:29:44.456Z] #21 8.060 + shift [2020-09-10T21:29:44.456Z] #21 8.060 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-10T21:29:44.456Z] #21 8.060 + . /tmp/install/dockercli.installer [2020-09-10T21:29:44.456Z] #21 8.060 ++ : stable [2020-09-10T21:29:44.456Z] #21 8.060 ++ : 17.06.2-ce [2020-09-10T21:29:44.456Z] #21 8.060 + install_dockercli [2020-09-10T21:29:44.456Z] #21 8.060 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-10T21:29:44.456Z] #21 8.060 ++ uname -m [2020-09-10T21:29:44.456Z] #21 8.062 + arch=aarch64 [2020-09-10T21:29:44.456Z] #21 8.062 + '[' aarch64 '!=' x86_64 ']' [2020-09-10T21:29:44.456Z] #21 8.062 + '[' aarch64 '!=' s390x ']' [2020-09-10T21:29:44.456Z] #21 8.062 + '[' aarch64 '!=' armhf ']' [2020-09-10T21:29:44.456Z] #21 8.063 + build_dockercli [2020-09-10T21:29:44.456Z] #21 8.063 + git clone https://github.com/docker/docker-ce /tmp/tmp.uUYSuQyb12/tmp/docker-ce [2020-09-10T21:29:44.456Z] #21 8.072 Cloning into '/tmp/tmp.uUYSuQyb12/tmp/docker-ce'... [2020-09-10T21:29:44.456Z] #21 ... [2020-09-10T21:29:44.456Z] [2020-09-10T21:29:44.456Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:29:44.456Z] #23 9.570 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:44.456Z] #23 9.838 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:44.456Z] #23 9.840 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:44.456Z] #23 10.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-10T21:29:44.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-10T21:29:44.506Z] #61 ... [2020-09-10T21:29:44.506Z] [2020-09-10T21:29:44.506Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:44.506Z] #42 10.22 crypto/subtle [2020-09-10T21:29:44.506Z] #42 10.57 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-10T21:29:44.506Z] #42 10.90 internal/nettrace [2020-09-10T21:29:44.506Z] #42 11.35 runtime/cgo [2020-09-10T21:29:44.506Z] #42 15.28 vendor/golang.org/x/crypto/internal/subtle [2020-09-10T21:29:44.506Z] #42 ... [2020-09-10T21:29:44.506Z] [2020-09-10T21:29:44.506Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:29:44.506Z] #37 19.00 + 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-09-10T21:29:44.629Z] #17 DONE 34.9s [2020-09-10T21:29:44.629Z] [2020-09-10T21:29:44.629Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:29:44.629Z] #39 67.67 CC criu/filesystems.o [2020-09-10T21:29:44.629Z] #39 68.01 CC criu/fsnotify.o [2020-09-10T21:29:44.629Z] #39 68.66 CC criu/image-desc.o [2020-09-10T21:29:44.629Z] #39 68.79 CC criu/image.o [2020-09-10T21:29:44.629Z] #39 69.27 CC criu/ipc_ns.o [2020-09-10T21:29:44.629Z] #39 70.06 CC criu/irmap.o [2020-09-10T21:29:44.629Z] #39 70.35 CC criu/kcmp-ids.o [2020-09-10T21:29:44.629Z] #39 70.59 CC criu/kerndat.o [2020-09-10T21:29:44.629Z] #39 71.24 CC criu/libnetlink.o [2020-09-10T21:29:44.629Z] #39 71.46 CC criu/log.o [2020-09-10T21:29:44.629Z] #39 71.71 CC criu/lsm.o [2020-09-10T21:29:44.629Z] #39 71.89 CC criu/mem.o [2020-09-10T21:29:44.629Z] #39 72.90 CC criu/memfd.o [2020-09-10T21:29:44.629Z] #39 73.31 CC criu/mount.o [2020-09-10T21:29:44.629Z] #39 ... [2020-09-10T21:29:44.629Z] [2020-09-10T21:29:44.629Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-10T21:29:44.706Z] #27 DONE 0.1s [2020-09-10T21:29:44.706Z] [2020-09-10T21:29:44.706Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:29:44.722Z] #23 ... [2020-09-10T21:29:44.722Z] [2020-09-10T21:29:44.722Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:29:44.722Z] #51 9.509 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:44.722Z] #51 9.667 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:44.722Z] #51 9.674 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:44.722Z] #51 10.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-10T21:29:44.722Z] #51 ... [2020-09-10T21:29:44.722Z] [2020-09-10T21:29:44.722Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:44.722Z] #54 8.622 + RM_GOPATH=0 [2020-09-10T21:29:44.722Z] #54 8.622 + TMP_GOPATH= [2020-09-10T21:29:44.722Z] #54 8.622 + : /build [2020-09-10T21:29:44.722Z] #54 8.622 + '[' -z '' ']' [2020-09-10T21:29:44.722Z] #54 8.622 ++ mktemp -d [2020-09-10T21:29:44.722Z] #54 8.624 + export GOPATH=/tmp/tmp.E9jVrJ8BIS [2020-09-10T21:29:44.722Z] #54 8.624 + GOPATH=/tmp/tmp.E9jVrJ8BIS [2020-09-10T21:29:44.722Z] #54 8.624 + RM_GOPATH=1 [2020-09-10T21:29:44.722Z] #54 8.624 + case "$(go env GOARCH)" in [2020-09-10T21:29:44.722Z] #54 8.629 ++ go env GOARCH [2020-09-10T21:29:44.722Z] #54 8.671 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:44.722Z] #54 8.671 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:44.722Z] #54 8.671 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:44.722Z] #54 8.684 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-10T21:29:44.722Z] #54 8.684 + dir=/tmp/install [2020-09-10T21:29:44.722Z] #54 8.684 + bin=rootlesskit [2020-09-10T21:29:44.722Z] #54 8.684 + shift [2020-09-10T21:29:44.722Z] #54 8.684 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-10T21:29:44.722Z] #54 8.684 + . /tmp/install/rootlesskit.installer [2020-09-10T21:29:44.722Z] #54 8.684 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-10T21:29:44.722Z] #54 8.684 + install_rootlesskit [2020-09-10T21:29:44.722Z] #54 8.684 + case "$1" in [2020-09-10T21:29:44.722Z] #54 8.684 + export CGO_ENABLED=0 [2020-09-10T21:29:44.722Z] #54 8.684 + CGO_ENABLED=0 [2020-09-10T21:29:44.722Z] #54 8.684 + _install_rootlesskit [2020-09-10T21:29:44.722Z] #54 8.684 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-10T21:29:44.722Z] #54 8.684 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.E9jVrJ8BIS/src/github.com/rootless-containers/rootlesskit [2020-09-10T21:29:44.722Z] #54 8.688 Cloning into '/tmp/tmp.E9jVrJ8BIS/src/github.com/rootless-containers/rootlesskit'... [2020-09-10T21:29:44.988Z] #54 ... [2020-09-10T21:29:44.988Z] [2020-09-10T21:29:44.988Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:44.988Z] #43 1.431 + RM_GOPATH=0 [2020-09-10T21:29:44.988Z] #43 1.431 + TMP_GOPATH= [2020-09-10T21:29:44.988Z] #43 1.431 + : /build [2020-09-10T21:29:44.988Z] #43 1.431 + '[' -z '' ']' [2020-09-10T21:29:44.988Z] #43 1.432 ++ mktemp -d [2020-09-10T21:29:44.988Z] #43 1.464 + export GOPATH=/tmp/tmp.Ozop662LD5 [2020-09-10T21:29:44.988Z] #43 1.464 + GOPATH=/tmp/tmp.Ozop662LD5 [2020-09-10T21:29:44.988Z] #43 1.464 + RM_GOPATH=1 [2020-09-10T21:29:44.988Z] #43 1.464 + case "$(go env GOARCH)" in [2020-09-10T21:29:44.988Z] #43 1.464 ++ go env GOARCH [2020-09-10T21:29:44.988Z] #43 1.667 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:44.988Z] #43 1.667 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:44.988Z] #43 1.667 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:44.988Z] #43 1.667 + dir=/tmp/install [2020-09-10T21:29:44.988Z] #43 1.667 + bin=gotestsum [2020-09-10T21:29:44.988Z] #43 1.667 + shift [2020-09-10T21:29:44.988Z] #43 1.667 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-10T21:29:44.988Z] #43 1.667 + . /tmp/install/gotestsum.installer [2020-09-10T21:29:44.988Z] #43 1.667 ++ : v0.3.5 [2020-09-10T21:29:44.988Z] #43 1.667 + install_gotestsum [2020-09-10T21:29:44.988Z] #43 1.667 + set -e [2020-09-10T21:29:44.988Z] #43 1.667 + export GO111MODULE=on [2020-09-10T21:29:44.988Z] #43 1.667 + GO111MODULE=on [2020-09-10T21:29:44.988Z] #43 1.667 + GOBIN=/build [2020-09-10T21:29:44.988Z] #43 1.667 + go get gotest.tools/gotestsum@v0.3.5 [2020-09-10T21:29:44.988Z] #43 1.738 go: finding gotest.tools v0.3.5 [2020-09-10T21:29:44.988Z] #43 1.758 go: finding gotest.tools/gotestsum v0.3.5 [2020-09-10T21:29:44.988Z] #43 2.513 go: downloading gotest.tools/gotestsum v0.3.5 [2020-09-10T21:29:44.988Z] #43 2.688 go: extracting gotest.tools/gotestsum v0.3.5 [2020-09-10T21:29:44.988Z] #43 5.631 go: downloading gotest.tools v2.1.0+incompatible [2020-09-10T21:29:44.988Z] #43 6.467 go: extracting gotest.tools v2.1.0+incompatible [2020-09-10T21:29:44.988Z] #43 6.467 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-09-10T21:29:44.988Z] #43 6.467 go: downloading github.com/pkg/errors v0.8.0 [2020-09-10T21:29:44.988Z] #43 6.467 go: downloading github.com/fatih/color v1.6.0 [2020-09-10T21:29:44.988Z] #43 6.467 go: downloading github.com/spf13/pflag v1.0.1 [2020-09-10T21:29:44.988Z] #43 6.489 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-10T21:29:44.988Z] #43 6.753 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-10T21:29:44.988Z] #43 7.834 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-10T21:29:44.988Z] #43 7.834 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-10T21:29:44.988Z] #43 7.834 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-09-10T21:29:44.988Z] #43 7.834 go: extracting github.com/pkg/errors v0.8.0 [2020-09-10T21:29:44.988Z] #43 7.834 go: extracting github.com/fatih/color v1.6.0 [2020-09-10T21:29:44.988Z] #43 7.834 go: extracting github.com/spf13/pflag v1.0.1 [2020-09-10T21:29:44.988Z] #43 7.840 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-10T21:29:44.988Z] #43 7.858 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-10T21:29:44.988Z] #43 7.858 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-10T21:29:44.988Z] #43 7.866 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-09-10T21:29:44.988Z] #43 7.866 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-09-10T21:29:44.988Z] #43 8.019 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-09-10T21:29:44.988Z] #43 8.044 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-09-10T21:29:44.988Z] #43 8.555 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-10T21:29:44.988Z] #43 8.743 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-10T21:29:44.988Z] #43 8.790 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-10T21:29:44.988Z] #43 11.13 go: finding github.com/pkg/errors v0.8.0 [2020-09-10T21:29:44.988Z] #43 11.13 go: finding github.com/fatih/color v1.6.0 [2020-09-10T21:29:44.988Z] #43 11.16 go: finding github.com/sirupsen/logrus v1.0.5 [2020-09-10T21:29:44.988Z] #43 11.22 go: finding github.com/spf13/pflag v1.0.1 [2020-09-10T21:29:44.988Z] #43 ... [2020-09-10T21:29:44.988Z] [2020-09-10T21:29:44.988Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:29:44.988Z] #36 8.864 + git clone https://github.com/docker/distribution.git . [2020-09-10T21:29:44.988Z] #36 8.868 Cloning into '.'... [2020-09-10T21:29:45.253Z] #36 ... [2020-09-10T21:29:45.253Z] [2020-09-10T21:29:45.253Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:29:45.253Z] #10 9.625 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:45.253Z] #10 9.670 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:45.253Z] #10 9.672 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:45.253Z] #10 10.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-10T21:29:45.253Z] #10 ... [2020-09-10T21:29:45.253Z] [2020-09-10T21:29:45.253Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:45.253Z] #45 8.554 + RM_GOPATH=0 [2020-09-10T21:29:45.253Z] #45 8.554 + TMP_GOPATH= [2020-09-10T21:29:45.253Z] #45 8.554 + : /build [2020-09-10T21:29:45.253Z] #45 8.554 + '[' -z '' ']' [2020-09-10T21:29:45.253Z] #45 8.554 ++ mktemp -d [2020-09-10T21:29:45.253Z] #45 8.554 + export GOPATH=/tmp/tmp.cPFjiHkkY4 [2020-09-10T21:29:45.253Z] #45 8.554 + GOPATH=/tmp/tmp.cPFjiHkkY4 [2020-09-10T21:29:45.253Z] #45 8.554 + RM_GOPATH=1 [2020-09-10T21:29:45.253Z] #45 8.554 + case "$(go env GOARCH)" in [2020-09-10T21:29:45.253Z] #45 8.558 ++ go env GOARCH [2020-09-10T21:29:45.253Z] #45 8.577 Installing golangci-lint version v1.23.8 [2020-09-10T21:29:45.253Z] #45 8.577 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:45.253Z] #45 8.577 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:45.253Z] #45 8.577 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:45.253Z] #45 8.577 + dir=/tmp/install [2020-09-10T21:29:45.253Z] #45 8.577 + bin=golangci_lint [2020-09-10T21:29:45.253Z] #45 8.577 + shift [2020-09-10T21:29:45.253Z] #45 8.577 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-10T21:29:45.253Z] #45 8.577 + . /tmp/install/golangci_lint.installer [2020-09-10T21:29:45.253Z] #45 8.577 ++ : v1.23.8 [2020-09-10T21:29:45.253Z] #45 8.577 + install_golangci_lint [2020-09-10T21:29:45.253Z] #45 8.577 + echo 'Installing golangci-lint version v1.23.8' [2020-09-10T21:29:45.253Z] #45 8.577 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-10T21:29:45.263Z] #18 0.818 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-10T21:29:45.263Z] #18 0.820 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-10T21:29:45.263Z] #18 0.822 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-10T21:29:45.556Z] #18 DONE 0.9s [2020-09-10T21:29:45.556Z] [2020-09-10T21:29:45.556Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-10T21:29:45.577Z] #45 ... [2020-09-10T21:29:45.577Z] [2020-09-10T21:29:45.577Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:29:45.577Z] #32 9.675 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:45.577Z] #32 9.696 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:45.577Z] #32 9.696 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:45.577Z] #32 10.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-10T21:29:45.852Z] #32 ... [2020-09-10T21:29:45.852Z] [2020-09-10T21:29:45.852Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:45.852Z] #43 11.44 go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-10T21:29:45.852Z] #43 11.49 go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-10T21:29:45.852Z] #43 11.61 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-10T21:29:45.852Z] #43 11.65 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-10T21:29:45.853Z] #43 11.97 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-10T21:29:45.853Z] #43 12.08 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-10T21:29:46.430Z] #43 12.65 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-10T21:29:47.046Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-10T21:29:47.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-10T21:29:49.084Z] #19 3.007 Collecting yamllint==1.16.0 [2020-09-10T21:29:49.084Z] #19 3.172 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-10T21:29:49.084Z] #19 3.199 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-10T21:29:49.084Z] #19 3.234 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-10T21:29:49.084Z] #19 3.245 Collecting pyyaml (from yamllint==1.16.0) [2020-09-10T21:29:49.084Z] #19 3.354 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-10T21:29:49.376Z] #19 3.973 Building wheels for collected packages: pyyaml [2020-09-10T21:29:49.376Z] #19 3.983 Running setup.py bdist_wheel for pyyaml: started [2020-09-10T21:29:49.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-10T21:29:49.994Z] #28 4.965 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-10T21:29:49.994Z] #28 4.965 Cloning into '.'... [2020-09-10T21:29:49.994Z] #28 ... [2020-09-10T21:29:49.994Z] [2020-09-10T21:29:49.994Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:49.994Z] #41 5.070 + RM_GOPATH=0 [2020-09-10T21:29:49.994Z] #41 5.070 + TMP_GOPATH= [2020-09-10T21:29:49.994Z] #41 5.070 + : /build [2020-09-10T21:29:49.994Z] #41 5.070 + '[' -z '' ']' [2020-09-10T21:29:49.994Z] #41 5.072 ++ mktemp -d [2020-09-10T21:29:49.994Z] #41 5.084 + export GOPATH=/tmp/tmp.rTGWTIqPud [2020-09-10T21:29:49.994Z] #41 5.084 + GOPATH=/tmp/tmp.rTGWTIqPud [2020-09-10T21:29:49.994Z] #41 5.084 + RM_GOPATH=1 [2020-09-10T21:29:49.994Z] #41 5.084 + case "$(go env GOARCH)" in [2020-09-10T21:29:49.994Z] #41 5.084 ++ go env GOARCH [2020-09-10T21:29:49.994Z] #41 5.109 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:49.994Z] #41 5.110 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:49.994Z] #41 5.120 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:49.994Z] #41 5.154 + dir=/tmp/install [2020-09-10T21:29:49.994Z] #41 5.155 + bin=vndr [2020-09-10T21:29:49.994Z] #41 5.155 + shift [2020-09-10T21:29:49.994Z] #41 5.155 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-10T21:29:49.994Z] #41 5.155 + . /tmp/install/vndr.installer [2020-09-10T21:29:49.994Z] #41 5.158 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-10T21:29:49.994Z] #41 5.160 + install_vndr [2020-09-10T21:29:49.994Z] #41 5.160 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-10T21:29:49.994Z] #41 5.161 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-10T21:29:49.994Z] #41 5.161 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.rTGWTIqPud/src/github.com/LK4D4/vndr [2020-09-10T21:29:49.994Z] #41 5.174 Cloning into '/tmp/tmp.rTGWTIqPud/src/github.com/LK4D4/vndr'... [2020-09-10T21:29:50.011Z] #19 4.482 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-10T21:29:50.011Z] #19 4.482 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-10T21:29:50.011Z] #19 4.516 Successfully built pyyaml [2020-09-10T21:29:50.011Z] #19 4.522 Installing collected packages: pathspec, pyyaml, yamllint [2020-09-10T21:29:50.203Z] #37 ... [2020-09-10T21:29:50.203Z] [2020-09-10T21:29:50.203Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:29:50.203Z] #39 15.50 Fetched 8156 kB in 14s (573 kB/s) [2020-09-10T21:29:50.203Z] #39 15.50 Reading package lists... [2020-09-10T21:29:50.203Z] #39 22.63 Reading package lists... [2020-09-10T21:29:50.203Z] #39 ... [2020-09-10T21:29:50.203Z] [2020-09-10T21:29:50.203Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:29:50.203Z] #11 15.69 Fetched 8156 kB in 15s (559 kB/s) [2020-09-10T21:29:50.203Z] #11 15.69 Reading package lists... [2020-09-10T21:29:50.203Z] #11 22.88 Reading package lists... [2020-09-10T21:29:50.203Z] #11 ... [2020-09-10T21:29:50.203Z] [2020-09-10T21:29:50.203Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:29:50.203Z] #52 15.45 Fetched 8156 kB in 15s (551 kB/s) [2020-09-10T21:29:50.203Z] #52 15.45 Reading package lists... [2020-09-10T21:29:50.203Z] #52 22.50 Reading package lists... [2020-09-10T21:29:50.203Z] #52 ... [2020-09-10T21:29:50.203Z] [2020-09-10T21:29:50.203Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:29:50.203Z] #24 15.58 Fetched 8156 kB in 14s (564 kB/s) [2020-09-10T21:29:50.203Z] #24 15.58 Reading package lists... [2020-09-10T21:29:50.203Z] #24 22.47 Reading package lists... [2020-09-10T21:29:50.203Z] #24 ... [2020-09-10T21:29:50.203Z] [2020-09-10T21:29:50.203Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:50.203Z] #48 17.21 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-10T21:29:50.203Z] #48 17.27 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-10T21:29:50.203Z] #48 17.65 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-10T21:29:50.203Z] #48 17.85 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-10T21:29:50.203Z] #48 18.94 runtime/cgo [2020-09-10T21:29:50.203Z] #48 19.28 runtime [2020-09-10T21:29:50.259Z] #41 ... [2020-09-10T21:29:50.259Z] [2020-09-10T21:29:50.259Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:50.259Z] #43 5.348 + RM_GOPATH=0 [2020-09-10T21:29:50.259Z] #43 5.348 + TMP_GOPATH= [2020-09-10T21:29:50.259Z] #43 5.348 + : /build [2020-09-10T21:29:50.259Z] #43 5.349 + '[' -z '' ']' [2020-09-10T21:29:50.259Z] #43 5.350 ++ mktemp -d [2020-09-10T21:29:50.259Z] #43 5.352 + export GOPATH=/tmp/tmp.N6embSsq6l [2020-09-10T21:29:50.259Z] #43 5.352 + GOPATH=/tmp/tmp.N6embSsq6l [2020-09-10T21:29:50.259Z] #43 5.352 + RM_GOPATH=1 [2020-09-10T21:29:50.259Z] #43 5.352 + case "$(go env GOARCH)" in [2020-09-10T21:29:50.259Z] #43 5.356 ++ go env GOARCH [2020-09-10T21:29:50.259Z] #43 5.380 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:50.259Z] #43 5.381 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:50.259Z] #43 5.381 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:50.259Z] #43 5.392 + dir=/tmp/install [2020-09-10T21:29:50.259Z] #43 5.392 + bin=gotestsum [2020-09-10T21:29:50.259Z] #43 5.392 + shift [2020-09-10T21:29:50.259Z] #43 5.392 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-10T21:29:50.259Z] #43 5.393 + . /tmp/install/gotestsum.installer [2020-09-10T21:29:50.259Z] #43 5.397 ++ : v0.3.5 [2020-09-10T21:29:50.259Z] #43 5.397 + install_gotestsum [2020-09-10T21:29:50.259Z] #43 5.401 + set -e [2020-09-10T21:29:50.259Z] #43 5.401 + export GO111MODULE=on [2020-09-10T21:29:50.259Z] #43 5.401 + GO111MODULE=on [2020-09-10T21:29:50.259Z] #43 5.401 + GOBIN=/build [2020-09-10T21:29:50.259Z] #43 5.401 + go get gotest.tools/gotestsum@v0.3.5 [2020-09-10T21:29:50.259Z] #43 5.550 go: finding gotest.tools/gotestsum v0.3.5 [2020-09-10T21:29:50.259Z] #43 5.585 go: finding gotest.tools v0.3.5 [2020-09-10T21:29:50.306Z] #19 4.664 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-10T21:29:50.306Z] #19 DONE 4.9s [2020-09-10T21:29:50.306Z] [2020-09-10T21:29:50.306Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-10T21:29:50.485Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-10T21:29:50.485Z] Using test binary docker [2020-09-10T21:29:50.485Z] +++ /etc/init.d/apparmor start [2020-09-10T21:29:50.485Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-10T21:29:50.485Z] Starting dockerd [2020-09-10T21:29:50.485Z] INFO: Waiting for daemon to start... [2020-09-10T21:29:50.485Z] +++ 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-09-10T21:29:50.485Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-10T21:29:50.485Z] Using test binary docker [2020-09-10T21:29:50.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-10T21:29:50.485Z] +++ /etc/init.d/apparmor start [2020-09-10T21:29:50.503Z] #48 ... [2020-09-10T21:29:50.503Z] [2020-09-10T21:29:50.503Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:29:50.503Z] #33 16.17 Fetched 8156 kB in 15s (542 kB/s) [2020-09-10T21:29:50.503Z] #33 16.17 Reading package lists... [2020-09-10T21:29:50.599Z] #22 DONE 0.2s [2020-09-10T21:29:50.599Z] [2020-09-10T21:29:50.599Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-10T21:29:50.759Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-10T21:29:50.759Z] INFO: Waiting for daemon to start... [2020-09-10T21:29:50.759Z] Starting dockerd [2020-09-10T21:29:50.759Z] +++ 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-09-10T21:29:50.830Z] #43 ... [2020-09-10T21:29:50.830Z] [2020-09-10T21:29:50.830Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:50.830Z] #41 6.229 + cd /tmp/tmp.rTGWTIqPud/src/github.com/LK4D4/vndr [2020-09-10T21:29:50.830Z] #41 6.229 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-10T21:29:50.830Z] #41 6.260 + go build -buildmode=pie -v -o /build/vndr . [2020-09-10T21:29:51.636Z] #26 DONE 0.8s [2020-09-10T21:29:51.636Z] [2020-09-10T21:29:51.636Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-10T21:29:51.636Z] #29 DONE 0.2s [2020-09-10T21:29:51.636Z] [2020-09-10T21:29:51.636Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-10T21:29:51.636Z] #31 DONE 0.1s [2020-09-10T21:29:51.636Z] [2020-09-10T21:29:51.636Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:29:51.636Z] #36 115.0 + dpkg --print-architecture [2020-09-10T21:29:51.636Z] #36 115.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-10T21:29:51.636Z] #36 115.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-10T21:29:51.636Z] #36 115.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-10T21:29:51.761Z] #43 ... [2020-09-10T21:29:51.761Z] [2020-09-10T21:29:51.761Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:51.761Z] #47 14.15 + cd /tmp/tmp.pm5jGDgW8K/src/github.com/mvdan/sh [2020-09-10T21:29:51.761Z] #47 14.16 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-10T21:29:51.761Z] #47 14.32 + GO111MODULE=on [2020-09-10T21:29:51.761Z] #47 14.32 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-10T21:29:51.761Z] #47 15.61 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-10T21:29:51.761Z] #47 15.62 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-10T21:29:51.761Z] #47 15.71 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-10T21:29:51.761Z] #47 15.75 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-10T21:29:51.761Z] #47 15.87 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-10T21:29:51.761Z] #47 16.84 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-10T21:29:51.761Z] #47 17.37 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-10T21:29:51.928Z] #36 ... [2020-09-10T21:29:51.928Z] [2020-09-10T21:29:51.928Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-10T21:29:51.928Z] #34 DONE 0.1s [2020-09-10T21:29:51.928Z] [2020-09-10T21:29:51.928Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:29:51.928Z] #39 75.29 CC criu/namespaces.o [2020-09-10T21:29:51.928Z] #39 76.35 CC criu/net.o [2020-09-10T21:29:51.928Z] #39 78.08 CC criu/netfilter.o [2020-09-10T21:29:51.928Z] #39 78.30 CC criu/page-pipe.o [2020-09-10T21:29:51.928Z] #39 78.69 CC criu/page-xfer.o [2020-09-10T21:29:51.928Z] #39 79.64 CC criu/pagemap-cache.o [2020-09-10T21:29:51.928Z] #39 79.90 CC criu/pagemap.o [2020-09-10T21:29:51.928Z] #39 80.43 CC criu/parasite-syscall.o [2020-09-10T21:29:51.928Z] #39 81.02 CC criu/path.o [2020-09-10T21:29:51.928Z] #39 81.20 CC criu/pie-util-vdso.o [2020-09-10T21:29:51.928Z] #39 81.43 CC criu/pie-util.o [2020-09-10T21:29:51.928Z] #39 81.58 CC criu/pipes.o [2020-09-10T21:29:51.928Z] #39 82.10 CC criu/plugin.o [2020-09-10T21:29:51.928Z] #39 82.29 CC criu/proc_parse.o [2020-09-10T21:29:52.025Z] #47 18.21 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-10T21:29:52.139Z] .Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-10T21:29:52.146Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-09-10T21:29:52.146Z] [2020-09-10T21:29:52.146Z] ________ ____ __. [2020-09-10T21:29:52.146Z] \_____ \ | |/ _| [2020-09-10T21:29:52.146Z] / | \| < [2020-09-10T21:29:52.146Z] / | \ | \ [2020-09-10T21:29:52.146Z] \_______ /____|__ \ [2020-09-10T21:29:52.146Z] \/ \/ [2020-09-10T21:29:52.146Z] [2020-09-10T21:29:52.146Z] INFO: make.ps1 ended at 09/10/2020 21:29:42 [2020-09-10T21:29:52.146Z] INFO: Binaries build ended at 09/10/2020 21:29:44. Duration:00:01:10.6673410 [2020-09-10T21:29:52.146Z] INFO: Copying the built daemon binary to d:\CI\PR-41435\4\binary\dockerd-a614d70db5.exe... [2020-09-10T21:29:52.146Z] INFO: Copying the built client binary to d:\CI\PR-41435\4\binary\docker-a614d70db5.exe... [2020-09-10T21:29:52.146Z] INFO: Copying dockerversion from the container... [2020-09-10T21:29:52.146Z] INFO: Copying the golang package from the container to d:\CI\PR-41435\4\installer\go.zip... [2020-09-10T21:29:52.146Z] INFO: Extracting go.zip to d:\CI\PR-41435\4\go [2020-09-10T21:29:52.211Z] #41 7.810 internal/race [2020-09-10T21:29:52.211Z] #41 7.836 internal/bytealg [2020-09-10T21:29:52.398Z] [2020-09-10T21:29:52.398Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-10T21:29:52.398Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-10T21:29:52.398Z] Error: No such image: emptyfs [2020-09-10T21:29:52.398Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-10T21:29:52.398Z] ++++ docker load [2020-09-10T21:29:52.472Z] #41 7.966 sync/atomic [2020-09-10T21:29:52.657Z] Running integration-test (iteration 1) [2020-09-10T21:29:52.657Z] 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-09-10T21:29:52.657Z] ++ 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-09-10T21:29:52.657Z] ++ set -e [2020-09-10T21:29:52.657Z] ++ '[' -n 0 ']' [2020-09-10T21:29:52.657Z] ++ set -x [2020-09-10T21:29:52.657Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:29:52.657Z] [2020-09-10T21:29:52.657Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-10T21:29:52.657Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-10T21:29:52.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-10T21:29:52.657Z] Error: No such image: emptyfs [2020-09-10T21:29:52.657Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-10T21:29:52.657Z] ++++ docker load [2020-09-10T21:29:52.917Z] Running integration-test (iteration 1) [2020-09-10T21:29:52.917Z] 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-09-10T21:29:52.917Z] ++ 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-09-10T21:29:52.917Z] ++ set -e [2020-09-10T21:29:52.917Z] ++ '[' -n 0 ']' [2020-09-10T21:29:52.917Z] ++ set -x [2020-09-10T21:29:52.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=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:29:52.965Z] #39 83.62 CC criu/protobuf-desc.o [2020-09-10T21:29:52.978Z] #47 19.12 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-10T21:29:52.978Z] #47 19.16 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-10T21:29:53.042Z] #41 8.383 unicode [2020-09-10T21:29:53.249Z] #47 19.36 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-10T21:29:53.249Z] #47 ... [2020-09-10T21:29:53.249Z] [2020-09-10T21:29:53.249Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:29:53.249Z] #28 9.141 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-10T21:29:53.249Z] #28 9.147 Cloning into '.'... [2020-09-10T21:29:53.282Z] #33 23.91 Reading package lists... [2020-09-10T21:29:53.282Z] #33 ... [2020-09-10T21:29:53.282Z] [2020-09-10T21:29:53.282Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:29:53.283Z] #52 22.50 Reading package lists... [2020-09-10T21:29:53.303Z] #41 8.713 runtime [2020-09-10T21:29:53.514Z] #28 ... [2020-09-10T21:29:53.514Z] [2020-09-10T21:29:53.514Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:29:53.514Z] #36 19.30 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-10T21:29:53.600Z] #39 84.05 CC criu/protobuf.o [2020-09-10T21:29:53.600Z] #39 84.33 CC criu/pstree.o [2020-09-10T21:29:53.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-10T21:29:54.233Z] #39 84.88 CC criu/rbtree.o [2020-09-10T21:29:54.343Z] #52 29.17 Building dependency tree... [2020-09-10T21:29:54.467Z] #36 ... [2020-09-10T21:29:54.467Z] [2020-09-10T21:29:54.467Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:29:54.467Z] #38 10.46 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-10T21:29:54.467Z] #38 12.44 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [221 kB] [2020-09-10T21:29:54.467Z] #38 13.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-10T21:29:54.467Z] #38 18.01 Fetched 8204 kB in 9s (920 kB/s) [2020-09-10T21:29:54.467Z] #38 18.01 Reading package lists... [2020-09-10T21:29:54.467Z] #38 ... [2020-09-10T21:29:54.467Z] [2020-09-10T21:29:54.467Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:54.467Z] #60 19.96 Checking out files: 72% (1493/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-09-10T21:29:54.467Z] #60 20.49 + cd /tmp/tmp.1sj4znTWDw/src/github.com/docker/libnetwork [2020-09-10T21:29:54.467Z] #60 20.49 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-09-10T21:29:54.526Z] #39 85.01 CC criu/rst-malloc.o [2020-09-10T21:29:54.526Z] #39 ... [2020-09-10T21:29:54.526Z] [2020-09-10T21:29:54.526Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:54.526Z] #49 51.46 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-09-10T21:29:54.683Z] #41 ... [2020-09-10T21:29:54.683Z] [2020-09-10T21:29:54.683Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:29:54.683Z] #10 5.868 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:54.683Z] #10 5.959 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:54.683Z] #10 5.997 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:54.683Z] #10 7.045 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-10T21:29:54.683Z] #10 9.277 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-10T21:29:54.683Z] #10 ... [2020-09-10T21:29:54.683Z] [2020-09-10T21:29:54.683Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:29:54.683Z] #51 5.882 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:54.683Z] #51 5.990 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:54.683Z] #51 5.991 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:54.683Z] #51 7.185 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-10T21:29:54.683Z] #51 9.348 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-10T21:29:54.740Z] #60 20.79 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-10T21:29:54.949Z] #51 ... [2020-09-10T21:29:54.950Z] [2020-09-10T21:29:54.950Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:29:54.950Z] #23 3.797 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:54.950Z] #23 3.811 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:54.950Z] #23 3.813 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:54.950Z] #23 4.165 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-10T21:29:54.950Z] #23 5.936 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-10T21:29:54.950Z] #23 8.681 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-10T21:29:54.950Z] #23 ... [2020-09-10T21:29:54.950Z] [2020-09-10T21:29:54.950Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:54.950Z] #21 4.538 + RM_GOPATH=0 [2020-09-10T21:29:54.950Z] #21 4.538 + TMP_GOPATH= [2020-09-10T21:29:54.950Z] #21 4.538 + : /build [2020-09-10T21:29:54.950Z] #21 4.538 + '[' -z '' ']' [2020-09-10T21:29:54.950Z] #21 4.538 ++ mktemp -d [2020-09-10T21:29:54.950Z] #21 4.545 + export GOPATH=/tmp/tmp.NZezWV11VG [2020-09-10T21:29:54.950Z] #21 4.545 + GOPATH=/tmp/tmp.NZezWV11VG [2020-09-10T21:29:54.950Z] #21 4.545 + RM_GOPATH=1 [2020-09-10T21:29:54.950Z] #21 4.545 + case "$(go env GOARCH)" in [2020-09-10T21:29:54.950Z] #21 4.545 ++ go env GOARCH [2020-09-10T21:29:54.950Z] #21 4.553 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:54.950Z] #21 4.553 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:54.950Z] #21 4.553 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:54.950Z] #21 4.560 + dir=/tmp/install [2020-09-10T21:29:54.950Z] #21 4.560 + bin=dockercli [2020-09-10T21:29:54.950Z] #21 4.560 + shift [2020-09-10T21:29:54.950Z] #21 4.560 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-10T21:29:54.950Z] #21 4.560 + . /tmp/install/dockercli.installer [2020-09-10T21:29:54.950Z] #21 4.560 ++ : stable [2020-09-10T21:29:54.950Z] #21 4.560 ++ : 17.06.2-ce [2020-09-10T21:29:54.950Z] #21 4.560 + install_dockercli [2020-09-10T21:29:54.950Z] #21 4.561 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-10T21:29:54.950Z] #21 4.561 Install docker/cli version 17.06.2-ce from stable [2020-09-10T21:29:54.950Z] #21 4.570 ++ uname -m [2020-09-10T21:29:54.950Z] #21 4.570 + arch=x86_64 [2020-09-10T21:29:54.950Z] #21 4.570 + '[' x86_64 '!=' x86_64 ']' [2020-09-10T21:29:54.950Z] #21 4.570 + url=https://download.docker.com/linux/static [2020-09-10T21:29:54.950Z] #21 4.576 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-10T21:29:54.950Z] #21 4.581 + tar -xz docker/docker [2020-09-10T21:29:55.209Z] #21 ... [2020-09-10T21:29:55.209Z] [2020-09-10T21:29:55.209Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:29:55.209Z] #38 5.967 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:55.209Z] #38 6.110 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:55.209Z] #38 6.111 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:55.209Z] #38 7.121 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-10T21:29:55.209Z] #38 9.251 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-10T21:29:55.233Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-10T21:29:55.233Z] Using test binary docker [2020-09-10T21:29:55.233Z] +++ /etc/init.d/apparmor start [2020-09-10T21:29:55.233Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-10T21:29:55.233Z] Starting dockerd [2020-09-10T21:29:55.233Z] INFO: Waiting for daemon to start... [2020-09-10T21:29:55.233Z] +++ 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-09-10T21:29:55.470Z] #38 ... [2020-09-10T21:29:55.470Z] [2020-09-10T21:29:55.470Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:29:55.470Z] #32 5.460 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:29:55.470Z] #32 5.536 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:29:55.470Z] #32 5.539 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:29:55.470Z] #32 6.599 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-10T21:29:55.470Z] #32 9.026 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-10T21:29:55.470Z] #32 ... [2020-09-10T21:29:55.470Z] [2020-09-10T21:29:55.470Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:55.470Z] #30 4.737 + RM_GOPATH=0 [2020-09-10T21:29:55.470Z] #30 4.737 + TMP_GOPATH= [2020-09-10T21:29:55.470Z] #30 4.737 + : /build [2020-09-10T21:29:55.470Z] #30 4.737 + '[' -z '' ']' [2020-09-10T21:29:55.470Z] #30 4.737 ++ mktemp -d [2020-09-10T21:29:55.470Z] #30 4.737 + export GOPATH=/tmp/tmp.zveip6QpFe [2020-09-10T21:29:55.470Z] #30 4.737 + GOPATH=/tmp/tmp.zveip6QpFe [2020-09-10T21:29:55.470Z] #30 4.737 + RM_GOPATH=1 [2020-09-10T21:29:55.470Z] #30 4.737 + case "$(go env GOARCH)" in [2020-09-10T21:29:55.470Z] #30 4.741 ++ go env GOARCH [2020-09-10T21:29:55.470Z] #30 4.764 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-10T21:29:55.470Z] #30 4.764 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:55.470Z] #30 4.764 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:55.470Z] #30 4.764 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:55.470Z] #30 4.764 + dir=/tmp/install [2020-09-10T21:29:55.470Z] #30 4.764 + bin=tomlv [2020-09-10T21:29:55.470Z] #30 4.764 + shift [2020-09-10T21:29:55.470Z] #30 4.764 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-10T21:29:55.470Z] #30 4.764 + . /tmp/install/tomlv.installer [2020-09-10T21:29:55.470Z] #30 4.764 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-10T21:29:55.470Z] #30 4.764 + install_tomlv [2020-09-10T21:29:55.470Z] #30 4.764 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-10T21:29:55.470Z] #30 4.764 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.zveip6QpFe/src/github.com/BurntSushi/toml [2020-09-10T21:29:55.470Z] #30 4.764 Cloning into '/tmp/tmp.zveip6QpFe/src/github.com/BurntSushi/toml'... [2020-09-10T21:29:55.470Z] #30 6.004 + cd /tmp/tmp.zveip6QpFe/src/github.com/BurntSushi/toml [2020-09-10T21:29:55.470Z] #30 6.004 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-10T21:29:55.470Z] #30 6.049 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-10T21:29:55.470Z] #30 6.881 runtime/internal/atomic [2020-09-10T21:29:55.470Z] #30 6.914 internal/cpu [2020-09-10T21:29:55.470Z] #30 7.210 runtime/internal/sys [2020-09-10T21:29:55.470Z] #30 7.503 runtime/internal/math [2020-09-10T21:29:55.470Z] #30 7.559 internal/bytealg [2020-09-10T21:29:55.470Z] #30 7.598 math/bits [2020-09-10T21:29:55.470Z] #30 8.165 math [2020-09-10T21:29:55.470Z] #30 8.632 runtime [2020-09-10T21:29:55.562Z] #49 52.34 + mkdir -p /build [2020-09-10T21:29:55.562Z] #49 52.34 + cp runc /build/runc [2020-09-10T21:29:55.731Z] #30 ... [2020-09-10T21:29:55.731Z] [2020-09-10T21:29:55.731Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:55.731Z] #45 4.369 + RM_GOPATH=0 [2020-09-10T21:29:55.731Z] #45 4.369 + TMP_GOPATH= [2020-09-10T21:29:55.731Z] #45 4.369 + : /build [2020-09-10T21:29:55.731Z] #45 4.369 + '[' -z '' ']' [2020-09-10T21:29:55.731Z] #45 4.369 ++ mktemp -d [2020-09-10T21:29:55.731Z] #45 4.376 + export GOPATH=/tmp/tmp.reoUHs5Tah [2020-09-10T21:29:55.731Z] #45 4.376 + GOPATH=/tmp/tmp.reoUHs5Tah [2020-09-10T21:29:55.731Z] #45 4.376 + RM_GOPATH=1 [2020-09-10T21:29:55.731Z] #45 4.376 + case "$(go env GOARCH)" in [2020-09-10T21:29:55.731Z] #45 4.376 ++ go env GOARCH [2020-09-10T21:29:55.731Z] #45 4.401 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:55.731Z] #45 4.401 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:55.731Z] #45 4.401 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:55.731Z] #45 4.449 Installing golangci-lint version v1.23.8 [2020-09-10T21:29:55.731Z] #45 4.449 + dir=/tmp/install [2020-09-10T21:29:55.731Z] #45 4.449 + bin=golangci_lint [2020-09-10T21:29:55.731Z] #45 4.449 + shift [2020-09-10T21:29:55.731Z] #45 4.449 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-10T21:29:55.731Z] #45 4.449 + . /tmp/install/golangci_lint.installer [2020-09-10T21:29:55.731Z] #45 4.449 ++ : v1.23.8 [2020-09-10T21:29:55.731Z] #45 4.449 + install_golangci_lint [2020-09-10T21:29:55.731Z] #45 4.449 + echo 'Installing golangci-lint version v1.23.8' [2020-09-10T21:29:55.731Z] #45 4.449 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-10T21:29:55.731Z] #45 ... [2020-09-10T21:29:55.731Z] [2020-09-10T21:29:55.731Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:55.731Z] #47 5.277 + RM_GOPATH=0 [2020-09-10T21:29:55.731Z] #47 5.277 + TMP_GOPATH= [2020-09-10T21:29:55.731Z] #47 5.277 + : /build [2020-09-10T21:29:55.731Z] #47 5.277 + '[' -z '' ']' [2020-09-10T21:29:55.731Z] #47 5.277 ++ mktemp -d [2020-09-10T21:29:55.731Z] #47 5.277 + export GOPATH=/tmp/tmp.gcnsTykCz8 [2020-09-10T21:29:55.731Z] #47 5.277 + GOPATH=/tmp/tmp.gcnsTykCz8 [2020-09-10T21:29:55.731Z] #47 5.277 + RM_GOPATH=1 [2020-09-10T21:29:55.731Z] #47 5.277 + case "$(go env GOARCH)" in [2020-09-10T21:29:55.731Z] #47 5.277 ++ go env GOARCH [2020-09-10T21:29:55.731Z] #47 5.320 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:55.731Z] #47 5.321 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:55.731Z] #47 5.324 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:55.731Z] #47 5.326 + dir=/tmp/install [2020-09-10T21:29:55.731Z] #47 5.326 + bin=shfmt [2020-09-10T21:29:55.731Z] #47 5.326 + shift [2020-09-10T21:29:55.731Z] #47 5.326 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-10T21:29:55.731Z] #47 5.327 + . /tmp/install/shfmt.installer [2020-09-10T21:29:55.731Z] #47 5.327 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-10T21:29:55.731Z] #47 5.350 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-10T21:29:55.731Z] #47 5.350 + install_shfmt [2020-09-10T21:29:55.731Z] #47 5.350 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-10T21:29:55.731Z] #47 5.350 + git clone https://github.com/mvdan/sh.git /tmp/tmp.gcnsTykCz8/src/github.com/mvdan/sh [2020-09-10T21:29:55.731Z] #47 5.365 Cloning into '/tmp/tmp.gcnsTykCz8/src/github.com/mvdan/sh'... [2020-09-10T21:29:55.854Z] #49 DONE 52.6s [2020-09-10T21:29:55.854Z] [2020-09-10T21:29:55.854Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:29:55.854Z] #39 85.17 CC criu/seccomp.o [2020-09-10T21:29:55.854Z] #39 85.55 CC criu/seize.o [2020-09-10T21:29:55.854Z] #39 85.97 CC criu/servicefd.o [2020-09-10T21:29:55.854Z] #39 86.21 CC criu/shmem.o [2020-09-10T21:29:55.904Z] #52 31.77 The following additional packages will be installed: [2020-09-10T21:29:55.904Z] #52 31.78 libbtrfs0 [2020-09-10T21:29:55.990Z] #47 ... [2020-09-10T21:29:55.990Z] [2020-09-10T21:29:55.990Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:55.990Z] #54 4.389 + RM_GOPATH=0 [2020-09-10T21:29:55.990Z] #54 4.389 + TMP_GOPATH= [2020-09-10T21:29:55.990Z] #54 4.389 + : /build [2020-09-10T21:29:55.990Z] #54 4.389 + '[' -z '' ']' [2020-09-10T21:29:55.990Z] #54 4.389 ++ mktemp -d [2020-09-10T21:29:55.990Z] #54 4.389 + export GOPATH=/tmp/tmp.yhJZFBTAGf [2020-09-10T21:29:55.990Z] #54 4.389 + GOPATH=/tmp/tmp.yhJZFBTAGf [2020-09-10T21:29:55.990Z] #54 4.389 + RM_GOPATH=1 [2020-09-10T21:29:55.990Z] #54 4.389 + case "$(go env GOARCH)" in [2020-09-10T21:29:55.990Z] #54 4.389 ++ go env GOARCH [2020-09-10T21:29:55.990Z] #54 4.401 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:55.990Z] #54 4.401 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:55.990Z] #54 4.401 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:55.990Z] #54 4.449 + dir=/tmp/install [2020-09-10T21:29:55.990Z] #54 4.449 + bin=rootlesskit [2020-09-10T21:29:55.990Z] #54 4.449 + shift [2020-09-10T21:29:55.990Z] #54 4.449 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-10T21:29:55.990Z] #54 4.449 + . /tmp/install/rootlesskit.installer [2020-09-10T21:29:55.990Z] #54 4.449 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-10T21:29:55.990Z] #54 4.449 + install_rootlesskit [2020-09-10T21:29:55.990Z] #54 4.449 + case "$1" in [2020-09-10T21:29:55.990Z] #54 4.449 + export CGO_ENABLED=0 [2020-09-10T21:29:55.990Z] #54 4.449 + CGO_ENABLED=0 [2020-09-10T21:29:55.990Z] #54 4.449 + _install_rootlesskit [2020-09-10T21:29:55.990Z] #54 4.449 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-10T21:29:55.990Z] #54 4.449 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.yhJZFBTAGf/src/github.com/rootless-containers/rootlesskit [2020-09-10T21:29:55.990Z] #54 4.449 Cloning into '/tmp/tmp.yhJZFBTAGf/src/github.com/rootless-containers/rootlesskit'... [2020-09-10T21:29:55.990Z] #54 4.449 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-10T21:29:55.990Z] #54 9.886 + cd /tmp/tmp.yhJZFBTAGf/src/github.com/rootless-containers/rootlesskit [2020-09-10T21:29:55.990Z] #54 9.887 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-10T21:29:55.990Z] #54 10.45 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-10T21:29:55.990Z] #54 10.46 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-10T21:29:55.990Z] #54 ... [2020-09-10T21:29:55.990Z] [2020-09-10T21:29:55.990Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:29:55.990Z] #36 5.222 + git clone https://github.com/docker/distribution.git . [2020-09-10T21:29:55.990Z] #36 5.224 Cloning into '.'... [2020-09-10T21:29:56.146Z] #39 86.77 CC criu/sigframe.o [2020-09-10T21:29:56.151Z] #60 ... [2020-09-10T21:29:56.151Z] [2020-09-10T21:29:56.151Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:29:56.151Z] #32 12.01 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [221 kB] [2020-09-10T21:29:56.151Z] #32 13.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-10T21:29:56.151Z] #32 19.13 Fetched 8204 kB in 10s (841 kB/s) [2020-09-10T21:29:56.151Z] #32 19.13 Reading package lists... [2020-09-10T21:29:56.151Z] #32 ... [2020-09-10T21:29:56.151Z] [2020-09-10T21:29:56.151Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:29:56.151Z] #36 20.75 + 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-09-10T21:29:56.205Z] #52 31.94 The following NEW packages will be installed: [2020-09-10T21:29:56.205Z] #52 31.95 libbtrfs-dev libbtrfs0 [2020-09-10T21:29:56.249Z] #36 ... [2020-09-10T21:29:56.249Z] [2020-09-10T21:29:56.249Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:29:56.249Z] #60 3.397 + RM_GOPATH=0 [2020-09-10T21:29:56.249Z] #60 3.397 + TMP_GOPATH= [2020-09-10T21:29:56.249Z] #60 3.397 + : /build [2020-09-10T21:29:56.249Z] #60 3.397 + '[' -z '' ']' [2020-09-10T21:29:56.249Z] #60 3.397 ++ mktemp -d [2020-09-10T21:29:56.249Z] #60 3.397 + export GOPATH=/tmp/tmp.iqF51pLWG8 [2020-09-10T21:29:56.249Z] #60 3.397 + GOPATH=/tmp/tmp.iqF51pLWG8 [2020-09-10T21:29:56.249Z] #60 3.397 + RM_GOPATH=1 [2020-09-10T21:29:56.249Z] #60 3.397 + case "$(go env GOARCH)" in [2020-09-10T21:29:56.249Z] #60 3.397 ++ go env GOARCH [2020-09-10T21:29:56.249Z] #60 3.397 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:56.249Z] #60 3.397 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:56.249Z] #60 3.397 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:56.249Z] #60 3.397 + dir=/tmp/install [2020-09-10T21:29:56.249Z] #60 3.397 + bin=proxy [2020-09-10T21:29:56.249Z] #60 3.397 + shift [2020-09-10T21:29:56.249Z] #60 3.397 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-10T21:29:56.249Z] #60 3.397 + . /tmp/install/proxy.installer [2020-09-10T21:29:56.249Z] #60 3.397 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-09-10T21:29:56.249Z] #60 3.397 + install_proxy [2020-09-10T21:29:56.249Z] #60 3.397 + case "$1" in [2020-09-10T21:29:56.249Z] #60 3.397 + export CGO_ENABLED=0 [2020-09-10T21:29:56.249Z] #60 3.397 + CGO_ENABLED=0 [2020-09-10T21:29:56.249Z] #60 3.397 + _install_proxy [2020-09-10T21:29:56.249Z] #60 3.397 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-09-10T21:29:56.249Z] #60 3.397 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.iqF51pLWG8/src/github.com/docker/libnetwork [2020-09-10T21:29:56.249Z] #60 3.397 Cloning into '/tmp/tmp.iqF51pLWG8/src/github.com/docker/libnetwork'... [2020-09-10T21:29:56.249Z] #60 3.412 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-09-10T21:29:56.249Z] #60 ... [2020-09-10T21:29:56.249Z] [2020-09-10T21:29:56.249Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:29:56.249Z] #38 11.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-10T21:29:56.414Z] #36 ... [2020-09-10T21:29:56.414Z] [2020-09-10T21:29:56.414Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:29:56.414Z] #51 12.44 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [221 kB] [2020-09-10T21:29:56.414Z] #51 13.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-10T21:29:56.414Z] #51 18.57 Fetched 8204 kB in 9s (875 kB/s) [2020-09-10T21:29:56.414Z] #51 18.57 Reading package lists... [2020-09-10T21:29:56.414Z] #51 ... [2020-09-10T21:29:56.414Z] [2020-09-10T21:29:56.414Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:29:56.414Z] #23 12.54 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [221 kB] [2020-09-10T21:29:56.414Z] #23 12.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-10T21:29:56.414Z] #23 18.91 Fetched 8204 kB in 10s (857 kB/s) [2020-09-10T21:29:56.440Z] #39 86.85 CC criu/signalfd.o [2020-09-10T21:29:56.440Z] #39 87.04 CC criu/sk-inet.o [2020-09-10T21:29:56.505Z] #52 32.17 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:29:56.505Z] #52 32.17 Need to get 120 kB of archives. [2020-09-10T21:29:56.505Z] #52 32.17 After this operation, 423 kB of additional disk space will be used. [2020-09-10T21:29:56.505Z] #52 32.17 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-09-10T21:29:56.505Z] #52 32.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-09-10T21:29:56.679Z] #23 18.91 Reading package lists... [2020-09-10T21:29:56.679Z] #23 ... [2020-09-10T21:29:56.679Z] [2020-09-10T21:29:56.679Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:29:56.679Z] #10 12.84 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [221 kB] [2020-09-10T21:29:56.679Z] #10 12.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-10T21:29:56.679Z] #10 18.30 Fetched 8204 kB in 9s (913 kB/s) [2020-09-10T21:29:56.684Z] INFO [runner/unused/goanalysis] analyzers took 28.131885408s with top 10 stages: buildssa: 23.72221904s, U1000: 4.409666368s [2020-09-10T21:29:56.943Z] #10 18.30 Reading package lists... [2020-09-10T21:29:56.943Z] #10 ... [2020-09-10T21:29:56.943Z] [2020-09-10T21:29:56.943Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:29:56.943Z] #38 18.01 Reading package lists... [2020-09-10T21:29:57.078Z] #39 87.50 CC criu/sk-netlink.o [2020-09-10T21:29:57.078Z] #39 87.69 CC criu/sk-packet.o [2020-09-10T21:29:57.207Z] #38 22.69 Reading package lists... [2020-09-10T21:29:57.207Z] #38 ... [2020-09-10T21:29:57.207Z] [2020-09-10T21:29:57.207Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:57.207Z] #54 13.33 + cd /tmp/tmp.E9jVrJ8BIS/src/github.com/rootless-containers/rootlesskit [2020-09-10T21:29:57.207Z] #54 13.33 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-10T21:29:57.207Z] #54 13.52 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-10T21:29:57.207Z] #54 13.52 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-10T21:29:57.373Z] #39 87.98 CC criu/sk-queue.o [2020-09-10T21:29:57.473Z] #54 ... [2020-09-10T21:29:57.474Z] [2020-09-10T21:29:57.474Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:29:57.474Z] #51 18.57 Reading package lists... [2020-09-10T21:29:57.705Z] #39 88.16 CC criu/sk-tcp.o [2020-09-10T21:29:57.705Z] #39 88.35 CC criu/sk-unix.o [2020-09-10T21:29:58.041Z] #52 33.61 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:29:58.041Z] #52 33.88 Fetched 120 kB in 0s (1513 kB/s) [2020-09-10T21:29:58.342Z] #52 34.03 Selecting previously unselected package libbtrfs0. [2020-09-10T21:29:58.342Z] #52 34.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-09-10T21:29:58.342Z] #52 34.15 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-09-10T21:29:58.342Z] #52 34.16 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-10T21:29:58.642Z] #52 34.34 Selecting previously unselected package libbtrfs-dev. [2020-09-10T21:29:58.642Z] #52 34.35 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-09-10T21:29:58.642Z] #52 34.40 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:29:58.765Z] #39 89.20 CC criu/sockets.o [2020-09-10T21:29:58.945Z] #52 34.64 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-10T21:29:58.945Z] #52 34.68 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:29:58.945Z] #52 34.70 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:29:59.057Z] #39 89.64 CC criu/stats.o [2020-09-10T21:29:59.247Z] #52 DONE 35.1s [2020-09-10T21:29:59.247Z] [2020-09-10T21:29:59.247Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:29:59.247Z] #24 22.47 Reading package lists... [2020-09-10T21:29:59.247Z] #24 29.16 Building dependency tree... [2020-09-10T21:29:59.247Z] #24 31.66 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-10T21:29:59.247Z] #24 31.66 The following additional packages will be installed: [2020-09-10T21:29:59.247Z] #24 31.67 libjq1 libonig5 [2020-09-10T21:29:59.247Z] #24 32.01 The following NEW packages will be installed: [2020-09-10T21:29:59.247Z] #24 32.02 jq libjq1 libonig5 [2020-09-10T21:29:59.247Z] #24 32.17 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:29:59.247Z] #24 32.17 Need to get 358 kB of archives. [2020-09-10T21:29:59.247Z] #24 32.17 After this operation, 1277 kB of additional disk space will be used. [2020-09-10T21:29:59.247Z] #24 32.17 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-09-10T21:29:59.247Z] #24 32.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-09-10T21:29:59.247Z] #24 32.24 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-09-10T21:29:59.247Z] #24 33.72 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:29:59.247Z] #24 33.92 Fetched 358 kB in 0s (2783 kB/s) [2020-09-10T21:29:59.247Z] #24 34.07 Selecting previously unselected package libonig5:ppc64el. [2020-09-10T21:29:59.247Z] #24 34.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-09-10T21:29:59.247Z] #24 34.15 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... [2020-09-10T21:29:59.247Z] #24 34.16 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-09-10T21:29:59.247Z] #24 34.52 Selecting previously unselected package libjq1:ppc64el. [2020-09-10T21:29:59.247Z] #24 34.52 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-10T21:29:59.247Z] #24 34.54 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-10T21:29:59.247Z] #24 34.74 Selecting previously unselected package jq. [2020-09-10T21:29:59.247Z] #24 34.78 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-10T21:29:59.247Z] #24 34.79 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-10T21:29:59.247Z] #24 35.06 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-09-10T21:29:59.247Z] #24 35.07 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-10T21:29:59.247Z] #24 35.07 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-10T21:29:59.247Z] #24 35.08 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:29:59.349Z] #39 89.83 CC criu/string.o [2020-09-10T21:29:59.350Z] #39 89.89 CC criu/sysctl.o [2020-09-10T21:29:59.549Z] #24 ... [2020-09-10T21:29:59.549Z] [2020-09-10T21:29:59.549Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:59.549Z] #53 0.279 + RM_GOPATH=0 [2020-09-10T21:29:59.549Z] #53 0.279 + TMP_GOPATH= [2020-09-10T21:29:59.549Z] #53 0.281 + : /build [2020-09-10T21:29:59.549Z] #53 0.281 + '[' -z '' ']' [2020-09-10T21:29:59.549Z] #53 0.282 ++ mktemp -d [2020-09-10T21:29:59.549Z] #53 0.285 + export GOPATH=/tmp/tmp.clHCtqrEN2 [2020-09-10T21:29:59.549Z] #53 0.286 + GOPATH=/tmp/tmp.clHCtqrEN2 [2020-09-10T21:29:59.549Z] #53 0.286 + RM_GOPATH=1 [2020-09-10T21:29:59.549Z] #53 0.286 + case "$(go env GOARCH)" in [2020-09-10T21:29:59.549Z] #53 0.287 ++ go env GOARCH [2020-09-10T21:29:59.549Z] #53 0.322 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:59.549Z] #53 0.322 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:29:59.549Z] #53 0.322 ++ dirname /tmp/install/install.sh [2020-09-10T21:29:59.549Z] #53 0.322 + dir=/tmp/install [2020-09-10T21:29:59.549Z] #53 0.322 + bin=containerd [2020-09-10T21:29:59.549Z] #53 0.322 + shift [2020-09-10T21:29:59.549Z] #53 0.322 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-10T21:29:59.549Z] #53 0.322 + . /tmp/install/containerd.installer [2020-09-10T21:29:59.549Z] #53 0.322 ++ set -e [2020-09-10T21:29:59.549Z] #53 0.322 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-10T21:29:59.549Z] #53 0.322 + install_containerd [2020-09-10T21:29:59.549Z] #53 0.322 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a' [2020-09-10T21:29:59.549Z] #53 0.322 + git clone https://github.com/containerd/containerd.git /tmp/tmp.clHCtqrEN2/src/github.com/containerd/containerd [2020-09-10T21:29:59.550Z] #38 ... [2020-09-10T21:29:59.550Z] [2020-09-10T21:29:59.550Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:59.550Z] #21 13.78 + mkdir -p /build [2020-09-10T21:29:59.550Z] #21 13.78 + mv docker/docker /build/ [2020-09-10T21:29:59.550Z] #21 13.79 + rmdir docker [2020-09-10T21:29:59.550Z] #21 DONE 15.1s [2020-09-10T21:29:59.550Z] [2020-09-10T21:29:59.550Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:29:59.550Z] #41 12.88 unicode/utf8 [2020-09-10T21:29:59.550Z] #41 13.53 internal/testlog [2020-09-10T21:29:59.550Z] #41 13.83 encoding [2020-09-10T21:29:59.550Z] #41 13.92 unicode/utf16 [2020-09-10T21:29:59.550Z] #41 14.24 container/list [2020-09-10T21:29:59.550Z] #41 14.88 crypto/internal/subtle [2020-09-10T21:29:59.550Z] #41 15.02 crypto/subtle [2020-09-10T21:29:59.550Z] #41 15.18 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-10T21:29:59.642Z] #39 90.17 CC criu/sysfs_parse.o [2020-09-10T21:29:59.642Z] #39 90.26 CC criu/timens.o [2020-09-10T21:29:59.642Z] #39 90.35 CC criu/timerfd.o [2020-09-10T21:29:59.811Z] #41 15.45 internal/nettrace [2020-09-10T21:29:59.856Z] #53 ... [2020-09-10T21:29:59.856Z] [2020-09-10T21:29:59.856Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:29:59.856Z] #24 DONE 35.5s [2020-09-10T21:29:59.856Z] [2020-09-10T21:29:59.856Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-10T21:29:59.856Z] #25 DONE 0.1s [2020-09-10T21:29:59.856Z] [2020-09-10T21:29:59.856Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:29:59.856Z] #53 0.322 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-10T21:29:59.856Z] #53 0.347 Cloning into '/tmp/tmp.clHCtqrEN2/src/github.com/containerd/containerd'... [2020-09-10T21:29:59.934Z] #39 90.46 CC criu/tty.o [2020-09-10T21:30:00.382Z] #41 15.82 runtime/cgo [2020-09-10T21:30:00.955Z] #41 ... [2020-09-10T21:30:00.955Z] [2020-09-10T21:30:00.955Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:00.955Z] #43 6.424 go: downloading gotest.tools/gotestsum v0.3.5 [2020-09-10T21:30:00.955Z] #43 6.909 go: extracting gotest.tools/gotestsum v0.3.5 [2020-09-10T21:30:00.955Z] #43 7.720 go: downloading gotest.tools v2.1.0+incompatible [2020-09-10T21:30:00.955Z] #43 7.849 go: extracting gotest.tools v2.1.0+incompatible [2020-09-10T21:30:00.955Z] #43 8.024 go: downloading github.com/pkg/errors v0.8.0 [2020-09-10T21:30:00.955Z] #43 8.070 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-09-10T21:30:00.955Z] #43 8.085 go: downloading github.com/fatih/color v1.6.0 [2020-09-10T21:30:00.955Z] #43 8.269 go: downloading github.com/spf13/pflag v1.0.1 [2020-09-10T21:30:00.955Z] #43 8.355 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-10T21:30:00.955Z] #43 8.407 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-09-10T21:30:00.955Z] #43 8.505 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-10T21:30:00.955Z] #43 8.553 go: extracting github.com/pkg/errors v0.8.0 [2020-09-10T21:30:00.955Z] #43 8.599 go: extracting github.com/fatih/color v1.6.0 [2020-09-10T21:30:00.955Z] #43 8.787 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-10T21:30:00.955Z] #43 8.801 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-09-10T21:30:00.955Z] #43 8.873 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-09-10T21:30:00.955Z] #43 8.925 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-10T21:30:00.955Z] #43 8.927 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-10T21:30:00.955Z] #43 8.928 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-10T21:30:00.955Z] #43 9.023 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-10T21:30:00.955Z] #43 9.032 go: extracting github.com/spf13/pflag v1.0.1 [2020-09-10T21:30:00.955Z] #43 9.065 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-09-10T21:30:00.955Z] #43 9.538 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-09-10T21:30:00.955Z] #43 11.59 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-10T21:30:00.955Z] #43 12.40 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-10T21:30:00.955Z] #43 12.54 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-10T21:30:00.955Z] #43 15.89 go: finding github.com/fatih/color v1.6.0 [2020-09-10T21:30:00.955Z] #43 15.93 go: finding github.com/pkg/errors v0.8.0 [2020-09-10T21:30:00.955Z] #43 16.05 go: finding github.com/sirupsen/logrus v1.0.5 [2020-09-10T21:30:00.955Z] #43 16.23 go: finding github.com/spf13/pflag v1.0.1 [2020-09-10T21:30:00.955Z] #43 16.27 go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-10T21:30:00.955Z] #43 16.35 go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-10T21:30:00.978Z] #39 91.24 CC criu/tun.o [2020-09-10T21:30:00.978Z] #39 ... [2020-09-10T21:30:00.978Z] [2020-09-10T21:30:00.978Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:30:00.978Z] #36 DONE 127.6s [2020-09-10T21:30:00.978Z] [2020-09-10T21:30:00.978Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:30:00.978Z] #39 91.50 CC criu/uffd.o [2020-09-10T21:30:01.216Z] #43 ... [2020-09-10T21:30:01.216Z] [2020-09-10T21:30:01.216Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:01.216Z] #47 15.93 + cd /tmp/tmp.gcnsTykCz8/src/github.com/mvdan/sh [2020-09-10T21:30:01.216Z] #47 15.95 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-10T21:30:01.216Z] #47 16.05 + GO111MODULE=on [2020-09-10T21:30:01.216Z] #47 16.05 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-10T21:30:01.786Z] #47 17.24 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-10T21:30:01.787Z] #47 17.29 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-10T21:30:01.787Z] #47 17.31 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-10T21:30:01.994Z] #51 23.77 Reading package lists... [2020-09-10T21:30:02.034Z] #39 92.51 CC criu/util.o [2020-09-10T21:30:02.046Z] #47 17.52 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-10T21:30:02.310Z] #47 17.76 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-10T21:30:02.335Z] #39 ... [2020-09-10T21:30:02.335Z] [2020-09-10T21:30:02.335Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-10T21:30:02.335Z] #37 DONE 0.3s [2020-09-10T21:30:02.335Z] [2020-09-10T21:30:02.335Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:02.335Z] #45 128.8 + cd /tmp/tmp.jsl2QipwDM/src/github.com/golangci/golangci-lint/ [2020-09-10T21:30:02.335Z] #45 128.8 + git checkout -q v1.23.8 [2020-09-10T21:30:02.335Z] #45 129.1 ++ git describe --tags [2020-09-10T21:30:02.335Z] #45 129.1 + version=v1.23.8 [2020-09-10T21:30:02.335Z] #45 129.1 ++ git rev-parse --short HEAD [2020-09-10T21:30:02.335Z] #45 129.1 + commit=76a82c6 [2020-09-10T21:30:02.335Z] #45 129.1 ++ git show -s --format=%cd [2020-09-10T21:30:02.335Z] #45 129.1 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-10T21:30:02.335Z] #45 129.1 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-10T21:30:02.947Z] #51 28.85 Building dependency tree... [2020-09-10T21:30:02.947Z] #51 ... [2020-09-10T21:30:02.947Z] [2020-09-10T21:30:02.947Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:02.947Z] #38 22.69 Reading package lists... [2020-09-10T21:30:02.947Z] #38 28.15 Building dependency tree... [2020-09-10T21:30:03.251Z] #47 18.72 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-10T21:30:03.349Z] .Loaded image: buildpack-deps:buster [2020-09-10T21:30:03.349Z] Loaded image: buildpack-deps:buster [2020-09-10T21:30:03.349Z] Loaded image: busybox:latest [2020-09-10T21:30:03.349Z] Loaded image: busybox:latest [2020-09-10T21:30:03.349Z] Loaded image: busybox:glibc [2020-09-10T21:30:03.349Z] Loaded image: debian:buster [2020-09-10T21:30:03.349Z] Loaded image: busybox:glibc [2020-09-10T21:30:03.349Z] Loaded image: debian:buster [2020-09-10T21:30:03.349Z] Loaded image: hello-world:latest [2020-09-10T21:30:03.440Z] #53 ... [2020-09-10T21:30:03.440Z] [2020-09-10T21:30:03.440Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:03.440Z] #11 22.88 Reading package lists... [2020-09-10T21:30:03.440Z] #11 29.47 Building dependency tree... [2020-09-10T21:30:03.440Z] #11 31.88 The following additional packages will be installed: [2020-09-10T21:30:03.440Z] #11 31.88 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-10T21:30:03.440Z] #11 31.89 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-10T21:30:03.440Z] #11 31.89 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-10T21:30:03.440Z] #11 31.89 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-10T21:30:03.440Z] #11 31.90 Suggested packages: [2020-09-10T21:30:03.440Z] #11 31.90 gcc-8-locales seccomp wine64 [2020-09-10T21:30:03.440Z] #11 33.03 The following NEW packages will be installed: [2020-09-10T21:30:03.440Z] #11 33.03 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-10T21:30:03.440Z] #11 33.03 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-10T21:30:03.440Z] #11 33.03 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-10T21:30:03.440Z] #11 33.04 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-10T21:30:03.440Z] #11 33.05 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-10T21:30:03.440Z] #11 33.05 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-10T21:30:03.440Z] #11 33.25 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:03.440Z] #11 33.25 Need to get 78.9 MB of archives. [2020-09-10T21:30:03.440Z] #11 33.25 After this operation, 532 MB of additional disk space will be used. [2020-09-10T21:30:03.440Z] #11 33.25 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-09-10T21:30:03.440Z] #11 33.61 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-09-10T21:30:03.440Z] #11 33.92 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-09-10T21:30:03.440Z] #11 33.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-09-10T21:30:03.440Z] #11 33.94 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-09-10T21:30:03.440Z] #11 33.95 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-10T21:30:03.440Z] #11 34.36 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-09-10T21:30:03.440Z] #11 34.64 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-09-10T21:30:03.440Z] #11 34.64 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-09-10T21:30:03.440Z] #11 37.53 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-09-10T21:30:03.440Z] #11 ... [2020-09-10T21:30:03.440Z] [2020-09-10T21:30:03.440Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:03.440Z] #26 2.488 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-10T21:30:03.440Z] #26 3.116 [2020-09-10T21:30:03.535Z] #38 ... [2020-09-10T21:30:03.535Z] [2020-09-10T21:30:03.535Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:03.535Z] #47 19.45 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-10T21:30:03.535Z] #47 20.46 runtime [2020-09-10T21:30:03.535Z] #47 ... [2020-09-10T21:30:03.535Z] [2020-09-10T21:30:03.535Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:03.535Z] #30 29.53 internal/reflectlite [2020-09-10T21:30:03.607Z] INFO: Testing against a local daemon [2020-09-10T21:30:03.607Z] === RUN TestDockerSuite [2020-09-10T21:30:03.607Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-09-10T21:30:03.607Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-09-10T21:30:03.607Z] Loaded image: hello-world:latest [2020-09-10T21:30:03.607Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-09-10T21:30:03.607Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-09-10T21:30:03.607Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-09-10T21:30:03.607Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-09-10T21:30:03.607Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-09-10T21:30:03.607Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-09-10T21:30:03.607Z] INFO: Testing against a local daemon [2020-09-10T21:30:03.607Z] === RUN TestDockerDaemonSuite [2020-09-10T21:30:03.607Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-09-10T21:30:03.607Z] [2020-09-10T21:30:03.607Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-10T21:30:03.866Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-10T21:30:03.866Z] Error: No such image: emptyfs [2020-09-10T21:30:03.866Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-10T21:30:03.866Z] ++++ docker load [2020-09-10T21:30:03.866Z] Running integration-test (iteration 1) [2020-09-10T21:30:03.866Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-09-10T21:30:03.866Z] ++ 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-09-10T21:30:03.866Z] ++ set -e [2020-09-10T21:30:03.866Z] ++ '[' -n 0 ']' [2020-09-10T21:30:03.866Z] ++ set -x [2020-09-10T21:30:03.866Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:30:04.074Z] #26 3.305 1.2% ## 3.3% ##### 7.4% ########### 15.5% ################ 23.6% ##################### 29.7% ######################### 35.8% ############################### 43.9% #################################### 50.0% ######################################## 56.1% [2020-09-10T21:30:04.074Z] #26 ... [2020-09-10T21:30:04.074Z] [2020-09-10T21:30:04.074Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:04.074Z] #39 22.63 Reading package lists... [2020-09-10T21:30:04.074Z] #39 30.29 Building dependency tree... [2020-09-10T21:30:04.074Z] #39 33.25 The following additional packages will be installed: [2020-09-10T21:30:04.074Z] #39 33.26 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-10T21:30:04.074Z] #39 33.26 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-10T21:30:04.074Z] #39 33.27 Suggested packages: [2020-09-10T21:30:04.074Z] #39 33.27 manpages-dev python-setuptools [2020-09-10T21:30:04.074Z] #39 34.95 The following NEW packages will be installed: [2020-09-10T21:30:04.074Z] #39 34.96 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-10T21:30:04.074Z] #39 34.96 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-10T21:30:04.074Z] #39 34.97 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-10T21:30:04.074Z] #39 34.97 python-six zlib1g-dev [2020-09-10T21:30:04.074Z] #39 35.16 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:04.074Z] #39 35.16 Need to get 4075 kB of archives. [2020-09-10T21:30:04.074Z] #39 35.16 After this operation, 24.5 MB of additional disk space will be used. [2020-09-10T21:30:04.074Z] #39 35.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-09-10T21:30:04.074Z] #39 35.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-09-10T21:30:04.074Z] #39 35.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-09-10T21:30:04.074Z] #39 35.26 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-09-10T21:30:04.075Z] #39 35.26 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-09-10T21:30:04.075Z] #39 35.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-09-10T21:30:04.075Z] #39 35.29 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-09-10T21:30:04.075Z] #39 35.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-09-10T21:30:04.075Z] #39 35.32 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-09-10T21:30:04.075Z] #39 35.41 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-09-10T21:30:04.075Z] #39 35.43 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-09-10T21:30:04.075Z] #39 35.55 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-09-10T21:30:04.075Z] #39 35.60 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-09-10T21:30:04.075Z] #39 35.62 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-09-10T21:30:04.075Z] #39 35.62 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-10T21:30:04.075Z] #39 35.67 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-09-10T21:30:04.075Z] #39 35.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-09-10T21:30:04.075Z] #39 37.05 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:04.075Z] #39 37.46 Fetched 4075 kB in 1s (6809 kB/s) [2020-09-10T21:30:04.075Z] #39 37.61 Selecting previously unselected package libcap-dev:ppc64el. [2020-09-10T21:30:04.075Z] #39 37.61 (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-09-10T21:30:04.075Z] #39 37.77 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-09-10T21:30:04.075Z] #39 37.78 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-09-10T21:30:04.075Z] #39 38.03 Selecting previously unselected package libnet1:ppc64el. [2020-09-10T21:30:04.075Z] #39 38.04 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-09-10T21:30:04.075Z] #39 38.06 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-10T21:30:04.075Z] #39 38.27 Selecting previously unselected package libnet1-dev. [2020-09-10T21:30:04.075Z] #39 38.29 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-09-10T21:30:04.075Z] #39 38.29 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-10T21:30:04.075Z] #39 38.48 Selecting previously unselected package libnl-3-200:ppc64el. [2020-09-10T21:30:04.075Z] #39 38.49 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-09-10T21:30:04.075Z] #39 38.51 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-10T21:30:04.075Z] #39 38.65 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-09-10T21:30:04.075Z] #39 38.66 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-09-10T21:30:04.075Z] #39 38.68 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-09-10T21:30:04.075Z] #39 39.07 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-09-10T21:30:04.075Z] #39 39.07 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-09-10T21:30:04.075Z] #39 39.08 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-10T21:30:04.075Z] #39 39.22 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-09-10T21:30:04.075Z] #39 39.25 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-09-10T21:30:04.075Z] #39 39.26 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-09-10T21:30:04.075Z] #39 39.48 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-09-10T21:30:04.075Z] #39 39.52 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-09-10T21:30:04.075Z] #39 39.54 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-09-10T21:30:04.075Z] #39 39.99 Selecting previously unselected package libprotobuf17:ppc64el. [2020-09-10T21:30:04.075Z] #39 40.01 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-09-10T21:30:04.191Z] #47 19.61 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-10T21:30:04.390Z] #39 40.02 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-09-10T21:30:04.390Z] #39 ... [2020-09-10T21:30:04.390Z] [2020-09-10T21:30:04.390Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:04.694Z] #26 3.305 1.2% ## 3.3% ##### 7.4% ########### 15.5% ################ 23.6% ##################### 29.7% ######################### 35.8% ############################### 43.9% #################################### 50.0% ######################################## 56.1% ############################################ 62.2% ################################################## 70.3% ######################################################### 80.5% ################################################################# 90.7% ##################################################################### 96.8% ######################################################################## 100.0% [2020-09-10T21:30:05.089Z] #45 ... [2020-09-10T21:30:05.089Z] [2020-09-10T21:30:05.089Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:30:05.089Z] #39 92.97 CC criu/uts_ns.o [2020-09-10T21:30:05.089Z] #39 93.04 CC criu/vdso.o [2020-09-10T21:30:05.089Z] #39 93.21 LINK criu/built-in.o [2020-09-10T21:30:05.089Z] #39 93.26 LINK criu/criu [2020-09-10T21:30:05.089Z] #39 93.37 DEP lib/c/criu.d [2020-09-10T21:30:05.089Z] #39 93.41 CC images/rpc.pb-c.o [2020-09-10T21:30:05.089Z] #39 93.57 CC lib/c/criu.o [2020-09-10T21:30:05.089Z] #39 93.90 LINK lib/c/built-in.o [2020-09-10T21:30:05.089Z] #39 93.91 LINK lib/c/libcriu.so [2020-09-10T21:30:05.089Z] #39 93.92 LINK lib/c/libcriu.a [2020-09-10T21:30:05.089Z] #39 93.97 GEN magic.py [2020-09-10T21:30:05.089Z] #39 94.00 Note: Building without setproctitle() and strlcpy() support. [2020-09-10T21:30:05.089Z] #39 94.00 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-10T21:30:05.089Z] #39 94.01 Note: Building without GnuTLS support [2020-09-10T21:30:05.089Z] #39 94.01 Makefile.config:39: Warn: you have no libnftables installed [2020-09-10T21:30:05.089Z] #39 94.01 Makefile.config:40: Warn: Building without nftables support [2020-09-10T21:30:05.089Z] #39 94.29 fatal: not a git repository (or any of the parent directories): .git [2020-09-10T21:30:05.089Z] #39 94.56 make[1]: Nothing to be done for 'all'. [2020-09-10T21:30:05.089Z] #39 94.86 make[1]: 'images/built-in.o' is up to date. [2020-09-10T21:30:05.089Z] #39 94.87 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-10T21:30:05.089Z] #39 94.89 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-10T21:30:05.089Z] #39 94.90 make[1]: 'compel/libcompel.a' is up to date. [2020-09-10T21:30:05.089Z] #39 94.91 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-10T21:30:05.089Z] #39 94.92 make[1]: Nothing to be done for 'all'. [2020-09-10T21:30:05.089Z] #39 94.92 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-10T21:30:05.089Z] #39 94.99 make[2]: Nothing to be done for 'all'. [2020-09-10T21:30:05.089Z] #39 95.00 make[2]: Nothing to be done for 'all'. [2020-09-10T21:30:05.089Z] #39 95.02 make[2]: Nothing to be done for 'all'. [2020-09-10T21:30:05.089Z] #39 95.05 make[2]: Nothing to be done for 'all'. [2020-09-10T21:30:05.089Z] #39 95.07 make[2]: Nothing to be done for 'all'. [2020-09-10T21:30:05.089Z] #39 95.08 make[2]: Nothing to be done for 'all'. [2020-09-10T21:30:05.089Z] #39 95.10 make[2]: Nothing to be done for 'all'. [2020-09-10T21:30:05.089Z] #39 95.13 make[2]: Nothing to be done for 'all'. [2020-09-10T21:30:05.089Z] #39 95.13 INSTALL criu/criu [2020-09-10T21:30:05.089Z] #39 DONE 95.4s [2020-09-10T21:30:05.089Z] [2020-09-10T21:30:05.089Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:05.342Z] #26 5.640 #=#=# [2020-09-10T21:30:05.469Z] #30 31.32 sort [2020-09-10T21:30:05.469Z] #30 31.33 io [2020-09-10T21:30:05.469Z] #30 31.34 syscall [2020-09-10T21:30:05.469Z] #30 31.45 strconv [2020-09-10T21:30:05.584Z] #47 21.08 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-10T21:30:05.584Z] #47 ... [2020-09-10T21:30:05.584Z] [2020-09-10T21:30:05.584Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:05.584Z] #60 20.42 Checking out files: 63% (1321/2067) Checking out files: 64% (1323/2067) Checking out files: 65% (1344/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-09-10T21:30:05.584Z] #60 21.25 + cd /tmp/tmp.iqF51pLWG8/src/github.com/docker/libnetwork [2020-09-10T21:30:05.725Z] #45 ... [2020-09-10T21:30:05.725Z] [2020-09-10T21:30:05.725Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-10T21:30:05.725Z] #40 DONE 0.1s [2020-09-10T21:30:05.725Z] [2020-09-10T21:30:05.725Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-10T21:30:05.725Z] #42 DONE 0.1s [2020-09-10T21:30:05.725Z] [2020-09-10T21:30:05.725Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:05.845Z] #60 21.25 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-09-10T21:30:05.957Z] #26 5.922 ############## 20.2% ################################# 47.1% ############################################################## 87.2% ######################################################################## 100.0% [2020-09-10T21:30:06.017Z] #45 ... [2020-09-10T21:30:06.017Z] [2020-09-10T21:30:06.017Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-10T21:30:06.017Z] #44 DONE 0.1s [2020-09-10T21:30:06.017Z] [2020-09-10T21:30:06.017Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:06.104Z] #60 ... [2020-09-10T21:30:06.104Z] [2020-09-10T21:30:06.104Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:30:06.104Z] #32 11.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-10T21:30:06.255Z] #26 ... [2020-09-10T21:30:06.255Z] [2020-09-10T21:30:06.255Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:30:06.255Z] #33 23.91 Reading package lists... [2020-09-10T21:30:06.255Z] #33 32.31 Building dependency tree... [2020-09-10T21:30:06.255Z] #33 35.37 The following additional packages will be installed: [2020-09-10T21:30:06.255Z] #33 35.37 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-10T21:30:06.255Z] #33 35.38 Suggested packages: [2020-09-10T21:30:06.255Z] #33 35.38 cmake-doc ninja-build lrzip [2020-09-10T21:30:06.255Z] #33 35.38 Recommended packages: [2020-09-10T21:30:06.255Z] #33 35.38 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-10T21:30:06.255Z] #33 36.89 The following NEW packages will be installed: [2020-09-10T21:30:06.255Z] #33 36.93 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-10T21:30:06.255Z] #33 36.93 vim-common xxd [2020-09-10T21:30:06.255Z] #33 37.24 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:06.255Z] #33 37.24 Need to get 14.9 MB of archives. [2020-09-10T21:30:06.255Z] #33 37.24 After this operation, 67.2 MB of additional disk space will be used. [2020-09-10T21:30:06.255Z] #33 37.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-09-10T21:30:06.255Z] #33 37.28 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-09-10T21:30:06.255Z] #33 37.30 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-09-10T21:30:06.255Z] #33 37.49 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-09-10T21:30:06.255Z] #33 38.50 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-09-10T21:30:06.255Z] #33 38.57 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-09-10T21:30:06.255Z] #33 38.60 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-09-10T21:30:06.255Z] #33 38.61 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-09-10T21:30:06.255Z] #33 38.62 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-09-10T21:30:06.255Z] #33 38.65 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-09-10T21:30:06.255Z] #33 40.78 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:06.255Z] #33 41.11 Fetched 14.9 MB in 2s (8432 kB/s) [2020-09-10T21:30:06.255Z] #33 41.21 Selecting previously unselected package xxd. [2020-09-10T21:30:06.255Z] #33 41.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-09-10T21:30:06.255Z] #33 41.37 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-09-10T21:30:06.255Z] #33 41.37 Unpacking xxd (2:8.1.0875-5) ... [2020-09-10T21:30:06.255Z] #33 41.54 Selecting previously unselected package vim-common. [2020-09-10T21:30:06.255Z] #33 41.56 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-10T21:30:06.255Z] #33 41.68 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-10T21:30:06.255Z] #33 42.07 Selecting previously unselected package cmake-data. [2020-09-10T21:30:06.255Z] #33 42.07 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-10T21:30:06.255Z] #33 42.09 Unpacking cmake-data (3.13.4-1) ... [2020-09-10T21:30:06.255Z] #33 ... [2020-09-10T21:30:06.255Z] [2020-09-10T21:30:06.255Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:06.255Z] #11 39.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-09-10T21:30:06.255Z] #11 39.76 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-09-10T21:30:06.255Z] #11 39.79 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-09-10T21:30:06.255Z] #11 39.81 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-09-10T21:30:06.255Z] #11 39.82 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-09-10T21:30:06.255Z] #11 39.83 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-09-10T21:30:06.255Z] #11 39.85 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-09-10T21:30:06.255Z] #11 39.89 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-09-10T21:30:06.255Z] #11 39.94 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-09-10T21:30:06.255Z] #11 39.96 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-09-10T21:30:06.255Z] #11 39.97 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-09-10T21:30:06.255Z] #11 40.04 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-09-10T21:30:06.255Z] #11 40.05 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-09-10T21:30:06.255Z] #11 40.08 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-09-10T21:30:06.255Z] #11 40.08 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-09-10T21:30:06.255Z] #11 41.90 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:06.255Z] #11 42.07 Fetched 78.9 MB in 7s (11.4 MB/s) [2020-09-10T21:30:06.255Z] #11 42.17 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-10T21:30:06.364Z] #32 ... [2020-09-10T21:30:06.364Z] [2020-09-10T21:30:06.364Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:06.364Z] #60 21.74 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-10T21:30:06.398Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-09-10T21:30:06.570Z] #11 42.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-09-10T21:30:06.570Z] #11 42.26 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-09-10T21:30:06.570Z] #11 42.27 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-10T21:30:06.625Z] #60 ... [2020-09-10T21:30:06.625Z] [2020-09-10T21:30:06.625Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:06.625Z] #10 12.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-10T21:30:06.625Z] #10 ... [2020-09-10T21:30:06.625Z] [2020-09-10T21:30:06.625Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:30:06.625Z] #51 12.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-10T21:30:06.656Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-09-10T21:30:06.870Z] #30 33.14 strings [2020-09-10T21:30:06.870Z] #30 ... [2020-09-10T21:30:06.870Z] [2020-09-10T21:30:06.870Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:06.870Z] #10 18.30 Reading package lists... [2020-09-10T21:30:06.870Z] #10 23.33 Reading package lists... [2020-09-10T21:30:06.870Z] #10 27.50 Building dependency tree... [2020-09-10T21:30:06.870Z] #10 30.05 The following additional packages will be installed: [2020-09-10T21:30:06.870Z] #10 30.07 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-10T21:30:06.870Z] #10 30.07 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-10T21:30:06.870Z] #10 30.07 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-10T21:30:06.870Z] #10 30.07 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-10T21:30:06.870Z] #10 30.08 Suggested packages: [2020-09-10T21:30:06.870Z] #10 30.08 gcc-8-locales seccomp wine64 [2020-09-10T21:30:06.870Z] #10 31.19 The following NEW packages will be installed: [2020-09-10T21:30:06.870Z] #10 31.20 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-10T21:30:06.870Z] #10 31.20 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-10T21:30:06.870Z] #10 31.20 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-10T21:30:06.870Z] #10 31.20 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-10T21:30:06.870Z] #10 31.20 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-10T21:30:06.870Z] #10 31.20 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-10T21:30:06.870Z] #10 31.60 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:06.870Z] #10 31.60 Need to get 73.3 MB of archives. [2020-09-10T21:30:06.870Z] #10 31.60 After this operation, 472 MB of additional disk space will be used. [2020-09-10T21:30:06.870Z] #10 31.60 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-09-10T21:30:06.870Z] #10 31.94 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-09-10T21:30:06.870Z] #10 32.28 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-09-10T21:30:06.870Z] #10 32.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-09-10T21:30:06.870Z] #10 32.30 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-09-10T21:30:06.870Z] #10 32.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-10T21:30:06.870Z] #10 32.88 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-09-10T21:30:06.888Z] #51 ... [2020-09-10T21:30:06.888Z] [2020-09-10T21:30:06.888Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:30:06.888Z] #36 21.99 Checking out files: 87% (1457/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-09-10T21:30:06.888Z] #36 22.28 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-10T21:30:07.135Z] #10 ... [2020-09-10T21:30:07.135Z] [2020-09-10T21:30:07.135Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:07.135Z] #38 30.50 The following additional packages will be installed: [2020-09-10T21:30:07.135Z] #38 30.50 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-10T21:30:07.135Z] #38 30.50 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-10T21:30:07.135Z] #38 30.51 Suggested packages: [2020-09-10T21:30:07.135Z] #38 30.51 manpages-dev python-setuptools [2020-09-10T21:30:07.135Z] #38 31.60 The following NEW packages will be installed: [2020-09-10T21:30:07.135Z] #38 31.60 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-10T21:30:07.135Z] #38 31.61 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-10T21:30:07.135Z] #38 31.61 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-10T21:30:07.135Z] #38 31.61 python-six zlib1g-dev [2020-09-10T21:30:07.135Z] #38 31.96 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:07.135Z] #38 31.96 Need to get 3798 kB of archives. [2020-09-10T21:30:07.135Z] #38 31.96 After this operation, 21.6 MB of additional disk space will be used. [2020-09-10T21:30:07.135Z] #38 31.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-09-10T21:30:07.135Z] #38 31.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-09-10T21:30:07.135Z] #38 31.99 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-09-10T21:30:07.135Z] #38 32.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-09-10T21:30:07.135Z] #38 32.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-09-10T21:30:07.135Z] #38 32.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-09-10T21:30:07.135Z] #38 32.06 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-09-10T21:30:07.135Z] #38 32.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-09-10T21:30:07.135Z] #38 32.11 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-09-10T21:30:07.135Z] #38 32.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-09-10T21:30:07.135Z] #38 32.28 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-09-10T21:30:07.135Z] #38 32.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-09-10T21:30:07.135Z] #38 32.57 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-09-10T21:30:07.135Z] #38 32.57 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-09-10T21:30:07.135Z] #38 32.58 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-10T21:30:07.135Z] #38 32.60 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-09-10T21:30:07.135Z] #38 32.64 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-09-10T21:30:07.135Z] #38 ... [2020-09-10T21:30:07.135Z] [2020-09-10T21:30:07.135Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:30:07.135Z] #32 19.13 Reading package lists... [2020-09-10T21:30:07.135Z] #32 23.73 Reading package lists... [2020-09-10T21:30:07.135Z] #32 29.63 Building dependency tree... [2020-09-10T21:30:07.135Z] #32 32.11 The following additional packages will be installed: [2020-09-10T21:30:07.135Z] #32 32.12 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-10T21:30:07.135Z] #32 32.13 Suggested packages: [2020-09-10T21:30:07.135Z] #32 32.13 cmake-doc ninja-build lrzip [2020-09-10T21:30:07.135Z] #32 32.13 Recommended packages: [2020-09-10T21:30:07.135Z] #32 32.13 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-10T21:30:07.135Z] #32 32.89 The following NEW packages will be installed: [2020-09-10T21:30:07.135Z] #32 32.90 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-10T21:30:07.135Z] #32 32.90 vim-common xxd [2020-09-10T21:30:07.135Z] #32 33.26 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:07.135Z] #32 33.26 Need to get 14.2 MB of archives. [2020-09-10T21:30:07.135Z] #32 33.26 After this operation, 60.0 MB of additional disk space will be used. [2020-09-10T21:30:07.135Z] #32 33.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-09-10T21:30:07.135Z] #32 33.28 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-10T21:30:07.135Z] #32 33.31 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-09-10T21:30:07.428Z] #32 33.48 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-09-10T21:30:07.428Z] #32 ... [2020-09-10T21:30:07.428Z] [2020-09-10T21:30:07.428Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:07.428Z] #10 33.31 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-09-10T21:30:07.428Z] #10 33.34 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-09-10T21:30:07.461Z] #36 ... [2020-09-10T21:30:07.461Z] [2020-09-10T21:30:07.461Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:07.461Z] #30 12.99 unicode/utf8 [2020-09-10T21:30:07.461Z] #30 13.62 internal/testlog [2020-09-10T21:30:07.461Z] #30 14.03 runtime/cgo [2020-09-10T21:30:07.625Z] #11 ... [2020-09-10T21:30:07.625Z] [2020-09-10T21:30:07.625Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:07.625Z] #61 DONE 43.5s [2020-09-10T21:30:07.721Z] #30 ... [2020-09-10T21:30:07.722Z] [2020-09-10T21:30:07.722Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:07.722Z] #47 22.46 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-10T21:30:07.722Z] #47 22.58 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-10T21:30:07.722Z] #47 22.76 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-10T21:30:07.722Z] #47 22.88 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-10T21:30:07.924Z] [2020-09-10T21:30:07.924Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:07.924Z] #26 6.747 [2020-09-10T21:30:07.924Z] #26 7.036 ### 4.3% ####################### 32.9% ############################################# 63.8% #################################################################### 94.9% ######################################################################## 100.0% [2020-09-10T21:30:07.924Z] #26 7.884 [2020-09-10T21:30:08.094Z] #10 ... [2020-09-10T21:30:08.094Z] [2020-09-10T21:30:08.094Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:30:08.094Z] #23 18.91 Reading package lists... [2020-09-10T21:30:08.094Z] #23 24.50 Reading package lists... [2020-09-10T21:30:08.094Z] #23 29.82 Building dependency tree... [2020-09-10T21:30:08.094Z] #23 32.29 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-10T21:30:08.094Z] #23 32.29 The following additional packages will be installed: [2020-09-10T21:30:08.094Z] #23 32.29 libjq1 libonig5 [2020-09-10T21:30:08.094Z] #23 32.69 The following NEW packages will be installed: [2020-09-10T21:30:08.094Z] #23 32.69 jq libjq1 libonig5 [2020-09-10T21:30:08.094Z] #23 33.16 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:08.094Z] #23 33.16 Need to get 325 kB of archives. [2020-09-10T21:30:08.094Z] #23 33.16 After this operation, 1019 kB of additional disk space will be used. [2020-09-10T21:30:08.094Z] #23 33.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-09-10T21:30:08.094Z] #23 33.17 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-09-10T21:30:08.094Z] #23 33.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-09-10T21:30:08.291Z] #47 23.66 runtime/cgo [2020-09-10T21:30:08.291Z] #47 23.80 runtime [2020-09-10T21:30:08.441Z] #23 ... [2020-09-10T21:30:08.441Z] [2020-09-10T21:30:08.441Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:08.441Z] #38 34.33 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:08.558Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-09-10T21:30:08.558Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-09-10T21:30:09.125Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-09-10T21:30:09.125Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-09-10T21:30:09.516Z] #38 35.36 Fetched 3798 kB in 1s (3771 kB/s) [2020-09-10T21:30:09.692Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-09-10T21:30:09.692Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-09-10T21:30:10.259Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-09-10T21:30:10.657Z] #38 ... [2020-09-10T21:30:10.657Z] [2020-09-10T21:30:10.657Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:10.657Z] #41 26.35 sync [2020-09-10T21:30:10.657Z] #41 26.38 internal/reflectlite [2020-09-10T21:30:10.657Z] #41 27.63 github.com/LK4D4/vndr/godl/singleflight [2020-09-10T21:30:10.657Z] #41 27.64 internal/singleflight [2020-09-10T21:30:10.657Z] #41 27.65 math/rand [2020-09-10T21:30:10.657Z] #41 29.68 errors [2020-09-10T21:30:10.657Z] #41 29.68 sort [2020-09-10T21:30:10.657Z] #41 30.16 io [2020-09-10T21:30:10.657Z] #41 30.17 internal/oserror [2020-09-10T21:30:10.657Z] #41 30.18 strconv [2020-09-10T21:30:10.657Z] #41 30.27 syscall [2020-09-10T21:30:10.657Z] #41 31.38 vendor/golang.org/x/net/dns/dnsmessage [2020-09-10T21:30:10.657Z] #41 32.11 bytes [2020-09-10T21:30:10.657Z] #41 34.25 bufio [2020-09-10T21:30:10.657Z] #41 35.24 reflect [2020-09-10T21:30:10.657Z] #41 36.17 regexp/syntax [2020-09-10T21:30:10.657Z] #41 ... [2020-09-10T21:30:10.657Z] [2020-09-10T21:30:10.657Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:30:10.657Z] #28 36.14 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-10T21:30:10.826Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-09-10T21:30:10.961Z] #26 8.360 0.0% ## 3.4% ###### 9.1% ######### 13.0% ############ 16.8% ############## 20.6% ################# 24.5% #################### 28.3% ####################### 32.1% ########################## 36.5% ############################## 42.1% ################################## 47.9% ##################################### 51.7% ######################################## 55.6% ############################################ 61.3% ############################################## 64.6% ################################################# 69.3% ##################################################### 75.0% ########################################################## 80.7% ############################################################### 88.4% ##################################################################### 96.1% ######################################################################## 100.0% [2020-09-10T21:30:11.085Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-09-10T21:30:11.176Z] #28 36.61 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-10T21:30:11.272Z] #26 11.44 [2020-09-10T21:30:11.587Z] #47 ... [2020-09-10T21:30:11.587Z] [2020-09-10T21:30:11.587Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:11.587Z] #43 16.64 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-10T21:30:11.587Z] #43 16.72 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-10T21:30:11.587Z] #43 16.74 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-10T21:30:11.587Z] #43 16.82 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-10T21:30:11.587Z] #43 16.92 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-10T21:30:11.587Z] #43 ... [2020-09-10T21:30:11.587Z] [2020-09-10T21:30:11.587Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:11.587Z] #41 26.74 vendor/golang.org/x/crypto/internal/subtle [2020-09-10T21:30:11.587Z] #41 26.93 vendor/golang.org/x/crypto/curve25519 [2020-09-10T21:30:11.588Z] #45 ... [2020-09-10T21:30:11.588Z] [2020-09-10T21:30:11.588Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:11.588Z] #52 115.0 + bin/containerd [2020-09-10T21:30:11.652Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-09-10T21:30:11.652Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-09-10T21:30:11.652Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-09-10T21:30:12.219Z] Loaded image: buildpack-deps:buster [2020-09-10T21:30:12.219Z] Loaded image: busybox:latest [2020-09-10T21:30:12.478Z] Loaded image: busybox:glibc [2020-09-10T21:30:12.478Z] Loaded image: debian:buster [2020-09-10T21:30:12.478Z] Loaded image: hello-world:latest [2020-09-10T21:30:12.478Z] INFO: Testing against a local daemon [2020-09-10T21:30:12.478Z] === RUN TestCgroupNamespacesBuild [2020-09-10T21:30:12.737Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-09-10T21:30:12.997Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-09-10T21:30:13.258Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-09-10T21:30:13.516Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-09-10T21:30:13.516Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-09-10T21:30:13.516Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-09-10T21:30:13.790Z] #28 ... [2020-09-10T21:30:13.790Z] [2020-09-10T21:30:13.790Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:30:13.790Z] #51 28.85 Building dependency tree... [2020-09-10T21:30:13.790Z] #51 31.53 The following additional packages will be installed: [2020-09-10T21:30:13.790Z] #51 31.53 libbtrfs0 [2020-09-10T21:30:13.790Z] #51 31.78 The following NEW packages will be installed: [2020-09-10T21:30:13.790Z] #51 31.79 libbtrfs-dev libbtrfs0 [2020-09-10T21:30:13.790Z] #51 32.17 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:13.790Z] #51 32.17 Need to get 119 kB of archives. [2020-09-10T21:30:13.790Z] #51 32.17 After this operation, 387 kB of additional disk space will be used. [2020-09-10T21:30:13.790Z] #51 32.17 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-09-10T21:30:13.790Z] #51 32.20 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-09-10T21:30:13.790Z] #51 33.93 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:13.790Z] #51 34.56 Fetched 119 kB in 0s (340 kB/s) [2020-09-10T21:30:13.790Z] #51 38.45 Selecting previously unselected package libbtrfs0. [2020-09-10T21:30:13.790Z] #51 38.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-09-10T21:30:13.790Z] #51 38.61 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-09-10T21:30:13.790Z] #51 39.31 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-10T21:30:13.790Z] #51 ... [2020-09-10T21:30:13.790Z] [2020-09-10T21:30:13.790Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:13.790Z] #43 DONE 40.1s [2020-09-10T21:30:13.790Z] [2020-09-10T21:30:13.790Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:13.790Z] #10 37.98 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-09-10T21:30:13.790Z] #10 39.87 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-09-10T21:30:13.790Z] #10 39.88 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-09-10T21:30:13.790Z] #10 39.89 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-09-10T21:30:13.790Z] #10 39.89 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-09-10T21:30:13.790Z] #10 39.90 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-09-10T21:30:13.790Z] #10 39.90 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB] [2020-09-10T21:30:13.790Z] #10 39.90 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-09-10T21:30:13.790Z] #10 39.91 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-09-10T21:30:13.790Z] #10 39.93 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-09-10T21:30:13.790Z] #10 39.95 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-09-10T21:30:13.790Z] #10 39.96 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-09-10T21:30:13.790Z] #10 39.97 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-09-10T21:30:13.790Z] #10 39.98 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-09-10T21:30:13.790Z] #10 39.98 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-09-10T21:30:13.790Z] #10 39.98 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB] [2020-09-10T21:30:14.061Z] #10 ... [2020-09-10T21:30:14.061Z] [2020-09-10T21:30:14.061Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:14.061Z] #60 DONE 40.1s [2020-09-10T21:30:14.061Z] [2020-09-10T21:30:14.061Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:30:14.061Z] #51 40.25 Selecting previously unselected package libbtrfs-dev. [2020-09-10T21:30:14.061Z] #51 40.25 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-09-10T21:30:14.061Z] #51 40.29 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:30:14.083Z] --- PASS: TestCgroupNamespacesBuild (1.37s) [2020-09-10T21:30:14.083Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-10T21:30:14.642Z] #51 40.83 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-10T21:30:14.642Z] #51 40.86 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:30:14.893Z] #41 ... [2020-09-10T21:30:14.893Z] [2020-09-10T21:30:14.893Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:30:14.893Z] #23 20.13 Fetched 8379 kB in 17s (504 kB/s) [2020-09-10T21:30:14.893Z] #23 20.13 Reading package lists... [2020-09-10T21:30:14.893Z] #23 27.12 Reading package lists... [2020-09-10T21:30:14.893Z] #23 ... [2020-09-10T21:30:14.893Z] [2020-09-10T21:30:14.893Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:30:14.893Z] #36 24.62 + 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-09-10T21:30:14.906Z] #51 40.89 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:30:15.018Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-09-10T21:30:15.233Z] #26 11.70 0.9% # 2.5% ## 3.6% ### 5.3% #### 6.9% ###### 8.5% ####### 10.7% ######## 12.3% ######### 13.7% ########### 15.3% ############ 16.9% ############# 19.1% ############## 19.7% ############### 21.2% ################ 22.8% ################## 25.3% ################### 27.3% #################### 28.7% ##################### 29.8% ###################### 31.4% ######################## 33.6% ######################### 35.8% ########################### 37.9% ############################ 40.1% ############################## 42.3% ############################### 44.0% ################################ 45.1% ################################# 46.8% ################################### 48.9% #################################### 51.0% ##################################### 52.1% [2020-09-10T21:30:15.233Z] #26 ... [2020-09-10T21:30:15.233Z] [2020-09-10T21:30:15.233Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:15.233Z] #39 41.08 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-09-10T21:30:15.233Z] #39 41.10 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-09-10T21:30:15.233Z] #39 41.10 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-09-10T21:30:15.233Z] #39 41.41 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-09-10T21:30:15.233Z] #39 41.43 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-09-10T21:30:15.233Z] #39 41.44 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-09-10T21:30:15.233Z] #39 42.98 Selecting previously unselected package libprotoc17:ppc64el. [2020-09-10T21:30:15.233Z] #39 42.99 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-09-10T21:30:15.233Z] #39 42.99 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-09-10T21:30:15.233Z] #39 43.74 Selecting previously unselected package protobuf-c-compiler. [2020-09-10T21:30:15.233Z] #39 43.76 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-09-10T21:30:15.233Z] #39 43.77 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-10T21:30:15.233Z] #39 44.03 Selecting previously unselected package protobuf-compiler. [2020-09-10T21:30:15.233Z] #39 44.03 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-09-10T21:30:15.233Z] #39 44.03 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-10T21:30:15.233Z] #39 44.29 Selecting previously unselected package python-pkg-resources. [2020-09-10T21:30:15.233Z] #39 44.32 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-10T21:30:15.233Z] #39 44.34 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-10T21:30:15.233Z] #39 45.00 Selecting previously unselected package python-six. [2020-09-10T21:30:15.233Z] #39 45.01 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-10T21:30:15.233Z] #39 45.02 Unpacking python-six (1.12.0-1) ... [2020-09-10T21:30:15.233Z] #39 45.10 Selecting previously unselected package python-protobuf. [2020-09-10T21:30:15.233Z] #39 45.11 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-09-10T21:30:15.233Z] #39 45.11 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-10T21:30:15.233Z] #39 45.53 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-10T21:30:15.233Z] #39 51.16 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-09-10T21:30:15.233Z] #39 51.17 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-10T21:30:15.233Z] #39 51.18 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-10T21:30:15.233Z] #39 51.18 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-09-10T21:30:15.233Z] #39 51.18 Setting up python-six (1.12.0-1) ... [2020-09-10T21:30:15.233Z] #39 ... [2020-09-10T21:30:15.233Z] [2020-09-10T21:30:15.233Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:15.276Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.31s) [2020-09-10T21:30:15.277Z] === RUN TestBuildWithSession [2020-09-10T21:30:15.277Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-10T21:30:15.277Z] build_session_test.go:25: TODO: BuildKit [2020-09-10T21:30:15.277Z] === RUN TestBuildSquashParent [2020-09-10T21:30:16.211Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-09-10T21:30:16.306Z] #51 DONE 42.1s [2020-09-10T21:30:16.306Z] [2020-09-10T21:30:16.306Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:17.218Z] INFO: Extraction ended at 09/10/2020 21:30:13. Duration:00:00:22.7915975 [2020-09-10T21:30:17.218Z] INFO: Updating the golang and path environment variables [2020-09-10T21:30:17.218Z] INFO: GOPATH=d:\gopath [2020-09-10T21:30:17.218Z] INFO: go version go1.13.15 windows/amd64 [2020-09-10T21:30:17.218Z] INFO: Running the daemon under test in debug mode [2020-09-10T21:30:17.218Z] INFO: Starting a daemon under test... [2020-09-10T21:30:17.218Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41435\4\daemon --pidfile d:\CI\PR-41435\4\docker.pid -D [2020-09-10T21:30:17.218Z] INFO: Process started successfully. [2020-09-10T21:30:17.218Z] INFO: Start tailing logs of the daemon under tests [2020-09-10T21:30:17.218Z] INFO: Waiting for the daemon under test to start... [2020-09-10T21:30:17.259Z] #52 ... [2020-09-10T21:30:17.260Z] [2020-09-10T21:30:17.260Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:17.260Z] #30 33.15 bytes [2020-09-10T21:30:17.260Z] #30 35.41 reflect [2020-09-10T21:30:17.260Z] #30 35.57 bufio [2020-09-10T21:30:17.260Z] #30 35.89 path [2020-09-10T21:30:17.260Z] #30 36.51 text/tabwriter [2020-09-10T21:30:17.260Z] #30 37.94 internal/syscall/execenv [2020-09-10T21:30:17.260Z] #30 37.94 internal/syscall/unix [2020-09-10T21:30:17.260Z] #30 37.97 time [2020-09-10T21:30:17.260Z] #30 41.15 internal/poll [2020-09-10T21:30:17.260Z] #30 41.86 internal/fmtsort [2020-09-10T21:30:17.260Z] #30 42.48 os [2020-09-10T21:30:17.260Z] #30 ... [2020-09-10T21:30:17.260Z] [2020-09-10T21:30:17.260Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:17.260Z] #38 38.12 Selecting previously unselected package libcap-dev:arm64. [2020-09-10T21:30:17.260Z] #38 38.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-09-10T21:30:17.260Z] #38 38.21 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-09-10T21:30:17.260Z] #38 38.45 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-09-10T21:30:17.260Z] #38 39.50 Selecting previously unselected package libnet1:arm64. [2020-09-10T21:30:17.260Z] #38 39.50 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-09-10T21:30:17.260Z] #38 40.14 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-09-10T21:30:17.260Z] #38 40.41 Selecting previously unselected package libnet1-dev. [2020-09-10T21:30:17.260Z] #38 40.42 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-09-10T21:30:17.260Z] #38 40.43 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-10T21:30:17.260Z] #38 40.82 Selecting previously unselected package libnl-3-200:arm64. [2020-09-10T21:30:17.260Z] #38 40.84 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-09-10T21:30:17.260Z] #38 40.88 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-09-10T21:30:17.260Z] #38 41.36 Selecting previously unselected package libnl-3-dev:arm64. [2020-09-10T21:30:17.260Z] #38 41.36 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-09-10T21:30:17.260Z] #38 41.37 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-09-10T21:30:17.260Z] #38 42.25 Selecting previously unselected package libprotobuf-c1:arm64. [2020-09-10T21:30:17.260Z] #38 42.25 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-09-10T21:30:17.260Z] #38 42.31 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-09-10T21:30:17.260Z] #38 42.46 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-09-10T21:30:17.260Z] #38 42.52 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-09-10T21:30:17.260Z] #38 42.76 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-09-10T21:30:17.437Z] #36 ... [2020-09-10T21:30:17.437Z] [2020-09-10T21:30:17.437Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:30:17.437Z] #32 22.76 Fetched 8379 kB in 18s (478 kB/s) [2020-09-10T21:30:17.437Z] #32 22.76 Reading package lists... [2020-09-10T21:30:17.437Z] #32 30.18 Reading package lists... [2020-09-10T21:30:17.437Z] #32 ... [2020-09-10T21:30:17.437Z] [2020-09-10T21:30:17.437Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:17.437Z] #10 23.43 Fetched 8379 kB in 18s (471 kB/s) [2020-09-10T21:30:17.437Z] #10 23.43 Reading package lists... [2020-09-10T21:30:17.526Z] #38 ... [2020-09-10T21:30:17.526Z] [2020-09-10T21:30:17.526Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:30:17.526Z] #23 34.58 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:17.526Z] #23 35.88 Fetched 325 kB in 0s (872 kB/s) [2020-09-10T21:30:17.526Z] #23 38.49 Selecting previously unselected package libonig5:arm64. [2020-09-10T21:30:17.526Z] #23 38.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 ... 15383 files and directories currently installed.) [2020-09-10T21:30:17.526Z] #23 38.62 Preparing to unpack .../libonig5_6.9.1-1_arm64.deb ... [2020-09-10T21:30:17.526Z] #23 39.97 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-09-10T21:30:17.526Z] #23 40.28 Selecting previously unselected package libjq1:arm64. [2020-09-10T21:30:17.526Z] #23 40.30 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-09-10T21:30:17.526Z] #23 40.38 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-09-10T21:30:17.526Z] #23 40.83 Selecting previously unselected package jq. [2020-09-10T21:30:17.526Z] #23 40.84 Preparing to unpack .../jq_1.5+dfsg-2+b1_arm64.deb ... [2020-09-10T21:30:17.526Z] #23 40.86 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-10T21:30:17.526Z] #23 41.40 Setting up libonig5:arm64 (6.9.1-1) ... [2020-09-10T21:30:17.526Z] #23 41.44 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-09-10T21:30:17.526Z] #23 41.48 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-10T21:30:17.526Z] #23 41.63 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:30:17.526Z] #23 DONE 43.4s [2020-09-10T21:30:17.526Z] [2020-09-10T21:30:17.526Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:17.526Z] #38 43.46 Selecting previously unselected package zlib1g-dev:arm64. [2020-09-10T21:30:17.526Z] #38 43.46 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-09-10T21:30:17.526Z] #38 43.47 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-09-10T21:30:17.526Z] #38 ... [2020-09-10T21:30:17.526Z] [2020-09-10T21:30:17.526Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-10T21:30:17.526Z] #24 DONE 0.2s [2020-09-10T21:30:17.526Z] [2020-09-10T21:30:17.526Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:17.588Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-09-10T21:30:17.589Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-09-10T21:30:17.673Z] INFO: Daemon under test started and replied! [2020-09-10T21:30:17.673Z] INFO: Docker version of the daemon under test [2020-09-10T21:30:17.673Z] [2020-09-10T21:30:17.673Z] Client: [2020-09-10T21:30:17.673Z] Version: 17.06.2-ce [2020-09-10T21:30:17.673Z] API version: 1.30 [2020-09-10T21:30:17.673Z] Go version: go1.8.3 [2020-09-10T21:30:17.673Z] Git commit: cec0b72 [2020-09-10T21:30:17.673Z] Built: Tue Sep 5 19:57:19 2017 [2020-09-10T21:30:17.673Z] OS/Arch: windows/amd64 [2020-09-10T21:30:17.673Z] [2020-09-10T21:30:17.673Z] Server: [2020-09-10T21:30:17.673Z] Version: 0.0.0-dev [2020-09-10T21:30:17.673Z] API version: 1.41 (minimum version 1.24) [2020-09-10T21:30:17.673Z] Go version: go1.13.15 [2020-09-10T21:30:17.673Z] Git commit: a614d70db5 [2020-09-10T21:30:17.673Z] Built: 09/10/2020 21:28:38 [2020-09-10T21:30:17.673Z] OS/Arch: windows/amd64 [2020-09-10T21:30:17.673Z] Experimental: false [2020-09-10T21:30:17.673Z] [2020-09-10T21:30:17.673Z] INFO: Docker info of the daemon under test [2020-09-10T21:30:17.673Z] [2020-09-10T21:30:17.673Z] Containers: 0 [2020-09-10T21:30:17.673Z] Running: 0 [2020-09-10T21:30:17.673Z] Paused: 0 [2020-09-10T21:30:17.673Z] Stopped: 0 [2020-09-10T21:30:17.673Z] Images: 0 [2020-09-10T21:30:17.673Z] Server Version: 0.0.0-dev [2020-09-10T21:30:17.673Z] Storage Driver: windowsfilter [2020-09-10T21:30:17.673Z] Windows: [2020-09-10T21:30:17.673Z] Logging Driver: json-file [2020-09-10T21:30:17.673Z] Plugins: [2020-09-10T21:30:17.673Z] Volume: local [2020-09-10T21:30:17.673Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-10T21:30:17.673Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-10T21:30:17.673Z] Swarm: inactive [2020-09-10T21:30:17.673Z] Default Isolation: process [2020-09-10T21:30:17.673Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-10T21:30:17.673Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-09-10T21:30:17.673Z] OSType: windows [2020-09-10T21:30:17.673Z] Architecture: x86_64 [2020-09-10T21:30:17.673Z] CPUs: 4 [2020-09-10T21:30:17.673Z] Total Memory: 32GiB [2020-09-10T21:30:17.673Z] Name: azwin-2-9b8600 [2020-09-10T21:30:17.673Z] ID: HHQS:LWA6:GM6O:5CD3:GB4E:SOMJ:4I67:2XRP:4QZZ:2NRG:HQJG:VNOU [2020-09-10T21:30:17.673Z] Docker Root Dir: D:\CI\PR-41435\4\daemon [2020-09-10T21:30:17.673Z] Debug Mode (client): false [2020-09-10T21:30:17.673Z] Debug Mode (server): true [2020-09-10T21:30:17.673Z] File Descriptors: -1 [2020-09-10T21:30:17.673Z] Goroutines: 17 [2020-09-10T21:30:17.673Z] System Time: 2020-09-10T21:30:17.4390211Z [2020-09-10T21:30:17.673Z] EventsListeners: 0 [2020-09-10T21:30:17.673Z] Registry: https://index.docker.io/v1/ [2020-09-10T21:30:17.673Z] Labels: [2020-09-10T21:30:17.673Z] Experimental: false [2020-09-10T21:30:17.673Z] Insecure Registries: [2020-09-10T21:30:17.673Z] 127.0.0.0/8 [2020-09-10T21:30:17.673Z] Live Restore Enabled: false [2020-09-10T21:30:17.673Z] [2020-09-10T21:30:17.673Z] [2020-09-10T21:30:17.673Z] INFO: Docker images of the daemon under test [2020-09-10T21:30:17.673Z] [2020-09-10T21:30:17.673Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-09-10T21:30:17.673Z] [2020-09-10T21:30:17.673Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-09-10T21:30:17.673Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-09-10T21:30:17.724Z] #26 11.70 0.9% # 2.5% ## 3.6% ### 5.3% #### 6.9% ###### 8.5% ####### 10.7% ######## 12.3% ######### 13.7% ########### 15.3% ############ 16.9% ############# 19.1% ############## 19.7% ############### 21.2% ################ 22.8% ################## 25.3% ################### 27.3% #################### 28.7% ##################### 29.8% ###################### 31.4% ######################## 33.6% ######################### 35.8% ########################### 37.9% ############################ 40.1% ############################## 42.3% ############################### 44.0% ################################ 45.1% ################################# 46.8% ################################### 48.9% #################################### 51.0% ##################################### 52.1% ###################################### 53.2% ####################################### 54.8% ######################################## 56.5% ######################################### 57.8% ########################################## 58.7% ########################################### 59.8% ############################################ 61.4% ############################################# 63.0% ############################################## 65.2% ################################################ 67.4% ################################################## 69.5% #################################################### 72.3% ##################################################### 75.0% ######################################################## 78.2% ########################################################## 81.4% ########################################################### 83.1% ############################################################## 86.7% [2020-09-10T21:30:17.724Z] #26 ... [2020-09-10T21:30:17.724Z] [2020-09-10T21:30:17.724Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:17.724Z] #44 DONE 53.6s [2020-09-10T21:30:18.008Z] #10 30.65 Reading package lists... [2020-09-10T21:30:18.008Z] #10 ... [2020-09-10T21:30:18.008Z] [2020-09-10T21:30:18.008Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:18.008Z] #38 23.37 Fetched 8379 kB in 18s (474 kB/s) [2020-09-10T21:30:18.008Z] #38 23.37 Reading package lists... [2020-09-10T21:30:18.008Z] #38 30.13 Reading package lists... [2020-09-10T21:30:18.008Z] #38 ... [2020-09-10T21:30:18.008Z] [2020-09-10T21:30:18.008Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:30:18.008Z] #51 23.34 Fetched 8379 kB in 18s (473 kB/s) [2020-09-10T21:30:18.008Z] #51 23.34 Reading package lists... [2020-09-10T21:30:18.024Z] [2020-09-10T21:30:18.024Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:30:18.024Z] #29 52.07 Checking out files: 77% (1176/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 92% (1402/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-09-10T21:30:18.024Z] #29 53.45 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-10T21:30:18.130Z] ltsc2019: Pulling from windows/servercore [2020-09-10T21:30:18.130Z] 4612f6d0b889: Pulling fs layer [2020-09-10T21:30:18.130Z] c3aff4450246: Pulling fs layer [2020-09-10T21:30:18.270Z] #51 30.50 Reading package lists... [2020-09-10T21:30:18.270Z] #51 ... [2020-09-10T21:30:18.270Z] [2020-09-10T21:30:18.270Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:30:18.270Z] #23 27.12 Reading package lists... [2020-09-10T21:30:18.353Z] #29 ... [2020-09-10T21:30:18.353Z] [2020-09-10T21:30:18.353Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:18.353Z] #31 44.12 internal/reflectlite [2020-09-10T21:30:18.353Z] #31 44.13 sync [2020-09-10T21:30:18.353Z] #31 49.50 errors [2020-09-10T21:30:18.353Z] #31 49.50 sort [2020-09-10T21:30:18.353Z] #31 50.09 strconv [2020-09-10T21:30:18.353Z] #31 50.10 io [2020-09-10T21:30:18.353Z] #31 50.10 internal/oserror [2020-09-10T21:30:18.353Z] #31 50.66 syscall [2020-09-10T21:30:18.353Z] #31 ... [2020-09-10T21:30:18.353Z] [2020-09-10T21:30:18.353Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:18.353Z] #42 44.24 internal/reflectlite [2020-09-10T21:30:18.353Z] #42 44.25 sync [2020-09-10T21:30:18.353Z] #42 46.98 math/rand [2020-09-10T21:30:18.353Z] #42 46.99 internal/singleflight [2020-09-10T21:30:18.353Z] #42 47.03 github.com/LK4D4/vndr/godl/singleflight [2020-09-10T21:30:18.353Z] #42 50.66 io [2020-09-10T21:30:18.353Z] #42 50.67 strconv [2020-09-10T21:30:18.353Z] #42 50.68 syscall [2020-09-10T21:30:18.353Z] #42 50.83 sort [2020-09-10T21:30:18.483Z] #25 ... [2020-09-10T21:30:18.483Z] [2020-09-10T21:30:18.483Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:30:18.483Z] #32 34.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-09-10T21:30:18.483Z] #32 34.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-09-10T21:30:18.483Z] #32 34.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-09-10T21:30:18.483Z] #32 34.49 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-09-10T21:30:18.483Z] #32 34.50 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-09-10T21:30:18.483Z] #32 34.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-09-10T21:30:18.483Z] #32 37.59 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:18.483Z] #32 38.57 Fetched 14.2 MB in 2s (6605 kB/s) [2020-09-10T21:30:18.483Z] #32 39.83 Selecting previously unselected package xxd. [2020-09-10T21:30:18.484Z] #32 39.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 ... 15383 files and directories currently installed.) [2020-09-10T21:30:18.484Z] #32 39.89 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-09-10T21:30:18.484Z] #32 40.14 Unpacking xxd (2:8.1.0875-5) ... [2020-09-10T21:30:18.484Z] #32 40.75 Selecting previously unselected package vim-common. [2020-09-10T21:30:18.484Z] #32 40.76 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-10T21:30:18.484Z] #32 40.81 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-10T21:30:18.484Z] #32 41.45 Selecting previously unselected package cmake-data. [2020-09-10T21:30:18.484Z] #32 41.45 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-10T21:30:18.484Z] #32 41.47 Unpacking cmake-data (3.13.4-1) ... [2020-09-10T21:30:18.484Z] #32 ... [2020-09-10T21:30:18.484Z] [2020-09-10T21:30:18.484Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:18.484Z] #52 2.097 + RM_GOPATH=0 [2020-09-10T21:30:18.484Z] #52 2.097 + TMP_GOPATH= [2020-09-10T21:30:18.484Z] #52 2.097 + : /build [2020-09-10T21:30:18.484Z] #52 2.097 + '[' -z '' ']' [2020-09-10T21:30:18.484Z] #52 2.097 ++ mktemp -d [2020-09-10T21:30:18.484Z] #52 2.097 + export GOPATH=/tmp/tmp.98LOZx2QT6 [2020-09-10T21:30:18.484Z] #52 2.098 + GOPATH=/tmp/tmp.98LOZx2QT6 [2020-09-10T21:30:18.484Z] #52 2.098 + RM_GOPATH=1 [2020-09-10T21:30:18.484Z] #52 2.099 + case "$(go env GOARCH)" in [2020-09-10T21:30:18.484Z] #52 2.105 ++ go env GOARCH [2020-09-10T21:30:18.484Z] #52 2.142 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:30:18.484Z] #52 2.142 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:30:18.484Z] #52 2.145 ++ dirname /tmp/install/install.sh [2020-09-10T21:30:18.484Z] #52 2.151 + dir=/tmp/install [2020-09-10T21:30:18.484Z] #52 2.152 + bin=containerd [2020-09-10T21:30:18.484Z] #52 2.153 + shift [2020-09-10T21:30:18.484Z] #52 2.153 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-10T21:30:18.484Z] #52 2.154 + . /tmp/install/containerd.installer [2020-09-10T21:30:18.484Z] #52 2.155 ++ set -e [2020-09-10T21:30:18.484Z] #52 2.156 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-10T21:30:18.484Z] #52 2.169 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-10T21:30:18.484Z] #52 2.169 + install_containerd [2020-09-10T21:30:18.484Z] #52 2.169 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a' [2020-09-10T21:30:18.484Z] #52 2.169 + git clone https://github.com/containerd/containerd.git /tmp/tmp.98LOZx2QT6/src/github.com/containerd/containerd [2020-09-10T21:30:18.484Z] #52 2.169 Cloning into '/tmp/tmp.98LOZx2QT6/src/github.com/containerd/containerd'... [2020-09-10T21:30:18.652Z] #42 ... [2020-09-10T21:30:18.652Z] [2020-09-10T21:30:18.652Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:19.495Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-09-10T21:30:19.496Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-09-10T21:30:19.559Z] #26 11.70 0.9% # 2.5% ## 3.6% ### 5.3% #### 6.9% ###### 8.5% ####### 10.7% ######## 12.3% ######### 13.7% ########### 15.3% ############ 16.9% ############# 19.1% ############## 19.7% ############### 21.2% ################ 22.8% ################## 25.3% ################### 27.3% #################### 28.7% ##################### 29.8% ###################### 31.4% ######################## 33.6% ######################### 35.8% ########################### 37.9% ############################ 40.1% ############################## 42.3% ############################### 44.0% ################################ 45.1% ################################# 46.8% ################################### 48.9% #################################### 51.0% ##################################### 52.1% ###################################### 53.2% ####################################### 54.8% ######################################## 56.5% ######################################### 57.8% ########################################## 58.7% ########################################### 59.8% ############################################ 61.4% ############################################# 63.0% ############################################## 65.2% ################################################ 67.4% ################################################## 69.5% #################################################### 72.3% ##################################################### 75.0% ######################################################## 78.2% ########################################################## 81.4% ########################################################### 83.1% ############################################################## 86.7% ############################################################### 88.8% ################################################################ 89.9% ################################################################# 90.4% ################################################################# 91.2% ################################################################# 91.2% ################################################################# 91.3% ################################################################# 91.3% ################################################################## 92.2% ################################################################### 93.2% #################################################################### 94.9% ##################################################################### 96.5% ###################################################################### 98.1% ######################################################################## 100.0% [2020-09-10T21:30:19.559Z] #26 19.91 [2020-09-10T21:30:20.431Z] #52 ... [2020-09-10T21:30:20.431Z] [2020-09-10T21:30:20.431Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:20.431Z] #47 36.65 reflect [2020-09-10T21:30:20.431Z] #47 36.67 text/tabwriter [2020-09-10T21:30:20.431Z] #47 36.67 regexp/syntax [2020-09-10T21:30:20.431Z] #47 36.70 syscall [2020-09-10T21:30:20.431Z] #47 40.61 regexp [2020-09-10T21:30:20.431Z] #47 44.14 os [2020-09-10T21:30:20.431Z] #47 44.14 context [2020-09-10T21:30:20.441Z] #23 34.04 Building dependency tree... [2020-09-10T21:30:20.625Z] #26 ... [2020-09-10T21:30:20.625Z] [2020-09-10T21:30:20.625Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:30:20.625Z] #33 46.27 Selecting previously unselected package libicu63:ppc64el. [2020-09-10T21:30:20.625Z] #33 46.32 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-09-10T21:30:20.625Z] #33 46.33 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-10T21:30:20.625Z] #33 55.63 Selecting previously unselected package libxml2:ppc64el. [2020-09-10T21:30:20.625Z] #33 55.63 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-09-10T21:30:20.625Z] #33 55.64 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-09-10T21:30:20.625Z] #33 56.28 Selecting previously unselected package libarchive13:ppc64el. [2020-09-10T21:30:20.625Z] #33 56.28 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-09-10T21:30:20.625Z] #33 56.31 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-09-10T21:30:20.625Z] #33 ... [2020-09-10T21:30:20.625Z] [2020-09-10T21:30:20.625Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:20.625Z] #11 46.28 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-10T21:30:20.625Z] #11 46.30 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-09-10T21:30:20.625Z] #11 46.31 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-10T21:30:20.625Z] #11 50.49 Selecting previously unselected package binutils-mingw-w64. [2020-09-10T21:30:20.625Z] #11 50.53 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-10T21:30:20.625Z] #11 50.53 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-10T21:30:20.625Z] #11 50.67 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-09-10T21:30:20.625Z] #11 50.70 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-09-10T21:30:20.625Z] #11 50.70 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-10T21:30:20.625Z] #11 50.94 Selecting previously unselected package dmsetup. [2020-09-10T21:30:20.625Z] #11 50.95 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-09-10T21:30:20.625Z] #11 50.96 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-10T21:30:20.625Z] #11 51.14 Selecting previously unselected package mingw-w64-common. [2020-09-10T21:30:20.625Z] #11 51.15 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-10T21:30:20.625Z] #11 51.15 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-10T21:30:20.625Z] #11 ... [2020-09-10T21:30:20.625Z] [2020-09-10T21:30:20.625Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:20.625Z] #39 55.60 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-09-10T21:30:20.625Z] #39 55.62 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-10T21:30:20.625Z] #39 55.64 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-09-10T21:30:20.625Z] #39 55.64 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-09-10T21:30:20.625Z] #39 55.65 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-09-10T21:30:20.625Z] #39 55.65 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-10T21:30:20.625Z] #39 55.66 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-10T21:30:20.625Z] #39 55.67 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-09-10T21:30:20.625Z] #39 55.68 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-10T21:30:20.625Z] #39 55.68 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-10T21:30:20.696Z] #47 ... [2020-09-10T21:30:20.696Z] [2020-09-10T21:30:20.696Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:20.696Z] #38 43.77 Selecting previously unselected package libprotobuf17:arm64. [2020-09-10T21:30:20.696Z] #38 43.78 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-09-10T21:30:20.696Z] #38 43.81 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-09-10T21:30:20.696Z] #38 44.68 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-09-10T21:30:20.696Z] #38 44.69 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-09-10T21:30:20.696Z] #38 44.69 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-09-10T21:30:20.696Z] #38 44.95 Selecting previously unselected package libprotobuf-dev:arm64. [2020-09-10T21:30:20.696Z] #38 44.96 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-09-10T21:30:20.696Z] #38 45.06 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-09-10T21:30:20.696Z] #38 46.18 Selecting previously unselected package libprotoc17:arm64. [2020-09-10T21:30:20.696Z] #38 46.18 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-09-10T21:30:20.696Z] #38 46.20 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-09-10T21:30:20.696Z] #38 46.55 Selecting previously unselected package protobuf-c-compiler. [2020-09-10T21:30:20.696Z] #38 46.55 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-09-10T21:30:20.696Z] #38 46.56 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-10T21:30:20.696Z] #38 46.71 Selecting previously unselected package protobuf-compiler. [2020-09-10T21:30:20.696Z] #38 46.72 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-09-10T21:30:20.696Z] #38 46.74 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-10T21:30:20.871Z] --- PASS: TestBuildSquashParent (5.43s) [2020-09-10T21:30:20.871Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-10T21:30:20.871Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:30:20.871Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:30:20.871Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:30:20.871Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:30:20.871Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:30:20.871Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:30:20.871Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:30:20.871Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:30:20.871Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:30:20.871Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:30:20.871Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:30:20.871Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:30:20.871Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:30:20.871Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:30:20.871Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:30:20.871Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:30:20.871Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:30:20.871Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:30:20.960Z] #38 46.91 Selecting previously unselected package python-pkg-resources. [2020-09-10T21:30:20.960Z] #38 46.92 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-10T21:30:20.960Z] #38 46.95 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-10T21:30:20.960Z] #38 ... [2020-09-10T21:30:20.960Z] [2020-09-10T21:30:20.960Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:20.960Z] #41 37.04 hash [2020-09-10T21:30:20.960Z] #41 37.16 hash/crc32 [2020-09-10T21:30:20.960Z] #41 37.89 crypto [2020-09-10T21:30:20.960Z] #41 38.14 crypto/internal/randutil [2020-09-10T21:30:20.960Z] #41 38.40 crypto/hmac [2020-09-10T21:30:20.960Z] #41 38.53 time [2020-09-10T21:30:20.960Z] #41 38.70 crypto/rc4 [2020-09-10T21:30:20.960Z] #41 39.36 vendor/golang.org/x/text/transform [2020-09-10T21:30:20.960Z] #41 40.36 regexp [2020-09-10T21:30:20.960Z] #41 44.62 context [2020-09-10T21:30:20.960Z] #41 44.66 path/filepath [2020-09-10T21:30:20.960Z] #41 46.05 internal/lazyregexp [2020-09-10T21:30:20.960Z] #41 46.09 github.com/LK4D4/vndr/versioned [2020-09-10T21:30:20.960Z] #41 46.26 net [2020-09-10T21:30:20.960Z] #41 47.07 os/exec [2020-09-10T21:30:21.226Z] #41 ... [2020-09-10T21:30:21.226Z] [2020-09-10T21:30:21.226Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:21.226Z] #25 2.760 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-10T21:30:21.226Z] #25 3.107 [2020-09-10T21:30:21.806Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-09-10T21:30:21.826Z] #23 37.24 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-10T21:30:21.826Z] #23 37.24 The following additional packages will be installed: [2020-09-10T21:30:21.826Z] #23 37.24 libjq1 libonig5 [2020-09-10T21:30:22.373Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-09-10T21:30:22.396Z] #23 37.75 The following NEW packages will be installed: [2020-09-10T21:30:22.396Z] #23 37.75 jq libjq1 libonig5 [2020-09-10T21:30:22.555Z] #25 3.338 0.0% ### 5.1% ####### 9.9% ########## 14.2% ############## 20.3% ################### 27.2% ####################### 33.0% ########################### 37.7% ############################## 42.4% ################################# 46.6% ###################################### 53.6% ########################################### 60.2% ############################################### 66.2% #################################################### 73.6% ########################################################### 82.0% ############################################################## 87.4% ################################################################### 93.4% ######################################################################## 100.0% [2020-09-10T21:30:22.656Z] #23 38.13 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:22.656Z] #23 38.13 Need to get 355 kB of archives. [2020-09-10T21:30:22.656Z] #23 38.13 After this operation, 1072 kB of additional disk space will be used. [2020-09-10T21:30:22.656Z] #23 38.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-10T21:30:22.656Z] #23 38.15 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-10T21:30:22.656Z] #23 38.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-10T21:30:23.138Z] #25 5.554 #=#=# [2020-09-10T21:30:23.233Z] #23 ... [2020-09-10T21:30:23.233Z] [2020-09-10T21:30:23.233Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:23.233Z] #30 38.83 sync [2020-09-10T21:30:23.494Z] #30 38.84 internal/reflectlite [2020-09-10T21:30:23.932Z] #25 5.812 0.2% ########## 14.5% ################## 26.0% ################################## 47.3% ####################################################### 76.6% ######################################################################## 100.0% [2020-09-10T21:30:24.197Z] #25 6.679 [2020-09-10T21:30:24.217Z] #39 ... [2020-09-10T21:30:24.217Z] [2020-09-10T21:30:24.217Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:24.217Z] #48 50.05 errors [2020-09-10T21:30:24.217Z] #48 50.05 sort [2020-09-10T21:30:24.217Z] #48 50.69 io [2020-09-10T21:30:24.217Z] #48 50.70 syscall [2020-09-10T21:30:24.217Z] #48 50.76 strconv [2020-09-10T21:30:24.217Z] #48 55.78 bytes [2020-09-10T21:30:24.217Z] #48 55.80 strings [2020-09-10T21:30:24.516Z] #48 ... [2020-09-10T21:30:24.516Z] [2020-09-10T21:30:24.516Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:24.516Z] #26 21.44 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-10T21:30:24.516Z] #26 21.93 [2020-09-10T21:30:24.516Z] #26 22.15 #################################### 50.4% ######################################################################## 100.0% [2020-09-10T21:30:24.516Z] #26 22.38 [2020-09-10T21:30:24.516Z] #26 23.99 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-10T21:30:24.516Z] #26 24.05 skipping existing 5cb8031fd95d [2020-09-10T21:30:24.516Z] #26 24.17 [2020-09-10T21:30:24.907Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-09-10T21:30:24.907Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-10T21:30:24.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.03s) [2020-09-10T21:30:24.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.24s) [2020-09-10T21:30:24.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.73s) [2020-09-10T21:30:24.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.92s) [2020-09-10T21:30:24.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (4.05s) [2020-09-10T21:30:24.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (4.11s) [2020-09-10T21:30:24.907Z] === RUN TestBuildMultiStageCopy [2020-09-10T21:30:24.907Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-10T21:30:24.996Z] #25 6.993 0.2% ############## 20.7% ########################## 37.0% ################################################### 71.3% ######################################################################## 100.0% [2020-09-10T21:30:24.996Z] #25 ... [2020-09-10T21:30:24.996Z] [2020-09-10T21:30:24.996Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:24.996Z] #10 41.18 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:24.996Z] #10 41.61 Fetched 73.3 MB in 9s (8442 kB/s) [2020-09-10T21:30:24.996Z] #10 42.10 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-10T21:30:24.996Z] #10 42.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-09-10T21:30:24.996Z] #10 42.20 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-09-10T21:30:24.996Z] #10 42.30 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-10T21:30:24.996Z] #10 44.41 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-10T21:30:24.996Z] #10 44.41 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-09-10T21:30:24.996Z] #10 44.42 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-10T21:30:24.996Z] #10 46.16 Selecting previously unselected package binutils-mingw-w64. [2020-09-10T21:30:24.996Z] #10 46.17 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-10T21:30:24.996Z] #10 46.18 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-10T21:30:24.996Z] #10 46.28 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-09-10T21:30:24.996Z] #10 46.28 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-09-10T21:30:24.996Z] #10 46.29 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-09-10T21:30:24.996Z] #10 46.48 Selecting previously unselected package dmsetup. [2020-09-10T21:30:24.996Z] #10 46.48 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-09-10T21:30:24.996Z] #10 46.51 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-10T21:30:24.996Z] #10 46.71 Selecting previously unselected package mingw-w64-common. [2020-09-10T21:30:24.996Z] #10 46.72 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-10T21:30:24.996Z] #10 46.74 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-10T21:30:25.165Z] #26 ... [2020-09-10T21:30:25.165Z] [2020-09-10T21:30:25.165Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:30:25.165Z] #33 56.69 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-09-10T21:30:25.165Z] #33 56.69 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-09-10T21:30:25.165Z] #33 56.69 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-09-10T21:30:25.165Z] #33 56.88 Selecting previously unselected package librhash0:ppc64el. [2020-09-10T21:30:25.165Z] #33 56.90 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-09-10T21:30:25.165Z] #33 56.93 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-09-10T21:30:25.165Z] #33 57.13 Selecting previously unselected package libuv1:ppc64el. [2020-09-10T21:30:25.165Z] #33 57.14 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-09-10T21:30:25.165Z] #33 57.14 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-09-10T21:30:25.165Z] #33 57.31 Selecting previously unselected package cmake. [2020-09-10T21:30:25.165Z] #33 57.33 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-09-10T21:30:25.165Z] #33 57.33 Unpacking cmake (3.13.4-1) ... [2020-09-10T21:30:25.165Z] #33 60.28 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-10T21:30:25.165Z] #33 60.29 Setting up xxd (2:8.1.0875-5) ... [2020-09-10T21:30:25.165Z] #33 60.30 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-09-10T21:30:25.165Z] #33 60.33 Setting up vim-common (2:8.1.0875-5) ... [2020-09-10T21:30:25.165Z] #33 60.37 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-09-10T21:30:25.165Z] #33 60.38 Setting up cmake-data (3.13.4-1) ... [2020-09-10T21:30:25.165Z] #33 60.39 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-09-10T21:30:25.165Z] #33 60.40 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-09-10T21:30:25.165Z] #33 60.41 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-09-10T21:30:25.165Z] #33 60.42 Setting up cmake (3.13.4-1) ... [2020-09-10T21:30:25.165Z] #33 60.43 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:30:25.165Z] #33 60.53 Processing triggers for mime-support (3.62) ... [2020-09-10T21:30:25.165Z] #33 DONE 60.9s [2020-09-10T21:30:25.165Z] [2020-09-10T21:30:25.165Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:25.165Z] #26 25.55 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-10T21:30:25.260Z] #10 ... [2020-09-10T21:30:25.260Z] [2020-09-10T21:30:25.260Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:25.260Z] #38 47.23 Selecting previously unselected package python-six. [2020-09-10T21:30:25.260Z] #38 47.24 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-10T21:30:25.260Z] #38 47.26 Unpacking python-six (1.12.0-1) ... [2020-09-10T21:30:25.260Z] #38 47.43 Selecting previously unselected package python-protobuf. [2020-09-10T21:30:25.260Z] #38 47.44 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-09-10T21:30:25.260Z] #38 47.47 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-10T21:30:25.260Z] #38 48.10 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-10T21:30:25.260Z] #38 50.40 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-09-10T21:30:25.260Z] #38 50.50 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-09-10T21:30:25.260Z] #38 50.52 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-09-10T21:30:25.260Z] #38 50.53 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-09-10T21:30:25.260Z] #38 50.55 Setting up python-six (1.12.0-1) ... [2020-09-10T21:30:25.421Z] #30 ... [2020-09-10T21:30:25.421Z] [2020-09-10T21:30:25.421Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:25.421Z] #60 DONE 40.7s [2020-09-10T21:30:25.421Z] [2020-09-10T21:30:25.421Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:30:25.421Z] #23 39.44 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:25.421Z] #23 39.68 Fetched 355 kB in 0s (1172 kB/s) [2020-09-10T21:30:25.421Z] #23 40.24 Selecting previously unselected package libonig5:amd64. [2020-09-10T21:30:25.421Z] #23 40.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-10T21:30:25.421Z] #23 40.29 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-09-10T21:30:25.421Z] #23 40.38 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-10T21:30:25.421Z] #23 40.73 Selecting previously unselected package libjq1:amd64. [2020-09-10T21:30:25.421Z] #23 40.73 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-10T21:30:25.421Z] #23 40.76 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-10T21:30:25.421Z] #23 41.01 Selecting previously unselected package jq. [2020-09-10T21:30:25.421Z] #23 41.01 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-10T21:30:25.421Z] #23 41.01 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-10T21:30:25.464Z] #26 25.67 skipping existing 283607eaa57e [2020-09-10T21:30:25.473Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-09-10T21:30:25.681Z] #23 ... [2020-09-10T21:30:25.681Z] [2020-09-10T21:30:25.681Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:25.681Z] #43 DONE 41.1s [2020-09-10T21:30:25.681Z] [2020-09-10T21:30:25.681Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:30:25.681Z] #51 30.50 Reading package lists... [2020-09-10T21:30:25.681Z] #51 36.98 Building dependency tree... [2020-09-10T21:30:25.681Z] #51 40.34 The following additional packages will be installed: [2020-09-10T21:30:25.681Z] #51 40.35 libbtrfs0 [2020-09-10T21:30:25.681Z] #51 40.57 The following NEW packages will be installed: [2020-09-10T21:30:25.681Z] #51 40.59 libbtrfs-dev libbtrfs0 [2020-09-10T21:30:25.681Z] #51 41.12 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:25.681Z] #51 41.12 Need to get 119 kB of archives. [2020-09-10T21:30:25.681Z] #51 41.12 After this operation, 387 kB of additional disk space will be used. [2020-09-10T21:30:25.681Z] #51 41.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-10T21:30:25.682Z] #51 41.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-10T21:30:25.762Z] #26 25.83 [2020-09-10T21:30:26.040Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-09-10T21:30:26.040Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-09-10T21:30:26.218Z] #38 ... [2020-09-10T21:30:26.218Z] [2020-09-10T21:30:26.218Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:26.218Z] #25 7.788 [2020-09-10T21:30:26.607Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-10T21:30:26.623Z] #51 ... [2020-09-10T21:30:26.623Z] [2020-09-10T21:30:26.623Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:26.623Z] #30 41.98 errors [2020-09-10T21:30:26.623Z] #30 42.00 sort [2020-09-10T21:30:26.623Z] #30 ... [2020-09-10T21:30:26.623Z] [2020-09-10T21:30:26.623Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-10T21:30:26.623Z] #23 41.46 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-10T21:30:26.623Z] #23 41.47 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-10T21:30:26.623Z] #23 41.53 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-10T21:30:26.623Z] #23 41.54 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:30:26.623Z] #23 DONE 42.2s [2020-09-10T21:30:26.821Z] #26 ... [2020-09-10T21:30:26.821Z] [2020-09-10T21:30:26.821Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:26.821Z] #39 62.31 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-09-10T21:30:26.821Z] #39 62.33 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:30:26.821Z] #39 DONE 62.5s [2020-09-10T21:30:26.821Z] [2020-09-10T21:30:26.821Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:26.821Z] #34 0.322 + RM_GOPATH=0 [2020-09-10T21:30:26.821Z] #34 0.322 + TMP_GOPATH= [2020-09-10T21:30:26.821Z] #34 0.322 + : /build [2020-09-10T21:30:26.821Z] #34 0.322 + '[' -z '' ']' [2020-09-10T21:30:26.821Z] #34 0.323 ++ mktemp -d [2020-09-10T21:30:26.821Z] #34 0.325 + export GOPATH=/tmp/tmp.8IW70oRR3K [2020-09-10T21:30:26.821Z] #34 0.325 + GOPATH=/tmp/tmp.8IW70oRR3K [2020-09-10T21:30:26.821Z] #34 0.325 + RM_GOPATH=1 [2020-09-10T21:30:26.821Z] #34 0.325 + case "$(go env GOARCH)" in [2020-09-10T21:30:26.821Z] #34 0.326 ++ go env GOARCH [2020-09-10T21:30:26.821Z] #34 0.336 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:30:26.821Z] #34 0.337 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:30:26.821Z] #34 0.340 ++ dirname /tmp/install/install.sh [2020-09-10T21:30:26.821Z] #34 0.351 + dir=/tmp/install [2020-09-10T21:30:26.821Z] #34 0.352 + bin=tini [2020-09-10T21:30:26.821Z] #34 0.353 + shift [2020-09-10T21:30:26.821Z] #34 0.353 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-10T21:30:26.821Z] #34 0.354 + . /tmp/install/tini.installer [2020-09-10T21:30:26.821Z] #34 0.355 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-10T21:30:26.821Z] #34 0.356 + install_tini [2020-09-10T21:30:26.821Z] #34 0.356 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-10T21:30:26.821Z] #34 0.357 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-10T21:30:26.821Z] #34 0.357 + git clone https://github.com/krallin/tini.git /tmp/tmp.8IW70oRR3K/tini [2020-09-10T21:30:26.821Z] #34 0.369 Cloning into '/tmp/tmp.8IW70oRR3K/tini'... [2020-09-10T21:30:26.821Z] #34 1.396 + cd /tmp/tmp.8IW70oRR3K/tini [2020-09-10T21:30:26.821Z] #34 1.398 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-10T21:30:26.821Z] #34 1.406 + cmake . [2020-09-10T21:30:26.866Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-09-10T21:30:26.866Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-10T21:30:26.883Z] [2020-09-10T21:30:26.883Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-10T21:30:26.883Z] #24 DONE 0.1s [2020-09-10T21:30:26.883Z] [2020-09-10T21:30:26.883Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:26.883Z] #38 30.13 Reading package lists... [2020-09-10T21:30:26.883Z] #38 37.04 Building dependency tree... [2020-09-10T21:30:26.883Z] #38 40.56 The following additional packages will be installed: [2020-09-10T21:30:26.883Z] #38 40.56 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-10T21:30:26.883Z] #38 40.57 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-10T21:30:26.883Z] #38 40.57 Suggested packages: [2020-09-10T21:30:26.883Z] #38 40.59 manpages-dev python-setuptools [2020-09-10T21:30:26.883Z] #38 ... [2020-09-10T21:30:26.883Z] [2020-09-10T21:30:26.883Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:27.121Z] #34 2.153 -- The C compiler identification is GNU 8.3.0 [2020-09-10T21:30:27.121Z] #34 2.192 -- Check for working C compiler: /usr/bin/cc [2020-09-10T21:30:27.124Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-10T21:30:27.382Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-10T21:30:27.382Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-09-10T21:30:27.550Z] #25 8.020 0.0% ### 5.3% ##### 8.0% ######## 12.3% ############ 17.4% ############## 20.7% ################### 26.4% ###################### 30.9% ######################### 34.8% ############################ 39.0% ################################ 45.6% ##################################### 51.8% ######################################### 57.1% ############################################ 62.4% ############################################### 66.1% ################################################### 71.7% ####################################################### 76.6% ############################################################ 83.9% ################################################################# 91.5% ######################################################################## 100.0% [2020-09-10T21:30:27.640Z] --- PASS: TestBuildMultiStageCopy (2.88s) [2020-09-10T21:30:27.640Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.92s) [2020-09-10T21:30:27.640Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s) [2020-09-10T21:30:27.640Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2020-09-10T21:30:27.640Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2020-09-10T21:30:27.640Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.28s) [2020-09-10T21:30:27.640Z] === RUN TestBuildMultiStageParentConfig [2020-09-10T21:30:27.814Z] #25 10.45 [2020-09-10T21:30:28.084Z] #25 ... [2020-09-10T21:30:28.084Z] [2020-09-10T21:30:28.084Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:28.084Z] #30 44.24 fmt [2020-09-10T21:30:28.084Z] #30 44.24 path/filepath [2020-09-10T21:30:28.084Z] #30 46.02 io/ioutil [2020-09-10T21:30:28.084Z] #30 47.32 github.com/BurntSushi/toml [2020-09-10T21:30:28.084Z] #30 47.32 log [2020-09-10T21:30:28.084Z] #30 47.34 flag [2020-09-10T21:30:28.084Z] #30 50.56 github.com/BurntSushi/toml/cmd/tomlv [2020-09-10T21:30:28.084Z] #30 ... [2020-09-10T21:30:28.084Z] [2020-09-10T21:30:28.084Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:28.084Z] #38 52.53 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-09-10T21:30:28.084Z] #38 52.55 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-09-10T21:30:28.084Z] #38 52.61 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-09-10T21:30:28.084Z] #38 52.64 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-09-10T21:30:28.084Z] #38 52.66 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-09-10T21:30:28.084Z] #38 52.68 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-10T21:30:28.084Z] #38 52.71 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-10T21:30:28.084Z] #38 52.73 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-09-10T21:30:28.084Z] #38 52.76 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-10T21:30:28.084Z] #38 52.79 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-10T21:30:28.181Z] #34 ... [2020-09-10T21:30:28.181Z] [2020-09-10T21:30:28.181Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:28.181Z] #26 27.21 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-10T21:30:28.181Z] #26 27.56 [2020-09-10T21:30:28.181Z] #26 27.73 ######################################################################## 100.0% [2020-09-10T21:30:28.181Z] #26 27.95 [2020-09-10T21:30:28.181Z] #26 28.04 Download of images into '/build' complete. [2020-09-10T21:30:28.181Z] #26 28.04 Use something like the following to load the result into a Docker daemon: [2020-09-10T21:30:28.181Z] #26 28.04 tar -cC '/build' . | docker load [2020-09-10T21:30:28.181Z] #26 DONE 28.2s [2020-09-10T21:30:28.181Z] [2020-09-10T21:30:28.181Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:28.181Z] #48 63.11 bufio [2020-09-10T21:30:28.206Z] --- PASS: TestBuildMultiStageParentConfig (0.61s) [2020-09-10T21:30:28.206Z] === RUN TestBuildLabelWithTargets [2020-09-10T21:30:28.832Z] #48 64.47 reflect [2020-09-10T21:30:28.832Z] #48 ... [2020-09-10T21:30:28.832Z] [2020-09-10T21:30:28.832Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:30:28.832Z] #29 54.47 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-10T21:30:28.832Z] #29 ... [2020-09-10T21:30:28.832Z] [2020-09-10T21:30:28.832Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:28.832Z] #34 3.157 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-10T21:30:28.832Z] #34 3.193 -- Detecting C compiler ABI info [2020-09-10T21:30:29.130Z] #34 3.942 -- Detecting C compiler ABI info - done [2020-09-10T21:30:29.140Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-09-10T21:30:29.140Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-09-10T21:30:29.399Z] --- PASS: TestBuildLabelWithTargets (1.00s) [2020-09-10T21:30:29.399Z] === RUN TestBuildWithEmptyLayers [2020-09-10T21:30:29.429Z] #34 4.178 -- Detecting C compile features [2020-09-10T21:30:29.429Z] #34 ... [2020-09-10T21:30:29.429Z] [2020-09-10T21:30:29.429Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:29.429Z] #31 55.23 bytes [2020-09-10T21:30:29.429Z] #31 55.28 strings [2020-09-10T21:30:29.429Z] #31 61.27 bufio [2020-09-10T21:30:29.429Z] #31 62.73 reflect [2020-09-10T21:30:29.429Z] #31 64.38 path [2020-09-10T21:30:29.445Z] #25 ... [2020-09-10T21:30:29.445Z] [2020-09-10T21:30:29.445Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-10T21:30:29.445Z] #51 42.97 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:29.445Z] #51 43.16 Fetched 119 kB in 0s (371 kB/s) [2020-09-10T21:30:29.445Z] #51 43.27 Selecting previously unselected package libbtrfs0. [2020-09-10T21:30:29.445Z] #51 43.27 (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-09-10T21:30:29.445Z] #51 43.38 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-10T21:30:29.445Z] #51 43.40 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-10T21:30:29.445Z] #51 43.71 Selecting previously unselected package libbtrfs-dev. [2020-09-10T21:30:29.445Z] #51 43.71 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-10T21:30:29.445Z] #51 43.73 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:30:29.445Z] #51 44.21 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-10T21:30:29.445Z] #51 44.25 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:30:29.445Z] #51 44.27 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:30:29.445Z] #51 DONE 44.6s [2020-09-10T21:30:29.445Z] [2020-09-10T21:30:29.445Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:29.445Z] #38 42.93 The following NEW packages will be installed: [2020-09-10T21:30:29.445Z] #38 42.93 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-10T21:30:29.445Z] #38 42.93 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-10T21:30:29.445Z] #38 42.93 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-10T21:30:29.445Z] #38 42.93 python-six zlib1g-dev [2020-09-10T21:30:29.445Z] #38 43.48 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:29.445Z] #38 43.48 Need to get 4095 kB of archives. [2020-09-10T21:30:29.445Z] #38 43.48 After this operation, 22.5 MB of additional disk space will be used. [2020-09-10T21:30:29.445Z] #38 43.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-09-10T21:30:29.445Z] #38 43.51 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-10T21:30:29.445Z] #38 43.52 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-09-10T21:30:29.445Z] #38 43.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-10T21:30:29.445Z] #38 43.64 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-09-10T21:30:29.445Z] #38 43.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-10T21:30:29.445Z] #38 43.68 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-09-10T21:30:29.445Z] #38 43.68 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-09-10T21:30:29.445Z] #38 43.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-09-10T21:30:29.446Z] #38 43.76 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-09-10T21:30:29.446Z] #38 43.77 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-09-10T21:30:29.446Z] #38 43.92 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-09-10T21:30:29.446Z] #38 43.98 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-09-10T21:30:29.446Z] #38 44.02 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-09-10T21:30:29.446Z] #38 44.03 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-10T21:30:29.446Z] #38 44.06 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-09-10T21:30:29.446Z] #38 44.06 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-09-10T21:30:29.711Z] #38 45.38 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:29.730Z] #31 ... [2020-09-10T21:30:29.730Z] [2020-09-10T21:30:29.730Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:30:29.730Z] #40 1.786 Note: Building without setproctitle() and strlcpy() support. [2020-09-10T21:30:29.730Z] #40 1.786 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-10T21:30:29.730Z] #40 1.810 Note: Building without GnuTLS support [2020-09-10T21:30:29.731Z] #40 1.816 Makefile.config:39: Warn: you have no libnftables installed [2020-09-10T21:30:29.731Z] #40 1.816 Makefile.config:40: Warn: Building without nftables support [2020-09-10T21:30:29.966Z] --- PASS: TestBuildWithEmptyLayers (0.52s) [2020-09-10T21:30:29.966Z] === RUN TestBuildMultiStageOnBuild [2020-09-10T21:30:30.029Z] #40 3.343 fatal: not a git repository (or any of the parent directories): .git [2020-09-10T21:30:30.029Z] #40 3.415 GEN .gitid [2020-09-10T21:30:30.131Z] #38 ... [2020-09-10T21:30:30.131Z] [2020-09-10T21:30:30.131Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:30:30.131Z] #32 46.21 Selecting previously unselected package libicu63:arm64. [2020-09-10T21:30:30.131Z] #32 46.22 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-09-10T21:30:30.131Z] #32 46.23 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-09-10T21:30:30.131Z] #32 50.58 Selecting previously unselected package libxml2:arm64. [2020-09-10T21:30:30.131Z] #32 50.61 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-09-10T21:30:30.131Z] #32 50.62 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-09-10T21:30:30.131Z] #32 51.19 Selecting previously unselected package libarchive13:arm64. [2020-09-10T21:30:30.131Z] #32 51.19 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-09-10T21:30:30.131Z] #32 51.21 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-09-10T21:30:30.131Z] #32 51.46 Selecting previously unselected package libjsoncpp1:arm64. [2020-09-10T21:30:30.131Z] #32 51.48 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-09-10T21:30:30.131Z] #32 51.48 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-09-10T21:30:30.131Z] #32 51.64 Selecting previously unselected package librhash0:arm64. [2020-09-10T21:30:30.131Z] #32 51.65 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-09-10T21:30:30.131Z] #32 51.66 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-09-10T21:30:30.131Z] #32 51.87 Selecting previously unselected package libuv1:arm64. [2020-09-10T21:30:30.131Z] #32 51.89 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-09-10T21:30:30.131Z] #32 51.90 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-09-10T21:30:30.131Z] #32 52.10 Selecting previously unselected package cmake. [2020-09-10T21:30:30.131Z] #32 52.12 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-09-10T21:30:30.131Z] #32 52.14 Unpacking cmake (3.13.4-1) ... [2020-09-10T21:30:30.131Z] #32 54.24 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-09-10T21:30:30.131Z] #32 54.31 Setting up xxd (2:8.1.0875-5) ... [2020-09-10T21:30:30.131Z] #32 54.33 Setting up libuv1:arm64 (1.24.1-1) ... [2020-09-10T21:30:30.131Z] #32 54.34 Setting up vim-common (2:8.1.0875-5) ... [2020-09-10T21:30:30.131Z] #32 54.38 Setting up librhash0:arm64 (1.3.8-1) ... [2020-09-10T21:30:30.131Z] #32 54.42 Setting up cmake-data (3.13.4-1) ... [2020-09-10T21:30:30.131Z] #32 54.47 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-09-10T21:30:30.131Z] #32 55.86 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-09-10T21:30:30.283Z] #38 45.59 Fetched 4095 kB in 1s (4168 kB/s) [2020-09-10T21:30:30.283Z] #38 45.75 Selecting previously unselected package libcap-dev:amd64. [2020-09-10T21:30:30.283Z] #38 45.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 ... 15410 files and directories currently installed.) [2020-09-10T21:30:30.283Z] #38 45.85 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-09-10T21:30:30.283Z] #38 45.86 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-09-10T21:30:30.327Z] #40 3.438 GEN criu/include/version.h [2020-09-10T21:30:30.328Z] #40 3.544 GEN include/common/asm [2020-09-10T21:30:30.396Z] #32 ... [2020-09-10T21:30:30.396Z] [2020-09-10T21:30:30.396Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:30.488Z] c3aff4450246: Verifying Checksum [2020-09-10T21:30:30.488Z] c3aff4450246: Download complete [2020-09-10T21:30:30.546Z] #38 46.02 Selecting previously unselected package libnet1:amd64. [2020-09-10T21:30:30.546Z] #38 46.08 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-10T21:30:30.546Z] #38 46.09 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-10T21:30:30.625Z] #40 ... [2020-09-10T21:30:30.625Z] [2020-09-10T21:30:30.625Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:30.625Z] #42 56.39 vendor/golang.org/x/net/dns/dnsmessage [2020-09-10T21:30:30.625Z] #42 57.07 bytes [2020-09-10T21:30:30.625Z] #42 63.30 bufio [2020-09-10T21:30:30.625Z] #42 63.48 reflect [2020-09-10T21:30:30.625Z] #42 ... [2020-09-10T21:30:30.625Z] [2020-09-10T21:30:30.625Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:30.625Z] #11 58.61 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-10T21:30:30.625Z] #11 58.61 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-10T21:30:30.625Z] #11 58.62 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-10T21:30:30.625Z] #11 66.11 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-10T21:30:30.625Z] #11 66.13 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-09-10T21:30:30.625Z] #11 66.14 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:30:30.626Z] #11 66.32 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-10T21:30:30.626Z] #11 66.33 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-09-10T21:30:30.626Z] #11 66.33 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:30:30.809Z] #38 46.27 Selecting previously unselected package libnet1-dev. [2020-09-10T21:30:30.809Z] #38 46.28 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-10T21:30:30.809Z] #38 46.28 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-10T21:30:30.901Z] === RUN TestDockerSuite/TestAttachDetach [2020-09-10T21:30:30.924Z] #11 ... [2020-09-10T21:30:30.924Z] [2020-09-10T21:30:30.924Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:30.924Z] #48 66.86 regexp/syntax [2020-09-10T21:30:31.070Z] #38 46.57 Selecting previously unselected package libnl-3-200:amd64. [2020-09-10T21:30:31.070Z] #38 46.57 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-10T21:30:31.070Z] #38 46.58 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-10T21:30:31.159Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-09-10T21:30:31.341Z] #38 46.72 Selecting previously unselected package libnl-3-dev:amd64. [2020-09-10T21:30:31.341Z] #38 46.74 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-09-10T21:30:31.341Z] #38 46.75 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-10T21:30:31.602Z] #38 47.10 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-10T21:30:31.602Z] #38 47.13 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-10T21:30:31.602Z] #38 47.14 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-10T21:30:31.849Z] #25 10.80 #=#=# 0.5% # 1.5% # 2.7% ## 3.2% ### 4.2% #### 5.9% ##### 7.8% ###### 9.4% ######## 11.9% ######### 13.0% ######### 13.0% ########## 14.4% ########### 15.8% ############ 17.5% ############ 18.0% ############## 19.6% ################ 23.0% ################## 25.4% ################### 26.5% [2020-09-10T21:30:31.849Z] #25 ... [2020-09-10T21:30:31.849Z] [2020-09-10T21:30:31.849Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:31.849Z] #47 47.83 mvdan.cc/sh/v3/fileutil [2020-09-10T21:30:31.849Z] #47 48.35 flag [2020-09-10T21:30:31.849Z] #47 48.35 go/token [2020-09-10T21:30:31.849Z] #47 48.36 encoding/binary [2020-09-10T21:30:31.849Z] #47 48.36 github.com/pkg/diff [2020-09-10T21:30:31.849Z] #47 49.65 go/scanner [2020-09-10T21:30:31.849Z] #47 50.73 mvdan.cc/editorconfig [2020-09-10T21:30:31.849Z] #47 50.99 encoding/base64 [2020-09-10T21:30:31.849Z] #47 51.52 golang.org/x/sys/unix [2020-09-10T21:30:31.849Z] #47 52.27 encoding/json [2020-09-10T21:30:31.849Z] #47 52.36 go/ast [2020-09-10T21:30:31.849Z] #47 52.92 mvdan.cc/sh/v3/syntax [2020-09-10T21:30:31.862Z] #38 47.30 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-09-10T21:30:31.862Z] #38 ... [2020-09-10T21:30:31.862Z] [2020-09-10T21:30:31.862Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:30:31.862Z] #32 30.18 Reading package lists... [2020-09-10T21:30:31.862Z] #32 37.53 Building dependency tree... [2020-09-10T21:30:31.862Z] #32 40.61 The following additional packages will be installed: [2020-09-10T21:30:31.862Z] #32 40.69 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-10T21:30:31.862Z] #32 40.69 Suggested packages: [2020-09-10T21:30:31.862Z] #32 40.69 cmake-doc ninja-build lrzip [2020-09-10T21:30:31.862Z] #32 40.69 Recommended packages: [2020-09-10T21:30:31.862Z] #32 40.69 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-10T21:30:31.862Z] #32 42.39 The following NEW packages will be installed: [2020-09-10T21:30:31.862Z] #32 42.39 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-10T21:30:31.862Z] #32 42.39 vim-common xxd [2020-09-10T21:30:31.862Z] #32 42.93 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:31.862Z] #32 42.93 Need to get 14.9 MB of archives. [2020-09-10T21:30:31.862Z] #32 42.93 After this operation, 61.8 MB of additional disk space will be used. [2020-09-10T21:30:31.862Z] #32 42.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-10T21:30:31.862Z] #32 42.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-10T21:30:31.862Z] #32 42.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-09-10T21:30:31.862Z] #32 43.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-10T21:30:31.862Z] #32 44.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-09-10T21:30:31.862Z] #32 44.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-09-10T21:30:31.862Z] #32 44.13 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-09-10T21:30:31.862Z] #32 44.13 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-09-10T21:30:31.862Z] #32 44.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-09-10T21:30:31.862Z] #32 44.18 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-09-10T21:30:31.862Z] #32 45.90 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:31.862Z] #32 46.11 Fetched 14.9 MB in 2s (7938 kB/s) [2020-09-10T21:30:31.862Z] #32 46.25 Selecting previously unselected package xxd. [2020-09-10T21:30:31.862Z] #32 46.25 (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-09-10T21:30:31.862Z] #32 46.32 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-10T21:30:31.862Z] #32 46.36 Unpacking xxd (2:8.1.0875-5) ... [2020-09-10T21:30:31.862Z] #32 46.63 Selecting previously unselected package vim-common. [2020-09-10T21:30:31.862Z] #32 46.65 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-10T21:30:31.862Z] #32 46.68 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-10T21:30:31.862Z] #32 47.09 Selecting previously unselected package cmake-data. [2020-09-10T21:30:31.862Z] #32 47.11 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-10T21:30:31.862Z] #32 47.12 Unpacking cmake-data (3.13.4-1) ... [2020-09-10T21:30:31.862Z] #32 ... [2020-09-10T21:30:31.862Z] [2020-09-10T21:30:31.862Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:31.862Z] #10 30.65 Reading package lists... [2020-09-10T21:30:31.862Z] #10 37.68 Building dependency tree... [2020-09-10T21:30:31.862Z] #10 41.75 The following additional packages will be installed: [2020-09-10T21:30:31.862Z] #10 41.75 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-10T21:30:31.862Z] #10 41.75 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-10T21:30:31.862Z] #10 41.75 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-10T21:30:31.862Z] #10 41.80 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-10T21:30:31.862Z] #10 41.84 Suggested packages: [2020-09-10T21:30:31.862Z] #10 41.84 gcc-8-locales seccomp wine64 [2020-09-10T21:30:31.862Z] #10 44.22 The following NEW packages will be installed: [2020-09-10T21:30:31.862Z] #10 44.22 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-10T21:30:31.862Z] #10 44.23 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-10T21:30:31.862Z] #10 44.23 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-10T21:30:31.862Z] #10 44.23 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-10T21:30:31.862Z] #10 44.23 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-10T21:30:31.862Z] #10 44.24 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-10T21:30:31.862Z] #10 44.61 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:30:31.862Z] #10 44.61 Need to get 77.7 MB of archives. [2020-09-10T21:30:31.862Z] #10 44.61 After this operation, 487 MB of additional disk space will be used. [2020-09-10T21:30:31.862Z] #10 44.61 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-09-10T21:30:31.862Z] #10 44.97 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-09-10T21:30:31.862Z] #10 45.41 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-09-10T21:30:31.862Z] #10 45.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-09-10T21:30:31.862Z] #10 45.44 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-09-10T21:30:31.862Z] #10 45.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-10T21:30:31.862Z] #10 45.82 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-09-10T21:30:31.862Z] #10 46.10 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-09-10T21:30:31.862Z] #10 46.12 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-09-10T21:30:32.093Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-09-10T21:30:32.093Z] --- PASS: TestBuildMultiStageOnBuild (2.28s) [2020-09-10T21:30:32.093Z] === RUN TestBuildUncleanTarFilenames [2020-09-10T21:30:32.113Z] #47 ... [2020-09-10T21:30:32.113Z] [2020-09-10T21:30:32.113Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:32.122Z] #10 ... [2020-09-10T21:30:32.122Z] [2020-09-10T21:30:32.122Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:32.122Z] #25 2.903 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-10T21:30:32.122Z] #25 3.361 [2020-09-10T21:30:32.123Z] #25 3.567 ## 3.9% ####### 9.7% ############ 17.2% ################# 24.1% ##################### 30.2% ############################# 41.2% #################################### 51.2% ########################################### 60.6% ################################################## 69.6% ######################################################## 77.9% ############################################################## 86.6% #################################################################### 94.6% ######################################################################## 100.0% [2020-09-10T21:30:32.123Z] #25 5.275 [2020-09-10T21:30:32.351Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-09-10T21:30:32.610Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-09-10T21:30:32.610Z] --- PASS: TestBuildUncleanTarFilenames (0.65s) [2020-09-10T21:30:32.610Z] === RUN TestBuildMultiStageLayerLeak [2020-09-10T21:30:32.697Z] #25 5.430 ############### 21.5% ######################################## 56.3% ###################################################################### 97.3% ######################################################################## 100.0% [2020-09-10T21:30:32.966Z] #25 6.137 [2020-09-10T21:30:33.209Z] #25 10.80 #=#=# 0.5% # 1.5% # 2.7% ## 3.2% ### 4.2% #### 5.9% ##### 7.8% ###### 9.4% ######## 11.9% ######### 13.0% ######### 13.0% ########## 14.4% ########### 15.8% ############ 17.5% ############ 18.0% ############## 19.6% ################ 23.0% ################## 25.4% ################### 26.5% ##################### 29.7% ###################### 30.6% ######################## 33.5% ######################## 34.1% ########################## 36.6% ########################### 38.5% ############################# 40.8% ############################### 43.2% ################################# 46.7% [2020-09-10T21:30:33.209Z] #25 ... [2020-09-10T21:30:33.209Z] [2020-09-10T21:30:33.209Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:33.209Z] #41 49.23 encoding/binary [2020-09-10T21:30:33.209Z] #41 49.26 go/token [2020-09-10T21:30:33.209Z] #41 49.27 flag [2020-09-10T21:30:33.209Z] #41 50.61 go/scanner [2020-09-10T21:30:33.209Z] #41 51.44 net/url [2020-09-10T21:30:33.209Z] #41 52.14 text/template/parse [2020-09-10T21:30:33.209Z] #41 52.71 go/ast [2020-09-10T21:30:33.209Z] #41 55.23 encoding/json [2020-09-10T21:30:33.209Z] #41 57.03 text/template [2020-09-10T21:30:33.209Z] #41 57.61 go/parser [2020-09-10T21:30:33.209Z] #41 ... [2020-09-10T21:30:33.209Z] [2020-09-10T21:30:33.209Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:33.489Z] #25 6.340 ###### 9.2% ############################# 40.9% ############################################################ 84.5% ######################################################################## 100.0% [2020-09-10T21:30:33.489Z] #25 ... [2020-09-10T21:30:33.489Z] [2020-09-10T21:30:33.489Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:33.489Z] #41 38.93 sync [2020-09-10T21:30:33.489Z] #41 38.97 internal/reflectlite [2020-09-10T21:30:33.489Z] #41 40.78 github.com/LK4D4/vndr/godl/singleflight [2020-09-10T21:30:33.489Z] #41 41.76 math/rand [2020-09-10T21:30:33.489Z] #41 43.38 internal/singleflight [2020-09-10T21:30:33.489Z] #41 44.25 strconv [2020-09-10T21:30:33.489Z] #41 44.25 io [2020-09-10T21:30:33.489Z] #41 45.91 bytes [2020-09-10T21:30:33.489Z] #41 48.00 reflect [2020-09-10T21:30:33.489Z] #41 48.26 bufio [2020-09-10T21:30:33.749Z] #41 ... [2020-09-10T21:30:33.749Z] [2020-09-10T21:30:33.749Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:30:34.108Z] #52 ... [2020-09-10T21:30:34.108Z] [2020-09-10T21:30:34.108Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:34.108Z] #45 DONE 158.3s [2020-09-10T21:30:34.108Z] [2020-09-10T21:30:34.108Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:34.108Z] #52 ... [2020-09-10T21:30:34.108Z] [2020-09-10T21:30:34.108Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-10T21:30:34.108Z] #46 DONE 0.3s [2020-09-10T21:30:34.108Z] [2020-09-10T21:30:34.108Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:34.108Z] #52 ... [2020-09-10T21:30:34.108Z] [2020-09-10T21:30:34.108Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-10T21:30:34.108Z] #48 DONE 0.1s [2020-09-10T21:30:34.108Z] [2020-09-10T21:30:34.108Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-10T21:30:34.108Z] #50 DONE 0.1s [2020-09-10T21:30:34.108Z] [2020-09-10T21:30:34.108Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:34.267Z] #28 48.69 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-09-10T21:30:34.267Z] #28 49.51 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-10T21:30:34.513Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-09-10T21:30:34.513Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-09-10T21:30:34.515Z] #48 ... [2020-09-10T21:30:34.515Z] [2020-09-10T21:30:34.515Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:34.515Z] #34 6.207 -- Detecting C compile features - done [2020-09-10T21:30:34.515Z] #34 6.280 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-10T21:30:34.515Z] #34 6.508 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-10T21:30:34.515Z] #34 6.608 -- Configuring done [2020-09-10T21:30:34.515Z] #34 6.648 -- Generating done [2020-09-10T21:30:34.515Z] #34 6.656 -- Build files have been written to: /tmp/tmp.8IW70oRR3K/tini [2020-09-10T21:30:34.515Z] #34 6.672 + make tini-static [2020-09-10T21:30:34.515Z] #34 7.074 Scanning dependencies of target tini-static [2020-09-10T21:30:34.515Z] #34 7.151 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-10T21:30:34.515Z] #34 8.468 [100%] Linking C executable tini-static [2020-09-10T21:30:34.515Z] #34 9.160 [100%] Built target tini-static [2020-09-10T21:30:34.515Z] #34 9.228 + mkdir -p /build [2020-09-10T21:30:34.515Z] #34 9.234 + cp tini-static /build/docker-init [2020-09-10T21:30:34.515Z] #34 DONE 9.3s [2020-09-10T21:30:34.515Z] [2020-09-10T21:30:34.515Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:30:34.515Z] #40 5.618 PBCC images/timens.pb-c.c [2020-09-10T21:30:34.515Z] #40 5.659 DEP images/timens.pb-c.d [2020-09-10T21:30:34.515Z] #40 5.698 PBCC images/fown.pb-c.c [2020-09-10T21:30:34.515Z] #40 5.727 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-10T21:30:34.515Z] #40 5.806 PBCC images/opts.pb-c.c [2020-09-10T21:30:34.515Z] #40 5.847 PBCC images/memfd.pb-c.c [2020-09-10T21:30:34.515Z] #40 5.892 DEP images/fown.pb-c.d [2020-09-10T21:30:34.515Z] #40 5.944 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-10T21:30:34.515Z] #40 6.113 DEP images/opts.pb-c.d [2020-09-10T21:30:34.515Z] #40 6.185 DEP images/memfd.pb-c.d [2020-09-10T21:30:34.515Z] #40 6.209 PBCC images/sit.pb-c.c [2020-09-10T21:30:34.515Z] #40 6.231 DEP images/sit.pb-c.d [2020-09-10T21:30:34.515Z] #40 6.288 PBCC images/macvlan.pb-c.c [2020-09-10T21:30:34.515Z] #40 6.305 DEP images/macvlan.pb-c.d [2020-09-10T21:30:34.515Z] #40 6.348 PBCC images/autofs.pb-c.c [2020-09-10T21:30:34.515Z] #40 6.370 DEP images/autofs.pb-c.d [2020-09-10T21:30:34.515Z] #40 6.439 PBCC images/sysctl.pb-c.c [2020-09-10T21:30:34.515Z] #40 6.458 DEP images/sysctl.pb-c.d [2020-09-10T21:30:34.515Z] #40 6.532 PBCC images/time.pb-c.c [2020-09-10T21:30:34.515Z] #40 6.574 DEP images/time.pb-c.d [2020-09-10T21:30:34.515Z] #40 6.651 PBCC images/binfmt-misc.pb-c.c [2020-09-10T21:30:34.515Z] #40 6.678 DEP images/binfmt-misc.pb-c.d [2020-09-10T21:30:34.515Z] #40 6.719 PBCC images/seccomp.pb-c.c [2020-09-10T21:30:34.515Z] #40 6.747 DEP images/seccomp.pb-c.d [2020-09-10T21:30:34.515Z] #40 6.788 PBCC images/userns.pb-c.c [2020-09-10T21:30:34.515Z] #40 6.811 DEP images/userns.pb-c.d [2020-09-10T21:30:34.515Z] #40 6.854 PBCC images/cgroup.pb-c.c [2020-09-10T21:30:34.515Z] #40 6.877 DEP images/cgroup.pb-c.d [2020-09-10T21:30:34.515Z] #40 6.945 PBCC images/ext-file.pb-c.c [2020-09-10T21:30:34.515Z] #40 6.981 DEP images/ext-file.pb-c.d [2020-09-10T21:30:34.515Z] #40 7.068 PBCC images/rpc.pb-c.c [2020-09-10T21:30:34.515Z] #40 7.107 DEP images/rpc.pb-c.d [2020-09-10T21:30:34.515Z] #40 7.190 PBCC images/siginfo.pb-c.c [2020-09-10T21:30:34.515Z] #40 7.250 DEP images/siginfo.pb-c.d [2020-09-10T21:30:34.515Z] #40 7.309 PBCC images/pagemap.pb-c.c [2020-09-10T21:30:34.515Z] #40 7.402 DEP images/pagemap.pb-c.d [2020-09-10T21:30:34.515Z] #40 7.445 PBCC images/rlimit.pb-c.c [2020-09-10T21:30:34.515Z] #40 7.457 DEP images/rlimit.pb-c.d [2020-09-10T21:30:34.515Z] #40 7.520 PBCC images/file-lock.pb-c.c [2020-09-10T21:30:34.515Z] #40 7.534 DEP images/file-lock.pb-c.d [2020-09-10T21:30:34.515Z] #40 7.579 PBCC images/tty.pb-c.c [2020-09-10T21:30:34.515Z] #40 7.629 DEP images/tty.pb-c.d [2020-09-10T21:30:34.515Z] #40 7.761 PBCC images/tun.pb-c.c [2020-09-10T21:30:34.515Z] #40 7.800 PBCC images/netdev.pb-c.c [2020-09-10T21:30:34.515Z] #40 7.861 DEP images/tun.pb-c.d [2020-09-10T21:30:34.515Z] #40 7.911 DEP images/netdev.pb-c.d [2020-09-10T21:30:34.771Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-09-10T21:30:34.771Z] --- PASS: TestBuildMultiStageLayerLeak (2.01s) [2020-09-10T21:30:34.771Z] === RUN TestBuildWithHugeFile [2020-09-10T21:30:34.815Z] #40 7.987 PBCC images/vma.pb-c.c [2020-09-10T21:30:34.815Z] #40 8.052 DEP images/vma.pb-c.d [2020-09-10T21:30:34.815Z] #40 8.141 PBCC images/creds.pb-c.c [2020-09-10T21:30:34.815Z] #40 8.202 DEP images/creds.pb-c.d [2020-09-10T21:30:35.029Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-09-10T21:30:35.114Z] #40 8.280 PBCC images/utsns.pb-c.c [2020-09-10T21:30:35.114Z] #40 8.309 DEP images/utsns.pb-c.d [2020-09-10T21:30:35.114Z] #40 8.373 PBCC images/ipc-desc.pb-c.c [2020-09-10T21:30:35.114Z] #40 8.439 PBCC images/ipc-sem.pb-c.c [2020-09-10T21:30:35.114Z] #40 8.460 DEP images/ipc-desc.pb-c.d [2020-09-10T21:30:35.114Z] #40 8.489 DEP images/ipc-sem.pb-c.d [2020-09-10T21:30:35.114Z] #40 8.529 PBCC images/ipc-msg.pb-c.c [2020-09-10T21:30:35.114Z] #40 8.561 DEP images/ipc-msg.pb-c.d [2020-09-10T21:30:35.205Z] #28 50.38 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-10T21:30:35.288Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-09-10T21:30:35.412Z] #40 8.606 PBCC images/ipc-shm.pb-c.c [2020-09-10T21:30:35.412Z] #40 8.637 DEP images/ipc-shm.pb-c.d [2020-09-10T21:30:35.412Z] #40 8.690 PBCC images/ipc-var.pb-c.c [2020-09-10T21:30:35.412Z] #40 8.717 DEP images/ipc-var.pb-c.d [2020-09-10T21:30:35.412Z] #40 8.786 PBCC images/sk-opts.pb-c.c [2020-09-10T21:30:35.412Z] #40 8.805 PBCC images/packet-sock.pb-c.c [2020-09-10T21:30:35.709Z] #40 8.892 DEP images/sk-opts.pb-c.d [2020-09-10T21:30:35.709Z] #40 8.966 DEP images/packet-sock.pb-c.d [2020-09-10T21:30:35.709Z] #40 9.014 PBCC images/sk-netlink.pb-c.c [2020-09-10T21:30:35.709Z] #40 9.075 DEP images/sk-netlink.pb-c.d [2020-09-10T21:30:35.855Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-09-10T21:30:36.006Z] #40 9.115 PBCC images/sk-inet.pb-c.c [2020-09-10T21:30:36.007Z] #40 9.215 DEP images/sk-inet.pb-c.d [2020-09-10T21:30:36.007Z] #40 9.249 PBCC images/sk-unix.pb-c.c [2020-09-10T21:30:36.007Z] #40 9.298 DEP images/sk-unix.pb-c.d [2020-09-10T21:30:36.007Z] #40 9.355 PBCC images/mm.pb-c.c [2020-09-10T21:30:36.029Z] #25 10.80 #=#=# 0.5% # 1.5% # 2.7% ## 3.2% ### 4.2% #### 5.9% ##### 7.8% ###### 9.4% ######## 11.9% ######### 13.0% ######### 13.0% ########## 14.4% ########### 15.8% ############ 17.5% ############ 18.0% ############## 19.6% ################ 23.0% ################## 25.4% ################### 26.5% ##################### 29.7% ###################### 30.6% ######################## 33.5% ######################## 34.1% ########################## 36.6% ########################### 38.5% ############################# 40.8% ############################### 43.2% ################################# 46.7% ################################## 47.5% ################################## 48.4% #################################### 50.8% ##################################### 52.3% ###################################### 53.0% ####################################### 55.3% ######################################### 57.6% ########################################### 60.6% ############################################ 61.9% ############################################## 63.9% ############################################### 66.1% ############################################### 66.1% ################################################# 68.4% ################################################## 70.4% ################################################### 72.1% #################################################### 73.4% ###################################################### 76.3% ######################################################## 78.3% ######################################################### 79.4% ########################################################## 80.6% [2020-09-10T21:30:36.029Z] #25 ... [2020-09-10T21:30:36.029Z] [2020-09-10T21:30:36.029Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:36.029Z] #10 52.21 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-10T21:30:36.029Z] #10 52.21 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-10T21:30:36.029Z] #10 52.22 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-10T21:30:36.029Z] #10 ... [2020-09-10T21:30:36.029Z] [2020-09-10T21:30:36.029Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:36.249Z] 4612f6d0b889: Verifying Checksum [2020-09-10T21:30:36.249Z] 4612f6d0b889: Download complete [2020-09-10T21:30:36.305Z] #40 9.427 DEP images/mm.pb-c.d [2020-09-10T21:30:36.305Z] #40 9.565 PBCC images/timerfd.pb-c.c [2020-09-10T21:30:36.305Z] #40 9.613 DEP images/timerfd.pb-c.d [2020-09-10T21:30:36.305Z] #40 9.680 PBCC images/timer.pb-c.c [2020-09-10T21:30:36.305Z] #40 9.728 DEP images/timer.pb-c.d [2020-09-10T21:30:36.422Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-09-10T21:30:36.604Z] #40 9.796 PBCC images/sa.pb-c.c [2020-09-10T21:30:36.604Z] #40 9.859 DEP images/sa.pb-c.d [2020-09-10T21:30:36.604Z] #40 9.947 PBCC images/pipe-data.pb-c.c [2020-09-10T21:30:36.604Z] #40 9.986 DEP images/pipe-data.pb-c.d [2020-09-10T21:30:36.680Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-09-10T21:30:36.902Z] #40 10.05 PBCC images/mnt.pb-c.c [2020-09-10T21:30:36.903Z] #40 10.10 DEP images/mnt.pb-c.d [2020-09-10T21:30:36.903Z] #40 10.15 PBCC images/sk-packet.pb-c.c [2020-09-10T21:30:36.903Z] #40 10.18 DEP images/sk-packet.pb-c.d [2020-09-10T21:30:36.903Z] #40 10.22 PBCC images/tcp-stream.pb-c.c [2020-09-10T21:30:36.903Z] #40 10.27 DEP images/tcp-stream.pb-c.d [2020-09-10T21:30:36.903Z] #40 10.31 PBCC images/pipe.pb-c.c [2020-09-10T21:30:36.938Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-09-10T21:30:37.200Z] #40 10.37 DEP images/pipe.pb-c.d [2020-09-10T21:30:37.200Z] #40 10.42 PBCC images/pstree.pb-c.c [2020-09-10T21:30:37.200Z] #40 10.43 DEP images/pstree.pb-c.d [2020-09-10T21:30:37.200Z] #40 10.49 PBCC images/fs.pb-c.c [2020-09-10T21:30:37.200Z] #40 10.54 DEP images/fs.pb-c.d [2020-09-10T21:30:37.500Z] #40 10.66 PBCC images/signalfd.pb-c.c [2020-09-10T21:30:37.500Z] #40 10.73 DEP images/signalfd.pb-c.d [2020-09-10T21:30:37.500Z] #40 10.84 PBCC images/fh.pb-c.c [2020-09-10T21:30:37.500Z] #40 10.89 PBCC images/fsnotify.pb-c.c [2020-09-10T21:30:37.639Z] #25 10.80 #=#=# 0.5% # 1.5% # 2.7% ## 3.2% ### 4.2% #### 5.9% ##### 7.8% ###### 9.4% ######## 11.9% ######### 13.0% ######### 13.0% ########## 14.4% ########### 15.8% ############ 17.5% ############ 18.0% ############## 19.6% ################ 23.0% ################## 25.4% ################### 26.5% ##################### 29.7% ###################### 30.6% ######################## 33.5% ######################## 34.1% ########################## 36.6% ########################### 38.5% ############################# 40.8% ############################### 43.2% ################################# 46.7% ################################## 47.5% ################################## 48.4% #################################### 50.8% ##################################### 52.3% ###################################### 53.0% ####################################### 55.3% ######################################### 57.6% ########################################### 60.6% ############################################ 61.9% ############################################## 63.9% ############################################### 66.1% ############################################### 66.1% ################################################# 68.4% ################################################## 70.4% ################################################### 72.1% #################################################### 73.4% ###################################################### 76.3% ######################################################## 78.3% ######################################################### 79.4% ########################################################## 80.6% ########################################################## 80.7% ########################################################### 82.8% ############################################################ 84.5% ############################################################## 87.3% ################################################################# 90.8% ################################################################## 91.9% ################################################################### 93.5% #################################################################### 95.8% ###################################################################### 97.4% ####################################################################### 99.5% ######################################################################## 100.0% [2020-09-10T21:30:37.743Z] #28 ... [2020-09-10T21:30:37.743Z] [2020-09-10T21:30:37.743Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:37.743Z] #30 42.88 strconv [2020-09-10T21:30:37.743Z] #30 44.09 io [2020-09-10T21:30:37.743Z] #30 45.52 internal/oserror [2020-09-10T21:30:37.743Z] #30 45.61 syscall [2020-09-10T21:30:37.743Z] #30 47.64 reflect [2020-09-10T21:30:37.743Z] #30 ... [2020-09-10T21:30:37.743Z] [2020-09-10T21:30:37.743Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:37.743Z] #25 7.012 [2020-09-10T21:30:37.743Z] #25 7.249 ## 3.5% ####### 10.6% ############ 17.9% ################# 24.1% ###################### 30.8% ########################### 38.6% ################################## 47.3% ###################################### 53.1% ########################################## 59.3% ############################################### 65.9% ##################################################### 74.1% ########################################################## 81.6% ################################################################ 89.9% ###################################################################### 97.9% ######################################################################## 100.0% [2020-09-10T21:30:37.743Z] #25 9.124 [2020-09-10T21:30:37.799Z] #40 10.98 DEP images/fh.pb-c.d [2020-09-10T21:30:37.799Z] #40 11.04 DEP images/fsnotify.pb-c.d [2020-09-10T21:30:37.799Z] #40 11.10 PBCC images/eventpoll.pb-c.c [2020-09-10T21:30:37.799Z] #40 11.11 DEP images/eventpoll.pb-c.d [2020-09-10T21:30:37.799Z] #40 11.16 PBCC images/eventfd.pb-c.c [2020-09-10T21:30:37.799Z] #40 11.18 DEP images/eventfd.pb-c.d [2020-09-10T21:30:37.799Z] #40 11.24 PBCC images/remap-file-path.pb-c.c [2020-09-10T21:30:37.903Z] #25 20.15 [2020-09-10T21:30:38.101Z] #40 11.29 DEP images/remap-file-path.pb-c.d [2020-09-10T21:30:38.101Z] #40 11.32 PBCC images/fifo.pb-c.c [2020-09-10T21:30:38.101Z] #40 11.36 DEP images/fifo.pb-c.d [2020-09-10T21:30:38.101Z] #40 11.41 PBCC images/ghost-file.pb-c.c [2020-09-10T21:30:38.101Z] #40 11.47 DEP images/ghost-file.pb-c.d [2020-09-10T21:30:38.101Z] #40 11.59 PBCC images/regfile.pb-c.c [2020-09-10T21:30:38.314Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-09-10T21:30:38.398Z] #40 11.65 DEP images/regfile.pb-c.d [2020-09-10T21:30:38.398Z] #40 11.69 PBCC images/ns.pb-c.c [2020-09-10T21:30:38.398Z] #40 11.70 DEP images/ns.pb-c.d [2020-09-10T21:30:38.398Z] #40 11.78 PBCC images/fdinfo.pb-c.c [2020-09-10T21:30:38.711Z] #40 11.92 DEP images/fdinfo.pb-c.d [2020-09-10T21:30:38.711Z] #40 12.00 PBCC images/core-aarch64.pb-c.c [2020-09-10T21:30:38.711Z] #40 12.07 PBCC images/core-arm.pb-c.c [2020-09-10T21:30:38.856Z] #25 21.30 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-10T21:30:39.007Z] #40 12.15 PBCC images/core-ppc64.pb-c.c [2020-09-10T21:30:39.007Z] #40 12.22 PBCC images/core-s390.pb-c.c [2020-09-10T21:30:39.007Z] #40 12.30 PBCC images/core-x86.pb-c.c [2020-09-10T21:30:39.007Z] #40 12.41 PBCC images/core.pb-c.c [2020-09-10T21:30:39.122Z] #25 ... [2020-09-10T21:30:39.122Z] [2020-09-10T21:30:39.122Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:39.122Z] #30 DONE 65.1s [2020-09-10T21:30:39.122Z] [2020-09-10T21:30:39.122Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:39.122Z] #25 21.67 [2020-09-10T21:30:39.249Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-09-10T21:30:39.249Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-09-10T21:30:39.302Z] #25 9.315 1.0% # 2.4% ## 3.9% ### 5.2% #### 6.3% ##### 7.4% ###### 8.6% ####### 10.3% ######## 12.0% ######### 13.6% ########### 15.5% ############ 17.7% ############# 18.8% ############## 20.8% ############### 21.7% ################ 23.2% ################# 24.7% ################## 26.1% #################### 28.3% ##################### 29.6% ##################### 30.3% ###################### 31.7% ####################### 33.2% ######################### 34.9% ########################## 36.8% ########################### 37.9% ########################### 38.8% [2020-09-10T21:30:39.302Z] #25 ... [2020-09-10T21:30:39.302Z] [2020-09-10T21:30:39.302Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:39.302Z] #52 1.044 + RM_GOPATH=0 [2020-09-10T21:30:39.302Z] #52 1.044 + TMP_GOPATH= [2020-09-10T21:30:39.302Z] #52 1.044 + : /build [2020-09-10T21:30:39.302Z] #52 1.044 + '[' -z '' ']' [2020-09-10T21:30:39.302Z] #52 1.049 ++ mktemp -d [2020-09-10T21:30:39.302Z] #52 1.061 + export GOPATH=/tmp/tmp.0tFvt9plR9 [2020-09-10T21:30:39.302Z] #52 1.061 + GOPATH=/tmp/tmp.0tFvt9plR9 [2020-09-10T21:30:39.302Z] #52 1.061 + RM_GOPATH=1 [2020-09-10T21:30:39.302Z] #52 1.061 + case "$(go env GOARCH)" in [2020-09-10T21:30:39.302Z] #52 1.061 ++ go env GOARCH [2020-09-10T21:30:39.302Z] #52 1.069 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:30:39.302Z] #52 1.069 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:30:39.302Z] #52 1.070 ++ dirname /tmp/install/install.sh [2020-09-10T21:30:39.302Z] #52 1.074 + dir=/tmp/install [2020-09-10T21:30:39.302Z] #52 1.081 + bin=containerd [2020-09-10T21:30:39.302Z] #52 1.081 + shift [2020-09-10T21:30:39.302Z] #52 1.083 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-10T21:30:39.302Z] #52 1.083 + . /tmp/install/containerd.installer [2020-09-10T21:30:39.302Z] #52 1.083 ++ set -e [2020-09-10T21:30:39.303Z] #52 1.085 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-10T21:30:39.303Z] #52 1.087 + install_containerd [2020-09-10T21:30:39.303Z] #52 1.090 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a' [2020-09-10T21:30:39.303Z] #52 1.091 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-10T21:30:39.303Z] #52 1.091 + git clone https://github.com/containerd/containerd.git /tmp/tmp.0tFvt9plR9/src/github.com/containerd/containerd [2020-09-10T21:30:39.303Z] #52 1.094 Cloning into '/tmp/tmp.0tFvt9plR9/src/github.com/containerd/containerd'... [2020-09-10T21:30:39.303Z] #52 ... [2020-09-10T21:30:39.303Z] [2020-09-10T21:30:39.303Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:39.305Z] #40 12.53 PBCC images/inventory.pb-c.c [2020-09-10T21:30:39.305Z] #40 12.61 DEP images/core-aarch64.pb-c.d [2020-09-10T21:30:39.388Z] #25 21.90 # 2.0% ######################################################################## 100.0% [2020-09-10T21:30:39.388Z] #25 21.98 [2020-09-10T21:30:39.604Z] #40 12.69 DEP images/core-arm.pb-c.d [2020-09-10T21:30:39.604Z] #40 12.73 DEP images/core-ppc64.pb-c.d [2020-09-10T21:30:39.604Z] #40 12.78 DEP images/core-s390.pb-c.d [2020-09-10T21:30:39.604Z] #40 12.86 DEP images/core-x86.pb-c.d [2020-09-10T21:30:39.604Z] #40 12.91 DEP images/core.pb-c.d [2020-09-10T21:30:39.604Z] #40 12.96 DEP images/inventory.pb-c.d [2020-09-10T21:30:39.604Z] #40 13.07 PBCC images/cpuinfo.pb-c.c [2020-09-10T21:30:39.680Z] #52 143.6 + bin/containerd-stress [2020-09-10T21:30:39.904Z] #40 13.14 DEP images/cpuinfo.pb-c.d [2020-09-10T21:30:39.904Z] #40 13.25 PBCC images/stats.pb-c.c [2020-09-10T21:30:39.904Z] #40 13.29 DEP images/stats.pb-c.d [2020-09-10T21:30:40.184Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-09-10T21:30:40.203Z] #40 ... [2020-09-10T21:30:40.203Z] [2020-09-10T21:30:40.203Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:40.203Z] #31 65.89 text/tabwriter [2020-09-10T21:30:40.203Z] #31 71.52 internal/syscall/execenv [2020-09-10T21:30:40.203Z] #31 71.52 internal/syscall/unix [2020-09-10T21:30:40.203Z] #31 71.55 time [2020-09-10T21:30:40.203Z] #31 ... [2020-09-10T21:30:40.203Z] [2020-09-10T21:30:40.203Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:40.203Z] #48 74.25 time [2020-09-10T21:30:40.341Z] #25 ... [2020-09-10T21:30:40.341Z] [2020-09-10T21:30:40.341Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:40.341Z] #38 58.44 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-09-10T21:30:40.341Z] #38 61.75 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:30:40.341Z] #38 DONE 66.5s [2020-09-10T21:30:40.341Z] [2020-09-10T21:30:40.341Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:40.442Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-09-10T21:30:40.700Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-09-10T21:30:40.868Z] #52 23.47 Checking out files: 56% (1818/3238) Checking out files: 57% (1846/3238) Checking out files: 58% (1879/3238) Checking out files: 59% (1911/3238) Checking out files: 60% (1943/3238) Checking out files: 61% (1976/3238) Checking out files: 62% (2008/3238) Checking out files: 63% (2040/3238) Checking out files: 64% (2073/3238) Checking out files: 65% (2105/3238) Checking out files: 66% (2138/3238) Checking out files: 67% (2170/3238) Checking out files: 68% (2202/3238) Checking out files: 69% (2235/3238) Checking out files: 70% (2267/3238) Checking out files: 71% (2299/3238) Checking out files: 72% (2332/3238) Checking out files: 73% (2364/3238) Checking out files: 74% (2397/3238) Checking out files: 75% (2429/3238) Checking out files: 76% (2461/3238) Checking out files: 77% (2494/3238) Checking out files: 78% (2526/3238) Checking out files: 79% (2559/3238) Checking out files: 80% (2591/3238) Checking out files: 81% (2623/3238) Checking out files: 82% (2656/3238) Checking out files: 83% (2688/3238) Checking out files: 84% (2720/3238) Checking out files: 85% (2753/3238) Checking out files: 86% (2785/3238) Checking out files: 87% (2818/3238) Checking out files: 88% (2850/3238) Checking out files: 89% (2882/3238) Checking out files: 90% (2915/3238) Checking out files: 91% (2947/3238) Checking out files: 92% (2979/3238) Checking out files: 93% (3012/3238) Checking out files: 93% (3039/3238) Checking out files: 94% (3044/3238) Checking out files: 95% (3077/3238) Checking out files: 96% (3109/3238) Checking out files: 97% (3141/3238) Checking out files: 98% (3174/3238) Checking out files: 99% (3206/3238) Checking out files: 100% (3238/3238) Checking out files: 100% (3238/3238), done. [2020-09-10T21:30:40.868Z] #52 24.77 + cd /tmp/tmp.98LOZx2QT6/src/github.com/containerd/containerd [2020-09-10T21:30:40.868Z] #52 24.77 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-10T21:30:40.868Z] #52 ... [2020-09-10T21:30:40.868Z] [2020-09-10T21:30:40.868Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:30:40.868Z] #32 57.37 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-09-10T21:30:40.868Z] #32 60.38 Setting up cmake (3.13.4-1) ... [2020-09-10T21:30:40.868Z] #32 63.07 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:30:40.868Z] #32 65.13 Processing triggers for mime-support (3.62) ... [2020-09-10T21:30:40.868Z] #32 DONE 67.1s [2020-09-10T21:30:41.133Z] [2020-09-10T21:30:41.133Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:41.193Z] #52 144.9 + bin/containerd-shim [2020-09-10T21:30:41.268Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-09-10T21:30:41.742Z] #48 77.32 regexp [2020-09-10T21:30:41.834Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-09-10T21:30:41.899Z] #25 9.315 1.0% # 2.4% ## 3.9% ### 5.2% #### 6.3% ##### 7.4% ###### 8.6% ####### 10.3% ######## 12.0% ######### 13.6% ########### 15.5% ############ 17.7% ############# 18.8% ############## 20.8% ############### 21.7% ################ 23.2% ################# 24.7% ################## 26.1% #################### 28.3% ##################### 29.6% ##################### 30.3% ###################### 31.7% ####################### 33.2% ######################### 34.9% ########################## 36.8% ########################### 37.9% ########################### 38.8% ############################# 40.5% ############################# 41.6% ############################## 42.8% ################################ 44.6% ################################ 45.5% ################################# 46.5% ################################## 47.6% ################################### 48.9% ################################### 49.8% #################################### 51.1% ##################################### 52.4% ###################################### 53.8% ####################################### 54.9% ######################################### 57.1% ########################################## 59.0% ########################################### 60.1% ########################################### 61.0% ############################################ 62.1% ############################################### 65.6% ################################################ 67.2% ################################################# 68.6% ################################################## 69.9% ################################################### 71.5% #################################################### 72.6% [2020-09-10T21:30:41.899Z] #25 ... [2020-09-10T21:30:41.899Z] [2020-09-10T21:30:41.899Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:41.899Z] #38 47.30 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-09-10T21:30:41.899Z] #38 47.30 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-10T21:30:41.899Z] #38 47.42 Selecting previously unselected package zlib1g-dev:amd64. [2020-09-10T21:30:41.899Z] #38 47.42 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-09-10T21:30:41.899Z] #38 47.44 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-10T21:30:41.899Z] #38 47.81 Selecting previously unselected package libprotobuf17:amd64. [2020-09-10T21:30:41.899Z] #38 47.81 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-09-10T21:30:41.899Z] #38 47.84 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-10T21:30:41.899Z] #38 48.89 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-09-10T21:30:41.899Z] #38 48.90 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-09-10T21:30:41.899Z] #38 48.91 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-10T21:30:41.899Z] #38 49.21 Selecting previously unselected package libprotobuf-dev:amd64. [2020-09-10T21:30:41.899Z] #38 49.21 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-09-10T21:30:41.899Z] #38 49.24 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-10T21:30:41.899Z] #38 50.70 Selecting previously unselected package libprotoc17:amd64. [2020-09-10T21:30:41.899Z] #38 50.71 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-09-10T21:30:41.899Z] #38 50.71 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-10T21:30:41.899Z] #38 51.45 Selecting previously unselected package protobuf-c-compiler. [2020-09-10T21:30:41.899Z] #38 51.45 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-09-10T21:30:41.899Z] #38 51.45 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-10T21:30:41.899Z] #38 51.55 Selecting previously unselected package protobuf-compiler. [2020-09-10T21:30:41.899Z] #38 51.55 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-09-10T21:30:41.899Z] #38 51.56 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-10T21:30:41.899Z] #38 51.73 Selecting previously unselected package python-pkg-resources. [2020-09-10T21:30:41.899Z] #38 51.74 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-10T21:30:41.899Z] #38 51.74 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-10T21:30:41.899Z] #38 52.03 Selecting previously unselected package python-six. [2020-09-10T21:30:41.899Z] #38 52.04 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-10T21:30:41.899Z] #38 52.05 Unpacking python-six (1.12.0-1) ... [2020-09-10T21:30:41.899Z] #38 52.16 Selecting previously unselected package python-protobuf. [2020-09-10T21:30:41.899Z] #38 52.16 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-09-10T21:30:41.899Z] #38 52.17 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-10T21:30:41.900Z] #38 52.89 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-10T21:30:41.900Z] #38 ... [2020-09-10T21:30:41.900Z] [2020-09-10T21:30:41.900Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:42.040Z] #48 ... [2020-09-10T21:30:42.040Z] [2020-09-10T21:30:42.040Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:42.040Z] #42 67.77 regexp/syntax [2020-09-10T21:30:42.040Z] #42 73.16 hash/crc32 [2020-09-10T21:30:42.040Z] #42 75.91 vendor/golang.org/x/text/transform [2020-09-10T21:30:42.040Z] #42 77.60 internal/poll [2020-09-10T21:30:42.040Z] #42 ... [2020-09-10T21:30:42.040Z] [2020-09-10T21:30:42.040Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:30:42.040Z] #40 15.14 make[1]: Nothing to be done for 'all'. [2020-09-10T21:30:42.532Z] #33 1.462 + RM_GOPATH=0 [2020-09-10T21:30:42.532Z] #33 1.462 + TMP_GOPATH= [2020-09-10T21:30:42.532Z] #33 1.462 + : /build [2020-09-10T21:30:42.532Z] #33 1.462 + '[' -z '' ']' [2020-09-10T21:30:42.532Z] #33 1.463 ++ mktemp -d [2020-09-10T21:30:42.532Z] #33 1.465 + export GOPATH=/tmp/tmp.qFCIbvYWyV [2020-09-10T21:30:42.532Z] #33 1.466 + GOPATH=/tmp/tmp.qFCIbvYWyV [2020-09-10T21:30:42.532Z] #33 1.466 + RM_GOPATH=1 [2020-09-10T21:30:42.532Z] #33 1.466 + case "$(go env GOARCH)" in [2020-09-10T21:30:42.532Z] #33 1.467 ++ go env GOARCH [2020-09-10T21:30:42.532Z] #33 1.491 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:30:42.532Z] #33 1.492 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:30:42.532Z] #33 1.494 ++ dirname /tmp/install/install.sh [2020-09-10T21:30:42.532Z] #33 1.499 + dir=/tmp/install [2020-09-10T21:30:42.532Z] #33 1.502 + bin=tini [2020-09-10T21:30:42.532Z] #33 1.509 + shift [2020-09-10T21:30:42.532Z] #33 1.510 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-10T21:30:42.532Z] #33 1.513 + . /tmp/install/tini.installer [2020-09-10T21:30:42.532Z] #33 1.513 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-10T21:30:42.532Z] #33 1.514 + install_tini [2020-09-10T21:30:42.532Z] #33 1.514 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-10T21:30:42.532Z] #33 1.515 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-10T21:30:42.532Z] #33 1.515 + git clone https://github.com/krallin/tini.git /tmp/tmp.qFCIbvYWyV/tini [2020-09-10T21:30:42.532Z] #33 1.536 Cloning into '/tmp/tmp.qFCIbvYWyV/tini'... [2020-09-10T21:30:43.110Z] #33 ... [2020-09-10T21:30:43.110Z] [2020-09-10T21:30:43.110Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:43.110Z] #47 60.13 golang.org/x/crypto/ssh/terminal [2020-09-10T21:30:43.110Z] #47 61.75 mvdan.cc/sh/v3/cmd/shfmt [2020-09-10T21:30:43.110Z] #47 DONE 69.3s [2020-09-10T21:30:43.243Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-09-10T21:30:43.379Z] [2020-09-10T21:30:43.379Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:43.379Z] #10 67.98 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-10T21:30:43.379Z] #10 67.99 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-09-10T21:30:43.379Z] #10 67.99 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:30:43.379Z] #10 68.23 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-10T21:30:43.379Z] #10 68.23 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-09-10T21:30:43.379Z] #10 68.25 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:30:43.379Z] #10 ... [2020-09-10T21:30:43.379Z] [2020-09-10T21:30:43.379Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:43.379Z] #41 59.49 encoding/xml [2020-09-10T21:30:43.379Z] #41 60.88 compress/flate [2020-09-10T21:30:43.379Z] #41 61.63 go/doc [2020-09-10T21:30:43.379Z] #41 64.00 compress/gzip [2020-09-10T21:30:43.379Z] #41 64.77 crypto/ecdsa [2020-09-10T21:30:43.379Z] #41 65.14 vendor/golang.org/x/crypto/cryptobyte [2020-09-10T21:30:43.379Z] #41 65.67 vendor/golang.org/x/text/unicode/bidi [2020-09-10T21:30:43.379Z] #41 66.67 github.com/LK4D4/vndr/build [2020-09-10T21:30:43.379Z] #41 68.18 vendor/golang.org/x/text/secure/bidirule [2020-09-10T21:30:43.379Z] #41 68.76 vendor/golang.org/x/text/unicode/norm [2020-09-10T21:30:43.646Z] #41 ... [2020-09-10T21:30:43.646Z] [2020-09-10T21:30:43.646Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:43.646Z] #33 2.510 + cd /tmp/tmp.qFCIbvYWyV/tini [2020-09-10T21:30:43.646Z] #33 2.510 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-10T21:30:43.646Z] #33 2.532 + cmake . [2020-09-10T21:30:43.980Z] #25 9.315 1.0% # 2.4% ## 3.9% ### 5.2% #### 6.3% ##### 7.4% ###### 8.6% ####### 10.3% ######## 12.0% ######### 13.6% ########### 15.5% ############ 17.7% ############# 18.8% ############## 20.8% ############### 21.7% ################ 23.2% ################# 24.7% ################## 26.1% #################### 28.3% ##################### 29.6% ##################### 30.3% ###################### 31.7% ####################### 33.2% ######################### 34.9% ########################## 36.8% ########################### 37.9% ########################### 38.8% ############################# 40.5% ############################# 41.6% ############################## 42.8% ################################ 44.6% ################################ 45.5% ################################# 46.5% ################################## 47.6% ################################### 48.9% ################################### 49.8% #################################### 51.1% ##################################### 52.4% ###################################### 53.8% ####################################### 54.9% ######################################### 57.1% ########################################## 59.0% ########################################### 60.1% ########################################### 61.0% ############################################ 62.1% ############################################### 65.6% ################################################ 67.2% ################################################# 68.6% ################################################## 69.9% ################################################### 71.5% #################################################### 72.6% ##################################################### 73.9% ###################################################### 75.3% ####################################################### 76.5% ######################################################## 78.1% ######################################################### 79.2% ######################################################### 80.2% ########################################################### 82.2% ############################################################ 83.8% ############################################################ 84.7% ############################################################# 86.0% ############################################################## 87.5% ############################################################### 88.5% ################################################################ 90.1% ################################################################# 91.3% ################################################################## 92.9% ################################################################### 94.1% #################################################################### 95.6% ##################################################################### 96.9% ####################################################################### 98.8% ######################################################################## 100.0% [2020-09-10T21:30:43.980Z] #25 17.19 [2020-09-10T21:30:44.154Z] #40 17.12 CC images/stats.o [2020-09-10T21:30:44.224Z] #33 3.085 -- The C compiler identification is GNU 8.3.0 [2020-09-10T21:30:44.224Z] #33 3.143 -- Check for working C compiler: /usr/bin/cc [2020-09-10T21:30:44.470Z] #40 17.67 CC images/core.o [2020-09-10T21:30:44.549Z] #25 ... [2020-09-10T21:30:44.549Z] [2020-09-10T21:30:44.549Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:44.549Z] #10 50.07 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-09-10T21:30:44.549Z] #10 53.03 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-09-10T21:30:44.549Z] #10 53.03 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-09-10T21:30:44.549Z] #10 53.03 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-10T21:30:44.549Z] #10 53.03 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-10T21:30:44.549Z] #10 53.04 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-09-10T21:30:44.549Z] #10 53.04 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-09-10T21:30:44.549Z] #10 53.04 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-09-10T21:30:44.549Z] #10 53.08 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-09-10T21:30:44.549Z] #10 53.09 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-09-10T21:30:44.549Z] #10 53.10 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-09-10T21:30:44.549Z] #10 53.13 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-09-10T21:30:44.549Z] #10 53.20 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-09-10T21:30:44.549Z] #10 53.23 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-09-10T21:30:44.549Z] #10 53.24 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-09-10T21:30:44.549Z] #10 53.25 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-09-10T21:30:44.549Z] #10 54.44 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:30:44.549Z] #10 54.62 Fetched 77.7 MB in 9s (8670 kB/s) [2020-09-10T21:30:44.549Z] #10 54.73 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-10T21:30:44.549Z] #10 54.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-10T21:30:44.549Z] #10 54.88 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-09-10T21:30:44.549Z] #10 54.91 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-10T21:30:44.549Z] #10 57.55 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-10T21:30:44.549Z] #10 57.60 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-09-10T21:30:44.549Z] #10 57.61 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-10T21:30:44.618Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-09-10T21:30:44.808Z] #10 ... [2020-09-10T21:30:44.808Z] [2020-09-10T21:30:44.808Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:44.808Z] #41 50.25 syscall [2020-09-10T21:30:44.808Z] #41 58.39 time [2020-09-10T21:30:44.808Z] #41 ... [2020-09-10T21:30:44.808Z] [2020-09-10T21:30:44.808Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:44.808Z] #38 58.14 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-10T21:30:44.808Z] #38 58.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-10T21:30:44.808Z] #38 58.18 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-10T21:30:44.808Z] #38 58.20 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-10T21:30:44.808Z] #38 58.22 Setting up python-six (1.12.0-1) ... [2020-09-10T21:30:45.068Z] #38 ... [2020-09-10T21:30:45.068Z] [2020-09-10T21:30:45.068Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:30:45.068Z] #32 50.55 Selecting previously unselected package libicu63:amd64. [2020-09-10T21:30:45.068Z] #32 50.59 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-10T21:30:45.068Z] #32 50.62 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-10T21:30:45.068Z] #32 59.08 Selecting previously unselected package libxml2:amd64. [2020-09-10T21:30:45.068Z] #32 59.12 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-09-10T21:30:45.068Z] #32 59.13 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-10T21:30:45.068Z] #32 59.79 Selecting previously unselected package libarchive13:amd64. [2020-09-10T21:30:45.068Z] #32 59.85 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-09-10T21:30:45.068Z] #32 59.86 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-10T21:30:45.068Z] #32 60.27 Selecting previously unselected package libjsoncpp1:amd64. [2020-09-10T21:30:45.068Z] #32 60.27 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-09-10T21:30:45.068Z] #32 60.27 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-10T21:30:45.068Z] #32 60.46 Selecting previously unselected package librhash0:amd64. [2020-09-10T21:30:45.068Z] #32 60.47 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-09-10T21:30:45.068Z] #32 60.47 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-09-10T21:30:45.068Z] #32 60.67 Selecting previously unselected package libuv1:amd64. [2020-09-10T21:30:45.068Z] #32 ... [2020-09-10T21:30:45.068Z] [2020-09-10T21:30:45.068Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:45.068Z] #10 60.55 Selecting previously unselected package binutils-mingw-w64. [2020-09-10T21:30:45.068Z] #10 60.60 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-10T21:30:45.068Z] #10 60.62 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-10T21:30:45.177Z] #33 4.009 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-10T21:30:45.177Z] #33 4.011 -- Detecting C compiler ABI info [2020-09-10T21:30:45.184Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-09-10T21:30:45.327Z] #10 60.76 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-09-10T21:30:45.327Z] #10 60.77 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-10T21:30:45.327Z] #10 60.77 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-10T21:30:45.521Z] #40 18.51 CC images/core-x86.o [2020-09-10T21:30:45.587Z] #10 60.97 Selecting previously unselected package dmsetup. [2020-09-10T21:30:45.587Z] #10 60.97 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-09-10T21:30:45.587Z] #10 60.98 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-10T21:30:45.587Z] #10 61.17 Selecting previously unselected package mingw-w64-common. [2020-09-10T21:30:45.649Z] #52 149.1 + bin/containerd-shim-runc-v1 [2020-09-10T21:30:45.758Z] #33 ... [2020-09-10T21:30:45.758Z] [2020-09-10T21:30:45.758Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:45.758Z] #25 23.36 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-10T21:30:45.758Z] #25 23.73 #=#=# [2020-09-10T21:30:45.758Z] #25 24.06 0.8% ######################################################################## 100.0% [2020-09-10T21:30:45.758Z] #25 24.20 [2020-09-10T21:30:45.758Z] #25 25.40 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-10T21:30:45.758Z] #25 25.47 skipping existing 9a99313a2c50 [2020-09-10T21:30:45.758Z] #25 25.55 [2020-09-10T21:30:45.758Z] #25 27.05 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-10T21:30:45.758Z] #25 27.39 [2020-09-10T21:30:45.758Z] #25 27.57 ######################################################################## 100.0% [2020-09-10T21:30:45.758Z] #25 27.67 [2020-09-10T21:30:45.758Z] #25 27.77 Download of images into '/build' complete. [2020-09-10T21:30:45.758Z] #25 27.78 Use something like the following to load the result into a Docker daemon: [2020-09-10T21:30:45.758Z] #25 27.78 tar -cC '/build' . | docker load [2020-09-10T21:30:45.758Z] #25 DONE 28.2s [2020-09-10T21:30:45.758Z] [2020-09-10T21:30:45.758Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:45.758Z] #33 4.680 -- Detecting C compiler ABI info - done [2020-09-10T21:30:45.758Z] #33 4.708 -- Detecting C compile features [2020-09-10T21:30:45.821Z] #40 19.20 CC images/core-arm.o [2020-09-10T21:30:45.847Z] #10 61.17 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-10T21:30:45.847Z] #10 61.19 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-10T21:30:46.469Z] #40 19.65 CC images/core-aarch64.o [2020-09-10T21:30:46.768Z] #40 19.98 CC images/core-ppc64.o [2020-09-10T21:30:46.785Z] #10 ... [2020-09-10T21:30:46.785Z] [2020-09-10T21:30:46.785Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:46.785Z] #47 52.36 reflect [2020-09-10T21:30:46.785Z] #47 52.37 syscall [2020-09-10T21:30:46.785Z] #47 59.86 time [2020-09-10T21:30:47.044Z] #47 ... [2020-09-10T21:30:47.044Z] [2020-09-10T21:30:47.044Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:47.044Z] #38 62.51 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-10T21:30:47.044Z] #38 62.53 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-10T21:30:47.044Z] #38 62.55 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-10T21:30:47.044Z] #38 62.56 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-09-10T21:30:47.044Z] #38 62.57 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-10T21:30:47.044Z] #38 62.60 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-10T21:30:47.044Z] #38 62.61 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-10T21:30:47.044Z] #38 62.62 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-10T21:30:47.044Z] #38 62.63 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-10T21:30:47.303Z] #38 62.65 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-10T21:30:47.417Z] #40 ... [2020-09-10T21:30:47.417Z] [2020-09-10T21:30:47.417Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:47.417Z] #53 44.28 Checking out files: 61% (1993/3238) Checking out files: 62% (2008/3238) Checking out files: 63% (2040/3238) Checking out files: 64% (2073/3238) Checking out files: 65% (2105/3238) Checking out files: 66% (2138/3238) Checking out files: 67% (2170/3238) Checking out files: 68% (2202/3238) Checking out files: 69% (2235/3238) Checking out files: 70% (2267/3238) Checking out files: 71% (2299/3238) Checking out files: 72% (2332/3238) Checking out files: 73% (2364/3238) Checking out files: 74% (2397/3238) Checking out files: 75% (2429/3238) Checking out files: 76% (2461/3238) Checking out files: 77% (2494/3238) Checking out files: 78% (2526/3238) Checking out files: 79% (2559/3238) Checking out files: 80% (2591/3238) Checking out files: 81% (2623/3238) Checking out files: 82% (2656/3238) Checking out files: 83% (2688/3238) Checking out files: 84% (2720/3238) Checking out files: 85% (2753/3238) Checking out files: 86% (2785/3238) Checking out files: 87% (2818/3238) Checking out files: 88% (2850/3238) Checking out files: 89% (2882/3238) Checking out files: 90% (2915/3238) Checking out files: 91% (2947/3238) Checking out files: 92% (2979/3238) Checking out files: 93% (3012/3238) Checking out files: 94% (3044/3238) Checking out files: 95% (3077/3238) Checking out files: 96% (3109/3238) Checking out files: 97% (3141/3238) Checking out files: 98% (3174/3238) Checking out files: 99% (3206/3238) Checking out files: 100% (3238/3238) Checking out files: 100% (3238/3238), done. [2020-09-10T21:30:47.417Z] #53 45.26 + cd /tmp/tmp.clHCtqrEN2/src/github.com/containerd/containerd [2020-09-10T21:30:47.417Z] #53 45.27 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-10T21:30:47.417Z] #53 45.77 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-10T21:30:47.417Z] #53 45.77 + BUILDTAGS='netgo osusergo static_build' [2020-09-10T21:30:47.417Z] #53 45.77 + export EXTRA_FLAGS=-buildmode=pie [2020-09-10T21:30:47.417Z] #53 45.77 + EXTRA_FLAGS=-buildmode=pie [2020-09-10T21:30:47.417Z] #53 45.77 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-10T21:30:47.417Z] #53 45.77 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-10T21:30:47.417Z] #53 45.77 + '[' '' = dynamic ']' [2020-09-10T21:30:47.417Z] #53 45.77 + make [2020-09-10T21:30:47.417Z] #53 46.78 + bin/ctr [2020-09-10T21:30:48.323Z] #33 7.209 -- Detecting C compile features - done [2020-09-10T21:30:48.323Z] #33 7.238 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-10T21:30:48.383Z] #52 152.1 + bin/containerd-shim-runc-v2 [2020-09-10T21:30:48.467Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-09-10T21:30:48.587Z] #33 7.460 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-10T21:30:48.587Z] #33 7.539 -- Configuring done [2020-09-10T21:30:48.587Z] #33 7.555 -- Generating done [2020-09-10T21:30:48.587Z] #33 7.567 -- Build files have been written to: /tmp/tmp.qFCIbvYWyV/tini [2020-09-10T21:30:48.587Z] #33 7.581 + make tini-static [2020-09-10T21:30:48.681Z] #38 ... [2020-09-10T21:30:48.681Z] [2020-09-10T21:30:48.681Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:48.681Z] #30 54.08 time [2020-09-10T21:30:48.681Z] #30 60.55 internal/poll [2020-09-10T21:30:48.681Z] #30 61.78 internal/fmtsort [2020-09-10T21:30:48.681Z] #30 62.42 internal/syscall/execenv [2020-09-10T21:30:48.681Z] #30 62.65 internal/syscall/unix [2020-09-10T21:30:48.681Z] #30 62.65 strings [2020-09-10T21:30:48.681Z] #30 63.01 os [2020-09-10T21:30:48.681Z] #30 ... [2020-09-10T21:30:48.681Z] [2020-09-10T21:30:48.681Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:48.681Z] #25 18.13 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-10T21:30:48.681Z] #25 18.55 [2020-09-10T21:30:48.681Z] #25 18.78 ######################################################################## 100.0% [2020-09-10T21:30:48.681Z] #25 18.93 [2020-09-10T21:30:48.681Z] #25 19.81 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-10T21:30:48.681Z] #25 20.11 [2020-09-10T21:30:48.681Z] #25 20.28 0.6% ######################################################################## 100.0% [2020-09-10T21:30:48.681Z] #25 20.49 [2020-09-10T21:30:48.681Z] #25 21.24 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-10T21:30:48.681Z] #25 21.34 skipping existing c35d46ef359f [2020-09-10T21:30:48.681Z] #25 21.43 [2020-09-10T21:30:48.851Z] #33 7.967 Scanning dependencies of target tini-static [2020-09-10T21:30:49.017Z] #52 152.7 + binaries [2020-09-10T21:30:49.017Z] #52 152.7 + install -D bin/containerd /build/containerd [2020-09-10T21:30:49.017Z] #52 152.8 + install -D bin/containerd-shim /build/containerd-shim [2020-09-10T21:30:49.017Z] #52 152.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-10T21:30:49.017Z] #52 152.8 + install -D bin/ctr /build/ctr [2020-09-10T21:30:49.116Z] #33 8.080 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-10T21:30:49.251Z] #25 22.22 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-10T21:30:49.251Z] #25 22.56 [2020-09-10T21:30:49.511Z] #25 22.70 ######################################################################## 100.0% [2020-09-10T21:30:49.511Z] #25 22.80 [2020-09-10T21:30:49.650Z] #52 DONE 153.3s [2020-09-10T21:30:49.770Z] #25 22.90 Download of images into '/build' complete. [2020-09-10T21:30:49.771Z] #25 22.90 Use something like the following to load the result into a Docker daemon: [2020-09-10T21:30:49.771Z] #25 22.90 tar -cC '/build' . | docker load [2020-09-10T21:30:50.031Z] #25 ... [2020-09-10T21:30:50.031Z] [2020-09-10T21:30:50.031Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:50.031Z] #30 65.57 path [2020-09-10T21:30:50.284Z] [2020-09-10T21:30:50.284Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-10T21:30:50.514Z] #33 9.197 [100%] Linking C executable tini-static [2020-09-10T21:30:50.514Z] #33 ... [2020-09-10T21:30:50.514Z] [2020-09-10T21:30:50.514Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:30:50.514Z] #39 3.290 Note: Building without setproctitle() and strlcpy() support. [2020-09-10T21:30:50.514Z] #39 3.290 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-10T21:30:50.514Z] #39 3.310 Note: Building without GnuTLS support [2020-09-10T21:30:50.514Z] #39 3.322 Makefile.config:39: Warn: you have no libnftables installed [2020-09-10T21:30:50.514Z] #39 3.323 Makefile.config:40: Warn: Building without nftables support [2020-09-10T21:30:50.514Z] #39 5.464 fatal: not a git repository (or any of the parent directories): .git [2020-09-10T21:30:50.514Z] #39 5.512 GEN .gitid [2020-09-10T21:30:50.514Z] #39 5.557 GEN criu/include/version.h [2020-09-10T21:30:50.514Z] #39 5.658 GEN include/common/asm [2020-09-10T21:30:50.514Z] #39 7.329 PBCC images/timens.pb-c.c [2020-09-10T21:30:50.514Z] #39 7.384 DEP images/timens.pb-c.d [2020-09-10T21:30:50.514Z] #39 7.431 PBCC images/fown.pb-c.c [2020-09-10T21:30:50.514Z] #39 7.444 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-10T21:30:50.514Z] #39 7.582 PBCC images/opts.pb-c.c [2020-09-10T21:30:50.514Z] #39 7.652 PBCC images/memfd.pb-c.c [2020-09-10T21:30:50.514Z] #39 7.707 DEP images/fown.pb-c.d [2020-09-10T21:30:50.514Z] #39 7.737 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-10T21:30:50.514Z] #39 7.799 DEP images/opts.pb-c.d [2020-09-10T21:30:50.514Z] #39 7.865 DEP images/memfd.pb-c.d [2020-09-10T21:30:50.514Z] #39 7.924 PBCC images/sit.pb-c.c [2020-09-10T21:30:50.514Z] #39 7.967 DEP images/sit.pb-c.d [2020-09-10T21:30:50.514Z] #39 8.013 PBCC images/macvlan.pb-c.c [2020-09-10T21:30:50.514Z] #39 8.055 DEP images/macvlan.pb-c.d [2020-09-10T21:30:50.514Z] #39 8.153 PBCC images/autofs.pb-c.c [2020-09-10T21:30:50.514Z] #39 8.188 DEP images/autofs.pb-c.d [2020-09-10T21:30:50.514Z] #39 8.225 PBCC images/sysctl.pb-c.c [2020-09-10T21:30:50.514Z] #39 8.269 DEP images/sysctl.pb-c.d [2020-09-10T21:30:50.514Z] #39 8.304 PBCC images/time.pb-c.c [2020-09-10T21:30:50.514Z] #39 8.321 DEP images/time.pb-c.d [2020-09-10T21:30:50.514Z] #39 8.370 PBCC images/binfmt-misc.pb-c.c [2020-09-10T21:30:50.514Z] #39 8.382 DEP images/binfmt-misc.pb-c.d [2020-09-10T21:30:50.514Z] #39 8.440 PBCC images/seccomp.pb-c.c [2020-09-10T21:30:50.514Z] #39 8.467 DEP images/seccomp.pb-c.d [2020-09-10T21:30:50.514Z] #39 8.528 PBCC images/userns.pb-c.c [2020-09-10T21:30:50.514Z] #39 8.548 DEP images/userns.pb-c.d [2020-09-10T21:30:50.514Z] #39 8.592 PBCC images/cgroup.pb-c.c [2020-09-10T21:30:50.514Z] #39 8.628 DEP images/cgroup.pb-c.d [2020-09-10T21:30:50.514Z] #39 8.716 PBCC images/ext-file.pb-c.c [2020-09-10T21:30:50.514Z] #39 8.736 DEP images/ext-file.pb-c.d [2020-09-10T21:30:50.514Z] #39 8.797 PBCC images/rpc.pb-c.c [2020-09-10T21:30:50.514Z] #39 8.843 DEP images/rpc.pb-c.d [2020-09-10T21:30:50.514Z] #39 8.883 PBCC images/siginfo.pb-c.c [2020-09-10T21:30:50.514Z] #39 8.892 DEP images/siginfo.pb-c.d [2020-09-10T21:30:50.514Z] #39 8.956 PBCC images/pagemap.pb-c.c [2020-09-10T21:30:50.514Z] #39 8.980 DEP images/pagemap.pb-c.d [2020-09-10T21:30:50.514Z] #39 9.023 PBCC images/rlimit.pb-c.c [2020-09-10T21:30:50.514Z] #39 9.039 DEP images/rlimit.pb-c.d [2020-09-10T21:30:50.514Z] #39 9.070 PBCC images/file-lock.pb-c.c [2020-09-10T21:30:50.514Z] #39 9.087 DEP images/file-lock.pb-c.d [2020-09-10T21:30:50.514Z] #39 9.119 PBCC images/tty.pb-c.c [2020-09-10T21:30:50.514Z] #39 9.200 DEP images/tty.pb-c.d [2020-09-10T21:30:50.514Z] #39 9.250 PBCC images/tun.pb-c.c [2020-09-10T21:30:50.514Z] #39 9.308 PBCC images/netdev.pb-c.c [2020-09-10T21:30:50.514Z] #39 9.347 DEP images/tun.pb-c.d [2020-09-10T21:30:50.514Z] #39 9.404 DEP images/netdev.pb-c.d [2020-09-10T21:30:50.514Z] #39 9.500 PBCC images/vma.pb-c.c [2020-09-10T21:30:50.514Z] #39 9.559 DEP images/vma.pb-c.d [2020-09-10T21:30:50.514Z] #39 9.611 PBCC images/creds.pb-c.c [2020-09-10T21:30:50.514Z] #39 9.631 DEP images/creds.pb-c.d [2020-09-10T21:30:50.514Z] #39 9.742 PBCC images/utsns.pb-c.c [2020-09-10T21:30:50.514Z] #39 9.797 DEP images/utsns.pb-c.d [2020-09-10T21:30:50.514Z] #39 9.864 PBCC images/ipc-desc.pb-c.c [2020-09-10T21:30:50.514Z] #39 9.900 PBCC images/ipc-sem.pb-c.c [2020-09-10T21:30:50.514Z] #39 9.949 DEP images/ipc-desc.pb-c.d [2020-09-10T21:30:50.514Z] #39 10.03 DEP images/ipc-sem.pb-c.d [2020-09-10T21:30:50.514Z] #39 10.08 PBCC images/ipc-msg.pb-c.c [2020-09-10T21:30:50.514Z] #39 10.15 DEP images/ipc-msg.pb-c.d [2020-09-10T21:30:50.514Z] #39 10.19 PBCC images/ipc-shm.pb-c.c [2020-09-10T21:30:50.514Z] #39 10.23 DEP images/ipc-shm.pb-c.d [2020-09-10T21:30:50.514Z] #39 10.28 PBCC images/ipc-var.pb-c.c [2020-09-10T21:30:50.578Z] #53 DONE 0.3s [2020-09-10T21:30:50.578Z] [2020-09-10T21:30:50.578Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-10T21:30:50.578Z] #57 DONE 0.2s [2020-09-10T21:30:50.578Z] [2020-09-10T21:30:50.578Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-10T21:30:50.778Z] #39 10.30 DEP images/ipc-var.pb-c.d [2020-09-10T21:30:50.778Z] #39 10.34 PBCC images/sk-opts.pb-c.c [2020-09-10T21:30:50.778Z] #39 10.37 PBCC images/packet-sock.pb-c.c [2020-09-10T21:30:50.778Z] #39 ... [2020-09-10T21:30:50.778Z] [2020-09-10T21:30:50.778Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:50.778Z] #33 9.760 [100%] Built target tini-static [2020-09-10T21:30:50.778Z] #33 9.810 + mkdir -p /build [2020-09-10T21:30:50.778Z] #33 9.817 + cp tini-static /build/docker-init [2020-09-10T21:30:50.869Z] #59 DONE 0.2s [2020-09-10T21:30:50.869Z] [2020-09-10T21:30:50.869Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-10T21:30:50.869Z] #61 DONE 0.1s [2020-09-10T21:30:50.869Z] [2020-09-10T21:30:50.869Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-10T21:30:50.869Z] #62 DONE 0.0s [2020-09-10T21:30:50.869Z] [2020-09-10T21:30:50.869Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-10T21:30:50.970Z] #30 66.17 text/tabwriter [2020-09-10T21:30:51.358Z] #33 ... [2020-09-10T21:30:51.358Z] [2020-09-10T21:30:51.358Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:51.358Z] #52 25.20 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-10T21:30:51.358Z] #52 25.21 + BUILDTAGS='netgo osusergo static_build' [2020-09-10T21:30:51.358Z] #52 25.21 + export EXTRA_FLAGS=-buildmode=pie [2020-09-10T21:30:51.358Z] #52 25.21 + EXTRA_FLAGS=-buildmode=pie [2020-09-10T21:30:51.358Z] #52 25.21 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-10T21:30:51.358Z] #52 25.21 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-10T21:30:51.358Z] #52 25.21 + '[' '' = dynamic ']' [2020-09-10T21:30:51.358Z] #52 25.21 + make [2020-09-10T21:30:51.358Z] #52 26.20 + bin/ctr [2020-09-10T21:30:51.358Z] #52 ... [2020-09-10T21:30:51.358Z] [2020-09-10T21:30:51.358Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:30:51.358Z] #39 10.43 DEP images/sk-opts.pb-c.d [2020-09-10T21:30:51.358Z] #39 10.48 DEP images/packet-sock.pb-c.d [2020-09-10T21:30:51.358Z] #39 10.54 PBCC images/sk-netlink.pb-c.c [2020-09-10T21:30:51.358Z] #39 10.64 DEP images/sk-netlink.pb-c.d [2020-09-10T21:30:51.358Z] #39 10.69 PBCC images/sk-inet.pb-c.c [2020-09-10T21:30:51.358Z] #39 10.75 DEP images/sk-inet.pb-c.d [2020-09-10T21:30:51.358Z] #39 10.80 PBCC images/sk-unix.pb-c.c [2020-09-10T21:30:51.358Z] #39 10.83 DEP images/sk-unix.pb-c.d [2020-09-10T21:30:51.358Z] #39 10.87 PBCC images/mm.pb-c.c [2020-09-10T21:30:51.358Z] #39 10.92 DEP images/mm.pb-c.d [2020-09-10T21:30:51.358Z] #39 10.96 PBCC images/timerfd.pb-c.c [2020-09-10T21:30:51.358Z] #39 10.99 DEP images/timerfd.pb-c.d [2020-09-10T21:30:51.358Z] #39 ... [2020-09-10T21:30:51.358Z] [2020-09-10T21:30:51.358Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:51.358Z] #33 DONE 10.4s [2020-09-10T21:30:51.358Z] [2020-09-10T21:30:51.358Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:30:51.358Z] #39 11.03 PBCC images/timer.pb-c.c [2020-09-10T21:30:51.358Z] #39 11.06 DEP images/timer.pb-c.d [2020-09-10T21:30:51.358Z] #39 11.09 PBCC images/sa.pb-c.c [2020-09-10T21:30:51.358Z] #39 11.14 DEP images/sa.pb-c.d [2020-09-10T21:30:51.503Z] #63 DONE 0.7s [2020-09-10T21:30:51.584Z] #30 66.95 path/filepath [2020-09-10T21:30:51.584Z] #30 66.98 fmt [2020-09-10T21:30:51.623Z] #39 11.20 PBCC images/pipe-data.pb-c.c [2020-09-10T21:30:51.623Z] #39 11.23 DEP images/pipe-data.pb-c.d [2020-09-10T21:30:51.623Z] #39 11.40 PBCC images/mnt.pb-c.c [2020-09-10T21:30:51.796Z] [2020-09-10T21:30:51.796Z] #64 exporting to image [2020-09-10T21:30:51.796Z] #64 exporting layers [2020-09-10T21:30:51.887Z] #39 11.44 DEP images/mnt.pb-c.d [2020-09-10T21:30:51.887Z] #39 11.48 PBCC images/sk-packet.pb-c.c [2020-09-10T21:30:51.887Z] #39 11.51 DEP images/sk-packet.pb-c.d [2020-09-10T21:30:51.887Z] #39 11.59 PBCC images/tcp-stream.pb-c.c [2020-09-10T21:30:51.887Z] #39 11.66 DEP images/tcp-stream.pb-c.d [2020-09-10T21:30:51.932Z] #53 ... [2020-09-10T21:30:51.932Z] [2020-09-10T21:30:51.932Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:51.932Z] #31 76.99 internal/poll [2020-09-10T21:30:51.932Z] #31 79.71 os [2020-09-10T21:30:51.932Z] #31 81.64 internal/fmtsort [2020-09-10T21:30:51.932Z] #31 83.19 path/filepath [2020-09-10T21:30:51.932Z] #31 83.19 fmt [2020-09-10T21:30:51.932Z] #31 84.69 io/ioutil [2020-09-10T21:30:51.932Z] #31 86.91 log [2020-09-10T21:30:51.932Z] #31 86.91 github.com/BurntSushi/toml [2020-09-10T21:30:51.932Z] #31 86.94 flag [2020-09-10T21:30:51.932Z] #31 ... [2020-09-10T21:30:51.932Z] [2020-09-10T21:30:51.932Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:30:51.932Z] #40 20.76 CC images/core-s390.o [2020-09-10T21:30:51.932Z] #40 21.69 CC images/cpuinfo.o [2020-09-10T21:30:51.932Z] #40 22.28 CC images/inventory.o [2020-09-10T21:30:51.932Z] #40 22.58 CC images/fdinfo.o [2020-09-10T21:30:51.932Z] #40 22.95 CC images/fown.o [2020-09-10T21:30:51.932Z] #40 23.15 CC images/ns.o [2020-09-10T21:30:51.932Z] #40 23.38 CC images/regfile.o [2020-09-10T21:30:51.932Z] #40 23.67 CC images/ghost-file.o [2020-09-10T21:30:51.932Z] #40 24.01 CC images/fifo.o [2020-09-10T21:30:51.932Z] #40 24.26 CC images/remap-file-path.o [2020-09-10T21:30:51.932Z] #40 24.49 CC images/eventfd.o [2020-09-10T21:30:51.932Z] #40 24.84 CC images/eventpoll.o [2020-09-10T21:30:51.932Z] #40 25.20 CC images/fh.o [2020-09-10T21:30:52.316Z] #39 11.72 PBCC images/pipe.pb-c.c [2020-09-10T21:30:52.320Z] #39 11.76 DEP images/pipe.pb-c.d [2020-09-10T21:30:52.320Z] #39 11.82 PBCC images/pstree.pb-c.c [2020-09-10T21:30:52.320Z] #39 11.85 DEP images/pstree.pb-c.d [2020-09-10T21:30:52.320Z] #39 11.90 PBCC images/fs.pb-c.c [2020-09-10T21:30:52.357Z] #40 25.55 CC images/fsnotify.o [2020-09-10T21:30:52.594Z] #39 11.95 DEP images/fs.pb-c.d [2020-09-10T21:30:52.594Z] #39 11.99 PBCC images/signalfd.pb-c.c [2020-09-10T21:30:52.594Z] #39 12.05 DEP images/signalfd.pb-c.d [2020-09-10T21:30:52.594Z] #39 12.08 PBCC images/fh.pb-c.c [2020-09-10T21:30:52.594Z] #39 12.14 PBCC images/fsnotify.pb-c.c [2020-09-10T21:30:52.594Z] #39 12.25 DEP images/fh.pb-c.d [2020-09-10T21:30:52.594Z] #39 12.33 DEP images/fsnotify.pb-c.d [2020-09-10T21:30:52.652Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-09-10T21:30:52.652Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-09-10T21:30:52.859Z] #39 12.40 PBCC images/eventpoll.pb-c.c [2020-09-10T21:30:52.859Z] #39 12.45 DEP images/eventpoll.pb-c.d [2020-09-10T21:30:52.859Z] #39 12.53 PBCC images/eventfd.pb-c.c [2020-09-10T21:30:52.859Z] #39 12.54 DEP images/eventfd.pb-c.d [2020-09-10T21:30:52.859Z] #39 12.59 PBCC images/remap-file-path.pb-c.c [2020-09-10T21:30:53.005Z] #40 26.26 CC images/signalfd.o [2020-09-10T21:30:53.123Z] #39 12.63 DEP images/remap-file-path.pb-c.d [2020-09-10T21:30:53.123Z] #39 12.68 PBCC images/fifo.pb-c.c [2020-09-10T21:30:53.123Z] #39 12.70 DEP images/fifo.pb-c.d [2020-09-10T21:30:53.123Z] #39 12.75 PBCC images/ghost-file.pb-c.c [2020-09-10T21:30:53.123Z] #39 12.79 DEP images/ghost-file.pb-c.d [2020-09-10T21:30:53.146Z] #30 68.48 io/ioutil [2020-09-10T21:30:53.220Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-09-10T21:30:53.305Z] #40 26.53 CC images/fs.o [2020-09-10T21:30:53.305Z] #40 ... [2020-09-10T21:30:53.305Z] [2020-09-10T21:30:53.305Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:53.305Z] #42 79.13 context [2020-09-10T21:30:53.305Z] #42 81.76 regexp [2020-09-10T21:30:53.305Z] #42 82.76 os [2020-09-10T21:30:53.387Z] #39 12.86 PBCC images/regfile.pb-c.c [2020-09-10T21:30:53.387Z] #39 12.92 DEP images/regfile.pb-c.d [2020-09-10T21:30:53.387Z] #39 12.96 PBCC images/ns.pb-c.c [2020-09-10T21:30:53.387Z] #39 12.99 DEP images/ns.pb-c.d [2020-09-10T21:30:53.387Z] #39 13.04 PBCC images/fdinfo.pb-c.c [2020-09-10T21:30:53.605Z] #42 ... [2020-09-10T21:30:53.606Z] [2020-09-10T21:30:53.606Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:30:53.606Z] #40 26.77 CC images/pstree.o [2020-09-10T21:30:53.652Z] #39 13.14 DEP images/fdinfo.pb-c.d [2020-09-10T21:30:53.652Z] #39 13.19 PBCC images/core-aarch64.pb-c.c [2020-09-10T21:30:53.652Z] #39 13.22 PBCC images/core-arm.pb-c.c [2020-09-10T21:30:53.652Z] #39 13.25 PBCC images/core-ppc64.pb-c.c [2020-09-10T21:30:53.652Z] #39 13.28 PBCC images/core-s390.pb-c.c [2020-09-10T21:30:53.652Z] #39 13.34 PBCC images/core-x86.pb-c.c [2020-09-10T21:30:53.787Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-09-10T21:30:53.904Z] #40 27.04 CC images/pipe.o [2020-09-10T21:30:53.915Z] #39 13.42 PBCC images/core.pb-c.c [2020-09-10T21:30:53.915Z] #39 13.48 PBCC images/inventory.pb-c.c [2020-09-10T21:30:53.915Z] #39 13.54 DEP images/core-aarch64.pb-c.d [2020-09-10T21:30:53.915Z] #39 13.60 DEP images/core-arm.pb-c.d [2020-09-10T21:30:54.180Z] #39 13.66 DEP images/core-ppc64.pb-c.d [2020-09-10T21:30:54.180Z] #39 13.74 DEP images/core-s390.pb-c.d [2020-09-10T21:30:54.180Z] #39 13.78 DEP images/core-x86.pb-c.d [2020-09-10T21:30:54.180Z] #39 13.84 DEP images/core.pb-c.d [2020-09-10T21:30:54.202Z] #40 27.31 CC images/tcp-stream.o [2020-09-10T21:30:54.444Z] #39 13.90 DEP images/inventory.pb-c.d [2020-09-10T21:30:54.444Z] #39 13.96 PBCC images/cpuinfo.pb-c.c [2020-09-10T21:30:54.444Z] #39 14.02 DEP images/cpuinfo.pb-c.d [2020-09-10T21:30:54.444Z] #39 ... [2020-09-10T21:30:54.444Z] [2020-09-10T21:30:54.444Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:54.444Z] #41 70.52 vendor/golang.org/x/net/http2/hpack [2020-09-10T21:30:54.444Z] #41 72.77 mime [2020-09-10T21:30:54.444Z] #41 75.27 vendor/golang.org/x/net/idna [2020-09-10T21:30:54.444Z] #41 78.27 crypto/x509 [2020-09-10T21:30:54.444Z] #41 78.30 net/textproto [2020-09-10T21:30:54.444Z] #41 78.30 vendor/golang.org/x/net/http/httpproxy [2020-09-10T21:30:54.444Z] #41 79.83 vendor/golang.org/x/net/http/httpguts [2020-09-10T21:30:54.444Z] #41 79.84 mime/multipart [2020-09-10T21:30:54.444Z] #41 ... [2020-09-10T21:30:54.444Z] [2020-09-10T21:30:54.444Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:30:54.445Z] #39 14.08 PBCC images/stats.pb-c.c [2020-09-10T21:30:54.445Z] #39 14.12 DEP images/stats.pb-c.d [2020-09-10T21:30:54.500Z] #40 27.61 CC images/sk-packet.o [2020-09-10T21:30:54.529Z] #30 70.15 github.com/BurntSushi/toml [2020-09-10T21:30:54.564Z] #64 exporting layers 2.5s done [2020-09-10T21:30:54.564Z] #64 writing image sha256:c3e9bd618c84900331b7e521377e0c634c3da4f175380298a02b25fad4f144e2 done [2020-09-10T21:30:54.564Z] #64 naming to docker.io/library/docker:ba228adc86da8be30d10d20f613989f5af5d3162 done [2020-09-10T21:30:54.564Z] #64 DONE 2.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-10T21:30:54.723Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-09-10T21:30:54.789Z] #30 70.15 flag [2020-09-10T21:30:54.798Z] #40 27.93 CC images/mnt.o [2020-09-10T21:30:54.798Z] #40 28.27 CC images/pipe-data.o [2020-09-10T21:30:54.996Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/test/unit [2020-09-10T21:30:55.049Z] #30 ... [2020-09-10T21:30:55.049Z] [2020-09-10T21:30:55.049Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-10T21:30:55.049Z] #25 DONE 28.2s [2020-09-10T21:30:55.049Z] [2020-09-10T21:30:55.049Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-10T21:30:55.049Z] #38 69.02 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-10T21:30:55.049Z] #38 69.71 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:30:55.049Z] #38 DONE 70.6s [2020-09-10T21:30:55.049Z] [2020-09-10T21:30:55.049Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-10T21:30:55.049Z] #32 60.67 Selecting previously unselected package libuv1:amd64. [2020-09-10T21:30:55.049Z] #32 60.67 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-09-10T21:30:55.049Z] #32 60.69 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-09-10T21:30:55.049Z] #32 60.86 Selecting previously unselected package cmake. [2020-09-10T21:30:55.049Z] #32 60.87 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-09-10T21:30:55.049Z] #32 60.93 Unpacking cmake (3.13.4-1) ... [2020-09-10T21:30:55.049Z] #32 63.76 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-10T21:30:55.049Z] #32 63.78 Setting up xxd (2:8.1.0875-5) ... [2020-09-10T21:30:55.049Z] #32 63.80 Setting up libuv1:amd64 (1.24.1-1) ... [2020-09-10T21:30:55.049Z] #32 63.82 Setting up vim-common (2:8.1.0875-5) ... [2020-09-10T21:30:55.049Z] #32 63.87 Setting up librhash0:amd64 (1.3.8-1) ... [2020-09-10T21:30:55.049Z] #32 63.88 Setting up cmake-data (3.13.4-1) ... [2020-09-10T21:30:55.049Z] #32 63.90 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-10T21:30:55.049Z] #32 63.91 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-10T21:30:55.049Z] #32 63.92 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-10T21:30:55.049Z] #32 63.94 Setting up cmake (3.13.4-1) ... [2020-09-10T21:30:55.049Z] #32 64.00 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:30:55.049Z] #32 64.14 Processing triggers for mime-support (3.62) ... [2020-09-10T21:30:55.049Z] #32 DONE 70.6s [2020-09-10T21:30:55.049Z] [2020-09-10T21:30:55.049Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:55.097Z] #40 28.51 CC images/sa.o [2020-09-10T21:30:55.395Z] #40 28.85 CC images/timer.o [2020-09-10T21:30:55.845Z] #39 15.31 make[1]: Nothing to be done for 'all'. [2020-09-10T21:30:56.056Z] #40 29.30 CC images/timerfd.o [2020-09-10T21:30:56.366Z] #40 29.48 CC images/mm.o [2020-09-10T21:30:56.423Z] #39 ... [2020-09-10T21:30:56.423Z] [2020-09-10T21:30:56.423Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:30:56.423Z] #54 76.27 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-10T21:30:56.423Z] #54 76.27 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-10T21:30:56.423Z] #54 DONE 82.3s [2020-09-10T21:30:56.423Z] [2020-09-10T21:30:56.423Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-10T21:30:56.423Z] #55 DONE 0.2s [2020-09-10T21:30:56.423Z] [2020-09-10T21:30:56.423Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-10T21:30:56.423Z] #56 DONE 0.1s [2020-09-10T21:30:56.423Z] [2020-09-10T21:30:56.423Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:56.423Z] #41 81.75 crypto/tls [2020-09-10T21:30:56.665Z] #40 29.96 CC images/sk-opts.o [2020-09-10T21:30:56.968Z] #40 30.18 CC images/sk-unix.o [2020-09-10T21:30:57.070Z] ? github.com/docker/docker/api [no test files] [2020-09-10T21:30:57.268Z] #40 30.58 CC images/sk-inet.o [2020-09-10T21:30:57.568Z] #40 30.91 CC images/tun.o [2020-09-10T21:30:57.591Z] #33 2.231 + RM_GOPATH=0 [2020-09-10T21:30:57.591Z] #33 2.231 + TMP_GOPATH= [2020-09-10T21:30:57.591Z] #33 2.231 + : /build [2020-09-10T21:30:57.591Z] #33 2.231 + '[' -z '' ']' [2020-09-10T21:30:57.591Z] #33 2.231 ++ mktemp -d [2020-09-10T21:30:57.591Z] #33 2.231 + export GOPATH=/tmp/tmp.m0reYSS6Tx [2020-09-10T21:30:57.591Z] #33 2.231 + GOPATH=/tmp/tmp.m0reYSS6Tx [2020-09-10T21:30:57.591Z] #33 2.231 + RM_GOPATH=1 [2020-09-10T21:30:57.591Z] #33 2.231 + case "$(go env GOARCH)" in [2020-09-10T21:30:57.591Z] #33 2.231 ++ go env GOARCH [2020-09-10T21:30:57.591Z] #33 2.301 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:30:57.591Z] #33 2.301 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:30:57.591Z] #33 2.301 ++ dirname /tmp/install/install.sh [2020-09-10T21:30:57.591Z] #33 2.314 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-10T21:30:57.591Z] #33 2.315 + dir=/tmp/install [2020-09-10T21:30:57.591Z] #33 2.315 + bin=tini [2020-09-10T21:30:57.591Z] #33 2.315 + shift [2020-09-10T21:30:57.591Z] #33 2.315 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-10T21:30:57.591Z] #33 2.315 + . /tmp/install/tini.installer [2020-09-10T21:30:57.591Z] #33 2.315 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-10T21:30:57.591Z] #33 2.315 + install_tini [2020-09-10T21:30:57.591Z] #33 2.315 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-10T21:30:57.592Z] #33 2.315 + git clone https://github.com/krallin/tini.git /tmp/tmp.m0reYSS6Tx/tini [2020-09-10T21:30:57.592Z] #33 2.336 Cloning into '/tmp/tmp.m0reYSS6Tx/tini'... [2020-09-10T21:30:57.851Z] #33 ... [2020-09-10T21:30:57.851Z] [2020-09-10T21:30:57.851Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:57.851Z] #41 63.36 strings [2020-09-10T21:30:57.851Z] #41 64.85 os [2020-09-10T21:30:57.851Z] #41 66.15 regexp/syntax [2020-09-10T21:30:57.852Z] #41 68.24 fmt [2020-09-10T21:30:57.852Z] #41 70.36 regexp [2020-09-10T21:30:58.010Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-09-10T21:30:58.115Z] #41 ... [2020-09-10T21:30:58.115Z] [2020-09-10T21:30:58.115Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:30:58.115Z] #10 67.90 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-10T21:30:58.116Z] #10 67.90 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-10T21:30:58.116Z] #10 68.09 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-10T21:30:58.218Z] #40 31.36 CC images/sk-netlink.o [2020-09-10T21:30:58.218Z] #40 ... [2020-09-10T21:30:58.218Z] [2020-09-10T21:30:58.218Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:30:58.218Z] #48 83.91 path/filepath [2020-09-10T21:30:58.218Z] #48 84.66 mvdan.cc/sh/v3/fileutil [2020-09-10T21:30:58.218Z] #48 87.33 flag [2020-09-10T21:30:58.218Z] #48 87.34 github.com/pkg/diff [2020-09-10T21:30:58.218Z] #48 87.37 go/token [2020-09-10T21:30:58.218Z] #48 87.39 encoding/binary [2020-09-10T21:30:58.218Z] #48 90.26 go/scanner [2020-09-10T21:30:58.218Z] #48 91.79 mvdan.cc/editorconfig [2020-09-10T21:30:58.218Z] #48 92.07 mvdan.cc/sh/v3/syntax [2020-09-10T21:30:58.218Z] #48 92.93 encoding/base64 [2020-09-10T21:30:58.218Z] #48 ... [2020-09-10T21:30:58.218Z] [2020-09-10T21:30:58.218Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:58.218Z] #42 89.48 github.com/LK4D4/vndr/versioned [2020-09-10T21:30:58.218Z] #42 89.67 internal/lazyregexp [2020-09-10T21:30:58.218Z] #42 89.72 os/exec [2020-09-10T21:30:58.218Z] #42 89.87 net [2020-09-10T21:30:58.218Z] #42 93.47 go/scanner [2020-09-10T21:30:58.218Z] #42 93.48 net/url [2020-09-10T21:30:58.218Z] #42 93.51 text/template/parse [2020-09-10T21:30:58.697Z] #10 ... [2020-09-10T21:30:58.697Z] [2020-09-10T21:30:58.697Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:30:58.697Z] #33 3.579 + cd /tmp/tmp.m0reYSS6Tx/tini [2020-09-10T21:30:58.697Z] #33 3.580 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-10T21:30:58.697Z] #33 3.621 + cmake . [2020-09-10T21:30:58.946Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-09-10T21:30:59.638Z] #33 4.584 -- The C compiler identification is GNU 8.3.0 [2020-09-10T21:30:59.638Z] #33 4.614 -- Check for working C compiler: /usr/bin/cc [2020-09-10T21:30:59.758Z] #42 ... [2020-09-10T21:30:59.758Z] [2020-09-10T21:30:59.758Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:30:59.758Z] #40 31.66 CC images/packet-sock.o [2020-09-10T21:30:59.758Z] #40 32.23 CC images/ipc-var.o [2020-09-10T21:30:59.758Z] #40 32.49 CC images/ipc-desc.o [2020-09-10T21:30:59.758Z] #40 32.70 CC images/ipc-shm.o [2020-09-10T21:30:59.758Z] #40 32.91 CC images/ipc-msg.o [2020-09-10T21:30:59.883Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-09-10T21:31:00.059Z] #40 ... [2020-09-10T21:31:00.059Z] [2020-09-10T21:31:00.059Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:31:00.059Z] #31 91.60 github.com/BurntSushi/toml/cmd/tomlv [2020-09-10T21:31:00.059Z] #31 DONE 95.8s [2020-09-10T21:31:00.059Z] [2020-09-10T21:31:00.059Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:00.059Z] #40 33.23 CC images/ipc-sem.o [2020-09-10T21:31:00.361Z] #40 33.64 CC images/utsns.o [2020-09-10T21:31:00.578Z] #33 ... [2020-09-10T21:31:00.578Z] [2020-09-10T21:31:00.578Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:31:00.578Z] #47 65.75 context [2020-09-10T21:31:00.578Z] #47 66.50 os [2020-09-10T21:31:00.578Z] #47 66.54 encoding/base64 [2020-09-10T21:31:00.578Z] #47 67.20 golang.org/x/sys/unix [2020-09-10T21:31:00.578Z] #47 70.15 encoding/json [2020-09-10T21:31:00.578Z] #47 ... [2020-09-10T21:31:00.578Z] [2020-09-10T21:31:00.578Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:00.578Z] #33 5.273 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-10T21:31:00.578Z] #33 5.280 -- Detecting C compiler ABI info [2020-09-10T21:31:00.657Z] #41 86.43 net/http/httptrace [2020-09-10T21:31:00.657Z] #41 86.65 net/http [2020-09-10T21:31:01.013Z] #40 34.16 CC images/creds.o [2020-09-10T21:31:01.013Z] #40 34.37 CC images/vma.o [2020-09-10T21:31:01.148Z] #33 5.977 -- Detecting C compiler ABI info - done [2020-09-10T21:31:01.148Z] #33 6.023 -- Detecting C compile features [2020-09-10T21:31:01.314Z] #40 34.79 CC images/netdev.o [2020-09-10T21:31:01.609Z] #41 ... [2020-09-10T21:31:01.610Z] [2020-09-10T21:31:01.610Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:01.610Z] #39 16.61 CC images/stats.o [2020-09-10T21:31:01.610Z] #39 17.19 CC images/core.o [2020-09-10T21:31:01.610Z] #39 17.95 CC images/core-x86.o [2020-09-10T21:31:01.610Z] #39 18.36 CC images/core-arm.o [2020-09-10T21:31:01.610Z] #39 18.60 CC images/core-aarch64.o [2020-09-10T21:31:01.610Z] #39 18.83 CC images/core-ppc64.o [2020-09-10T21:31:01.610Z] #39 19.38 CC images/core-s390.o [2020-09-10T21:31:01.610Z] #39 19.98 CC images/cpuinfo.o [2020-09-10T21:31:01.610Z] #39 20.43 CC images/inventory.o [2020-09-10T21:31:01.610Z] #39 20.77 CC images/fdinfo.o [2020-09-10T21:31:01.610Z] #39 21.16 CC images/fown.o [2020-09-10T21:31:01.610Z] #39 21.29 CC images/ns.o [2020-09-10T21:31:01.786Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-09-10T21:31:01.786Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-09-10T21:31:01.874Z] #39 21.56 CC images/regfile.o [2020-09-10T21:31:01.979Z] #40 35.19 CC images/tty.o [2020-09-10T21:31:02.454Z] #39 21.75 CC images/ghost-file.o [2020-09-10T21:31:02.454Z] #39 22.23 CC images/fifo.o [2020-09-10T21:31:02.628Z] #40 ... [2020-09-10T21:31:02.628Z] [2020-09-10T21:31:02.628Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:31:02.628Z] #11 88.36 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-10T21:31:02.628Z] #11 88.37 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-09-10T21:31:02.628Z] #11 88.38 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:02.628Z] #11 ... [2020-09-10T21:31:02.628Z] [2020-09-10T21:31:02.628Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:02.628Z] #40 35.98 CC images/file-lock.o [2020-09-10T21:31:02.926Z] #40 36.16 CC images/rlimit.o [2020-09-10T21:31:02.926Z] #40 36.34 CC images/pagemap.o [2020-09-10T21:31:03.033Z] #39 22.54 CC images/remap-file-path.o [2020-09-10T21:31:03.033Z] #39 22.79 CC images/eventfd.o [2020-09-10T21:31:03.224Z] #40 36.63 CC images/siginfo.o [2020-09-10T21:31:03.523Z] #40 36.93 CC images/rpc.o [2020-09-10T21:31:03.612Z] #39 23.04 CC images/eventpoll.o [2020-09-10T21:31:03.689Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-09-10T21:31:03.730Z] #33 8.275 -- Detecting C compile features - done [2020-09-10T21:31:03.730Z] #33 8.306 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-10T21:31:03.730Z] #33 8.669 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-10T21:31:03.876Z] #39 23.45 CC images/fh.o [2020-09-10T21:31:03.990Z] #33 8.873 -- Configuring done [2020-09-10T21:31:03.990Z] #33 8.904 -- Generating done [2020-09-10T21:31:03.990Z] #33 8.912 -- Build files have been written to: /tmp/tmp.m0reYSS6Tx/tini [2020-09-10T21:31:03.990Z] #33 8.930 + make tini-static [2020-09-10T21:31:04.455Z] #39 23.89 CC images/fsnotify.o [2020-09-10T21:31:04.559Z] #33 9.403 Scanning dependencies of target tini-static [2020-09-10T21:31:04.559Z] #33 9.510 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-10T21:31:04.719Z] #39 24.37 CC images/signalfd.o [2020-09-10T21:31:04.984Z] #39 24.50 CC images/fs.o [2020-09-10T21:31:04.984Z] #39 24.67 CC images/pstree.o [2020-09-10T21:31:05.060Z] #40 38.37 CC images/ext-file.o [2020-09-10T21:31:05.127Z] #33 ... [2020-09-10T21:31:05.127Z] [2020-09-10T21:31:05.127Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:05.127Z] #39 4.654 Note: Building without setproctitle() and strlcpy() support. [2020-09-10T21:31:05.127Z] #39 4.656 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-10T21:31:05.127Z] #39 4.706 Note: Building without GnuTLS support [2020-09-10T21:31:05.127Z] #39 4.718 Makefile.config:39: Warn: you have no libnftables installed [2020-09-10T21:31:05.127Z] #39 4.718 Makefile.config:40: Warn: Building without nftables support [2020-09-10T21:31:05.127Z] #39 6.672 fatal: not a git repository (or any of the parent directories): .git [2020-09-10T21:31:05.127Z] #39 6.723 GEN .gitid [2020-09-10T21:31:05.127Z] #39 6.760 GEN criu/include/version.h [2020-09-10T21:31:05.127Z] #39 6.825 GEN include/common/asm [2020-09-10T21:31:05.127Z] #39 8.410 PBCC images/timens.pb-c.c [2020-09-10T21:31:05.127Z] #39 8.460 DEP images/timens.pb-c.d [2020-09-10T21:31:05.127Z] #39 8.505 PBCC images/fown.pb-c.c [2020-09-10T21:31:05.127Z] #39 8.550 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-10T21:31:05.127Z] #39 8.600 PBCC images/opts.pb-c.c [2020-09-10T21:31:05.127Z] #39 8.634 PBCC images/memfd.pb-c.c [2020-09-10T21:31:05.127Z] #39 8.702 DEP images/fown.pb-c.d [2020-09-10T21:31:05.127Z] #39 8.748 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-10T21:31:05.127Z] #39 8.880 DEP images/opts.pb-c.d [2020-09-10T21:31:05.127Z] #39 8.904 DEP images/memfd.pb-c.d [2020-09-10T21:31:05.127Z] #39 8.973 PBCC images/sit.pb-c.c [2020-09-10T21:31:05.127Z] #39 9.063 DEP images/sit.pb-c.d [2020-09-10T21:31:05.127Z] #39 9.124 PBCC images/macvlan.pb-c.c [2020-09-10T21:31:05.127Z] #39 9.131 DEP images/macvlan.pb-c.d [2020-09-10T21:31:05.127Z] #39 9.196 PBCC images/autofs.pb-c.c [2020-09-10T21:31:05.127Z] #39 9.241 DEP images/autofs.pb-c.d [2020-09-10T21:31:05.127Z] #39 9.303 PBCC images/sysctl.pb-c.c [2020-09-10T21:31:05.127Z] #39 9.332 DEP images/sysctl.pb-c.d [2020-09-10T21:31:05.127Z] #39 9.396 PBCC images/time.pb-c.c [2020-09-10T21:31:05.127Z] #39 9.448 DEP images/time.pb-c.d [2020-09-10T21:31:05.127Z] #39 9.472 PBCC images/binfmt-misc.pb-c.c [2020-09-10T21:31:05.127Z] #39 9.508 DEP images/binfmt-misc.pb-c.d [2020-09-10T21:31:05.127Z] #39 9.574 PBCC images/seccomp.pb-c.c [2020-09-10T21:31:05.127Z] #39 9.612 DEP images/seccomp.pb-c.d [2020-09-10T21:31:05.127Z] #39 9.650 PBCC images/userns.pb-c.c [2020-09-10T21:31:05.127Z] #39 9.674 DEP images/userns.pb-c.d [2020-09-10T21:31:05.127Z] #39 9.727 PBCC images/cgroup.pb-c.c [2020-09-10T21:31:05.127Z] #39 9.740 DEP images/cgroup.pb-c.d [2020-09-10T21:31:05.127Z] #39 9.776 PBCC images/ext-file.pb-c.c [2020-09-10T21:31:05.127Z] #39 9.829 DEP images/ext-file.pb-c.d [2020-09-10T21:31:05.127Z] #39 9.912 PBCC images/rpc.pb-c.c [2020-09-10T21:31:05.127Z] #39 9.988 DEP images/rpc.pb-c.d [2020-09-10T21:31:05.349Z] #39 24.80 CC images/pipe.o [2020-09-10T21:31:05.359Z] #40 38.61 CC images/cgroup.o [2020-09-10T21:31:05.386Z] #39 10.10 PBCC images/siginfo.pb-c.c [2020-09-10T21:31:05.386Z] #39 10.14 DEP images/siginfo.pb-c.d [2020-09-10T21:31:05.386Z] #39 10.21 PBCC images/pagemap.pb-c.c [2020-09-10T21:31:05.386Z] #39 10.28 DEP images/pagemap.pb-c.d [2020-09-10T21:31:05.386Z] #39 10.33 PBCC images/rlimit.pb-c.c [2020-09-10T21:31:05.560Z] ok github.com/docker/docker/api/server 0.008s coverage: 9.0% of statements [2020-09-10T21:31:05.613Z] #39 25.21 CC images/tcp-stream.o [2020-09-10T21:31:05.646Z] #39 10.36 DEP images/rlimit.pb-c.d [2020-09-10T21:31:05.646Z] #39 10.43 PBCC images/file-lock.pb-c.c [2020-09-10T21:31:05.646Z] #39 10.44 DEP images/file-lock.pb-c.d [2020-09-10T21:31:05.646Z] #39 ... [2020-09-10T21:31:05.646Z] [2020-09-10T21:31:05.646Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:31:05.877Z] #39 25.37 CC images/sk-packet.o [2020-09-10T21:31:05.877Z] #39 25.62 CC images/mnt.o [2020-09-10T21:31:06.005Z] #40 39.23 CC images/userns.o [2020-09-10T21:31:06.005Z] #40 39.47 CC images/google/protobuf/descriptor.o [2020-09-10T21:31:06.141Z] #39 25.91 CC images/pipe-data.o [2020-09-10T21:31:06.164Z] #52 36.37 Checking out files: 39% (1284/3238) Checking out files: 40% (1296/3238) Checking out files: 41% (1328/3238) Checking out files: 42% (1360/3238) Checking out files: 43% (1393/3238) Checking out files: 44% (1425/3238) Checking out files: 45% (1458/3238) Checking out files: 46% (1490/3238) Checking out files: 47% (1522/3238) Checking out files: 48% (1555/3238) Checking out files: 49% (1587/3238) Checking out files: 50% (1619/3238) Checking out files: 51% (1652/3238) Checking out files: 52% (1684/3238) Checking out files: 53% (1717/3238) Checking out files: 54% (1749/3238) Checking out files: 55% (1781/3238) Checking out files: 56% (1814/3238) Checking out files: 57% (1846/3238) Checking out files: 58% (1879/3238) Checking out files: 59% (1911/3238) Checking out files: 60% (1943/3238) Checking out files: 61% (1976/3238) Checking out files: 62% (2008/3238) Checking out files: 63% (2040/3238) Checking out files: 64% (2073/3238) Checking out files: 65% (2105/3238) Checking out files: 66% (2138/3238) Checking out files: 67% (2170/3238) Checking out files: 68% (2202/3238) Checking out files: 69% (2235/3238) Checking out files: 70% (2267/3238) Checking out files: 71% (2299/3238) Checking out files: 72% (2332/3238) Checking out files: 73% (2364/3238) Checking out files: 74% (2397/3238) [2020-09-10T21:31:06.164Z] #52 ... [2020-09-10T21:31:06.164Z] [2020-09-10T21:31:06.164Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:31:06.164Z] #30 72.58 log [2020-09-10T21:31:06.164Z] #30 76.34 github.com/BurntSushi/toml/cmd/tomlv [2020-09-10T21:31:06.164Z] #30 DONE 81.8s [2020-09-10T21:31:06.164Z] [2020-09-10T21:31:06.164Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:31:06.221Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-09-10T21:31:06.405Z] #39 26.16 CC images/sa.o [2020-09-10T21:31:06.669Z] #39 26.41 CC images/timer.o [2020-09-10T21:31:07.204Z] #52 36.37 Checking out files: 39% (1284/3238) Checking out files: 40% (1296/3238) Checking out files: 41% (1328/3238) Checking out files: 42% (1360/3238) Checking out files: 43% (1393/3238) Checking out files: 44% (1425/3238) Checking out files: 45% (1458/3238) Checking out files: 46% (1490/3238) Checking out files: 47% (1522/3238) Checking out files: 48% (1555/3238) Checking out files: 49% (1587/3238) Checking out files: 50% (1619/3238) Checking out files: 51% (1652/3238) Checking out files: 52% (1684/3238) Checking out files: 53% (1717/3238) Checking out files: 54% (1749/3238) Checking out files: 55% (1781/3238) Checking out files: 56% (1814/3238) Checking out files: 57% (1846/3238) Checking out files: 58% (1879/3238) Checking out files: 59% (1911/3238) Checking out files: 60% (1943/3238) Checking out files: 61% (1976/3238) Checking out files: 62% (2008/3238) Checking out files: 63% (2040/3238) Checking out files: 64% (2073/3238) Checking out files: 65% (2105/3238) Checking out files: 66% (2138/3238) Checking out files: 67% (2170/3238) Checking out files: 68% (2202/3238) Checking out files: 69% (2235/3238) Checking out files: 70% (2267/3238) Checking out files: 71% (2299/3238) Checking out files: 72% (2332/3238) Checking out files: 73% (2364/3238) Checking out files: 74% (2397/3238) Checking out files: 75% (2429/3238) Checking out files: 76% (2461/3238) Checking out files: 77% (2494/3238) Checking out files: 78% (2526/3238) Checking out files: 79% (2559/3238) Checking out files: 80% (2591/3238) Checking out files: 81% (2623/3238) Checking out files: 82% (2656/3238) Checking out files: 83% (2688/3238) Checking out files: 83% (2694/3238) Checking out files: 84% (2720/3238) Checking out files: 85% (2753/3238) Checking out files: 86% (2785/3238) Checking out files: 87% (2818/3238) Checking out files: 88% (2850/3238) Checking out files: 89% (2882/3238) Checking out files: 90% (2915/3238) Checking out files: 91% (2947/3238) [2020-09-10T21:31:07.204Z] #52 ... [2020-09-10T21:31:07.204Z] [2020-09-10T21:31:07.204Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:07.204Z] #33 10.83 [100%] Linking C executable tini-static [2020-09-10T21:31:07.204Z] #33 11.68 [100%] Built target tini-static [2020-09-10T21:31:07.204Z] #33 11.79 + mkdir -p /build [2020-09-10T21:31:07.204Z] #33 11.81 + cp tini-static /build/docker-init [2020-09-10T21:31:07.204Z] #33 DONE 12.1s [2020-09-10T21:31:07.247Z] #39 26.86 CC images/timerfd.o [2020-09-10T21:31:07.247Z] #39 ... [2020-09-10T21:31:07.247Z] [2020-09-10T21:31:07.247Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:31:07.247Z] #10 83.39 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-10T21:31:07.247Z] #10 83.39 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-09-10T21:31:07.247Z] #10 83.40 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:07.463Z] [2020-09-10T21:31:07.464Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:07.464Z] #39 10.50 PBCC images/tty.pb-c.c [2020-09-10T21:31:07.464Z] #39 10.64 DEP images/tty.pb-c.d [2020-09-10T21:31:07.464Z] #39 10.76 PBCC images/tun.pb-c.c [2020-09-10T21:31:07.464Z] #39 10.80 PBCC images/netdev.pb-c.c [2020-09-10T21:31:07.464Z] #39 10.90 DEP images/tun.pb-c.d [2020-09-10T21:31:07.464Z] #39 10.95 DEP images/netdev.pb-c.d [2020-09-10T21:31:07.464Z] #39 11.00 PBCC images/vma.pb-c.c [2020-09-10T21:31:07.464Z] #39 11.04 DEP images/vma.pb-c.d [2020-09-10T21:31:07.464Z] #39 11.13 PBCC images/creds.pb-c.c [2020-09-10T21:31:07.464Z] #39 11.24 DEP images/creds.pb-c.d [2020-09-10T21:31:07.464Z] #39 11.29 PBCC images/utsns.pb-c.c [2020-09-10T21:31:07.464Z] #39 11.33 DEP images/utsns.pb-c.d [2020-09-10T21:31:07.464Z] #39 11.39 PBCC images/ipc-desc.pb-c.c [2020-09-10T21:31:07.464Z] #39 11.48 PBCC images/ipc-sem.pb-c.c [2020-09-10T21:31:07.464Z] #39 11.51 DEP images/ipc-desc.pb-c.d [2020-09-10T21:31:07.464Z] #39 11.60 DEP images/ipc-sem.pb-c.d [2020-09-10T21:31:07.464Z] #39 11.67 PBCC images/ipc-msg.pb-c.c [2020-09-10T21:31:07.464Z] #39 11.73 DEP images/ipc-msg.pb-c.d [2020-09-10T21:31:07.464Z] #39 11.84 PBCC images/ipc-shm.pb-c.c [2020-09-10T21:31:07.464Z] #39 11.90 DEP images/ipc-shm.pb-c.d [2020-09-10T21:31:07.464Z] #39 11.99 PBCC images/ipc-var.pb-c.c [2020-09-10T21:31:07.464Z] #39 12.08 DEP images/ipc-var.pb-c.d [2020-09-10T21:31:07.464Z] #39 12.22 PBCC images/sk-opts.pb-c.c [2020-09-10T21:31:07.464Z] #39 12.26 PBCC images/packet-sock.pb-c.c [2020-09-10T21:31:07.464Z] #39 12.32 DEP images/sk-opts.pb-c.d [2020-09-10T21:31:07.597Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-09-10T21:31:07.723Z] #39 12.48 DEP images/packet-sock.pb-c.d [2020-09-10T21:31:07.723Z] #39 12.61 PBCC images/sk-netlink.pb-c.c [2020-09-10T21:31:07.825Z] #10 ... [2020-09-10T21:31:07.825Z] [2020-09-10T21:31:07.825Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:07.825Z] #39 27.02 CC images/mm.o [2020-09-10T21:31:07.825Z] #39 27.43 CC images/sk-opts.o [2020-09-10T21:31:07.982Z] #39 12.73 DEP images/sk-netlink.pb-c.d [2020-09-10T21:31:07.982Z] #39 12.79 PBCC images/sk-inet.pb-c.c [2020-09-10T21:31:07.982Z] #39 12.88 DEP images/sk-inet.pb-c.d [2020-09-10T21:31:07.982Z] #39 12.94 PBCC images/sk-unix.pb-c.c [2020-09-10T21:31:08.090Z] #39 27.71 CC images/sk-unix.o [2020-09-10T21:31:08.123Z] #40 41.47 CC images/opts.o [2020-09-10T21:31:08.123Z] #40 ... [2020-09-10T21:31:08.123Z] [2020-09-10T21:31:08.123Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:31:08.123Z] #11 104.0 Selecting previously unselected package libapparmor1:ppc64el. [2020-09-10T21:31:08.123Z] #11 104.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-09-10T21:31:08.123Z] #11 104.0 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-09-10T21:31:08.165Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-09-10T21:31:08.165Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-09-10T21:31:08.245Z] #39 13.04 DEP images/sk-unix.pb-c.d [2020-09-10T21:31:08.245Z] #39 13.10 PBCC images/mm.pb-c.c [2020-09-10T21:31:08.355Z] #39 27.96 CC images/sk-inet.o [2020-09-10T21:31:08.423Z] #11 104.1 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-09-10T21:31:08.423Z] #11 104.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-09-10T21:31:08.423Z] #11 104.2 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-09-10T21:31:08.423Z] #11 104.3 Selecting previously unselected package libbtrfs0. [2020-09-10T21:31:08.423Z] #11 104.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-09-10T21:31:08.423Z] #11 104.3 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-10T21:31:08.423Z] #11 ... [2020-09-10T21:31:08.423Z] [2020-09-10T21:31:08.423Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:31:08.423Z] #48 94.34 go/ast [2020-09-10T21:31:08.423Z] #48 95.63 encoding/json [2020-09-10T21:31:08.423Z] #48 95.91 golang.org/x/sys/unix [2020-09-10T21:31:08.504Z] #39 13.33 DEP images/mm.pb-c.d [2020-09-10T21:31:08.504Z] #39 13.39 PBCC images/timerfd.pb-c.c [2020-09-10T21:31:08.504Z] #39 13.41 DEP images/timerfd.pb-c.d [2020-09-10T21:31:08.504Z] #39 13.45 PBCC images/timer.pb-c.c [2020-09-10T21:31:08.504Z] #39 13.47 DEP images/timer.pb-c.d [2020-09-10T21:31:08.620Z] #39 28.19 CC images/tun.o [2020-09-10T21:31:08.722Z] #48 ... [2020-09-10T21:31:08.722Z] [2020-09-10T21:31:08.722Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:31:08.722Z] #11 104.4 Selecting previously unselected package libbtrfs-dev. [2020-09-10T21:31:08.722Z] #11 104.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-09-10T21:31:08.722Z] #11 104.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:31:08.722Z] #11 104.5 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-09-10T21:31:08.722Z] #11 104.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-09-10T21:31:08.722Z] #11 104.5 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-10T21:31:08.722Z] #11 104.6 Selecting previously unselected package libudev-dev:ppc64el. [2020-09-10T21:31:08.763Z] #39 13.54 PBCC images/sa.pb-c.c [2020-09-10T21:31:08.763Z] #39 13.62 DEP images/sa.pb-c.d [2020-09-10T21:31:08.763Z] #39 13.68 PBCC images/pipe-data.pb-c.c [2020-09-10T21:31:08.763Z] #39 13.70 DEP images/pipe-data.pb-c.d [2020-09-10T21:31:08.763Z] #39 13.74 PBCC images/mnt.pb-c.c [2020-09-10T21:31:08.885Z] #39 28.53 CC images/sk-netlink.o [2020-09-10T21:31:09.021Z] #11 104.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-09-10T21:31:09.021Z] #11 104.7 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-09-10T21:31:09.021Z] #11 104.8 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-09-10T21:31:09.021Z] #11 104.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-09-10T21:31:09.021Z] #11 104.9 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-09-10T21:31:09.022Z] #39 13.77 DEP images/mnt.pb-c.d [2020-09-10T21:31:09.022Z] #39 13.85 PBCC images/sk-packet.pb-c.c [2020-09-10T21:31:09.022Z] #39 13.86 DEP images/sk-packet.pb-c.d [2020-09-10T21:31:09.022Z] #39 13.94 PBCC images/tcp-stream.pb-c.c [2020-09-10T21:31:09.149Z] #39 28.70 CC images/packet-sock.o [2020-09-10T21:31:09.283Z] #39 14.02 DEP images/tcp-stream.pb-c.d [2020-09-10T21:31:09.283Z] #39 14.11 PBCC images/pipe.pb-c.c [2020-09-10T21:31:09.283Z] #39 14.13 DEP images/pipe.pb-c.d [2020-09-10T21:31:09.283Z] #39 14.17 PBCC images/pstree.pb-c.c [2020-09-10T21:31:09.283Z] #39 14.20 DEP images/pstree.pb-c.d [2020-09-10T21:31:09.283Z] #39 14.23 PBCC images/fs.pb-c.c [2020-09-10T21:31:09.320Z] #11 105.1 Selecting previously unselected package libpcre16-3:ppc64el. [2020-09-10T21:31:09.320Z] #11 105.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-09-10T21:31:09.320Z] #11 105.2 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-09-10T21:31:09.417Z] #39 28.95 CC images/ipc-var.o [2020-09-10T21:31:09.417Z] #39 29.17 CC images/ipc-desc.o [2020-09-10T21:31:09.542Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-09-10T21:31:09.542Z] #39 14.24 DEP images/fs.pb-c.d [2020-09-10T21:31:09.542Z] #39 14.31 PBCC images/signalfd.pb-c.c [2020-09-10T21:31:09.542Z] #39 14.35 DEP images/signalfd.pb-c.d [2020-09-10T21:31:09.542Z] #39 14.39 PBCC images/fh.pb-c.c [2020-09-10T21:31:09.542Z] #39 14.45 PBCC images/fsnotify.pb-c.c [2020-09-10T21:31:09.620Z] #11 105.3 Selecting previously unselected package libpcre32-3:ppc64el. [2020-09-10T21:31:09.620Z] #11 105.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-09-10T21:31:09.620Z] #11 105.4 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-09-10T21:31:09.801Z] #39 14.52 DEP images/fh.pb-c.d [2020-09-10T21:31:09.802Z] #39 14.57 DEP images/fsnotify.pb-c.d [2020-09-10T21:31:09.802Z] #39 14.62 PBCC images/eventpoll.pb-c.c [2020-09-10T21:31:09.802Z] #39 14.64 DEP images/eventpoll.pb-c.d [2020-09-10T21:31:09.802Z] #39 14.71 PBCC images/eventfd.pb-c.c [2020-09-10T21:31:09.802Z] #39 14.74 DEP images/eventfd.pb-c.d [2020-09-10T21:31:09.802Z] #39 14.77 PBCC images/remap-file-path.pb-c.c [2020-09-10T21:31:09.802Z] #39 14.80 DEP images/remap-file-path.pb-c.d [2020-09-10T21:31:09.802Z] #39 14.84 PBCC images/fifo.pb-c.c [2020-09-10T21:31:09.802Z] #39 ... [2020-09-10T21:31:09.802Z] [2020-09-10T21:31:09.802Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:09.802Z] #41 75.38 go/token [2020-09-10T21:31:09.802Z] #41 76.08 internal/lazyregexp [2020-09-10T21:31:09.802Z] #41 76.20 go/scanner [2020-09-10T21:31:09.802Z] #41 76.35 net/url [2020-09-10T21:31:09.802Z] #41 77.65 go/ast [2020-09-10T21:31:09.802Z] #41 78.50 text/template/parse [2020-09-10T21:31:09.802Z] #41 83.91 text/template [2020-09-10T21:31:09.802Z] #41 84.61 go/parser [2020-09-10T21:31:09.919Z] #11 105.6 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-09-10T21:31:09.919Z] #11 105.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-09-10T21:31:09.919Z] #11 105.6 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-09-10T21:31:09.919Z] #11 105.8 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-09-10T21:31:09.919Z] #11 105.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-09-10T21:31:09.919Z] #11 105.8 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-09-10T21:31:09.995Z] #39 29.40 CC images/ipc-shm.o [2020-09-10T21:31:09.996Z] #39 29.55 CC images/ipc-msg.o [2020-09-10T21:31:10.061Z] #41 ... [2020-09-10T21:31:10.061Z] [2020-09-10T21:31:10.061Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:10.061Z] #39 14.87 DEP images/fifo.pb-c.d [2020-09-10T21:31:10.061Z] #39 14.90 PBCC images/ghost-file.pb-c.c [2020-09-10T21:31:10.061Z] #39 14.95 DEP images/ghost-file.pb-c.d [2020-09-10T21:31:10.061Z] #39 15.03 PBCC images/regfile.pb-c.c [2020-09-10T21:31:10.061Z] #39 15.06 DEP images/regfile.pb-c.d [2020-09-10T21:31:10.109Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-09-10T21:31:10.260Z] #39 29.73 CC images/ipc-sem.o [2020-09-10T21:31:10.260Z] #39 29.99 CC images/utsns.o [2020-09-10T21:31:10.322Z] #39 15.13 PBCC images/ns.pb-c.c [2020-09-10T21:31:10.322Z] #39 15.18 DEP images/ns.pb-c.d [2020-09-10T21:31:10.322Z] #39 15.21 PBCC images/fdinfo.pb-c.c [2020-09-10T21:31:10.380Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-09-10T21:31:10.540Z] #39 30.21 CC images/creds.o [2020-09-10T21:31:10.569Z] #11 106.2 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-09-10T21:31:10.569Z] #11 106.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-09-10T21:31:10.569Z] #11 106.2 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-09-10T21:31:10.582Z] #39 15.35 DEP images/fdinfo.pb-c.d [2020-09-10T21:31:10.582Z] #39 15.43 PBCC images/core-aarch64.pb-c.c [2020-09-10T21:31:10.582Z] #39 15.46 PBCC images/core-arm.pb-c.c [2020-09-10T21:31:10.582Z] #39 15.56 PBCC images/core-ppc64.pb-c.c [2020-09-10T21:31:10.582Z] #39 15.61 PBCC images/core-s390.pb-c.c [2020-09-10T21:31:10.806Z] #39 30.41 CC images/vma.o [2020-09-10T21:31:10.842Z] #39 15.66 PBCC images/core-x86.pb-c.c [2020-09-10T21:31:10.842Z] #39 15.71 PBCC images/core.pb-c.c [2020-09-10T21:31:10.842Z] #39 15.77 PBCC images/inventory.pb-c.c [2020-09-10T21:31:10.842Z] #39 15.81 DEP images/core-aarch64.pb-c.d [2020-09-10T21:31:10.842Z] #39 15.85 DEP images/core-arm.pb-c.d [2020-09-10T21:31:10.842Z] #39 15.89 DEP images/core-ppc64.pb-c.d [2020-09-10T21:31:10.868Z] #11 106.5 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-09-10T21:31:10.868Z] #11 106.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-09-10T21:31:10.868Z] #11 106.5 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-09-10T21:31:10.868Z] #11 106.6 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-09-10T21:31:10.868Z] #11 106.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-09-10T21:31:10.868Z] #11 106.6 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-09-10T21:31:10.868Z] #11 106.8 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-09-10T21:31:10.868Z] #11 106.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-09-10T21:31:10.868Z] #11 106.8 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-09-10T21:31:11.071Z] #39 30.58 CC images/netdev.o [2020-09-10T21:31:11.102Z] #39 15.93 DEP images/core-s390.pb-c.d [2020-09-10T21:31:11.102Z] #39 15.98 DEP images/core-x86.pb-c.d [2020-09-10T21:31:11.102Z] #39 ... [2020-09-10T21:31:11.102Z] [2020-09-10T21:31:11.102Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:31:11.102Z] #10 76.56 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-10T21:31:11.102Z] #10 76.56 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-10T21:31:11.102Z] #10 76.58 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:11.102Z] #10 76.77 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-10T21:31:11.102Z] #10 76.77 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-10T21:31:11.102Z] #10 76.78 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:11.336Z] #39 30.95 CC images/tty.o [2020-09-10T21:31:11.362Z] #10 ... [2020-09-10T21:31:11.362Z] [2020-09-10T21:31:11.362Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:11.362Z] #39 16.05 DEP images/core.pb-c.d [2020-09-10T21:31:11.362Z] #39 16.10 DEP images/inventory.pb-c.d [2020-09-10T21:31:11.362Z] #39 16.13 PBCC images/cpuinfo.pb-c.c [2020-09-10T21:31:11.362Z] #39 16.16 DEP images/cpuinfo.pb-c.d [2020-09-10T21:31:11.362Z] #39 16.20 PBCC images/stats.pb-c.c [2020-09-10T21:31:11.362Z] #39 16.23 DEP images/stats.pb-c.d [2020-09-10T21:31:11.543Z] #11 ... [2020-09-10T21:31:11.544Z] [2020-09-10T21:31:11.544Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:11.544Z] #42 97.11 go/ast [2020-09-10T21:31:11.544Z] #42 98.52 encoding/json [2020-09-10T21:31:11.544Z] #42 104.9 text/template [2020-09-10T21:31:11.544Z] #42 ... [2020-09-10T21:31:11.544Z] [2020-09-10T21:31:11.544Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:31:11.544Z] #11 107.3 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-09-10T21:31:11.544Z] #11 107.3 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-09-10T21:31:11.544Z] #11 107.3 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-09-10T21:31:11.544Z] #11 107.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-10T21:31:11.544Z] #11 107.3 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-09-10T21:31:11.544Z] #11 107.3 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-09-10T21:31:11.544Z] #11 107.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:11.544Z] #11 107.4 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-10T21:31:11.544Z] #11 107.4 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-09-10T21:31:11.843Z] #11 107.4 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-09-10T21:31:11.843Z] #11 107.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-10T21:31:11.843Z] #11 107.5 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:31:11.843Z] #11 107.5 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-09-10T21:31:11.843Z] #11 107.5 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-10T21:31:11.843Z] #11 107.5 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-09-10T21:31:11.843Z] #11 107.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-10T21:31:11.843Z] #11 107.6 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-09-10T21:31:11.843Z] #11 107.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:11.843Z] #11 107.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-09-10T21:31:11.843Z] #11 107.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-09-10T21:31:11.843Z] #11 107.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:11.843Z] #11 107.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-09-10T21:31:11.843Z] #11 107.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-10T21:31:11.843Z] #11 107.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-10T21:31:11.843Z] #11 107.6 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-09-10T21:31:11.843Z] #11 107.6 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-10T21:31:11.843Z] #11 107.7 Setting up dmsetup (2:1.02.155-3) ... [2020-09-10T21:31:11.843Z] #11 107.7 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-10T21:31:11.843Z] #11 107.7 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-09-10T21:31:11.843Z] #11 107.7 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:31:11.915Z] #39 31.51 CC images/file-lock.o [2020-09-10T21:31:11.931Z] #39 ... [2020-09-10T21:31:11.931Z] [2020-09-10T21:31:11.931Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:31:11.931Z] #47 77.34 github.com/pkg/diff [2020-09-10T21:31:11.931Z] #47 78.64 go/ast [2020-09-10T21:31:11.931Z] #47 79.08 golang.org/x/crypto/ssh/terminal [2020-09-10T21:31:11.931Z] #47 80.84 mvdan.cc/editorconfig [2020-09-10T21:31:11.931Z] #47 82.58 mvdan.cc/sh/v3/fileutil [2020-09-10T21:31:11.931Z] #47 82.81 mvdan.cc/sh/v3/syntax [2020-09-10T21:31:11.931Z] #47 ... [2020-09-10T21:31:11.931Z] [2020-09-10T21:31:11.931Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:31:11.931Z] #52 36.37 Checking out files: 39% (1284/3238) Checking out files: 40% (1296/3238) Checking out files: 41% (1328/3238) Checking out files: 42% (1360/3238) Checking out files: 43% (1393/3238) Checking out files: 44% (1425/3238) Checking out files: 45% (1458/3238) Checking out files: 46% (1490/3238) Checking out files: 47% (1522/3238) Checking out files: 48% (1555/3238) Checking out files: 49% (1587/3238) Checking out files: 50% (1619/3238) Checking out files: 51% (1652/3238) Checking out files: 52% (1684/3238) Checking out files: 53% (1717/3238) Checking out files: 54% (1749/3238) Checking out files: 55% (1781/3238) Checking out files: 56% (1814/3238) Checking out files: 57% (1846/3238) Checking out files: 58% (1879/3238) Checking out files: 59% (1911/3238) Checking out files: 60% (1943/3238) Checking out files: 61% (1976/3238) Checking out files: 62% (2008/3238) Checking out files: 63% (2040/3238) Checking out files: 64% (2073/3238) Checking out files: 65% (2105/3238) Checking out files: 66% (2138/3238) Checking out files: 67% (2170/3238) Checking out files: 68% (2202/3238) Checking out files: 69% (2235/3238) Checking out files: 70% (2267/3238) Checking out files: 71% (2299/3238) Checking out files: 72% (2332/3238) Checking out files: 73% (2364/3238) Checking out files: 74% (2397/3238) Checking out files: 75% (2429/3238) Checking out files: 76% (2461/3238) Checking out files: 77% (2494/3238) Checking out files: 78% (2526/3238) Checking out files: 79% (2559/3238) Checking out files: 80% (2591/3238) Checking out files: 81% (2623/3238) Checking out files: 82% (2656/3238) Checking out files: 83% (2688/3238) Checking out files: 83% (2694/3238) Checking out files: 84% (2720/3238) Checking out files: 85% (2753/3238) Checking out files: 86% (2785/3238) Checking out files: 87% (2818/3238) Checking out files: 88% (2850/3238) Checking out files: 89% (2882/3238) Checking out files: 90% (2915/3238) Checking out files: 91% (2947/3238) Checking out files: 92% (2979/3238) Checking out files: 93% (3012/3238) Checking out files: 94% (3044/3238) Checking out files: 95% (3077/3238) Checking out files: 96% (3109/3238) Checking out files: 97% (3141/3238) Checking out files: 98% (3174/3238) Checking out files: 99% (3206/3238) Checking out files: 100% (3238/3238) Checking out files: 100% (3238/3238), done. [2020-09-10T21:31:11.931Z] #52 38.80 + cd /tmp/tmp.0tFvt9plR9/src/github.com/containerd/containerd [2020-09-10T21:31:11.931Z] #52 38.80 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-10T21:31:11.931Z] #52 39.48 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-10T21:31:11.931Z] #52 39.48 + BUILDTAGS='netgo osusergo static_build' [2020-09-10T21:31:11.931Z] #52 39.48 + export EXTRA_FLAGS=-buildmode=pie [2020-09-10T21:31:11.931Z] #52 39.48 + EXTRA_FLAGS=-buildmode=pie [2020-09-10T21:31:11.931Z] #52 39.48 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-10T21:31:11.931Z] #52 39.48 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-10T21:31:11.931Z] #52 39.48 + '[' '' = dynamic ']' [2020-09-10T21:31:11.931Z] #52 39.48 + make [2020-09-10T21:31:11.931Z] #52 40.38 + bin/ctr [2020-09-10T21:31:12.142Z] #11 DONE 108.0s [2020-09-10T21:31:12.142Z] [2020-09-10T21:31:12.142Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:12.181Z] #39 31.67 CC images/rlimit.o [2020-09-10T21:31:12.181Z] #39 31.80 CC images/pagemap.o [2020-09-10T21:31:12.315Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-09-10T21:31:12.445Z] #39 32.13 CC images/siginfo.o [2020-09-10T21:31:12.448Z] #50 0.405 + RM_GOPATH=0 [2020-09-10T21:31:12.448Z] #50 0.409 + TMP_GOPATH= [2020-09-10T21:31:12.448Z] #50 0.411 + : /build [2020-09-10T21:31:12.448Z] #50 0.411 + '[' -z '' ']' [2020-09-10T21:31:12.448Z] #50 0.413 ++ mktemp -d [2020-09-10T21:31:12.448Z] #50 0.423 + export GOPATH=/tmp/tmp.ldSHgEOBNw [2020-09-10T21:31:12.448Z] #50 0.424 + GOPATH=/tmp/tmp.ldSHgEOBNw [2020-09-10T21:31:12.448Z] #50 0.425 + RM_GOPATH=1 [2020-09-10T21:31:12.448Z] #50 0.426 + case "$(go env GOARCH)" in [2020-09-10T21:31:12.448Z] #50 0.427 ++ go env GOARCH [2020-09-10T21:31:12.448Z] #50 0.443 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:31:12.448Z] #50 0.444 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:31:12.448Z] #50 0.445 ++ dirname /tmp/install/install.sh [2020-09-10T21:31:12.448Z] #50 0.451 + dir=/tmp/install [2020-09-10T21:31:12.448Z] #50 0.454 + bin=runc [2020-09-10T21:31:12.714Z] #39 32.32 CC images/rpc.o [2020-09-10T21:31:12.751Z] #50 ... [2020-09-10T21:31:12.751Z] [2020-09-10T21:31:12.751Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-10T21:31:12.751Z] #12 DONE 0.5s [2020-09-10T21:31:12.751Z] [2020-09-10T21:31:12.751Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:12.751Z] #50 0.455 + shift [2020-09-10T21:31:12.751Z] #50 0.455 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-10T21:31:12.751Z] #50 0.455 + . /tmp/install/runc.installer [2020-09-10T21:31:12.751Z] #50 0.456 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-10T21:31:12.751Z] #50 0.457 + install_runc [2020-09-10T21:31:12.751Z] #50 0.458 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-10T21:31:12.751Z] #50 0.459 + uname -r [2020-09-10T21:31:12.751Z] #50 0.481 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-10T21:31:12.751Z] #50 0.482 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-10T21:31:12.751Z] #50 0.483 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-10T21:31:12.751Z] #50 0.484 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ldSHgEOBNw/src/github.com/opencontainers/runc [2020-09-10T21:31:12.751Z] #50 0.489 Cloning into '/tmp/tmp.ldSHgEOBNw/src/github.com/opencontainers/runc'... [2020-09-10T21:31:12.871Z] #52 ... [2020-09-10T21:31:12.871Z] [2020-09-10T21:31:12.871Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:12.871Z] #39 17.63 make[1]: Nothing to be done for 'all'. [2020-09-10T21:31:13.048Z] #50 ... [2020-09-10T21:31:13.048Z] [2020-09-10T21:31:13.048Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-10T21:31:13.048Z] #13 DONE 0.5s [2020-09-10T21:31:13.293Z] #39 ... [2020-09-10T21:31:13.293Z] [2020-09-10T21:31:13.293Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:31:13.293Z] #10 94.59 Selecting previously unselected package libapparmor1:arm64. [2020-09-10T21:31:13.293Z] #10 94.59 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 94.60 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-09-10T21:31:13.293Z] #10 94.73 Selecting previously unselected package libapparmor-dev:arm64. [2020-09-10T21:31:13.293Z] #10 94.73 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 94.74 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-09-10T21:31:13.293Z] #10 94.84 Selecting previously unselected package libbtrfs0. [2020-09-10T21:31:13.293Z] #10 94.85 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 94.86 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-10T21:31:13.293Z] #10 94.95 Selecting previously unselected package libbtrfs-dev. [2020-09-10T21:31:13.293Z] #10 94.95 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 94.97 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:31:13.293Z] #10 95.14 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-09-10T21:31:13.293Z] #10 95.15 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 95.15 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-09-10T21:31:13.293Z] #10 95.23 Selecting previously unselected package libudev-dev:arm64. [2020-09-10T21:31:13.293Z] #10 95.24 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 95.26 Unpacking libudev-dev:arm64 (241-7~deb10u4) ... [2020-09-10T21:31:13.293Z] #10 95.42 Selecting previously unselected package libsepol1-dev:arm64. [2020-09-10T21:31:13.293Z] #10 95.43 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 95.45 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-09-10T21:31:13.293Z] #10 95.73 Selecting previously unselected package libpcre16-3:arm64. [2020-09-10T21:31:13.293Z] #10 95.74 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 95.76 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-09-10T21:31:13.293Z] #10 95.92 Selecting previously unselected package libpcre32-3:arm64. [2020-09-10T21:31:13.293Z] #10 95.92 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 95.93 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-09-10T21:31:13.293Z] #10 96.12 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-09-10T21:31:13.293Z] #10 96.12 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 96.14 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-09-10T21:31:13.293Z] #10 96.24 Selecting previously unselected package libpcre3-dev:arm64. [2020-09-10T21:31:13.293Z] #10 96.24 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 96.25 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-09-10T21:31:13.293Z] #10 96.60 Selecting previously unselected package libselinux1-dev:arm64. [2020-09-10T21:31:13.293Z] #10 96.61 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 96.62 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-09-10T21:31:13.293Z] #10 96.84 Selecting previously unselected package libdevmapper-dev:arm64. [2020-09-10T21:31:13.293Z] #10 96.86 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 96.87 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-09-10T21:31:13.293Z] #10 96.96 Selecting previously unselected package libseccomp-dev:arm64. [2020-09-10T21:31:13.293Z] #10 96.96 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 96.98 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-09-10T21:31:13.293Z] #10 97.11 Selecting previously unselected package libsystemd-dev:arm64. [2020-09-10T21:31:13.293Z] #10 97.12 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ... [2020-09-10T21:31:13.293Z] #10 97.13 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-09-10T21:31:13.293Z] #10 97.69 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-09-10T21:31:13.293Z] #10 97.89 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-09-10T21:31:13.293Z] #10 98.01 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-09-10T21:31:13.293Z] #10 98.02 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-10T21:31:13.293Z] #10 98.03 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-09-10T21:31:13.293Z] #10 98.26 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-09-10T21:31:13.293Z] #10 98.27 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:13.293Z] #10 98.29 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-10T21:31:13.293Z] #10 98.31 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-09-10T21:31:13.293Z] #10 98.32 Setting up libudev-dev:arm64 (241-7~deb10u4) ... [2020-09-10T21:31:13.293Z] #10 98.36 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-10T21:31:13.293Z] #10 98.37 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:31:13.293Z] #10 98.39 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-09-10T21:31:13.293Z] #10 98.40 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-10T21:31:13.293Z] #10 98.44 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-09-10T21:31:13.293Z] #10 98.46 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-10T21:31:13.293Z] #10 98.48 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-09-10T21:31:13.293Z] #10 98.49 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:13.293Z] #10 98.52 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-09-10T21:31:13.293Z] #10 98.53 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-09-10T21:31:13.293Z] #10 98.54 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:13.293Z] #10 98.55 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-09-10T21:31:13.293Z] #10 98.56 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-09-10T21:31:13.293Z] #10 98.57 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-10T21:31:13.293Z] #10 98.59 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-09-10T21:31:13.293Z] #10 98.62 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-09-10T21:31:13.293Z] #10 98.64 Setting up dmsetup (2:1.02.155-3) ... [2020-09-10T21:31:13.293Z] #10 98.66 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-09-10T21:31:13.293Z] #10 98.68 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-09-10T21:31:13.293Z] #10 98.69 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:31:13.293Z] #10 DONE 99.6s [2020-09-10T21:31:13.293Z] [2020-09-10T21:31:13.293Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:13.293Z] #41 94.97 github.com/LK4D4/vndr/godl [2020-09-10T21:31:13.293Z] #41 95.43 github.com/LK4D4/vndr [2020-09-10T21:31:13.349Z] [2020-09-10T21:31:13.349Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-10T21:31:13.349Z] #14 0.295 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-10T21:31:13.646Z] #14 DONE 0.4s [2020-09-10T21:31:13.646Z] [2020-09-10T21:31:13.646Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-10T21:31:13.692Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-09-10T21:31:13.873Z] #41 ... [2020-09-10T21:31:13.873Z] [2020-09-10T21:31:13.873Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:13.873Z] #39 33.53 CC images/ext-file.o [2020-09-10T21:31:13.946Z] #15 DONE 0.4s [2020-09-10T21:31:13.946Z] [2020-09-10T21:31:13.946Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-10T21:31:14.138Z] #39 33.67 CC images/cgroup.o [2020-09-10T21:31:14.245Z] #16 DONE 0.4s [2020-09-10T21:31:14.245Z] [2020-09-10T21:31:14.245Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-09-10T21:31:14.254Z] #39 18.95 CC images/stats.o [2020-09-10T21:31:14.513Z] #39 19.28 CC images/core.o [2020-09-10T21:31:14.545Z] #17 DONE 0.4s [2020-09-10T21:31:14.545Z] [2020-09-10T21:31:14.545Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:14.545Z] #40 41.69 CC images/seccomp.o [2020-09-10T21:31:14.545Z] #40 41.92 CC images/binfmt-misc.o [2020-09-10T21:31:14.545Z] #40 42.12 CC images/time.o [2020-09-10T21:31:14.545Z] #40 42.37 CC images/sysctl.o [2020-09-10T21:31:14.545Z] #40 42.72 CC images/autofs.o [2020-09-10T21:31:14.545Z] #40 42.99 CC images/macvlan.o [2020-09-10T21:31:14.545Z] #40 43.17 CC images/sit.o [2020-09-10T21:31:14.545Z] #40 43.35 CC images/memfd.o [2020-09-10T21:31:14.545Z] #40 43.64 CC images/timens.o [2020-09-10T21:31:14.545Z] #40 43.93 LINK images/built-in.o [2020-09-10T21:31:14.545Z] #40 44.13 GEN compel/include/asm [2020-09-10T21:31:14.545Z] #40 44.15 GEN compel/include/version.h [2020-09-10T21:31:14.545Z] #40 44.16 touch .config [2020-09-10T21:31:14.545Z] #40 44.23 GEN include/common/config.h [2020-09-10T21:31:14.545Z] #40 44.34 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-10T21:31:14.545Z] #40 44.37 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-10T21:31:14.545Z] #40 44.41 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-09-10T21:31:14.545Z] #40 44.44 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-09-10T21:31:14.545Z] #40 44.51 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-09-10T21:31:14.545Z] #40 44.55 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-09-10T21:31:14.545Z] #40 44.58 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-09-10T21:31:14.545Z] #40 44.60 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-10T21:31:14.545Z] #40 44.61 DEP compel/plugins/std/infect.d [2020-09-10T21:31:14.545Z] #40 44.88 DEP compel/plugins/std/string.d [2020-09-10T21:31:14.545Z] #40 45.04 DEP compel/plugins/std/log.d [2020-09-10T21:31:14.545Z] #40 45.16 DEP compel/plugins/std/fds.d [2020-09-10T21:31:14.545Z] #40 45.26 DEP compel/plugins/std/std.d [2020-09-10T21:31:14.545Z] #40 45.37 DEP compel/plugins/shmem/shmem.d [2020-09-10T21:31:14.545Z] #40 45.50 DEP compel/plugins/fds/fds.d [2020-09-10T21:31:14.545Z] #40 45.74 CC compel/plugins/std/std.o [2020-09-10T21:31:14.545Z] #40 46.31 CC compel/plugins/std/fds.o [2020-09-10T21:31:14.545Z] #40 46.61 CC compel/plugins/std/log.o [2020-09-10T21:31:14.545Z] #40 47.54 CC compel/plugins/std/string.o [2020-09-10T21:31:14.719Z] #39 34.31 CC images/userns.o [2020-09-10T21:31:14.846Z] #40 48.21 CC compel/plugins/std/infect.o [2020-09-10T21:31:15.081Z] #39 19.98 CC images/core-x86.o [2020-09-10T21:31:15.299Z] #39 34.70 CC images/google/protobuf/descriptor.o [2020-09-10T21:31:15.492Z] #40 48.75 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-09-10T21:31:15.493Z] #40 48.81 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-09-10T21:31:15.493Z] #40 48.86 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-09-10T21:31:15.493Z] #40 48.91 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-09-10T21:31:15.597Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-09-10T21:31:15.649Z] #39 20.55 CC images/core-arm.o [2020-09-10T21:31:15.793Z] #40 48.99 AR compel/plugins/std.lib.a [2020-09-10T21:31:15.793Z] #40 49.13 CC compel/plugins/fds/fds.o [2020-09-10T21:31:16.218Z] #39 20.96 CC images/core-aarch64.o [2020-09-10T21:31:16.262Z] #39 ... [2020-09-10T21:31:16.262Z] [2020-09-10T21:31:16.262Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-10T21:31:16.262Z] #11 DONE 2.7s [2020-09-10T21:31:16.262Z] [2020-09-10T21:31:16.262Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:16.262Z] #41 DONE 102.3s [2020-09-10T21:31:16.262Z] [2020-09-10T21:31:16.262Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:16.262Z] #49 1.555 + RM_GOPATH=0 [2020-09-10T21:31:16.262Z] #49 1.555 + TMP_GOPATH= [2020-09-10T21:31:16.262Z] #49 1.555 + : /build [2020-09-10T21:31:16.262Z] #49 1.555 + '[' -z '' ']' [2020-09-10T21:31:16.262Z] #49 1.557 ++ mktemp -d [2020-09-10T21:31:16.262Z] #49 1.560 + export GOPATH=/tmp/tmp.TYZEePWFQz [2020-09-10T21:31:16.262Z] #49 1.561 + GOPATH=/tmp/tmp.TYZEePWFQz [2020-09-10T21:31:16.262Z] #49 1.561 + RM_GOPATH=1 [2020-09-10T21:31:16.262Z] #49 1.561 + case "$(go env GOARCH)" in [2020-09-10T21:31:16.262Z] #49 1.564 ++ go env GOARCH [2020-09-10T21:31:16.262Z] #49 1.583 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:31:16.262Z] #49 1.583 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:31:16.262Z] #49 1.583 ++ dirname /tmp/install/install.sh [2020-09-10T21:31:16.262Z] #49 1.588 + dir=/tmp/install [2020-09-10T21:31:16.262Z] #49 1.588 + bin=runc [2020-09-10T21:31:16.262Z] #49 1.588 + shift [2020-09-10T21:31:16.262Z] #49 1.588 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-10T21:31:16.262Z] #49 1.588 + . /tmp/install/runc.installer [2020-09-10T21:31:16.262Z] #49 1.588 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-10T21:31:16.262Z] #49 1.588 + install_runc [2020-09-10T21:31:16.262Z] #49 1.588 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-10T21:31:16.262Z] #49 1.589 + uname -r [2020-09-10T21:31:16.262Z] #49 1.602 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-10T21:31:16.262Z] #49 1.602 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-10T21:31:16.262Z] #49 1.602 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-10T21:31:16.262Z] #49 1.602 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.TYZEePWFQz/src/github.com/opencontainers/runc [2020-09-10T21:31:16.262Z] #49 1.606 Cloning into '/tmp/tmp.TYZEePWFQz/src/github.com/opencontainers/runc'... [2020-09-10T21:31:16.446Z] #40 49.58 AR compel/plugins/fds.lib.a [2020-09-10T21:31:16.446Z] #40 49.66 HOSTDEP compel/src/lib/log-host.d [2020-09-10T21:31:16.446Z] #40 49.81 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-10T21:31:16.446Z] #40 49.93 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-09-10T21:31:16.477Z] #39 21.38 CC images/core-ppc64.o [2020-09-10T21:31:16.769Z] #40 50.10 HOSTDEP compel/src/main-host.d [2020-09-10T21:31:17.069Z] #40 50.24 DEP compel/src/lib/ptrace.d [2020-09-10T21:31:17.069Z] #40 50.42 DEP compel/src/lib/infect.d [2020-09-10T21:31:17.367Z] #40 50.64 DEP compel/src/lib/infect-util.d [2020-09-10T21:31:17.414Z] #39 22.03 CC images/core-s390.o [2020-09-10T21:31:17.500Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-09-10T21:31:17.666Z] #40 50.84 DEP compel/src/lib/infect-rpc.d [2020-09-10T21:31:17.666Z] #40 50.99 DEP compel/arch/ppc64/src/lib/infect.d [2020-09-10T21:31:17.964Z] #40 51.12 DEP compel/arch/ppc64/src/lib/cpu.d [2020-09-10T21:31:17.964Z] #40 51.20 DEP compel/src/lib/log.d [2020-09-10T21:31:17.964Z] #40 51.35 DEP compel/src/main.d [2020-09-10T21:31:17.982Z] #39 22.60 CC images/cpuinfo.o [2020-09-10T21:31:17.982Z] #39 23.01 CC images/inventory.o [2020-09-10T21:31:18.067Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-09-10T21:31:18.127Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.815755089s with top 10 stages: buildssa: 1m38.675288501s, goimports: 24.30153487s, unconvert: 13.064099944s, gosec: 11.004421641s, golint: 6.617236509s, ineffassign: 5.154920595s, misspell: 4.704217345s, inspect: 3.607031256s, vrp: 2.629067758s, printf: 1.902463652s [2020-09-10T21:31:18.127Z] INFO [runner] Issues before processing: 2304, after processing: 0 [2020-09-10T21:31:18.127Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1590/1695, skip_dirs: 1695/1695, identifier_marker: 1590/1590, exclude-rules: 64/1590, skip_files: 1695/1695, nolint: 0/64, cgo: 1695/2304, filename_unadjuster: 1695/1695, path_prettifier: 1695/1695, exclude: 1590/1590 [2020-09-10T21:31:18.127Z] INFO [runner] processing took 117.215062ms with stages: nolint: 50.451872ms, identifier_marker: 37.091414ms, path_prettifier: 12.632863ms, exclude-rules: 6.58299ms, autogenerated_exclude: 5.945156ms, skip_dirs: 3.354674ms, cgo: 644.585µs, filename_unadjuster: 504.916µs, max_same_issues: 1.7µs, max_from_linter: 897ns, uniq_by_line: 746ns, skip_files: 713ns, exclude: 630ns, max_per_file_from_linter: 570ns, diff: 539ns, source_code: 449ns, path_shortener: 348ns [2020-09-10T21:31:18.127Z] INFO [runner] linters took 1m38.798583106s with stages: goanalysis_metalinter: 1m18.71994172s, unused: 19.960306981s [2020-09-10T21:31:18.127Z] INFO File cache stats: 1444 entries of total size 6.8MiB [2020-09-10T21:31:18.127Z] INFO Memory: 1475 samples, avg is 692.1MB, max is 3438.1MB [2020-09-10T21:31:18.127Z] INFO Execution took 3m35.936659575s [2020-09-10T21:31:18.127Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-09-10T21:31:18.241Z] #39 23.26 CC images/fdinfo.o [2020-09-10T21:31:18.262Z] #40 51.46 DEP compel/src/lib/handle-elf.d [2020-09-10T21:31:18.262Z] #40 51.60 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-09-10T21:31:18.262Z] #40 51.73 CC compel/src/lib/log.o [2020-09-10T21:31:18.455Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/make.sh dynbinary-daemon test-docker-py [2020-09-10T21:31:18.561Z] #40 51.99 CC compel/arch/ppc64/src/lib/cpu.o [2020-09-10T21:31:18.634Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-09-10T21:31:18.713Z] [2020-09-10T21:31:18.809Z] #39 23.64 CC images/fown.o [2020-09-10T21:31:18.809Z] #39 23.83 CC images/ns.o [2020-09-10T21:31:18.830Z] #49 ... [2020-09-10T21:31:18.830Z] [2020-09-10T21:31:18.830Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-10T21:31:18.830Z] #12 DONE 2.6s [2020-09-10T21:31:18.830Z] [2020-09-10T21:31:18.830Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:31:18.973Z] Removing bundles/ [2020-09-10T21:31:18.973Z] [2020-09-10T21:31:18.973Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-09-10T21:31:18.973Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-10T21:31:18.973Z] GOOS="" GOARCH="" GOARM="" [2020-09-10T21:31:19.209Z] #40 52.31 CC compel/arch/ppc64/src/lib/infect.o [2020-09-10T21:31:19.377Z] #39 24.01 CC images/regfile.o [2020-09-10T21:31:19.377Z] #39 24.26 CC images/ghost-file.o [2020-09-10T21:31:19.508Z] #40 ... [2020-09-10T21:31:19.508Z] [2020-09-10T21:31:19.508Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:31:19.508Z] #48 115.3 golang.org/x/crypto/ssh/terminal [2020-09-10T21:31:19.947Z] #39 ... [2020-09-10T21:31:19.947Z] [2020-09-10T21:31:19.947Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:31:19.947Z] #47 89.66 mvdan.cc/sh/v3/cmd/shfmt [2020-09-10T21:31:19.947Z] #47 DONE 95.4s [2020-09-10T21:31:19.947Z] [2020-09-10T21:31:19.947Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:19.947Z] #39 24.67 CC images/fifo.o [2020-09-10T21:31:19.947Z] #39 ... [2020-09-10T21:31:19.947Z] [2020-09-10T21:31:19.947Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:19.947Z] #41 88.00 encoding/xml [2020-09-10T21:31:19.947Z] #41 88.75 go/doc [2020-09-10T21:31:19.947Z] #41 92.09 github.com/LK4D4/vndr/build [2020-09-10T21:31:19.947Z] #41 93.00 github.com/LK4D4/vndr/versioned [2020-09-10T21:31:19.947Z] #41 93.09 compress/flate [2020-09-10T21:31:19.947Z] #41 95.30 vendor/golang.org/x/crypto/cryptobyte [2020-09-10T21:31:20.206Z] #41 95.64 compress/gzip [2020-09-10T21:31:20.465Z] #41 ... [2020-09-10T21:31:20.465Z] [2020-09-10T21:31:20.465Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:20.465Z] #39 25.15 CC images/remap-file-path.o [2020-09-10T21:31:20.725Z] #39 25.59 CC images/eventfd.o [2020-09-10T21:31:20.985Z] #39 25.87 CC images/eventpoll.o [2020-09-10T21:31:20.996Z] #21 104.5 Checking out files: 23% (2514/10911) Checking out files: 24% (2619/10911) Checking out files: 25% (2728/10911) Checking out files: 26% (2837/10911) Checking out files: 27% (2946/10911) Checking out files: 28% (3056/10911) Checking out files: 29% (3165/10911) Checking out files: 30% (3274/10911) Checking out files: 31% (3383/10911) Checking out files: 32% (3492/10911) Checking out files: 33% (3601/10911) Checking out files: 34% (3710/10911) Checking out files: 35% (3819/10911) Checking out files: 36% (3928/10911) Checking out files: 37% (4038/10911) Checking out files: 38% (4147/10911) Checking out files: 39% (4256/10911) Checking out files: 40% (4365/10911) Checking out files: 41% (4474/10911) Checking out files: 42% (4583/10911) Checking out files: 43% (4692/10911) Checking out files: 43% (4762/10911) Checking out files: 44% (4801/10911) Checking out files: 45% (4910/10911) Checking out files: 46% (5020/10911) Checking out files: 47% (5129/10911) Checking out files: 48% (5238/10911) Checking out files: 49% (5347/10911) Checking out files: 50% (5456/10911) Checking out files: 51% (5565/10911) Checking out files: 52% (5674/10911) Checking out files: 53% (5783/10911) Checking out files: 54% (5892/10911) Checking out files: 55% (6002/10911) Checking out files: 56% (6111/10911) Checking out files: 57% (6220/10911) Checking out files: 58% (6329/10911) Checking out files: 59% (6438/10911) Checking out files: 60% (6547/10911) Checking out files: 61% (6656/10911) Checking out files: 62% (6765/10911) Checking out files: 63% (6874/10911) Checking out files: 64% (6984/10911) Checking out files: 65% (7093/10911) Checking out files: 66% (7202/10911) Checking out files: 67% (7311/10911) Checking out files: 68% (7420/10911) Checking out files: 69% (7529/10911) Checking out files: 70% (7638/10911) Checking out files: 71% (7747/10911) Checking out files: 72% (7856/10911) Checking out files: 73% (7966/10911) Checking out files: 73% (8010/10911) Checking out files: 74% (8075/10911) Checking out files: 75% (8184/10911) Checking out files: 76% (8293/10911) Checking out files: 77% (8402/10911) Checking out files: 78% (8511/10911) Checking out files: 79% (8620/10911) Checking out files: 80% (8729/10911) Checking out files: 81% (8838/10911) [2020-09-10T21:31:20.996Z] #21 ... [2020-09-10T21:31:20.996Z] [2020-09-10T21:31:20.996Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-10T21:31:20.996Z] #13 1.315 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-10T21:31:20.996Z] #13 DONE 2.0s [2020-09-10T21:31:20.996Z] [2020-09-10T21:31:20.996Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:31:20.996Z] #28 DONE 106.8s [2020-09-10T21:31:20.996Z] [2020-09-10T21:31:20.996Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:31:21.165Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-09-10T21:31:21.165Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-09-10T21:31:21.244Z] #39 26.06 CC images/fh.o [2020-09-10T21:31:21.424Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-09-10T21:31:21.504Z] #39 26.30 CC images/fsnotify.o [2020-09-10T21:31:21.527Z] #21 104.5 Checking out files: 23% (2514/10911) Checking out files: 24% (2619/10911) Checking out files: 25% (2728/10911) Checking out files: 26% (2837/10911) Checking out files: 27% (2946/10911) Checking out files: 28% (3056/10911) Checking out files: 29% (3165/10911) Checking out files: 30% (3274/10911) Checking out files: 31% (3383/10911) Checking out files: 32% (3492/10911) Checking out files: 33% (3601/10911) Checking out files: 34% (3710/10911) Checking out files: 35% (3819/10911) Checking out files: 36% (3928/10911) Checking out files: 37% (4038/10911) Checking out files: 38% (4147/10911) Checking out files: 39% (4256/10911) Checking out files: 40% (4365/10911) Checking out files: 41% (4474/10911) Checking out files: 42% (4583/10911) Checking out files: 43% (4692/10911) Checking out files: 43% (4762/10911) Checking out files: 44% (4801/10911) Checking out files: 45% (4910/10911) Checking out files: 46% (5020/10911) Checking out files: 47% (5129/10911) Checking out files: 48% (5238/10911) Checking out files: 49% (5347/10911) Checking out files: 50% (5456/10911) Checking out files: 51% (5565/10911) Checking out files: 52% (5674/10911) Checking out files: 53% (5783/10911) Checking out files: 54% (5892/10911) Checking out files: 55% (6002/10911) Checking out files: 56% (6111/10911) Checking out files: 57% (6220/10911) Checking out files: 58% (6329/10911) Checking out files: 59% (6438/10911) Checking out files: 60% (6547/10911) Checking out files: 61% (6656/10911) Checking out files: 62% (6765/10911) Checking out files: 63% (6874/10911) Checking out files: 64% (6984/10911) Checking out files: 65% (7093/10911) Checking out files: 66% (7202/10911) Checking out files: 67% (7311/10911) Checking out files: 68% (7420/10911) Checking out files: 69% (7529/10911) Checking out files: 70% (7638/10911) Checking out files: 71% (7747/10911) Checking out files: 72% (7856/10911) Checking out files: 73% (7966/10911) Checking out files: 73% (8010/10911) Checking out files: 74% (8075/10911) Checking out files: 75% (8184/10911) Checking out files: 76% (8293/10911) Checking out files: 77% (8402/10911) Checking out files: 78% (8511/10911) Checking out files: 79% (8620/10911) Checking out files: 80% (8729/10911) Checking out files: 81% (8838/10911) Checking out files: 82% (8948/10911) Checking out files: 83% (9057/10911) Checking out files: 84% (9166/10911) Checking out files: 85% (9275/10911) Checking out files: 86% (9384/10911) Checking out files: 87% (9493/10911) Checking out files: 88% (9602/10911) Checking out files: 89% (9711/10911) Checking out files: 90% (9820/10911) Checking out files: 91% (9930/10911) Checking out files: 92% (10039/10911) Checking out files: 93% (10148/10911) Checking out files: 93% (10203/10911) Checking out files: 94% (10257/10911) Checking out files: 95% (10366/10911) Checking out files: 96% (10475/10911) Checking out files: 97% (10584/10911) Checking out files: 98% (10693/10911) Checking out files: 99% (10802/10911) Checking out files: 100% (10911/10911) Checking out files: 100% (10911/10911), done. [2020-09-10T21:31:21.791Z] #21 107.9 + cd /tmp/tmp.uUYSuQyb12/tmp/docker-ce [2020-09-10T21:31:21.791Z] #21 107.9 + git checkout -q v17.06.2-ce [2020-09-10T21:31:21.991Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-09-10T21:31:22.074Z] #39 26.78 CC images/signalfd.o [2020-09-10T21:31:22.074Z] #39 27.01 CC images/fs.o [2020-09-10T21:31:22.278Z] #48 118.0 mvdan.cc/sh/v3/cmd/shfmt [2020-09-10T21:31:22.278Z] #48 ... [2020-09-10T21:31:22.278Z] [2020-09-10T21:31:22.278Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:22.278Z] #42 108.1 go/parser [2020-09-10T21:31:22.278Z] #42 113.0 encoding/xml [2020-09-10T21:31:22.278Z] #42 ... [2020-09-10T21:31:22.278Z] [2020-09-10T21:31:22.278Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:22.278Z] #50 9.924 + cd /tmp/tmp.ldSHgEOBNw/src/github.com/opencontainers/runc [2020-09-10T21:31:22.278Z] #50 9.927 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-10T21:31:22.336Z] #39 27.22 CC images/pstree.o [2020-09-10T21:31:22.576Z] #50 10.35 + '[' -z '' ']' [2020-09-10T21:31:22.576Z] #50 10.35 + target=static [2020-09-10T21:31:22.576Z] #50 10.35 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-10T21:31:22.576Z] #50 10.56 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-09-10T21:31:22.596Z] #39 27.46 CC images/pipe.o [2020-09-10T21:31:22.855Z] #39 27.62 CC images/tcp-stream.o [2020-09-10T21:31:22.925Z] --- PASS: TestBuildWithHugeFile (48.03s) [2020-09-10T21:31:22.926Z] === RUN TestBuildWithEmptyDockerfile [2020-09-10T21:31:22.926Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:31:22.926Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:31:22.926Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:31:22.926Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:31:22.926Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:31:22.926Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:31:22.926Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:31:22.926Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:31:22.926Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:31:22.926Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2020-09-10T21:31:22.926Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2020-09-10T21:31:22.926Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.09s) [2020-09-10T21:31:22.926Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2020-09-10T21:31:22.926Z] === RUN TestBuildPreserveOwnership [2020-09-10T21:31:22.926Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-10T21:31:23.115Z] #39 27.82 CC images/sk-packet.o [2020-09-10T21:31:23.194Z] #21 ... [2020-09-10T21:31:23.194Z] [2020-09-10T21:31:23.194Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-10T21:31:23.194Z] #14 DONE 2.0s [2020-09-10T21:31:23.194Z] [2020-09-10T21:31:23.194Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:23.194Z] #39 36.43 CC images/opts.o [2020-09-10T21:31:23.194Z] #39 36.71 CC images/seccomp.o [2020-09-10T21:31:23.194Z] #39 36.91 CC images/binfmt-misc.o [2020-09-10T21:31:23.194Z] #39 37.40 CC images/time.o [2020-09-10T21:31:23.194Z] #39 37.66 CC images/sysctl.o [2020-09-10T21:31:23.194Z] #39 37.95 CC images/autofs.o [2020-09-10T21:31:23.194Z] #39 38.25 CC images/macvlan.o [2020-09-10T21:31:23.194Z] #39 38.46 CC images/sit.o [2020-09-10T21:31:23.194Z] #39 38.71 CC images/memfd.o [2020-09-10T21:31:23.194Z] #39 39.03 CC images/timens.o [2020-09-10T21:31:23.194Z] #39 39.29 LINK images/built-in.o [2020-09-10T21:31:23.194Z] #39 39.45 GEN compel/include/asm [2020-09-10T21:31:23.194Z] #39 39.50 GEN compel/include/version.h [2020-09-10T21:31:23.194Z] #39 39.52 touch .config [2020-09-10T21:31:23.194Z] #39 39.60 GEN include/common/config.h [2020-09-10T21:31:23.194Z] #39 39.66 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-10T21:31:23.194Z] #39 39.67 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-09-10T21:31:23.194Z] #39 39.70 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-09-10T21:31:23.194Z] #39 39.75 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-09-10T21:31:23.194Z] #39 39.79 DEP compel/plugins/std/infect.d [2020-09-10T21:31:23.194Z] #39 39.90 DEP compel/plugins/std/string.d [2020-09-10T21:31:23.194Z] #39 40.07 DEP compel/plugins/std/log.d [2020-09-10T21:31:23.194Z] #39 40.14 DEP compel/plugins/std/fds.d [2020-09-10T21:31:23.194Z] #39 40.19 DEP compel/plugins/std/std.d [2020-09-10T21:31:23.194Z] #39 40.26 DEP compel/plugins/shmem/shmem.d [2020-09-10T21:31:23.194Z] #39 40.35 DEP compel/plugins/fds/fds.d [2020-09-10T21:31:23.194Z] #39 40.42 CC compel/plugins/std/std.o [2020-09-10T21:31:23.194Z] #39 40.77 CC compel/plugins/std/fds.o [2020-09-10T21:31:23.194Z] #39 41.07 CC compel/plugins/std/log.o [2020-09-10T21:31:23.194Z] #39 41.66 CC compel/plugins/std/string.o [2020-09-10T21:31:23.194Z] #39 42.29 CC compel/plugins/std/infect.o [2020-09-10T21:31:23.194Z] #39 42.79 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-09-10T21:31:23.194Z] #39 42.88 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-09-10T21:31:23.375Z] #39 28.09 CC images/mnt.o [2020-09-10T21:31:23.375Z] #39 28.29 CC images/pipe-data.o [2020-09-10T21:31:23.459Z] #39 42.94 AR compel/plugins/std.lib.a [2020-09-10T21:31:23.459Z] #39 43.11 CC compel/plugins/fds/fds.o [2020-09-10T21:31:23.635Z] #39 28.47 CC images/sa.o [2020-09-10T21:31:23.635Z] #39 28.58 CC images/timer.o [2020-09-10T21:31:23.724Z] #39 43.38 AR compel/plugins/fds.lib.a [2020-09-10T21:31:23.724Z] #39 43.45 HOSTDEP compel/src/lib/log-host.d [2020-09-10T21:31:23.895Z] #39 28.84 CC images/timerfd.o [2020-09-10T21:31:23.988Z] #39 43.57 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-10T21:31:23.988Z] #39 43.71 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-09-10T21:31:24.155Z] #39 29.12 CC images/mm.o [2020-09-10T21:31:24.252Z] #39 43.77 HOSTDEP compel/src/main-host.d [2020-09-10T21:31:24.252Z] #39 43.96 DEP compel/src/lib/ptrace.d [2020-09-10T21:31:24.517Z] #39 ... [2020-09-10T21:31:24.517Z] [2020-09-10T21:31:24.517Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-10T21:31:24.517Z] #15 DONE 1.6s [2020-09-10T21:31:24.517Z] [2020-09-10T21:31:24.517Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:24.517Z] #39 44.13 DEP compel/src/lib/infect.d [2020-09-10T21:31:24.517Z] #39 ... [2020-09-10T21:31:24.517Z] [2020-09-10T21:31:24.517Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-10T21:31:24.695Z] #50 ... [2020-09-10T21:31:24.695Z] [2020-09-10T21:31:24.695Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:31:24.695Z] #18 0.579 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:31:24.695Z] #18 0.702 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:31:24.695Z] #18 0.805 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:31:24.695Z] #18 1.499 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-10T21:31:24.695Z] #18 2.948 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-10T21:31:24.695Z] #18 4.237 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-10T21:31:24.725Z] #39 29.42 CC images/sk-opts.o [2020-09-10T21:31:24.725Z] #39 29.69 CC images/sk-unix.o [2020-09-10T21:31:24.827Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-09-10T21:31:24.827Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-09-10T21:31:24.985Z] #39 29.87 CC images/sk-inet.o [2020-09-10T21:31:24.995Z] #18 ... [2020-09-10T21:31:24.995Z] [2020-09-10T21:31:24.995Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:24.995Z] #42 119.6 go/doc [2020-09-10T21:31:24.995Z] #42 120.2 math/big [2020-09-10T21:31:25.246Z] #39 30.21 CC images/tun.o [2020-09-10T21:31:25.394Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-10T21:31:25.653Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-09-10T21:31:25.815Z] #39 30.50 CC images/sk-netlink.o [2020-09-10T21:31:25.919Z] #16 DONE 1.4s [2020-09-10T21:31:25.919Z] [2020-09-10T21:31:25.919Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:31:26.076Z] #39 30.77 CC images/packet-sock.o [2020-09-10T21:31:26.076Z] #39 31.01 CC images/ipc-var.o [2020-09-10T21:31:26.219Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-09-10T21:31:26.336Z] #39 31.16 CC images/ipc-desc.o [2020-09-10T21:31:26.336Z] #39 31.28 CC images/ipc-shm.o [2020-09-10T21:31:26.595Z] #39 31.42 CC images/ipc-msg.o [2020-09-10T21:31:26.855Z] #39 31.66 CC images/ipc-sem.o [2020-09-10T21:31:27.115Z] #39 31.89 CC images/utsns.o [2020-09-10T21:31:27.153Z] --- PASS: TestBuildPreserveOwnership (4.30s) [2020-09-10T21:31:27.153Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.61s) [2020-09-10T21:31:27.153Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.69s) [2020-09-10T21:31:27.153Z] === RUN TestBuildPlatformInvalid [2020-09-10T21:31:27.153Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2020-09-10T21:31:27.153Z] PASS [2020-09-10T21:31:27.153Z] [2020-09-10T21:31:27.153Z] === Skipped [2020-09-10T21:31:27.153Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-09-10T21:31:27.153Z] build_session_test.go:25: TODO: BuildKit [2020-09-10T21:31:27.153Z] [2020-09-10T21:31:27.153Z] [2020-09-10T21:31:27.153Z] DONE 32 tests, 1 skipped in 83.324s [2020-09-10T21:31:27.153Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-09-10T21:31:27.153Z] ++ 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-09-10T21:31:27.153Z] ++ set -e [2020-09-10T21:31:27.153Z] ++ '[' -n 0 ']' [2020-09-10T21:31:27.153Z] ++ set -x [2020-09-10T21:31:27.154Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:31:27.375Z] #39 32.25 CC images/creds.o [2020-09-10T21:31:27.411Z] INFO: Testing against a local daemon [2020-09-10T21:31:27.411Z] === RUN TestConfigInspect [2020-09-10T21:31:27.635Z] #39 32.44 CC images/vma.o [2020-09-10T21:31:27.669Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-09-10T21:31:27.850Z] #17 1.642 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:31:27.850Z] #17 1.686 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:31:27.850Z] #17 1.687 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:31:27.850Z] #17 2.131 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-10T21:31:27.895Z] #39 32.65 CC images/netdev.o [2020-09-10T21:31:28.155Z] #39 33.06 CC images/tty.o [2020-09-10T21:31:28.235Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-09-10T21:31:28.493Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-09-10T21:31:28.566Z] #42 ... [2020-09-10T21:31:28.566Z] [2020-09-10T21:31:28.566Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-10T21:31:28.566Z] #48 DONE 124.0s [2020-09-10T21:31:28.566Z] [2020-09-10T21:31:28.566Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:28.566Z] #40 53.24 CC compel/src/lib/infect-rpc.o [2020-09-10T21:31:28.566Z] #40 53.64 CC compel/src/lib/infect-util.o [2020-09-10T21:31:28.566Z] #40 53.94 CC compel/src/lib/infect.o [2020-09-10T21:31:28.566Z] #40 56.99 CC compel/src/lib/ptrace.o [2020-09-10T21:31:28.566Z] #40 57.54 AR compel/libcompel.a [2020-09-10T21:31:28.566Z] #40 57.71 HOSTCC compel/src/main-host.o [2020-09-10T21:31:28.566Z] #40 58.11 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-09-10T21:31:28.566Z] #40 58.33 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-10T21:31:28.566Z] #40 58.79 HOSTCC compel/src/lib/log-host.o [2020-09-10T21:31:28.566Z] #40 59.02 HOSTLINK compel/compel-host-bin [2020-09-10T21:31:28.566Z] #40 59.26 DEP soccr/soccr.d [2020-09-10T21:31:28.566Z] #40 59.55 CC soccr/soccr.o [2020-09-10T21:31:28.566Z] #40 61.41 AR soccr/libsoccr.a [2020-09-10T21:31:28.566Z] #40 61.49 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-10T21:31:28.725Z] #39 33.60 CC images/file-lock.o [2020-09-10T21:31:28.751Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-09-10T21:31:28.802Z] #17 2.897 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [221 kB] [2020-09-10T21:31:28.867Z] #40 62.07 DEP criu/arch/ppc64/sigframe.d [2020-09-10T21:31:28.867Z] #40 62.35 DEP criu/arch/ppc64/crtools.d [2020-09-10T21:31:28.985Z] #39 33.87 CC images/rlimit.o [2020-09-10T21:31:29.169Z] #40 62.58 DEP criu/arch/ppc64/cpu.d [2020-09-10T21:31:29.245Z] #39 34.04 CC images/pagemap.o [2020-09-10T21:31:29.316Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-09-10T21:31:29.490Z] #40 62.91 CC criu/arch/ppc64/cpu.o [2020-09-10T21:31:29.506Z] #39 34.36 CC images/siginfo.o [2020-09-10T21:31:29.755Z] #17 3.845 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-10T21:31:29.767Z] #39 34.61 CC images/rpc.o [2020-09-10T21:31:29.883Z] --- PASS: TestConfigInspect (2.63s) [2020-09-10T21:31:29.883Z] === RUN TestConfigList [2020-09-10T21:31:30.450Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-09-10T21:31:30.549Z] #40 63.61 CC criu/arch/ppc64/crtools.o [2020-09-10T21:31:31.017Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-09-10T21:31:31.149Z] #39 35.77 CC images/ext-file.o [2020-09-10T21:31:31.150Z] #39 35.90 CC images/cgroup.o [2020-09-10T21:31:31.150Z] #39 ... [2020-09-10T21:31:31.150Z] [2020-09-10T21:31:31.150Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:31.150Z] #41 96.46 net [2020-09-10T21:31:31.150Z] #41 97.55 vendor/golang.org/x/crypto/chacha20poly1305 [2020-09-10T21:31:31.150Z] #41 98.74 vendor/golang.org/x/crypto/hkdf [2020-09-10T21:31:31.150Z] #41 98.97 vendor/golang.org/x/text/transform [2020-09-10T21:31:31.150Z] #41 99.71 vendor/golang.org/x/text/unicode/bidi [2020-09-10T21:31:31.150Z] #41 101.4 vendor/golang.org/x/text/secure/bidirule [2020-09-10T21:31:31.150Z] #41 101.7 vendor/golang.org/x/text/unicode/norm [2020-09-10T21:31:31.150Z] #41 105.7 vendor/golang.org/x/net/idna [2020-09-10T21:31:31.223Z] #17 ... [2020-09-10T21:31:31.223Z] [2020-09-10T21:31:31.223Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:31.223Z] #49 7.746 + cd /tmp/tmp.TYZEePWFQz/src/github.com/opencontainers/runc [2020-09-10T21:31:31.223Z] #49 7.746 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-10T21:31:31.223Z] #49 7.871 + '[' -z '' ']' [2020-09-10T21:31:31.223Z] #49 7.871 + target=static [2020-09-10T21:31:31.223Z] #49 7.871 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-10T21:31:31.223Z] #49 8.074 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-09-10T21:31:31.223Z] #49 ... [2020-09-10T21:31:31.223Z] [2020-09-10T21:31:31.223Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:31.223Z] #39 44.26 DEP compel/src/lib/infect-util.d [2020-09-10T21:31:31.223Z] #39 44.31 DEP compel/src/lib/infect-rpc.d [2020-09-10T21:31:31.223Z] #39 44.45 DEP compel/arch/aarch64/src/lib/infect.d [2020-09-10T21:31:31.223Z] #39 44.53 DEP compel/arch/aarch64/src/lib/cpu.d [2020-09-10T21:31:31.223Z] #39 44.58 DEP compel/src/lib/log.d [2020-09-10T21:31:31.223Z] #39 44.62 DEP compel/src/main.d [2020-09-10T21:31:31.223Z] #39 44.71 DEP compel/src/lib/handle-elf.d [2020-09-10T21:31:31.223Z] #39 44.76 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-09-10T21:31:31.223Z] #39 44.86 CC compel/src/lib/log.o [2020-09-10T21:31:31.223Z] #39 44.99 CC compel/arch/aarch64/src/lib/cpu.o [2020-09-10T21:31:31.223Z] #39 45.12 CC compel/arch/aarch64/src/lib/infect.o [2020-09-10T21:31:31.223Z] #39 45.38 CC compel/src/lib/infect-rpc.o [2020-09-10T21:31:31.223Z] #39 45.66 CC compel/src/lib/infect-util.o [2020-09-10T21:31:31.223Z] #39 45.81 CC compel/src/lib/infect.o [2020-09-10T21:31:31.223Z] #39 47.30 CC compel/src/lib/ptrace.o [2020-09-10T21:31:31.223Z] #39 47.68 AR compel/libcompel.a [2020-09-10T21:31:31.223Z] #39 47.79 HOSTCC compel/src/main-host.o [2020-09-10T21:31:31.223Z] #39 48.05 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-09-10T21:31:31.223Z] #39 48.18 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-10T21:31:31.223Z] #39 48.42 HOSTCC compel/src/lib/log-host.o [2020-09-10T21:31:31.223Z] #39 48.62 HOSTLINK compel/compel-host-bin [2020-09-10T21:31:31.223Z] #39 48.70 DEP soccr/soccr.d [2020-09-10T21:31:31.223Z] #39 48.84 CC soccr/soccr.o [2020-09-10T21:31:31.223Z] #39 49.90 AR soccr/libsoccr.a [2020-09-10T21:31:31.223Z] #39 49.98 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-10T21:31:31.488Z] #39 51.02 DEP criu/arch/aarch64/sigframe.d [2020-09-10T21:31:31.488Z] #39 51.06 DEP criu/arch/aarch64/crtools.d [2020-09-10T21:31:31.488Z] #39 51.13 DEP criu/arch/aarch64/cpu.d [2020-09-10T21:31:31.585Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-09-10T21:31:31.610Z] #40 64.81 CC criu/arch/ppc64/sigframe.o [2020-09-10T21:31:31.720Z] #41 ... [2020-09-10T21:31:31.720Z] [2020-09-10T21:31:31.720Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:31.720Z] #39 36.37 CC images/userns.o [2020-09-10T21:31:31.720Z] #39 36.64 CC images/google/protobuf/descriptor.o [2020-09-10T21:31:31.753Z] #39 51.16 DEP criu/arch/aarch64/bitops.d [2020-09-10T21:31:31.753Z] #39 51.18 CC criu/arch/aarch64/bitops.o [2020-09-10T21:31:31.753Z] #39 51.21 CC criu/arch/aarch64/cpu.o [2020-09-10T21:31:31.753Z] #39 51.33 CC criu/arch/aarch64/crtools.o [2020-09-10T21:31:31.844Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-09-10T21:31:31.909Z] #40 65.19 LINK criu/arch/ppc64/crtools.built-in.o [2020-09-10T21:31:31.909Z] #40 65.25 DEP criu/pie/util-vdso.d [2020-09-10T21:31:32.209Z] #40 65.45 DEP criu/pie/util.d [2020-09-10T21:31:32.333Z] #39 51.91 CC criu/arch/aarch64/sigframe.o [2020-09-10T21:31:32.508Z] #40 65.73 CC criu/pie/util.o [2020-09-10T21:31:32.598Z] #39 52.15 LINK criu/arch/aarch64/crtools.built-in.o [2020-09-10T21:31:32.598Z] #39 52.20 DEP criu/pie/util-vdso.d [2020-09-10T21:31:32.779Z] === RUN TestDockerSuite/TestBuildAddScript [2020-09-10T21:31:32.808Z] #40 66.12 CC criu/pie/util-vdso.o [2020-09-10T21:31:32.863Z] #39 52.45 DEP criu/pie/util.d [2020-09-10T21:31:33.038Z] --- PASS: TestConfigList (3.04s) [2020-09-10T21:31:33.038Z] === RUN TestConfigsCreateAndDelete [2020-09-10T21:31:33.131Z] #39 52.64 CC criu/pie/util.o [2020-09-10T21:31:33.297Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-09-10T21:31:33.406Z] #39 53.03 CC criu/pie/util-vdso.o [2020-09-10T21:31:33.457Z] #40 66.92 AR criu/pie/pie.lib.a [2020-09-10T21:31:33.646Z] #39 38.26 CC images/opts.o [2020-09-10T21:31:33.646Z] #39 38.51 CC images/seccomp.o [2020-09-10T21:31:33.757Z] #40 66.98 DEP criu/pie/restorer.d [2020-09-10T21:31:33.757Z] #40 ... [2020-09-10T21:31:33.757Z] [2020-09-10T21:31:33.757Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:31:33.757Z] #55 129.6 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-10T21:31:33.757Z] #55 129.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-10T21:31:33.906Z] #39 38.83 CC images/binfmt-misc.o [2020-09-10T21:31:33.985Z] #39 53.76 AR criu/pie/pie.lib.a [2020-09-10T21:31:34.166Z] #39 39.04 CC images/time.o [2020-09-10T21:31:34.249Z] #39 53.87 DEP criu/pie/restorer.d [2020-09-10T21:31:34.426Z] #39 39.23 CC images/sysctl.o [2020-09-10T21:31:34.426Z] #39 39.43 CC images/autofs.o [2020-09-10T21:31:34.514Z] #39 54.09 DEP criu/arch/aarch64/intraprocedure.d [2020-09-10T21:31:34.515Z] #39 54.11 DEP criu/arch/aarch64/restorer.d [2020-09-10T21:31:34.673Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-09-10T21:31:34.707Z] #39 39.63 CC images/macvlan.o [2020-09-10T21:31:34.780Z] #39 54.25 DEP criu/arch/aarch64/vdso-pie.d [2020-09-10T21:31:34.780Z] #39 54.32 DEP criu/pie/parasite-vdso.d [2020-09-10T21:31:34.780Z] #39 54.45 DEP criu/pie/parasite.d [2020-09-10T21:31:34.968Z] #39 39.80 CC images/sit.o [2020-09-10T21:31:34.968Z] #39 ... [2020-09-10T21:31:34.968Z] [2020-09-10T21:31:34.968Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:31:34.968Z] #10 100.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-10T21:31:34.968Z] #10 100.4 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-10T21:31:34.968Z] #10 100.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:34.968Z] #10 ... [2020-09-10T21:31:34.968Z] [2020-09-10T21:31:34.968Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:34.968Z] #41 107.6 vendor/golang.org/x/net/http2/hpack [2020-09-10T21:31:34.968Z] #41 108.8 mime [2020-09-10T21:31:34.968Z] #41 110.3 mime/quotedprintable [2020-09-10T21:31:34.968Z] #41 110.6 net/http/internal [2020-09-10T21:31:35.044Z] #39 ... [2020-09-10T21:31:35.044Z] [2020-09-10T21:31:35.044Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:31:35.044Z] #21 111.0 + mkdir -p /tmp/tmp.uUYSuQyb12/src/github.com/docker [2020-09-10T21:31:35.044Z] #21 111.0 + mv components/cli /tmp/tmp.uUYSuQyb12/src/github.com/docker/cli [2020-09-10T21:31:35.044Z] #21 111.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-09-10T21:31:35.044Z] #21 ... [2020-09-10T21:31:35.044Z] [2020-09-10T21:31:35.044Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:35.044Z] #39 54.68 CC criu/pie/parasite.o [2020-09-10T21:31:35.260Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-09-10T21:31:35.315Z] #55 ... [2020-09-10T21:31:35.315Z] [2020-09-10T21:31:35.315Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:31:35.315Z] #18 10.51 Fetched 8156 kB in 10s (810 kB/s) [2020-09-10T21:31:35.315Z] #18 10.51 Reading package lists... [2020-09-10T21:31:35.315Z] #18 15.84 Reading package lists... [2020-09-10T21:31:35.315Z] #18 20.44 Building dependency tree... [2020-09-10T21:31:35.315Z] #18 ... [2020-09-10T21:31:35.315Z] [2020-09-10T21:31:35.315Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:35.315Z] #40 67.26 DEP criu/arch/ppc64/vdso-trampoline.d [2020-09-10T21:31:35.315Z] #40 67.27 DEP criu/arch/ppc64/restorer.d [2020-09-10T21:31:35.315Z] #40 67.51 DEP criu/arch/ppc64/vdso-pie.d [2020-09-10T21:31:35.315Z] #40 67.70 DEP criu/pie/parasite-vdso.d [2020-09-10T21:31:35.315Z] #40 67.99 DEP criu/pie/parasite.d [2020-09-10T21:31:35.315Z] #40 68.29 CC criu/pie/parasite.o [2020-09-10T21:31:36.202Z] --- PASS: TestConfigsCreateAndDelete (3.21s) [2020-09-10T21:31:36.202Z] === RUN TestConfigsUpdate [2020-09-10T21:31:36.372Z] #40 69.86 LINK criu/pie/parasite.built-in.o [2020-09-10T21:31:36.456Z] #39 55.97 LINK criu/pie/parasite.built-in.o [2020-09-10T21:31:36.456Z] #39 55.97 GEN criu/pie/parasite-blob.h [2020-09-10T21:31:36.456Z] #39 56.00 CC criu/pie/parasite-vdso.o [2020-09-10T21:31:36.460Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-09-10T21:31:36.670Z] #40 69.87 GEN criu/pie/parasite-blob.h [2020-09-10T21:31:36.670Z] #40 69.94 CC criu/pie/parasite-vdso.o [2020-09-10T21:31:36.721Z] #39 56.50 CC criu/arch/aarch64/vdso-pie.o [2020-09-10T21:31:37.301Z] #39 ... [2020-09-10T21:31:37.301Z] [2020-09-10T21:31:37.301Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:31:37.301Z] #36 122.0 + dpkg --print-architecture [2020-09-10T21:31:37.301Z] #36 DONE 123.2s [2020-09-10T21:31:37.301Z] [2020-09-10T21:31:37.301Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:37.301Z] #39 56.80 CC criu/arch/aarch64/restorer.o [2020-09-10T21:31:37.519Z] #41 113.0 crypto/tls [2020-09-10T21:31:37.519Z] #41 ... [2020-09-10T21:31:37.519Z] [2020-09-10T21:31:37.519Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:37.519Z] #39 40.00 CC images/memfd.o [2020-09-10T21:31:37.519Z] #39 40.28 CC images/timens.o [2020-09-10T21:31:37.519Z] #39 40.52 LINK images/built-in.o [2020-09-10T21:31:37.519Z] #39 40.65 GEN compel/include/asm [2020-09-10T21:31:37.519Z] #39 40.67 GEN compel/include/version.h [2020-09-10T21:31:37.519Z] #39 40.68 touch .config [2020-09-10T21:31:37.519Z] #39 40.74 GEN include/common/config.h [2020-09-10T21:31:37.519Z] #39 40.80 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-09-10T21:31:37.519Z] #39 40.82 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-09-10T21:31:37.519Z] #39 40.85 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-09-10T21:31:37.519Z] #39 40.87 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-09-10T21:31:37.519Z] #39 40.90 DEP compel/arch/x86/plugins/std/memcpy.d [2020-09-10T21:31:37.519Z] #39 40.92 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-09-10T21:31:37.519Z] #39 40.94 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-10T21:31:37.519Z] #39 40.98 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-09-10T21:31:37.519Z] #39 40.98 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-10T21:31:37.519Z] #39 41.00 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-10T21:31:37.519Z] #39 41.01 DEP compel/plugins/std/infect.d [2020-09-10T21:31:37.519Z] #39 41.15 DEP compel/plugins/std/string.d [2020-09-10T21:31:37.519Z] #39 41.21 DEP compel/plugins/std/log.d [2020-09-10T21:31:37.519Z] #39 41.36 DEP compel/plugins/std/fds.d [2020-09-10T21:31:37.519Z] #39 41.48 DEP compel/plugins/std/std.d [2020-09-10T21:31:37.519Z] #39 41.61 DEP compel/plugins/shmem/shmem.d [2020-09-10T21:31:37.519Z] #39 41.70 DEP compel/plugins/fds/fds.d [2020-09-10T21:31:37.519Z] #39 41.85 CC compel/plugins/std/std.o [2020-09-10T21:31:37.519Z] #39 42.11 CC compel/plugins/std/fds.o [2020-09-10T21:31:37.727Z] #40 70.85 CC criu/arch/ppc64/vdso-pie.o [2020-09-10T21:31:37.780Z] #39 42.58 CC compel/plugins/std/log.o [2020-09-10T21:31:37.836Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-09-10T21:31:37.879Z] #39 57.45 CC criu/arch/aarch64/intraprocedure.o [2020-09-10T21:31:37.879Z] #39 57.50 CC criu/pie/restorer.o [2020-09-10T21:31:38.026Z] #40 71.30 CC criu/arch/ppc64/restorer.o [2020-09-10T21:31:38.675Z] #40 71.83 CC criu/arch/ppc64/vdso-trampoline.o [2020-09-10T21:31:38.675Z] #40 71.87 CC criu/pie/restorer.o [2020-09-10T21:31:38.720Z] #39 43.39 CC compel/plugins/std/string.o [2020-09-10T21:31:39.213Z] --- PASS: TestConfigsUpdate (3.11s) [2020-09-10T21:31:39.213Z] === RUN TestTemplatedConfig [2020-09-10T21:31:39.290Z] #39 43.94 CC compel/plugins/std/infect.o [2020-09-10T21:31:39.290Z] #39 44.23 CC compel/arch/x86/plugins/std/parasite-head.o [2020-09-10T21:31:39.290Z] #39 44.27 CC compel/arch/x86/plugins/std/memcpy.o [2020-09-10T21:31:39.290Z] #39 44.32 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-09-10T21:31:39.596Z] #39 44.37 AR compel/plugins/std.lib.a [2020-09-10T21:31:39.596Z] #39 44.43 CC compel/plugins/fds/fds.o [2020-09-10T21:31:39.779Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-09-10T21:31:39.856Z] #39 44.68 AR compel/plugins/fds.lib.a [2020-09-10T21:31:39.856Z] #39 44.75 HOSTDEP compel/src/lib/log-host.d [2020-09-10T21:31:39.856Z] #39 44.87 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-10T21:31:40.037Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-09-10T21:31:40.116Z] #39 44.91 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-09-10T21:31:40.116Z] #39 44.99 HOSTDEP compel/src/main-host.d [2020-09-10T21:31:40.116Z] #39 45.10 DEP compel/src/lib/ptrace.d [2020-09-10T21:31:40.223Z] #40 ... [2020-09-10T21:31:40.223Z] [2020-09-10T21:31:40.223Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:31:40.223Z] #18 20.44 Building dependency tree... [2020-09-10T21:31:40.223Z] #18 21.81 libcap2-bin is already the newest version (1:2.25-2). [2020-09-10T21:31:40.223Z] #18 21.81 The following additional packages will be installed: [2020-09-10T21:31:40.223Z] #18 21.83 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-10T21:31:40.223Z] #18 21.83 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-10T21:31:40.223Z] #18 21.83 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-10T21:31:40.223Z] #18 21.83 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-10T21:31:40.223Z] #18 21.83 python3.7 python3.7-minimal vim-runtime xxd [2020-09-10T21:31:40.223Z] #18 21.83 Suggested packages: [2020-09-10T21:31:40.223Z] #18 21.83 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-10T21:31:40.223Z] #18 21.83 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-10T21:31:40.223Z] #18 21.83 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-10T21:31:40.223Z] #18 21.83 Recommended packages: [2020-09-10T21:31:40.223Z] #18 21.83 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-10T21:31:40.223Z] #18 21.83 python3-keyrings.alt python3-xdg unzip [2020-09-10T21:31:40.223Z] #18 24.15 The following NEW packages will be installed: [2020-09-10T21:31:40.223Z] #18 24.16 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-10T21:31:40.223Z] #18 24.16 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-10T21:31:40.223Z] #18 24.16 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-10T21:31:40.223Z] #18 24.16 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-10T21:31:40.223Z] #18 24.16 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-10T21:31:40.223Z] #18 24.16 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-10T21:31:40.223Z] #18 24.16 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-10T21:31:40.223Z] #18 24.16 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-10T21:31:40.223Z] #18 24.16 xz-utils zip [2020-09-10T21:31:40.223Z] #18 24.28 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:31:40.223Z] #18 24.28 Need to get 29.2 MB of archives. [2020-09-10T21:31:40.223Z] #18 24.28 After this operation, 134 MB of additional disk space will be used. [2020-09-10T21:31:40.223Z] #18 24.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-09-10T21:31:40.223Z] #18 24.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2020-09-10T21:31:40.223Z] #18 24.38 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2020-09-10T21:31:40.223Z] #18 24.55 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-09-10T21:31:40.223Z] #18 24.55 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-09-10T21:31:40.223Z] #18 24.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2020-09-10T21:31:40.223Z] #18 24.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-09-10T21:31:40.223Z] #18 24.77 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-09-10T21:31:40.223Z] #18 24.77 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-09-10T21:31:40.223Z] #18 24.78 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-09-10T21:31:40.223Z] #18 24.79 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-09-10T21:31:40.223Z] #18 24.80 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-09-10T21:31:40.223Z] #18 24.81 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-09-10T21:31:40.223Z] #18 24.81 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-09-10T21:31:40.223Z] #18 24.83 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-09-10T21:31:40.223Z] #18 24.84 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-09-10T21:31:40.223Z] #18 24.87 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-09-10T21:31:40.223Z] #18 24.89 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-09-10T21:31:40.223Z] #18 24.90 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-09-10T21:31:40.223Z] #18 24.91 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-09-10T21:31:40.223Z] #18 24.93 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-09-10T21:31:40.223Z] #18 24.95 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-09-10T21:31:40.223Z] #18 25.01 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-09-10T21:31:40.223Z] #18 25.02 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-09-10T21:31:40.223Z] #18 25.05 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-09-10T21:31:40.223Z] #18 25.07 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-09-10T21:31:40.223Z] #18 25.08 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-09-10T21:31:40.223Z] #18 25.08 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-09-10T21:31:40.223Z] #18 25.08 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-09-10T21:31:40.223Z] #18 25.60 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-09-10T21:31:40.376Z] #39 45.24 DEP compel/src/lib/infect.d [2020-09-10T21:31:40.447Z] #39 59.86 LINK criu/pie/restorer.built-in.o [2020-09-10T21:31:40.447Z] #39 59.87 GEN criu/pie/restorer-blob.h [2020-09-10T21:31:40.447Z] #39 59.94 DEP criu/vdso.d [2020-09-10T21:31:40.520Z] #18 25.61 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-09-10T21:31:40.520Z] #18 25.61 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-09-10T21:31:40.520Z] #18 25.62 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-09-10T21:31:40.520Z] #18 25.63 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-09-10T21:31:40.520Z] #18 25.65 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-09-10T21:31:40.520Z] #18 25.76 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-10T21:31:40.520Z] #18 25.77 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-09-10T21:31:40.520Z] #18 25.78 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-09-10T21:31:40.521Z] #18 25.79 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-10T21:31:40.521Z] #18 25.80 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-09-10T21:31:40.521Z] #18 25.82 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-10T21:31:40.521Z] #18 25.82 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-09-10T21:31:40.521Z] #18 25.89 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-09-10T21:31:40.636Z] #39 45.42 DEP compel/src/lib/infect-util.d [2020-09-10T21:31:40.636Z] #39 45.48 DEP compel/src/lib/infect-rpc.d [2020-09-10T21:31:40.636Z] #39 ... [2020-09-10T21:31:40.636Z] [2020-09-10T21:31:40.636Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:31:40.636Z] #54 108.5 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-10T21:31:40.636Z] #54 108.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-10T21:31:40.636Z] #54 DONE 116.2s [2020-09-10T21:31:40.636Z] [2020-09-10T21:31:40.636Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-10T21:31:40.636Z] #55 DONE 0.0s [2020-09-10T21:31:40.636Z] [2020-09-10T21:31:40.636Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-10T21:31:40.636Z] #56 DONE 0.0s [2020-09-10T21:31:40.636Z] [2020-09-10T21:31:40.636Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-10T21:31:40.636Z] #10 115.7 Selecting previously unselected package libapparmor1:amd64. [2020-09-10T21:31:40.636Z] #10 115.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-09-10T21:31:40.636Z] #10 115.8 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-09-10T21:31:40.636Z] #10 116.2 Selecting previously unselected package libapparmor-dev:amd64. [2020-09-10T21:31:40.636Z] #10 116.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-09-10T21:31:40.636Z] #10 116.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-10T21:31:40.711Z] #39 60.13 DEP criu/uts_ns.d [2020-09-10T21:31:40.711Z] #39 60.28 DEP criu/util.d [2020-09-10T21:31:40.819Z] #18 25.93 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-09-10T21:31:40.819Z] #18 25.95 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-10T21:31:40.975Z] #39 60.52 DEP criu/uffd.d [2020-09-10T21:31:41.119Z] #18 26.28 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-09-10T21:31:41.119Z] #18 26.38 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-09-10T21:31:41.119Z] #18 26.45 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-09-10T21:31:41.119Z] #18 ... [2020-09-10T21:31:41.119Z] [2020-09-10T21:31:41.119Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:31:41.119Z] #55 DONE 137.1s [2020-09-10T21:31:41.119Z] [2020-09-10T21:31:41.119Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:41.119Z] #42 130.7 vendor/golang.org/x/text/unicode/norm [2020-09-10T21:31:41.119Z] #42 131.1 github.com/LK4D4/vndr/build [2020-09-10T21:31:41.205Z] #10 116.5 Selecting previously unselected package libbtrfs0. [2020-09-10T21:31:41.205Z] #10 116.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-10T21:31:41.205Z] #10 116.5 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-10T21:31:41.205Z] #10 116.7 Selecting previously unselected package libbtrfs-dev. [2020-09-10T21:31:41.205Z] #10 116.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-10T21:31:41.205Z] #10 116.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:31:41.238Z] #39 60.68 DEP criu/tun.d [2020-09-10T21:31:41.238Z] #39 60.79 DEP criu/tty.d [2020-09-10T21:31:41.411Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-09-10T21:31:41.418Z] #42 ... [2020-09-10T21:31:41.418Z] [2020-09-10T21:31:41.418Z] #56 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-10T21:31:41.418Z] #56 DONE 0.1s [2020-09-10T21:31:41.418Z] [2020-09-10T21:31:41.418Z] #57 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-10T21:31:41.418Z] #57 DONE 0.1s [2020-09-10T21:31:41.418Z] [2020-09-10T21:31:41.418Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:31:41.465Z] #10 116.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-09-10T21:31:41.465Z] #10 116.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-10T21:31:41.465Z] #10 116.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-10T21:31:41.502Z] #39 60.94 DEP criu/timerfd.d [2020-09-10T21:31:41.502Z] #39 61.09 DEP criu/timens.d [2020-09-10T21:31:41.502Z] #39 ... [2020-09-10T21:31:41.502Z] [2020-09-10T21:31:41.502Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:31:41.502Z] #17 5.696 Fetched 8204 kB in 4s (1871 kB/s) [2020-09-10T21:31:41.502Z] #17 5.696 Reading package lists... [2020-09-10T21:31:41.502Z] #17 7.924 Reading package lists... [2020-09-10T21:31:41.502Z] #17 9.878 Building dependency tree... [2020-09-10T21:31:41.502Z] #17 10.93 libcap2-bin is already the newest version (1:2.25-2). [2020-09-10T21:31:41.502Z] #17 10.93 The following additional packages will be installed: [2020-09-10T21:31:41.502Z] #17 10.93 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-10T21:31:41.502Z] #17 10.93 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-10T21:31:41.502Z] #17 10.93 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-10T21:31:41.502Z] #17 10.93 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-10T21:31:41.502Z] #17 10.93 python3.7 python3.7-minimal vim-runtime xxd [2020-09-10T21:31:41.502Z] #17 10.94 Suggested packages: [2020-09-10T21:31:41.502Z] #17 10.94 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-10T21:31:41.502Z] #17 10.94 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-10T21:31:41.502Z] #17 10.94 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-10T21:31:41.502Z] #17 10.94 Recommended packages: [2020-09-10T21:31:41.502Z] #17 10.94 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-10T21:31:41.502Z] #17 10.94 python3-keyrings.alt python3-xdg unzip [2020-09-10T21:31:41.502Z] #17 11.90 The following NEW packages will be installed: [2020-09-10T21:31:41.502Z] #17 11.91 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-10T21:31:41.502Z] #17 11.91 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-10T21:31:41.502Z] #17 11.91 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-10T21:31:41.502Z] #17 11.91 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-10T21:31:41.502Z] #17 11.91 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-10T21:31:41.502Z] #17 11.91 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-10T21:31:41.502Z] #17 11.91 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-10T21:31:41.502Z] #17 11.91 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-10T21:31:41.502Z] #17 11.91 xz-utils zip [2020-09-10T21:31:41.502Z] #17 12.28 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:31:41.502Z] #17 12.28 Need to get 27.6 MB of archives. [2020-09-10T21:31:41.502Z] #17 12.28 After this operation, 114 MB of additional disk space will be used. [2020-09-10T21:31:41.502Z] #17 12.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-09-10T21:31:41.502Z] #17 12.28 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2020-09-10T21:31:41.502Z] #17 12.31 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2020-09-10T21:31:41.502Z] #17 12.38 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-09-10T21:31:41.502Z] #17 12.39 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-09-10T21:31:41.502Z] #17 12.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2020-09-10T21:31:41.502Z] #17 12.46 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2020-09-10T21:31:41.502Z] #17 12.47 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-09-10T21:31:41.502Z] #17 12.48 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-09-10T21:31:41.502Z] #17 12.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-09-10T21:31:41.502Z] #17 12.49 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-09-10T21:31:41.502Z] #17 12.50 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-09-10T21:31:41.502Z] #17 12.50 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-09-10T21:31:41.502Z] #17 12.51 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-09-10T21:31:41.502Z] #17 12.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-09-10T21:31:41.502Z] #17 12.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-09-10T21:31:41.502Z] #17 12.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-09-10T21:31:41.502Z] #17 12.58 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-10T21:31:41.502Z] #17 12.61 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-09-10T21:31:41.502Z] #17 12.63 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-09-10T21:31:41.502Z] #17 12.63 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-09-10T21:31:41.502Z] #17 12.68 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-09-10T21:31:41.502Z] #17 12.71 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-09-10T21:31:41.502Z] #17 12.73 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-09-10T21:31:41.502Z] #17 12.74 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-09-10T21:31:41.502Z] #17 12.74 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-09-10T21:31:41.502Z] #17 12.75 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-09-10T21:31:41.502Z] #17 12.77 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-09-10T21:31:41.502Z] #17 12.77 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-09-10T21:31:41.502Z] #17 13.30 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-09-10T21:31:41.502Z] #17 13.30 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-09-10T21:31:41.502Z] #17 13.30 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-09-10T21:31:41.502Z] #17 13.31 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-09-10T21:31:41.502Z] #17 13.32 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-09-10T21:31:41.502Z] #17 13.32 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-09-10T21:31:41.502Z] #17 13.36 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-10T21:31:41.502Z] #17 13.37 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-09-10T21:31:41.502Z] #17 13.38 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-09-10T21:31:41.502Z] #17 13.38 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-10T21:31:41.502Z] #17 13.39 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-09-10T21:31:41.502Z] #17 13.39 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-10T21:31:41.502Z] #17 13.43 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-09-10T21:31:41.502Z] #17 13.46 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-09-10T21:31:41.502Z] #17 13.47 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-09-10T21:31:41.502Z] #17 13.47 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-10T21:31:41.502Z] #17 13.71 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-09-10T21:31:41.502Z] #17 13.74 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-09-10T21:31:41.502Z] #17 13.75 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-09-10T21:31:41.503Z] #17 14.29 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:31:41.503Z] #17 14.43 Fetched 27.6 MB in 2s (15.0 MB/s) [2020-09-10T21:31:41.503Z] #17 14.48 Selecting previously unselected package pigz. [2020-09-10T21:31:41.503Z] #17 14.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 ... 23405 files and directories currently installed.) [2020-09-10T21:31:41.503Z] #17 14.54 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-09-10T21:31:41.503Z] #17 14.56 Unpacking pigz (2.4-1) ... [2020-09-10T21:31:41.503Z] #17 14.65 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-09-10T21:31:41.503Z] #17 14.65 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-09-10T21:31:41.503Z] #17 14.67 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-09-10T21:31:41.503Z] #17 15.04 Selecting previously unselected package python3.7-minimal. [2020-09-10T21:31:41.503Z] #17 15.06 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-09-10T21:31:41.503Z] #17 15.07 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-10T21:31:41.503Z] #17 15.75 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-09-10T21:31:41.718Z] #29 ... [2020-09-10T21:31:41.718Z] [2020-09-10T21:31:41.718Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:31:41.718Z] #18 27.07 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:31:41.726Z] #10 117.2 Selecting previously unselected package libudev-dev:amd64. [2020-09-10T21:31:41.726Z] #10 117.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-09-10T21:31:41.726Z] #10 117.2 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-10T21:31:41.766Z] #17 15.78 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-10T21:31:41.766Z] #17 ... [2020-09-10T21:31:41.766Z] [2020-09-10T21:31:41.766Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:41.766Z] #39 61.25 DEP criu/sysfs_parse.d [2020-09-10T21:31:41.766Z] #39 61.41 DEP criu/sysctl.d [2020-09-10T21:31:42.022Z] #18 27.23 Fetched 29.2 MB in 2s (13.2 MB/s) [2020-09-10T21:31:42.022Z] #18 27.35 Selecting previously unselected package pigz. [2020-09-10T21:31:42.022Z] #18 27.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-09-10T21:31:42.022Z] #18 27.51 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-09-10T21:31:42.030Z] #39 61.55 DEP criu/string.d [2020-09-10T21:31:42.030Z] #39 61.59 DEP criu/stats.d [2020-09-10T21:31:42.030Z] #39 61.69 DEP criu/sockets.d [2020-09-10T21:31:42.294Z] #39 61.91 DEP criu/sk-unix.d [2020-09-10T21:31:42.298Z] #10 117.6 Selecting previously unselected package libsepol1-dev:amd64. [2020-09-10T21:31:42.298Z] #10 117.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-09-10T21:31:42.298Z] #10 117.6 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-09-10T21:31:42.324Z] #18 27.52 Unpacking pigz (2.4-1) ... [2020-09-10T21:31:42.558Z] #39 62.10 DEP criu/sk-tcp.d [2020-09-10T21:31:42.558Z] #10 117.9 Selecting previously unselected package libpcre16-3:amd64. [2020-09-10T21:31:42.558Z] #10 117.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-09-10T21:31:42.558Z] #10 117.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-09-10T21:31:42.558Z] #10 118.1 Selecting previously unselected package libpcre32-3:amd64. [2020-09-10T21:31:42.558Z] #10 118.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-09-10T21:31:42.558Z] #10 118.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-09-10T21:31:42.622Z] #18 27.89 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-09-10T21:31:42.622Z] #18 27.91 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-10T21:31:42.622Z] #18 27.92 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-09-10T21:31:42.784Z] --- PASS: TestTemplatedConfig (3.34s) [2020-09-10T21:31:42.784Z] === RUN TestConfigCreateResolve [2020-09-10T21:31:42.818Z] #10 118.3 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-09-10T21:31:42.818Z] #10 118.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-09-10T21:31:42.818Z] #10 118.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-10T21:31:42.821Z] #39 62.24 DEP criu/sk-queue.d [2020-09-10T21:31:42.821Z] #39 62.35 DEP criu/sk-packet.d [2020-09-10T21:31:42.821Z] #39 62.49 DEP criu/sk-netlink.d [2020-09-10T21:31:42.821Z] #39 62.60 DEP criu/sk-inet.d [2020-09-10T21:31:43.103Z] #39 62.72 DEP criu/signalfd.d [2020-09-10T21:31:43.103Z] #39 62.82 DEP criu/sigframe.d [2020-09-10T21:31:43.157Z] #10 118.4 Selecting previously unselected package libpcre3-dev:amd64. [2020-09-10T21:31:43.157Z] #10 118.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-09-10T21:31:43.157Z] #10 118.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-10T21:31:43.269Z] #18 28.58 Selecting previously unselected package python3.7-minimal. [2020-09-10T21:31:43.269Z] #18 28.61 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-10T21:31:43.269Z] #18 28.65 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-10T21:31:43.367Z] #39 62.87 DEP criu/shmem.d [2020-09-10T21:31:43.367Z] #39 62.94 DEP criu/servicefd.d [2020-09-10T21:31:43.367Z] #39 63.03 DEP criu/seize.d [2020-09-10T21:31:43.432Z] #10 118.8 Selecting previously unselected package libselinux1-dev:amd64. [2020-09-10T21:31:43.432Z] #10 118.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-09-10T21:31:43.432Z] #10 118.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-10T21:31:43.631Z] #39 63.12 DEP criu/seccomp.d [2020-09-10T21:31:43.631Z] #39 63.28 DEP criu/rst-malloc.d [2020-09-10T21:31:43.695Z] #10 119.2 Selecting previously unselected package libdevmapper-dev:amd64. [2020-09-10T21:31:43.695Z] #10 119.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-09-10T21:31:43.695Z] #10 119.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-10T21:31:43.695Z] #10 119.3 Selecting previously unselected package libseccomp-dev:amd64. [2020-09-10T21:31:43.695Z] #10 119.3 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-09-10T21:31:43.695Z] #10 119.3 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-10T21:31:43.717Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-09-10T21:31:43.894Z] #39 63.38 DEP criu/rbtree.d [2020-09-10T21:31:43.894Z] #39 63.41 DEP criu/pstree.d [2020-09-10T21:31:43.894Z] #39 63.58 DEP criu/protobuf.d [2020-09-10T21:31:43.968Z] #10 119.5 Selecting previously unselected package libsystemd-dev:amd64. [2020-09-10T21:31:43.968Z] #10 119.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-09-10T21:31:43.968Z] #10 119.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-10T21:31:44.158Z] #39 63.76 GEN criu/protobuf-desc-gen.h [2020-09-10T21:31:44.325Z] #18 29.47 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-09-10T21:31:44.325Z] #18 29.48 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-10T21:31:44.537Z] #10 120.0 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-10T21:31:44.537Z] #10 120.0 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-10T21:31:44.537Z] #10 120.0 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-09-10T21:31:44.537Z] #10 120.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-10T21:31:44.537Z] #10 120.0 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-09-10T21:31:44.537Z] #10 120.0 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-09-10T21:31:44.537Z] #10 120.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:44.537Z] #10 120.1 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-10T21:31:44.537Z] #10 120.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-09-10T21:31:44.537Z] #10 120.1 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-10T21:31:44.537Z] #10 120.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-10T21:31:44.797Z] #10 120.1 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-10T21:31:44.797Z] #10 120.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-10T21:31:44.797Z] #10 120.2 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-10T21:31:44.797Z] #10 120.2 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-10T21:31:44.797Z] #10 120.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-10T21:31:44.797Z] #10 120.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-10T21:31:44.797Z] #10 120.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:44.797Z] #10 120.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-09-10T21:31:44.797Z] #10 120.2 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-09-10T21:31:44.797Z] #10 120.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-10T21:31:44.797Z] #10 120.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-09-10T21:31:44.797Z] #10 120.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-09-10T21:31:44.797Z] #10 120.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-10T21:31:44.797Z] #10 120.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-10T21:31:44.797Z] #10 120.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-10T21:31:44.797Z] #10 120.3 Setting up dmsetup (2:1.02.155-3) ... [2020-09-10T21:31:44.797Z] #10 120.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-10T21:31:44.797Z] #10 120.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-10T21:31:44.797Z] #10 120.3 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:31:45.091Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-09-10T21:31:45.366Z] #10 DONE 120.9s [2020-09-10T21:31:45.366Z] [2020-09-10T21:31:45.366Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:45.560Z] #39 65.03 DEP criu/protobuf-desc.d [2020-09-10T21:31:45.560Z] #39 65.18 DEP criu/proc_parse.d [2020-09-10T21:31:45.657Z] --- PASS: TestConfigCreateResolve (3.15s) [2020-09-10T21:31:45.657Z] === RUN TestConfigDaemonLibtrustID [2020-09-10T21:31:45.824Z] #39 65.33 DEP criu/plugin.d [2020-09-10T21:31:45.824Z] #39 65.40 DEP criu/pipes.d [2020-09-10T21:31:45.824Z] #39 65.49 DEP criu/pie-util.d [2020-09-10T21:31:45.824Z] #39 65.57 DEP criu/pie-util-vdso.d [2020-09-10T21:31:46.088Z] #39 65.71 DEP criu/path.d [2020-09-10T21:31:46.223Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2020-09-10T21:31:46.223Z] PASS [2020-09-10T21:31:46.223Z] [2020-09-10T21:31:46.223Z] DONE 7 tests in 19.048s [2020-09-10T21:31:46.223Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-09-10T21:31:46.223Z] ++ 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-09-10T21:31:46.223Z] ++ set -e [2020-09-10T21:31:46.223Z] ++ '[' -n 0 ']' [2020-09-10T21:31:46.223Z] ++ set -x [2020-09-10T21:31:46.223Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:31:46.223Z] INFO: Testing against a local daemon [2020-09-10T21:31:46.223Z] === RUN TestCheckpoint [2020-09-10T21:31:46.223Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-10T21:31:46.223Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-10T21:31:46.223Z] === RUN TestContainerInvalidJSON [2020-09-10T21:31:46.354Z] #39 65.86 DEP criu/parasite-syscall.d [2020-09-10T21:31:46.443Z] #18 31.89 Selecting previously unselected package python3-minimal. [2020-09-10T21:31:46.482Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:31:46.482Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:31:46.482Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:31:46.482Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:31:46.482Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:31:46.482Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:31:46.482Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:31:46.482Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:31:46.482Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:31:46.482Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-09-10T21:31:46.482Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-10T21:31:46.482Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-10T21:31:46.482Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-10T21:31:46.482Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-10T21:31:46.482Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2020-09-10T21:31:46.482Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-10T21:31:46.482Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2020-09-10T21:31:46.482Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-10T21:31:46.482Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2020-09-10T21:31:46.482Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-10T21:31:46.482Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2020-09-10T21:31:46.482Z] === RUN TestCopyFromContainer [2020-09-10T21:31:46.619Z] #39 66.09 DEP criu/pagemap.d [2020-09-10T21:31:46.619Z] #39 66.19 DEP criu/pagemap-cache.d [2020-09-10T21:31:46.619Z] #39 66.26 DEP criu/page-xfer.d [2020-09-10T21:31:46.746Z] #49 1.194 + RM_GOPATH=0 [2020-09-10T21:31:46.746Z] #49 1.194 + TMP_GOPATH= [2020-09-10T21:31:46.746Z] #49 1.194 + : /build [2020-09-10T21:31:46.746Z] #49 1.194 + '[' -z '' ']' [2020-09-10T21:31:46.746Z] #49 1.194 ++ mktemp -d [2020-09-10T21:31:46.746Z] #49 1.196 + export GOPATH=/tmp/tmp.xiMJtfNFS7 [2020-09-10T21:31:46.746Z] #49 1.196 + GOPATH=/tmp/tmp.xiMJtfNFS7 [2020-09-10T21:31:46.746Z] #49 1.196 + RM_GOPATH=1 [2020-09-10T21:31:46.746Z] #49 1.196 + case "$(go env GOARCH)" in [2020-09-10T21:31:46.746Z] #49 1.197 ++ go env GOARCH [2020-09-10T21:31:46.746Z] #49 1.203 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:31:46.746Z] #49 1.203 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:31:46.746Z] #49 1.203 ++ dirname /tmp/install/install.sh [2020-09-10T21:31:46.746Z] #49 1.207 + dir=/tmp/install [2020-09-10T21:31:46.746Z] #49 1.208 + bin=runc [2020-09-10T21:31:46.746Z] #49 1.208 + shift [2020-09-10T21:31:46.746Z] #49 1.208 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-10T21:31:46.746Z] #49 1.209 + . /tmp/install/runc.installer [2020-09-10T21:31:46.746Z] #49 1.209 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-10T21:31:46.746Z] #49 1.209 + install_runc [2020-09-10T21:31:46.746Z] #49 1.213 + uname -r [2020-09-10T21:31:46.746Z] #49 1.216 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-10T21:31:46.746Z] #49 1.229 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-10T21:31:46.746Z] #49 1.229 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-10T21:31:46.746Z] #49 1.229 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.xiMJtfNFS7/src/github.com/opencontainers/runc [2020-09-10T21:31:46.746Z] #49 1.229 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-10T21:31:46.746Z] #49 1.230 Cloning into '/tmp/tmp.xiMJtfNFS7/src/github.com/opencontainers/runc'... [2020-09-10T21:31:46.746Z] #49 ... [2020-09-10T21:31:46.746Z] [2020-09-10T21:31:46.746Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-10T21:31:46.746Z] #11 DONE 1.4s [2020-09-10T21:31:46.746Z] [2020-09-10T21:31:46.746Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-10T21:31:46.768Z] #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 ... 23610 files and directories currently installed.) [2020-09-10T21:31:46.768Z] #18 31.97 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-09-10T21:31:46.768Z] #18 31.98 Unpacking python3-minimal (3.7.3-1) ... [2020-09-10T21:31:46.768Z] #18 32.07 Selecting previously unselected package libmpdec2:ppc64el. [2020-09-10T21:31:46.768Z] #18 32.08 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-09-10T21:31:46.768Z] #18 32.09 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-09-10T21:31:46.768Z] #18 32.19 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-09-10T21:31:46.883Z] #39 66.34 DEP criu/page-pipe.d [2020-09-10T21:31:46.883Z] #39 66.40 DEP criu/netfilter.d [2020-09-10T21:31:46.883Z] #39 66.56 DEP criu/net.d [2020-09-10T21:31:47.067Z] #18 32.19 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-10T21:31:47.067Z] #18 32.20 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-09-10T21:31:47.148Z] #39 66.77 DEP criu/namespaces.d [2020-09-10T21:31:47.148Z] #39 66.88 DEP criu/mount.d [2020-09-10T21:31:47.412Z] #39 67.09 DEP criu/memfd.d [2020-09-10T21:31:47.418Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-09-10T21:31:47.418Z] === RUN TestDockerSuite/TestBuildAddTar [2020-09-10T21:31:47.677Z] === RUN TestCopyFromContainer// [2020-09-10T21:31:47.678Z] #39 67.22 DEP criu/mem.d [2020-09-10T21:31:47.678Z] #39 67.46 DEP criu/lsm.d [2020-09-10T21:31:47.935Z] === RUN TestCopyFromContainer//bar/root [2020-09-10T21:31:47.935Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-10T21:31:47.935Z] === RUN TestCopyFromContainer/bar/quux [2020-09-10T21:31:47.935Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-10T21:31:47.943Z] #39 67.59 DEP criu/log.d [2020-09-10T21:31:48.123Z] #18 33.28 Selecting previously unselected package python3.7. [2020-09-10T21:31:48.123Z] #18 33.29 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-10T21:31:48.123Z] #18 33.30 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-10T21:31:48.123Z] #18 33.40 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-09-10T21:31:48.123Z] #18 33.42 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-09-10T21:31:48.123Z] #18 33.42 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-09-10T21:31:48.123Z] #18 33.49 Setting up python3-minimal (3.7.3-1) ... [2020-09-10T21:31:48.125Z] #12 DONE 1.2s [2020-09-10T21:31:48.125Z] [2020-09-10T21:31:48.125Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-10T21:31:48.193Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-10T21:31:48.193Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-10T21:31:48.193Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-10T21:31:48.193Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-10T21:31:48.206Z] #39 67.76 DEP criu/libnetlink.d [2020-09-10T21:31:48.206Z] #39 67.87 DEP criu/kerndat.d [2020-09-10T21:31:48.451Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-10T21:31:48.451Z] --- PASS: TestCopyFromContainer (1.90s) [2020-09-10T21:31:48.451Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-09-10T21:31:48.451Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-09-10T21:31:48.451Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-09-10T21:31:48.451Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-09-10T21:31:48.451Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-09-10T21:31:48.451Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-09-10T21:31:48.451Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-09-10T21:31:48.452Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-09-10T21:31:48.452Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-09-10T21:31:48.452Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-09-10T21:31:48.452Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-10T21:31:48.452Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:31:48.452Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:31:48.452Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:31:48.452Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:31:48.452Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:31:48.452Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:31:48.452Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:31:48.452Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:31:48.452Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:31:48.452Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-09-10T21:31:48.452Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-10T21:31:48.452Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-10T21:31:48.452Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-10T21:31:48.452Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-10T21:31:48.452Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-09-10T21:31:48.452Z] === RUN TestCreateWithInvalidEnv [2020-09-10T21:31:48.452Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-10T21:31:48.452Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-10T21:31:48.452Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-10T21:31:48.452Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-10T21:31:48.452Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-10T21:31:48.452Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-10T21:31:48.452Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-10T21:31:48.452Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-10T21:31:48.452Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-10T21:31:48.452Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-09-10T21:31:48.452Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-10T21:31:48.452Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-10T21:31:48.452Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-10T21:31:48.452Z] === RUN TestCreateTmpfsMountsTarget [2020-09-10T21:31:48.452Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-09-10T21:31:48.452Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-10T21:31:48.471Z] #39 68.05 DEP criu/kcmp-ids.d [2020-09-10T21:31:48.471Z] #39 68.16 DEP criu/irmap.d [2020-09-10T21:31:48.735Z] #39 68.27 DEP criu/ipc_ns.d [2020-09-10T21:31:48.735Z] #39 68.41 DEP criu/image.d [2020-09-10T21:31:49.000Z] #39 68.50 DEP criu/image-desc.d [2020-09-10T21:31:49.000Z] #39 ... [2020-09-10T21:31:49.000Z] [2020-09-10T21:31:49.000Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:31:49.000Z] #17 17.51 Selecting previously unselected package python3-minimal. [2020-09-10T21:31:49.000Z] #17 17.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 ... 23654 files and directories currently installed.) [2020-09-10T21:31:49.000Z] #17 17.55 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 17.55 Unpacking python3-minimal (3.7.3-1) ... [2020-09-10T21:31:49.000Z] #17 17.63 Selecting previously unselected package libmpdec2:arm64. [2020-09-10T21:31:49.000Z] #17 17.64 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 17.65 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-09-10T21:31:49.000Z] #17 17.80 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-09-10T21:31:49.000Z] #17 17.80 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 17.81 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-09-10T21:31:49.000Z] #17 18.45 Selecting previously unselected package python3.7. [2020-09-10T21:31:49.000Z] #17 18.45 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 18.47 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-10T21:31:49.000Z] #17 18.64 Selecting previously unselected package libpython3-stdlib:arm64. [2020-09-10T21:31:49.000Z] #17 18.64 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 18.67 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-09-10T21:31:49.000Z] #17 18.75 Setting up python3-minimal (3.7.3-1) ... [2020-09-10T21:31:49.000Z] #17 19.66 Selecting previously unselected package python3. [2020-09-10T21:31:49.000Z] #17 19.66 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) [2020-09-10T21:31:49.000Z] #17 19.70 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 19.76 Unpacking python3 (3.7.3-1) ... [2020-09-10T21:31:49.000Z] #17 19.84 Selecting previously unselected package libip4tc0:arm64. [2020-09-10T21:31:49.000Z] #17 19.85 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 19.86 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-09-10T21:31:49.000Z] #17 19.95 Selecting previously unselected package libip6tc0:arm64. [2020-09-10T21:31:49.000Z] #17 19.95 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 19.95 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-09-10T21:31:49.000Z] #17 20.03 Selecting previously unselected package libiptc0:arm64. [2020-09-10T21:31:49.000Z] #17 20.05 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 20.05 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-09-10T21:31:49.000Z] #17 20.13 Selecting previously unselected package libnfnetlink0:arm64. [2020-09-10T21:31:49.000Z] #17 20.13 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 20.14 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-09-10T21:31:49.000Z] #17 20.22 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-09-10T21:31:49.000Z] #17 20.22 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 20.23 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-09-10T21:31:49.000Z] #17 20.34 Selecting previously unselected package libnftnl11:arm64. [2020-09-10T21:31:49.000Z] #17 20.35 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 20.36 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-09-10T21:31:49.000Z] #17 20.46 Selecting previously unselected package iptables. [2020-09-10T21:31:49.000Z] #17 20.48 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 20.48 Unpacking iptables (1.8.2-4) ... [2020-09-10T21:31:49.000Z] #17 20.76 Selecting previously unselected package xxd. [2020-09-10T21:31:49.000Z] #17 20.77 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-09-10T21:31:49.000Z] #17 20.78 Unpacking xxd (2:8.1.0875-5) ... [2020-09-10T21:31:49.000Z] #17 20.87 Selecting previously unselected package vim-common. [2020-09-10T21:31:49.000Z] #17 20.87 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-10T21:31:49.000Z] #17 20.91 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-10T21:31:49.000Z] #17 21.06 Selecting previously unselected package bash-completion. [2020-09-10T21:31:49.000Z] #17 21.07 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-10T21:31:49.063Z] #13 0.941 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-10T21:31:49.063Z] #13 DONE 1.0s [2020-09-10T21:31:49.063Z] [2020-09-10T21:31:49.063Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:49.063Z] #39 45.70 DEP compel/arch/x86/src/lib/infect.d [2020-09-10T21:31:49.063Z] #39 45.85 DEP compel/arch/x86/src/lib/cpu.d [2020-09-10T21:31:49.063Z] #39 45.95 DEP compel/src/lib/log.d [2020-09-10T21:31:49.063Z] #39 46.07 DEP compel/src/main.d [2020-09-10T21:31:49.063Z] #39 46.20 DEP compel/src/lib/handle-elf.d [2020-09-10T21:31:49.063Z] #39 46.39 DEP compel/arch/x86/src/lib/handle-elf.d [2020-09-10T21:31:49.063Z] #39 46.56 CC compel/src/lib/log.o [2020-09-10T21:31:49.063Z] #39 46.93 CC compel/arch/x86/src/lib/cpu.o [2020-09-10T21:31:49.063Z] #39 47.61 CC compel/arch/x86/src/lib/infect.o [2020-09-10T21:31:49.063Z] #39 48.31 CC compel/src/lib/infect-rpc.o [2020-09-10T21:31:49.063Z] #39 48.71 CC compel/src/lib/infect-util.o [2020-09-10T21:31:49.063Z] #39 48.99 CC compel/src/lib/infect.o [2020-09-10T21:31:49.063Z] #39 51.53 CC compel/src/lib/ptrace.o [2020-09-10T21:31:49.063Z] #39 52.07 AR compel/libcompel.a [2020-09-10T21:31:49.063Z] #39 52.16 HOSTCC compel/src/main-host.o [2020-09-10T21:31:49.063Z] #39 52.60 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-09-10T21:31:49.063Z] #39 52.71 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-10T21:31:49.063Z] #39 53.23 HOSTCC compel/src/lib/log-host.o [2020-09-10T21:31:49.063Z] #39 53.43 HOSTLINK compel/compel-host-bin [2020-09-10T21:31:49.063Z] #39 53.65 DEP soccr/soccr.d [2020-09-10T21:31:49.063Z] #39 53.88 CC soccr/soccr.o [2020-09-10T21:31:49.063Z] #39 ... [2020-09-10T21:31:49.063Z] [2020-09-10T21:31:49.063Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-10T21:31:49.184Z] #18 34.48 Selecting previously unselected package python3. [2020-09-10T21:31:49.184Z] #18 34.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24022 files and directories currently installed.) [2020-09-10T21:31:49.184Z] #18 34.52 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-09-10T21:31:49.184Z] #18 34.53 Unpacking python3 (3.7.3-1) ... [2020-09-10T21:31:49.484Z] #18 34.64 Selecting previously unselected package libip4tc0:ppc64el. [2020-09-10T21:31:49.484Z] #18 34.66 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-09-10T21:31:49.484Z] #18 34.67 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-09-10T21:31:49.484Z] #18 34.75 Selecting previously unselected package libip6tc0:ppc64el. [2020-09-10T21:31:49.484Z] #18 34.76 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-09-10T21:31:49.484Z] #18 34.76 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-09-10T21:31:49.484Z] #18 34.85 Selecting previously unselected package libiptc0:ppc64el. [2020-09-10T21:31:49.484Z] #18 34.86 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-09-10T21:31:49.484Z] #18 34.86 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-09-10T21:31:49.578Z] #17 23.77 Unpacking bash-completion (1:2.8-6) ... [2020-09-10T21:31:49.784Z] #18 34.97 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-09-10T21:31:49.784Z] #18 34.99 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-09-10T21:31:49.784Z] #18 34.99 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-09-10T21:31:49.784Z] #18 35.09 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-09-10T21:31:49.784Z] #18 35.10 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-09-10T21:31:49.784Z] #18 35.11 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-09-10T21:31:50.000Z] #14 DONE 1.0s [2020-09-10T21:31:50.000Z] [2020-09-10T21:31:50.000Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:50.000Z] #41 119.8 net/http/httptrace [2020-09-10T21:31:50.000Z] #41 120.1 net/http [2020-09-10T21:31:50.086Z] #18 35.19 Selecting previously unselected package libnftnl11:ppc64el. [2020-09-10T21:31:50.086Z] #18 35.21 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-09-10T21:31:50.086Z] #18 35.21 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-09-10T21:31:50.086Z] #18 35.32 Selecting previously unselected package iptables. [2020-09-10T21:31:50.086Z] #18 35.33 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-09-10T21:31:50.086Z] #18 35.34 Unpacking iptables (1.8.2-4) ... [2020-09-10T21:31:50.156Z] #17 24.18 Selecting previously unselected package bzip2. [2020-09-10T21:31:50.156Z] #17 24.21 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-09-10T21:31:50.156Z] #17 24.22 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-10T21:31:50.156Z] #17 24.33 Selecting previously unselected package xz-utils. [2020-09-10T21:31:50.156Z] #17 24.33 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-09-10T21:31:50.156Z] #17 24.34 Unpacking xz-utils (5.2.4-1) ... [2020-09-10T21:31:50.259Z] #41 ... [2020-09-10T21:31:50.259Z] [2020-09-10T21:31:50.259Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-10T21:31:50.351Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-09-10T21:31:50.351Z] --- PASS: TestCreateWithCustomMaskedPaths (1.77s) [2020-09-10T21:31:50.351Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-10T21:31:50.420Z] #17 24.49 Selecting previously unselected package apparmor. [2020-09-10T21:31:50.421Z] #17 24.50 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-09-10T21:31:50.421Z] #17 24.57 Unpacking apparmor (2.13.2-10) ... [2020-09-10T21:31:50.687Z] #17 24.82 Selecting previously unselected package aufs-tools. [2020-09-10T21:31:50.687Z] #17 24.83 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-09-10T21:31:50.687Z] #17 24.84 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-10T21:31:50.733Z] #18 35.83 Selecting previously unselected package xxd. [2020-09-10T21:31:50.733Z] #18 35.84 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-09-10T21:31:50.733Z] #18 35.85 Unpacking xxd (2:8.1.0875-5) ... [2020-09-10T21:31:50.733Z] #18 35.97 Selecting previously unselected package vim-common. [2020-09-10T21:31:50.733Z] #18 35.97 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-10T21:31:50.733Z] #18 36.00 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-10T21:31:50.733Z] #18 36.15 Selecting previously unselected package bash-completion. [2020-09-10T21:31:50.733Z] #18 36.15 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-10T21:31:50.952Z] #17 25.05 Selecting previously unselected package libonig5:arm64. [2020-09-10T21:31:50.952Z] #17 25.05 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-09-10T21:31:50.952Z] #17 25.06 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-09-10T21:31:50.952Z] #17 25.28 Selecting previously unselected package libjq1:arm64. [2020-09-10T21:31:50.952Z] #17 25.28 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-09-10T21:31:50.952Z] #17 25.29 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-09-10T21:31:51.216Z] #17 25.43 Selecting previously unselected package jq. [2020-09-10T21:31:51.480Z] #17 25.43 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-09-10T21:31:51.480Z] #17 25.43 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-10T21:31:51.480Z] #17 25.51 Selecting previously unselected package libaio1:arm64. [2020-09-10T21:31:51.481Z] #17 25.51 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-09-10T21:31:51.481Z] #17 25.52 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-09-10T21:31:51.481Z] #17 25.60 Selecting previously unselected package libgpm2:arm64. [2020-09-10T21:31:51.481Z] #17 25.61 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-09-10T21:31:51.481Z] #17 25.63 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-09-10T21:31:51.481Z] #17 25.70 Selecting previously unselected package libicu63:arm64. [2020-09-10T21:31:51.481Z] #17 25.70 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-09-10T21:31:51.635Z] #15 DONE 1.2s [2020-09-10T21:31:51.635Z] [2020-09-10T21:31:51.635Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:51.635Z] #39 55.62 AR soccr/libsoccr.a [2020-09-10T21:31:51.635Z] #39 55.67 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-10T21:31:51.635Z] #39 56.01 DEP criu/arch/x86/sigframe.d [2020-09-10T21:31:51.635Z] #39 56.05 DEP criu/arch/x86/sigaction_compat.d [2020-09-10T21:31:51.635Z] #39 56.10 DEP criu/arch/x86/kerndat.d [2020-09-10T21:31:51.635Z] #39 56.35 DEP criu/arch/x86/crtools.d [2020-09-10T21:31:51.744Z] #17 25.70 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-09-10T21:31:51.894Z] #39 56.57 DEP criu/arch/x86/cpu.d [2020-09-10T21:31:51.894Z] #39 56.70 CC criu/arch/x86/cpu.o [2020-09-10T21:31:52.250Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.01s) [2020-09-10T21:31:52.250Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-10T21:31:52.250Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:31:52.250Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:31:52.250Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:31:52.250Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:31:52.250Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:31:52.250Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:31:52.250Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:31:52.250Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:31:52.250Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:31:52.250Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:31:52.250Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:31:52.250Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:31:52.250Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:31:52.250Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:31:52.250Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:31:52.250Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-10T21:31:52.250Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-09-10T21:31:52.251Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-10T21:31:52.251Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-10T21:31:52.251Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-09-10T21:31:52.251Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-10T21:31:52.251Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-10T21:31:52.462Z] #39 ... [2020-09-10T21:31:52.462Z] [2020-09-10T21:31:52.462Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-10T21:31:52.462Z] #16 DONE 1.0s [2020-09-10T21:31:52.462Z] [2020-09-10T21:31:52.462Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:31:52.816Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s) [2020-09-10T21:31:52.816Z] === RUN TestCreateDifferentPlatform [2020-09-10T21:31:52.816Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-10T21:31:52.816Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-10T21:31:52.817Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-09-10T21:31:52.817Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-10T21:31:52.817Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-10T21:31:52.817Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-10T21:31:52.817Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2020-09-10T21:31:52.817Z] === RUN TestContainerStartOnDaemonRestart [2020-09-10T21:31:52.817Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-10T21:31:52.817Z] === RUN TestDaemonRestartIpcMode [2020-09-10T21:31:52.817Z] === PAUSE TestDaemonRestartIpcMode [2020-09-10T21:31:52.817Z] === RUN TestDaemonHostGatewayIP [2020-09-10T21:31:52.817Z] === PAUSE TestDaemonHostGatewayIP [2020-09-10T21:31:52.817Z] === RUN TestContainerKillOnDaemonStart [2020-09-10T21:31:52.817Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-10T21:31:52.817Z] === RUN TestDiff [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-10T21:31:52.911Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2020-09-10T21:31:52.911Z] ok github.com/docker/docker/api/server/middleware 0.013s coverage: 37.7% of statements [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-10T21:31:52.911Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 5.7% of statements [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-10T21:31:52.911Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2020-09-10T21:31:52.911Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-10T21:31:52.911Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2020-09-10T21:31:52.911Z] ok github.com/docker/docker/api/types/time 0.016s coverage: 100.0% of statements [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/builder [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-10T21:31:52.911Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-10T21:31:53.215Z] ok github.com/docker/docker/builder/dockerignore 0.016s coverage: 96.8% of statements [2020-09-10T21:31:53.383Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-09-10T21:31:53.539Z] #18 ... [2020-09-10T21:31:53.539Z] [2020-09-10T21:31:53.539Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:53.539Z] #40 76.35 LINK criu/pie/restorer.built-in.o [2020-09-10T21:31:53.539Z] #40 76.36 GEN criu/pie/restorer-blob.h [2020-09-10T21:31:53.539Z] #40 76.44 DEP criu/vdso.d [2020-09-10T21:31:53.539Z] #40 76.62 DEP criu/uts_ns.d [2020-09-10T21:31:53.539Z] #40 76.91 DEP criu/util.d [2020-09-10T21:31:53.539Z] #40 77.15 DEP criu/uffd.d [2020-09-10T21:31:53.539Z] #40 77.37 DEP criu/tun.d [2020-09-10T21:31:53.539Z] #40 77.63 DEP criu/tty.d [2020-09-10T21:31:53.539Z] #40 77.94 DEP criu/timerfd.d [2020-09-10T21:31:53.539Z] #40 78.17 DEP criu/timens.d [2020-09-10T21:31:53.539Z] #40 78.34 DEP criu/sysfs_parse.d [2020-09-10T21:31:53.539Z] #40 78.50 DEP criu/sysctl.d [2020-09-10T21:31:53.539Z] #40 78.64 DEP criu/string.d [2020-09-10T21:31:53.539Z] #40 78.67 DEP criu/stats.d [2020-09-10T21:31:53.539Z] #40 78.79 DEP criu/sockets.d [2020-09-10T21:31:53.539Z] #40 79.14 DEP criu/sk-unix.d [2020-09-10T21:31:53.539Z] #40 79.44 DEP criu/sk-tcp.d [2020-09-10T21:31:53.539Z] #40 79.68 DEP criu/sk-queue.d [2020-09-10T21:31:53.539Z] #40 79.86 DEP criu/sk-packet.d [2020-09-10T21:31:53.539Z] #40 80.15 DEP criu/sk-netlink.d [2020-09-10T21:31:53.539Z] #40 80.46 DEP criu/sk-inet.d [2020-09-10T21:31:53.539Z] #40 80.66 DEP criu/signalfd.d [2020-09-10T21:31:53.539Z] #40 80.84 DEP criu/sigframe.d [2020-09-10T21:31:53.539Z] #40 80.97 DEP criu/shmem.d [2020-09-10T21:31:53.539Z] #40 81.16 DEP criu/servicefd.d [2020-09-10T21:31:53.539Z] #40 81.34 DEP criu/seize.d [2020-09-10T21:31:53.539Z] #40 81.54 DEP criu/seccomp.d [2020-09-10T21:31:53.539Z] #40 81.73 DEP criu/rst-malloc.d [2020-09-10T21:31:53.539Z] #40 81.83 DEP criu/rbtree.d [2020-09-10T21:31:53.539Z] #40 81.86 DEP criu/pstree.d [2020-09-10T21:31:53.539Z] #40 82.07 DEP criu/protobuf.d [2020-09-10T21:31:53.539Z] #40 82.24 GEN criu/protobuf-desc-gen.h [2020-09-10T21:31:53.539Z] #40 84.81 DEP criu/protobuf-desc.d [2020-09-10T21:31:53.539Z] #40 85.00 DEP criu/proc_parse.d [2020-09-10T21:31:53.539Z] #40 85.16 DEP criu/plugin.d [2020-09-10T21:31:53.539Z] #40 85.35 DEP criu/pipes.d [2020-09-10T21:31:53.539Z] #40 85.54 DEP criu/pie-util.d [2020-09-10T21:31:53.539Z] #40 85.63 DEP criu/pie-util-vdso.d [2020-09-10T21:31:53.539Z] #40 85.76 DEP criu/path.d [2020-09-10T21:31:53.539Z] #40 85.91 DEP criu/parasite-syscall.d [2020-09-10T21:31:53.539Z] #40 86.14 DEP criu/pagemap.d [2020-09-10T21:31:53.539Z] #40 86.29 DEP criu/pagemap-cache.d [2020-09-10T21:31:53.539Z] #40 86.46 DEP criu/page-xfer.d [2020-09-10T21:31:53.539Z] #40 86.63 DEP criu/page-pipe.d [2020-09-10T21:31:53.539Z] #40 86.74 DEP criu/netfilter.d [2020-09-10T21:31:53.642Z] --- PASS: TestDiff (0.73s) [2020-09-10T21:31:53.642Z] === RUN TestExecWithCloseStdin [2020-09-10T21:31:53.836Z] #40 86.90 DEP criu/net.d [2020-09-10T21:31:53.836Z] #40 87.13 DEP criu/namespaces.d [2020-09-10T21:31:53.836Z] #40 87.32 DEP criu/mount.d [2020-09-10T21:31:53.841Z] #17 1.254 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-10T21:31:53.841Z] #17 1.379 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-10T21:31:53.841Z] #17 1.410 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-10T21:31:54.134Z] #40 87.54 DEP criu/memfd.d [2020-09-10T21:31:54.209Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-09-10T21:31:54.309Z] #17 28.47 Selecting previously unselected package libnet1:arm64. [2020-09-10T21:31:54.309Z] #17 28.47 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-09-10T21:31:54.309Z] #17 28.48 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-09-10T21:31:54.309Z] #17 28.62 Selecting previously unselected package libnl-3-200:arm64. [2020-09-10T21:31:54.309Z] #17 28.63 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-09-10T21:31:54.309Z] #17 28.65 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-09-10T21:31:54.409Z] #17 1.967 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-10T21:31:54.432Z] #40 87.76 DEP criu/mem.d [2020-09-10T21:31:54.432Z] #40 ... [2020-09-10T21:31:54.432Z] [2020-09-10T21:31:54.432Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:31:54.432Z] #42 140.1 vendor/golang.org/x/net/http2/hpack [2020-09-10T21:31:54.432Z] #42 143.0 mime [2020-09-10T21:31:54.432Z] #42 144.2 vendor/golang.org/x/net/idna [2020-09-10T21:31:54.432Z] #42 145.6 vendor/golang.org/x/crypto/cryptobyte [2020-09-10T21:31:54.432Z] #42 147.4 mime/quotedprintable [2020-09-10T21:31:54.432Z] #42 148.2 net/http/internal [2020-09-10T21:31:54.467Z] --- PASS: TestExecWithCloseStdin (0.81s) [2020-09-10T21:31:54.467Z] === RUN TestExec [2020-09-10T21:31:54.467Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-09-10T21:31:54.573Z] #17 28.74 Selecting previously unselected package libprotobuf-c1:arm64. [2020-09-10T21:31:54.573Z] #17 28.74 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-09-10T21:31:54.573Z] #17 28.75 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-09-10T21:31:54.573Z] #17 28.84 Selecting previously unselected package libreadline5:arm64. [2020-09-10T21:31:54.573Z] #17 28.85 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-09-10T21:31:54.732Z] #42 ... [2020-09-10T21:31:54.732Z] [2020-09-10T21:31:54.732Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:54.732Z] #40 88.02 DEP criu/lsm.d [2020-09-10T21:31:54.838Z] #17 28.90 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-09-10T21:31:55.032Z] #40 88.27 DEP criu/log.d [2020-09-10T21:31:55.032Z] #40 88.52 DEP criu/libnetlink.d [2020-09-10T21:31:55.034Z] --- PASS: TestExec (0.64s) [2020-09-10T21:31:55.034Z] === RUN TestExecUser [2020-09-10T21:31:55.101Z] #17 29.07 Selecting previously unselected package net-tools. [2020-09-10T21:31:55.101Z] #17 29.08 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-09-10T21:31:55.101Z] #17 29.08 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-10T21:31:55.101Z] #17 29.26 Selecting previously unselected package python-pip-whl. [2020-09-10T21:31:55.101Z] #17 29.27 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-10T21:31:55.101Z] #17 29.27 Unpacking python-pip-whl (18.1-5) ... [2020-09-10T21:31:55.331Z] #40 88.77 DEP criu/kerndat.d [2020-09-10T21:31:55.347Z] #17 3.020 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-10T21:31:55.600Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-09-10T21:31:55.632Z] #40 88.97 DEP criu/kcmp-ids.d [2020-09-10T21:31:55.679Z] #17 29.75 Selecting previously unselected package python3-lib2to3. [2020-09-10T21:31:55.679Z] #17 29.75 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-10T21:31:55.679Z] #17 29.75 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-10T21:31:55.858Z] --- PASS: TestExecUser (0.77s) [2020-09-10T21:31:55.858Z] === RUN TestExportContainerAndImportImage [2020-09-10T21:31:55.932Z] #40 89.09 DEP criu/irmap.d [2020-09-10T21:31:55.932Z] #40 89.28 DEP criu/ipc_ns.d [2020-09-10T21:31:55.943Z] #17 29.92 Selecting previously unselected package python3-distutils. [2020-09-10T21:31:55.943Z] #17 29.94 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-10T21:31:55.943Z] #17 29.94 Unpacking python3-distutils (3.7.3-1) ... [2020-09-10T21:31:55.943Z] #17 30.07 Selecting previously unselected package python3-pip. [2020-09-10T21:31:55.943Z] #17 30.08 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-10T21:31:55.943Z] #17 30.09 Unpacking python3-pip (18.1-5) ... [2020-09-10T21:31:55.950Z] ok github.com/docker/docker/builder/remotecontext 0.332s coverage: 13.6% of statements [2020-09-10T21:31:55.950Z] ok github.com/docker/docker/builder/dockerfile 0.970s coverage: 48.0% of statements [2020-09-10T21:31:56.207Z] #17 30.28 Selecting previously unselected package python3-pkg-resources. [2020-09-10T21:31:56.207Z] #17 30.29 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-10T21:31:56.207Z] #17 30.29 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-10T21:31:56.207Z] #17 30.40 Selecting previously unselected package python3-setuptools. [2020-09-10T21:31:56.207Z] #17 30.41 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-10T21:31:56.207Z] #17 30.42 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-10T21:31:56.230Z] #40 89.50 DEP criu/image.d [2020-09-10T21:31:56.424Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-09-10T21:31:56.471Z] #17 30.64 Selecting previously unselected package python3-wheel. [2020-09-10T21:31:56.472Z] #17 30.64 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-10T21:31:56.472Z] #17 30.65 Unpacking python3-wheel (0.32.3-2) ... [2020-09-10T21:31:56.472Z] #17 30.76 Selecting previously unselected package sudo. [2020-09-10T21:31:56.535Z] #40 89.67 DEP criu/image-desc.d [2020-09-10T21:31:56.535Z] #40 89.80 DEP criu/fsnotify.d [2020-09-10T21:31:56.584Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-09-10T21:31:56.682Z] --- PASS: TestExportContainerAndImportImage (0.89s) [2020-09-10T21:31:56.682Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-10T21:31:56.728Z] #17 4.408 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-10T21:31:56.736Z] #17 30.76 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-09-10T21:31:56.736Z] #17 30.79 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-10T21:31:56.845Z] #40 89.97 DEP criu/filesystems.d [2020-09-10T21:31:57.000Z] #17 31.20 Selecting previously unselected package thin-provisioning-tools. [2020-09-10T21:31:57.144Z] #40 90.30 DEP criu/files.d [2020-09-10T21:31:57.144Z] #40 90.50 DEP criu/files-reg.d [2020-09-10T21:31:57.265Z] #17 31.21 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-09-10T21:31:57.265Z] #17 31.22 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-10T21:31:57.442Z] #40 90.71 DEP criu/files-ext.d [2020-09-10T21:31:57.529Z] #17 31.53 Selecting previously unselected package uidmap. [2020-09-10T21:31:57.529Z] #17 31.54 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-09-10T21:31:57.529Z] #17 31.55 Unpacking uidmap (1:4.5-1.1) ... [2020-09-10T21:31:57.529Z] #17 31.72 Selecting previously unselected package vim-runtime. [2020-09-10T21:31:57.530Z] #17 31.73 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-10T21:31:57.741Z] #40 90.86 DEP criu/file-lock.d [2020-09-10T21:31:57.741Z] #40 91.06 DEP criu/file-ids.d [2020-09-10T21:31:57.793Z] #17 31.76 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-10T21:31:57.794Z] #17 31.80 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-10T21:31:57.794Z] #17 31.80 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-10T21:31:58.039Z] #40 91.23 DEP criu/fifo.d [2020-09-10T21:31:58.039Z] #40 91.42 DEP criu/fdstore.d [2020-09-10T21:31:58.105Z] ok github.com/docker/docker/builder/remotecontext/git 1.513s coverage: 86.3% of statements [2020-09-10T21:31:58.105Z] ? github.com/docker/docker/cli [no test files] [2020-09-10T21:31:58.105Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-10T21:31:58.337Z] #40 91.54 DEP criu/fault-injection.d [2020-09-10T21:31:58.337Z] #40 91.59 DEP criu/external.d [2020-09-10T21:31:58.583Z] --- PASS: TestExportContainerAfterDaemonRestart (1.63s) [2020-09-10T21:31:58.583Z] === RUN TestHealthCheckWorkdir [2020-09-10T21:31:58.633Z] #17 ... [2020-09-10T21:31:58.633Z] [2020-09-10T21:31:58.633Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:58.633Z] #39 57.75 CC criu/arch/x86/crtools.o [2020-09-10T21:31:58.633Z] #39 59.05 CC criu/arch/x86/kerndat.o [2020-09-10T21:31:58.633Z] #39 59.60 CC criu/arch/x86/sigaction_compat.o [2020-09-10T21:31:58.633Z] #39 59.80 CC criu/arch/x86/sigframe.o [2020-09-10T21:31:58.633Z] #39 60.08 LINK criu/arch/x86/crtools.built-in.o [2020-09-10T21:31:58.633Z] #39 60.12 DEP criu/pie/util-vdso-elf32.d [2020-09-10T21:31:58.633Z] #39 60.24 DEP criu/pie/util-vdso.d [2020-09-10T21:31:58.633Z] #39 60.41 DEP criu/pie/util.d [2020-09-10T21:31:58.633Z] #39 60.62 CC criu/pie/util.o [2020-09-10T21:31:58.633Z] #39 60.87 CC criu/pie/util-vdso.o [2020-09-10T21:31:58.633Z] #39 61.57 CC criu/pie/util-vdso-elf32.o [2020-09-10T21:31:58.633Z] #39 62.21 AR criu/pie/pie.lib.a [2020-09-10T21:31:58.633Z] #39 62.25 DEP criu/pie/restorer.d [2020-09-10T21:31:58.633Z] #39 62.44 DEP criu/arch/x86/sigaction_compat_pie.d [2020-09-10T21:31:58.633Z] #39 62.56 DEP criu/arch/x86/restorer_unmap.d [2020-09-10T21:31:58.633Z] #39 62.59 DEP criu/arch/x86/restorer.d [2020-09-10T21:31:58.633Z] #39 62.82 DEP criu/arch/x86/vdso-pie.d [2020-09-10T21:31:58.633Z] #39 62.94 DEP criu/pie/parasite-vdso.d [2020-09-10T21:31:58.633Z] #39 63.04 DEP criu/pie/parasite.d [2020-09-10T21:31:58.633Z] #39 63.36 CC criu/pie/parasite.o [2020-09-10T21:31:58.636Z] #40 91.77 DEP criu/eventpoll.d [2020-09-10T21:31:58.739Z] ok github.com/docker/docker/client 0.143s coverage: 75.4% of statements [2020-09-10T21:31:58.936Z] #40 92.08 DEP criu/eventfd.d [2020-09-10T21:31:59.156Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-09-10T21:31:59.192Z] #17 ... [2020-09-10T21:31:59.192Z] [2020-09-10T21:31:59.192Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:31:59.192Z] #39 68.57 DEP criu/fsnotify.d [2020-09-10T21:31:59.192Z] #39 68.70 DEP criu/filesystems.d [2020-09-10T21:31:59.192Z] #39 68.86 DEP criu/files.d [2020-09-10T21:31:59.192Z] #39 69.09 DEP criu/files-reg.d [2020-09-10T21:31:59.192Z] #39 69.28 DEP criu/files-ext.d [2020-09-10T21:31:59.192Z] #39 69.47 DEP criu/file-lock.d [2020-09-10T21:31:59.192Z] #39 69.62 DEP criu/file-ids.d [2020-09-10T21:31:59.192Z] #39 69.70 DEP criu/fifo.d [2020-09-10T21:31:59.192Z] #39 69.81 DEP criu/fdstore.d [2020-09-10T21:31:59.192Z] #39 69.90 DEP criu/fault-injection.d [2020-09-10T21:31:59.192Z] #39 69.95 DEP criu/external.d [2020-09-10T21:31:59.192Z] #39 70.11 DEP criu/eventpoll.d [2020-09-10T21:31:59.192Z] #39 70.26 DEP criu/eventfd.d [2020-09-10T21:31:59.192Z] #39 70.33 DEP criu/crtools.d [2020-09-10T21:31:59.192Z] #39 70.50 DEP criu/cr-service.d [2020-09-10T21:31:59.192Z] #39 70.64 DEP criu/cr-restore.d [2020-09-10T21:31:59.192Z] #39 70.81 DEP criu/cr-errno.d [2020-09-10T21:31:59.192Z] #39 70.82 DEP criu/cr-dump.d [2020-09-10T21:31:59.192Z] #39 70.95 DEP criu/cr-dedup.d [2020-09-10T21:31:59.192Z] #39 71.06 DEP criu/cr-check.d [2020-09-10T21:31:59.192Z] #39 71.18 DEP criu/config.d [2020-09-10T21:31:59.192Z] #39 71.29 DEP criu/clone-noasan.d [2020-09-10T21:31:59.192Z] #39 71.37 DEP criu/cgroup.d [2020-09-10T21:31:59.192Z] #39 71.44 DEP criu/cgroup-props.d [2020-09-10T21:31:59.192Z] #39 71.51 DEP criu/bitmap.d [2020-09-10T21:31:59.192Z] #39 71.52 DEP criu/bfd.d [2020-09-10T21:31:59.192Z] #39 71.60 DEP criu/autofs.d [2020-09-10T21:31:59.192Z] #39 71.79 DEP criu/aio.d [2020-09-10T21:31:59.192Z] #39 71.91 DEP criu/action-scripts.d [2020-09-10T21:31:59.192Z] #39 72.06 CC criu/action-scripts.o [2020-09-10T21:31:59.192Z] #39 72.35 CC criu/aio.o [2020-09-10T21:31:59.192Z] #39 72.74 CC criu/autofs.o [2020-09-10T21:31:59.192Z] #39 73.70 CC criu/bfd.o [2020-09-10T21:31:59.192Z] #39 74.10 CC criu/bitmap.o [2020-09-10T21:31:59.192Z] #39 74.28 CC criu/cgroup-props.o [2020-09-10T21:31:59.192Z] #39 74.87 CC criu/cgroup.o [2020-09-10T21:31:59.192Z] #39 76.98 CC criu/clone-noasan.o [2020-09-10T21:31:59.192Z] #39 77.20 CC criu/config.o [2020-09-10T21:31:59.192Z] #39 78.47 CC criu/cr-check.o [2020-09-10T21:31:59.235Z] #40 92.35 DEP criu/crtools.d [2020-09-10T21:31:59.534Z] #40 92.59 DEP criu/cr-service.d [2020-09-10T21:31:59.534Z] #40 92.80 DEP criu/cr-restore.d [2020-09-10T21:31:59.569Z] #39 64.51 LINK criu/pie/parasite.built-in.o [2020-09-10T21:31:59.569Z] #39 64.52 GEN criu/pie/parasite-blob.h [2020-09-10T21:31:59.738Z] --- PASS: TestHealthCheckWorkdir (1.15s) [2020-09-10T21:31:59.738Z] === RUN TestHealthKillContainer [2020-09-10T21:31:59.828Z] #39 64.53 CC criu/pie/parasite-vdso.o [2020-09-10T21:31:59.832Z] #40 93.12 DEP criu/cr-errno.d [2020-09-10T21:31:59.832Z] #40 93.14 DEP criu/cr-dump.d [2020-09-10T21:32:00.087Z] #39 65.12 CC criu/arch/x86/vdso-pie.o [2020-09-10T21:32:00.131Z] #40 93.41 DEP criu/cr-dedup.d [2020-09-10T21:32:00.145Z] #39 ... [2020-09-10T21:32:00.145Z] [2020-09-10T21:32:00.145Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:32:00.145Z] #17 34.15 Selecting previously unselected package vim. [2020-09-10T21:32:00.145Z] #17 34.16 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-09-10T21:32:00.145Z] #17 34.18 Unpacking vim (2:8.1.0875-5) ... [2020-09-10T21:32:00.430Z] #40 93.73 DEP criu/cr-check.d [2020-09-10T21:32:00.655Z] #39 65.36 CC criu/arch/x86/restorer.o [2020-09-10T21:32:00.725Z] #17 34.66 Selecting previously unselected package xfsprogs. [2020-09-10T21:32:00.725Z] #17 34.67 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-09-10T21:32:00.725Z] #17 34.69 Unpacking xfsprogs (4.20.0-1) ... [2020-09-10T21:32:00.730Z] #40 93.97 DEP criu/config.d [2020-09-10T21:32:00.730Z] #40 ... [2020-09-10T21:32:00.730Z] [2020-09-10T21:32:00.730Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:32:00.914Z] #39 65.86 CC criu/arch/x86/restorer_unmap.o [2020-09-10T21:32:00.997Z] #17 35.11 Selecting previously unselected package zip. [2020-09-10T21:32:00.997Z] #17 35.11 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-09-10T21:32:00.997Z] #17 35.12 Unpacking zip (3.0-11+b1) ... [2020-09-10T21:32:00.997Z] #17 35.30 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-10T21:32:01.173Z] #39 65.93 CC criu/arch/x86/sigaction_compat_pie.o [2020-09-10T21:32:01.261Z] #17 35.36 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-10T21:32:01.261Z] #17 35.38 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-09-10T21:32:01.261Z] #17 35.41 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-09-10T21:32:01.261Z] #17 35.43 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-09-10T21:32:01.261Z] #17 35.44 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-09-10T21:32:01.261Z] #17 35.46 Setting up uidmap (1:4.5-1.1) ... [2020-09-10T21:32:01.261Z] #17 35.48 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-09-10T21:32:01.261Z] #17 35.50 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-09-10T21:32:01.261Z] #17 35.53 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-10T21:32:01.432Z] #39 66.23 CC criu/pie/restorer.o [2020-09-10T21:32:01.432Z] #39 ... [2020-09-10T21:32:01.432Z] [2020-09-10T21:32:01.432Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:32:01.432Z] #17 9.279 Fetched 8379 kB in 8s (1013 kB/s) [2020-09-10T21:32:01.526Z] #17 35.55 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-09-10T21:32:01.526Z] #17 35.57 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-09-10T21:32:01.526Z] #17 35.58 Setting up xxd (2:8.1.0875-5) ... [2020-09-10T21:32:01.526Z] #17 35.60 Setting up zip (3.0-11+b1) ... [2020-09-10T21:32:01.526Z] #17 35.61 Setting up vim-common (2:8.1.0875-5) ... [2020-09-10T21:32:01.526Z] #17 35.64 Setting up bash-completion (1:2.8-6) ... [2020-09-10T21:32:02.270Z] --- PASS: TestHealthKillContainer (2.76s) [2020-09-10T21:32:02.270Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-10T21:32:03.148Z] #22 155.6 Checking out files: 27% (2949/10911) Checking out files: 28% (3056/10911) Checking out files: 29% (3165/10911) Checking out files: 30% (3274/10911) Checking out files: 31% (3383/10911) Checking out files: 32% (3492/10911) Checking out files: 33% (3601/10911) Checking out files: 34% (3710/10911) Checking out files: 35% (3819/10911) Checking out files: 36% (3928/10911) Checking out files: 37% (4038/10911) Checking out files: 38% (4147/10911) Checking out files: 39% (4256/10911) Checking out files: 40% (4365/10911) Checking out files: 41% (4474/10911) Checking out files: 41% (4549/10911) Checking out files: 42% (4583/10911) Checking out files: 43% (4692/10911) Checking out files: 44% (4801/10911) Checking out files: 45% (4910/10911) Checking out files: 46% (5020/10911) Checking out files: 47% (5129/10911) Checking out files: 48% (5238/10911) Checking out files: 49% (5347/10911) Checking out files: 50% (5456/10911) Checking out files: 51% (5565/10911) Checking out files: 52% (5674/10911) Checking out files: 53% (5783/10911) Checking out files: 54% (5892/10911) Checking out files: 55% (6002/10911) Checking out files: 56% (6111/10911) Checking out files: 57% (6220/10911) Checking out files: 58% (6329/10911) Checking out files: 59% (6438/10911) Checking out files: 60% (6547/10911) Checking out files: 61% (6656/10911) Checking out files: 62% (6765/10911) Checking out files: 63% (6874/10911) Checking out files: 64% (6984/10911) Checking out files: 64% (6985/10911) Checking out files: 65% (7093/10911) Checking out files: 66% (7202/10911) Checking out files: 67% (7311/10911) Checking out files: 68% (7420/10911) Checking out files: 69% (7529/10911) Checking out files: 70% (7638/10911) Checking out files: 71% (7747/10911) Checking out files: 72% (7856/10911) Checking out files: 73% (7966/10911) Checking out files: 74% (8075/10911) Checking out files: 75% (8184/10911) Checking out files: 76% (8293/10911) Checking out files: 77% (8402/10911) Checking out files: 78% (8511/10911) Checking out files: 79% (8620/10911) Checking out files: 80% (8729/10911) Checking out files: 81% (8838/10911) Checking out files: 82% (8948/10911) Checking out files: 83% (9057/10911) Checking out files: 84% (9166/10911) Checking out files: 85% (9275/10911) Checking out files: 86% (9384/10911) Checking out files: 87% (9493/10911) Checking out files: 88% (9602/10911) Checking out files: 89% (9711/10911) Checking out files: 90% (9820/10911) Checking out files: 90% (9891/10911) Checking out files: 91% (9930/10911) Checking out files: 92% (10039/10911) Checking out files: 93% (10148/10911) Checking out files: 94% (10257/10911) Checking out files: 95% (10366/10911) Checking out files: 96% (10475/10911) Checking out files: 97% (10584/10911) Checking out files: 98% (10693/10911) Checking out files: 99% (10802/10911) Checking out files: 100% (10911/10911) Checking out files: 100% (10911/10911), done. [2020-09-10T21:32:03.148Z] #22 159.1 + cd /tmp/tmp.CPDyxAvNOI/tmp/docker-ce [2020-09-10T21:32:03.148Z] #22 159.1 + git checkout -q v17.06.2-ce [2020-09-10T21:32:03.205Z] --- PASS: TestInspectCpusetInConfigPre120 (0.70s) [2020-09-10T21:32:03.205Z] === RUN TestIpcModeNone [2020-09-10T21:32:04.578Z] --- PASS: TestIpcModeNone (1.35s) [2020-09-10T21:32:04.578Z] === RUN TestIpcModePrivate [2020-09-10T21:32:04.689Z] #22 ... [2020-09-10T21:32:04.689Z] [2020-09-10T21:32:04.689Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:32:04.689Z] #18 39.97 Unpacking bash-completion (1:2.8-6) ... [2020-09-10T21:32:04.689Z] #18 40.35 Selecting previously unselected package bzip2. [2020-09-10T21:32:04.689Z] #18 40.36 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 40.36 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-10T21:32:04.689Z] #18 40.41 Selecting previously unselected package xz-utils. [2020-09-10T21:32:04.689Z] #18 40.41 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 40.41 Unpacking xz-utils (5.2.4-1) ... [2020-09-10T21:32:04.689Z] #18 40.54 Selecting previously unselected package apparmor. [2020-09-10T21:32:04.689Z] #18 40.55 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 40.63 Unpacking apparmor (2.13.2-10) ... [2020-09-10T21:32:04.689Z] #18 41.05 Selecting previously unselected package aufs-tools. [2020-09-10T21:32:04.689Z] #18 41.05 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 41.07 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-10T21:32:04.689Z] #18 41.19 Selecting previously unselected package libonig5:ppc64el. [2020-09-10T21:32:04.689Z] #18 41.20 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 41.20 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-09-10T21:32:04.689Z] #18 41.35 Selecting previously unselected package libjq1:ppc64el. [2020-09-10T21:32:04.689Z] #18 41.36 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 41.36 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-10T21:32:04.689Z] #18 41.46 Selecting previously unselected package jq. [2020-09-10T21:32:04.689Z] #18 41.47 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 41.48 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-10T21:32:04.689Z] #18 41.56 Selecting previously unselected package libaio1:ppc64el. [2020-09-10T21:32:04.689Z] #18 41.57 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 41.58 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-09-10T21:32:04.689Z] #18 41.65 Selecting previously unselected package libgpm2:ppc64el. [2020-09-10T21:32:04.689Z] #18 41.67 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 41.67 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-09-10T21:32:04.689Z] #18 41.80 Selecting previously unselected package libicu63:ppc64el. [2020-09-10T21:32:04.689Z] #18 41.84 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 41.87 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-10T21:32:04.689Z] #18 45.86 Selecting previously unselected package libnet1:ppc64el. [2020-09-10T21:32:04.689Z] #18 45.88 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 45.88 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-10T21:32:04.689Z] #18 45.98 Selecting previously unselected package libnl-3-200:ppc64el. [2020-09-10T21:32:04.689Z] #18 45.99 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 46.00 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-10T21:32:04.689Z] #18 46.08 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-09-10T21:32:04.689Z] #18 46.09 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 46.09 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-10T21:32:04.689Z] #18 46.17 Selecting previously unselected package libreadline5:ppc64el. [2020-09-10T21:32:04.689Z] #18 46.19 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 46.19 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-09-10T21:32:04.689Z] #18 46.33 Selecting previously unselected package net-tools. [2020-09-10T21:32:04.689Z] #18 46.34 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 46.35 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-10T21:32:04.689Z] #18 46.70 Selecting previously unselected package python-pip-whl. [2020-09-10T21:32:04.689Z] #18 46.71 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-10T21:32:04.689Z] #18 46.72 Unpacking python-pip-whl (18.1-5) ... [2020-09-10T21:32:04.689Z] #18 47.53 Selecting previously unselected package python3-lib2to3. [2020-09-10T21:32:04.689Z] #18 47.53 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-10T21:32:04.689Z] #18 47.55 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-10T21:32:04.689Z] #18 47.69 Selecting previously unselected package python3-distutils. [2020-09-10T21:32:04.689Z] #18 47.69 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-10T21:32:04.689Z] #18 47.70 Unpacking python3-distutils (3.7.3-1) ... [2020-09-10T21:32:04.689Z] #18 47.87 Selecting previously unselected package python3-pip. [2020-09-10T21:32:04.689Z] #18 47.89 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-10T21:32:04.689Z] #18 47.90 Unpacking python3-pip (18.1-5) ... [2020-09-10T21:32:04.689Z] #18 48.16 Selecting previously unselected package python3-pkg-resources. [2020-09-10T21:32:04.689Z] #18 48.18 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-10T21:32:04.689Z] #18 48.19 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-10T21:32:04.689Z] #18 48.34 Selecting previously unselected package python3-setuptools. [2020-09-10T21:32:04.689Z] #18 48.35 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-10T21:32:04.689Z] #18 48.36 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-10T21:32:04.689Z] #18 48.64 Selecting previously unselected package python3-wheel. [2020-09-10T21:32:04.689Z] #18 48.64 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-10T21:32:04.689Z] #18 48.65 Unpacking python3-wheel (0.32.3-2) ... [2020-09-10T21:32:04.689Z] #18 48.76 Selecting previously unselected package sudo. [2020-09-10T21:32:04.689Z] #18 48.77 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 48.79 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-10T21:32:04.689Z] #18 49.45 Selecting previously unselected package thin-provisioning-tools. [2020-09-10T21:32:04.689Z] #18 49.46 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 49.47 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-10T21:32:04.689Z] #18 49.74 Selecting previously unselected package uidmap. [2020-09-10T21:32:04.689Z] #18 49.74 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-09-10T21:32:04.689Z] #18 49.75 Unpacking uidmap (1:4.5-1.1) ... [2020-09-10T21:32:04.689Z] #18 49.91 Selecting previously unselected package vim-runtime. [2020-09-10T21:32:04.689Z] #18 49.91 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-10T21:32:04.689Z] #18 49.96 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-10T21:32:04.689Z] #18 50.00 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-10T21:32:04.689Z] #18 50.02 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-10T21:32:04.934Z] #17 38.66 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-09-10T21:32:04.934Z] #17 38.68 Setting up xz-utils (5.2.4-1) ... [2020-09-10T21:32:04.934Z] #17 38.70 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-10T21:32:04.934Z] #17 38.72 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-10T21:32:04.934Z] #17 38.84 invoke-rc.d: could not determine current runlevel [2020-09-10T21:32:04.934Z] #17 38.85 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-10T21:32:04.934Z] #17 38.86 Setting up pigz (2.4-1) ... [2020-09-10T21:32:04.934Z] #17 38.88 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-09-10T21:32:04.934Z] #17 38.89 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-09-10T21:32:04.934Z] #17 38.93 Setting up python-pip-whl (18.1-5) ... [2020-09-10T21:32:04.934Z] #17 38.95 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-09-10T21:32:04.934Z] #17 38.97 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-10T21:32:04.989Z] #18 ... [2020-09-10T21:32:04.989Z] [2020-09-10T21:32:04.989Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:32:04.989Z] #42 150.7 vendor/golang.org/x/net/http/httpproxy [2020-09-10T21:32:04.989Z] #42 150.7 net/textproto [2020-09-10T21:32:04.989Z] #42 150.7 crypto/x509 [2020-09-10T21:32:04.989Z] #42 152.5 vendor/golang.org/x/net/http/httpguts [2020-09-10T21:32:04.989Z] #42 154.8 crypto/tls [2020-09-10T21:32:04.989Z] #42 ... [2020-09-10T21:32:04.989Z] [2020-09-10T21:32:04.989Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:04.989Z] #40 94.22 DEP criu/clone-noasan.d [2020-09-10T21:32:04.989Z] #40 94.37 DEP criu/cgroup.d [2020-09-10T21:32:04.989Z] #40 94.74 DEP criu/cgroup-props.d [2020-09-10T21:32:04.989Z] #40 95.00 DEP criu/bitmap.d [2020-09-10T21:32:04.989Z] #40 95.08 DEP criu/bfd.d [2020-09-10T21:32:04.989Z] #40 95.29 DEP criu/autofs.d [2020-09-10T21:32:04.989Z] #40 95.62 DEP criu/aio.d [2020-09-10T21:32:04.989Z] #40 95.90 DEP criu/action-scripts.d [2020-09-10T21:32:04.989Z] #40 96.28 CC criu/action-scripts.o [2020-09-10T21:32:04.989Z] #40 97.07 CC criu/aio.o [2020-09-10T21:32:04.989Z] #40 97.82 CC criu/autofs.o [2020-09-10T21:32:05.212Z] #17 39.50 Setting up libaio1:arm64 (0.3.112-3) ... [2020-09-10T21:32:05.480Z] #17 39.51 Setting up libonig5:arm64 (6.9.1-1) ... [2020-09-10T21:32:05.480Z] #17 39.53 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-09-10T21:32:05.480Z] #17 39.55 Setting up vim (2:8.1.0875-5) ... [2020-09-10T21:32:05.480Z] #17 39.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-10T21:32:05.480Z] #17 39.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-10T21:32:05.480Z] #17 39.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-10T21:32:05.480Z] #17 39.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-10T21:32:05.480Z] #17 39.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-10T21:32:05.480Z] #17 39.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-10T21:32:05.480Z] #17 39.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-10T21:32:05.480Z] #17 39.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-10T21:32:05.480Z] #17 39.68 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-09-10T21:32:05.480Z] #17 39.70 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-10T21:32:05.636Z] #17 9.279 Reading package lists... [2020-09-10T21:32:05.636Z] #17 ... [2020-09-10T21:32:05.636Z] [2020-09-10T21:32:05.636Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:32:05.636Z] #49 9.793 + cd /tmp/tmp.xiMJtfNFS7/src/github.com/opencontainers/runc [2020-09-10T21:32:05.636Z] #49 9.799 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-10T21:32:05.636Z] #49 9.903 + '[' -z '' ']' [2020-09-10T21:32:05.636Z] #49 9.903 + target=static [2020-09-10T21:32:05.636Z] #49 9.904 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-10T21:32:05.636Z] #49 10.04 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-09-10T21:32:05.636Z] #49 ... [2020-09-10T21:32:05.636Z] [2020-09-10T21:32:05.636Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:32:05.636Z] #17 9.279 Reading package lists... [2020-09-10T21:32:05.747Z] #17 39.72 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-09-10T21:32:05.747Z] #17 39.74 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-10T21:32:05.747Z] #17 39.75 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-09-10T21:32:05.747Z] #17 39.77 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-10T21:32:05.952Z] --- PASS: TestIpcModePrivate (1.29s) [2020-09-10T21:32:05.952Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:223, shared: false, mustBeShared: false [2020-09-10T21:32:05.952Z] === RUN TestIpcModeShareable [2020-09-10T21:32:06.517Z] === RUN TestDockerSuite/TestBuildBlankName [2020-09-10T21:32:06.517Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-09-10T21:32:06.776Z] --- PASS: TestIpcModeShareable (1.07s) [2020-09-10T21:32:06.776Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:102, shared: true, mustBeShared: true [2020-09-10T21:32:06.776Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-10T21:32:07.034Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-09-10T21:32:07.110Z] #40 ... [2020-09-10T21:32:07.110Z] [2020-09-10T21:32:07.110Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:32:07.110Z] #22 162.6 + mkdir -p /tmp/tmp.CPDyxAvNOI/src/github.com/docker [2020-09-10T21:32:07.110Z] #22 162.6 + mv components/cli /tmp/tmp.CPDyxAvNOI/src/github.com/docker/cli [2020-09-10T21:32:07.110Z] #22 162.6 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-09-10T21:32:08.341Z] #17 42.14 Setting up iptables (1.8.2-4) ... [2020-09-10T21:32:08.341Z] #17 42.17 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-10T21:32:08.341Z] #17 42.18 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-10T21:32:08.341Z] #17 42.19 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-10T21:32:08.341Z] #17 42.19 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-10T21:32:08.341Z] #17 42.21 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-10T21:32:08.341Z] #17 42.22 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-10T21:32:08.341Z] #17 42.23 Setting up python3 (3.7.3-1) ... [2020-09-10T21:32:08.409Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-09-10T21:32:08.662Z] #17 42.81 Setting up python3-wheel (0.32.3-2) ... [2020-09-10T21:32:08.924Z] #17 13.38 Reading package lists... [2020-09-10T21:32:08.924Z] #17 ... [2020-09-10T21:32:08.924Z] [2020-09-10T21:32:08.924Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:32:08.924Z] #41 134.0 github.com/LK4D4/vndr/godl [2020-09-10T21:32:08.924Z] #41 134.8 github.com/LK4D4/vndr [2020-09-10T21:32:08.924Z] #41 DONE 144.2s [2020-09-10T21:32:08.924Z] [2020-09-10T21:32:08.924Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:08.924Z] #39 69.09 LINK criu/pie/restorer.built-in.o [2020-09-10T21:32:08.924Z] #39 69.10 GEN criu/pie/restorer-blob.h [2020-09-10T21:32:08.924Z] #39 69.23 DEP criu/vdso.d [2020-09-10T21:32:08.924Z] #39 69.45 DEP criu/vdso-compat.d [2020-09-10T21:32:08.924Z] #39 69.62 DEP criu/uts_ns.d [2020-09-10T21:32:08.924Z] #39 69.78 DEP criu/util.d [2020-09-10T21:32:08.924Z] #39 70.04 DEP criu/uffd.d [2020-09-10T21:32:08.924Z] #39 70.21 DEP criu/tun.d [2020-09-10T21:32:08.924Z] #39 70.46 DEP criu/tty.d [2020-09-10T21:32:08.924Z] #39 70.63 DEP criu/timerfd.d [2020-09-10T21:32:08.924Z] #39 70.83 DEP criu/timens.d [2020-09-10T21:32:08.924Z] #39 70.99 DEP criu/sysfs_parse.d [2020-09-10T21:32:08.924Z] #39 71.13 DEP criu/sysctl.d [2020-09-10T21:32:08.924Z] #39 71.26 DEP criu/string.d [2020-09-10T21:32:08.924Z] #39 71.31 DEP criu/stats.d [2020-09-10T21:32:08.924Z] #39 71.48 DEP criu/sockets.d [2020-09-10T21:32:08.924Z] #39 71.72 DEP criu/sk-unix.d [2020-09-10T21:32:08.924Z] #39 71.98 DEP criu/sk-tcp.d [2020-09-10T21:32:08.924Z] #39 72.18 DEP criu/sk-queue.d [2020-09-10T21:32:08.924Z] #39 72.33 DEP criu/sk-packet.d [2020-09-10T21:32:08.924Z] #39 72.58 DEP criu/sk-netlink.d [2020-09-10T21:32:08.924Z] #39 72.73 DEP criu/sk-inet.d [2020-09-10T21:32:08.924Z] #39 73.00 DEP criu/signalfd.d [2020-09-10T21:32:08.924Z] #39 73.20 DEP criu/sigframe.d [2020-09-10T21:32:08.924Z] #39 73.36 DEP criu/shmem.d [2020-09-10T21:32:08.924Z] #39 73.50 DEP criu/servicefd.d [2020-09-10T21:32:08.924Z] #39 73.68 DEP criu/seize.d [2020-09-10T21:32:08.924Z] #39 73.84 DEP criu/seccomp.d [2020-09-10T21:32:09.183Z] #39 74.14 DEP criu/rst-malloc.d [2020-09-10T21:32:09.342Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.49s) [2020-09-10T21:32:09.342Z] === RUN TestAPIIpcModeHost [2020-09-10T21:32:09.342Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-09-10T21:32:09.443Z] #39 74.27 DEP criu/rbtree.d [2020-09-10T21:32:09.444Z] #39 74.39 DEP criu/pstree.d [2020-09-10T21:32:09.600Z] --- PASS: TestAPIIpcModeHost (0.39s) [2020-09-10T21:32:09.601Z] === RUN TestDaemonIpcModeShareable [2020-09-10T21:32:09.639Z] #17 43.62 Setting up apparmor (2.13.2-10) ... [2020-09-10T21:32:09.703Z] #39 74.63 DEP criu/protobuf.d [2020-09-10T21:32:09.962Z] #39 74.80 GEN criu/protobuf-desc-gen.h [2020-09-10T21:32:10.167Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-09-10T21:32:10.250Z] #17 ... [2020-09-10T21:32:10.251Z] [2020-09-10T21:32:10.251Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:10.251Z] #39 79.94 CC criu/cr-dedup.o [2020-09-10T21:32:10.251Z] #39 80.31 CC criu/cr-dump.o [2020-09-10T21:32:10.251Z] #39 82.07 CC criu/cr-errno.o [2020-09-10T21:32:10.251Z] #39 82.21 CC criu/cr-restore.o [2020-09-10T21:32:10.251Z] #39 85.94 CC criu/cr-service.o [2020-09-10T21:32:10.251Z] #39 87.46 CC criu/crtools.o [2020-09-10T21:32:10.251Z] #39 88.35 CC criu/eventfd.o [2020-09-10T21:32:10.251Z] #39 88.69 CC criu/eventpoll.o [2020-09-10T21:32:10.251Z] #39 89.59 CC criu/external.o [2020-09-10T21:32:10.426Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-09-10T21:32:10.514Z] #39 89.99 CC criu/fault-injection.o [2020-09-10T21:32:10.514Z] #39 90.08 CC criu/fdstore.o [2020-09-10T21:32:10.684Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-09-10T21:32:10.777Z] #39 90.45 CC criu/fifo.o [2020-09-10T21:32:10.777Z] #39 ... [2020-09-10T21:32:10.777Z] [2020-09-10T21:32:10.777Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:32:10.777Z] #49 55.45 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-09-10T21:32:10.777Z] #49 57.38 + mkdir -p /build [2020-09-10T21:32:10.777Z] #49 57.39 + cp runc /build/runc [2020-09-10T21:32:10.942Z] --- PASS: TestDaemonIpcModeShareable (1.30s) [2020-09-10T21:32:10.942Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:100, shared: true, mustBeShared: true [2020-09-10T21:32:10.942Z] === RUN TestDaemonIpcModePrivate [2020-09-10T21:32:11.342Z] #39 76.24 DEP criu/protobuf-desc.d [2020-09-10T21:32:11.601Z] #39 76.37 DEP criu/proc_parse.d [2020-09-10T21:32:11.601Z] #39 76.57 DEP criu/plugin.d [2020-09-10T21:32:11.861Z] #39 76.62 DEP criu/pipes.d [2020-09-10T21:32:11.861Z] #39 76.72 DEP criu/pie-util.d [2020-09-10T21:32:11.861Z] #39 76.80 DEP criu/pie-util-vdso.d [2020-09-10T21:32:12.121Z] #39 76.90 DEP criu/pie-util-vdso-elf32.d [2020-09-10T21:32:12.178Z] #49 DONE 58.7s [2020-09-10T21:32:12.178Z] [2020-09-10T21:32:12.178Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:32:12.178Z] #17 45.32 Setting up xfsprogs (4.20.0-1) ... [2020-09-10T21:32:12.178Z] #17 45.34 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-10T21:32:12.178Z] #17 46.21 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-10T21:32:12.319Z] --- PASS: TestDaemonIpcModePrivate (1.45s) [2020-09-10T21:32:12.319Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: false, mustBeShared: false [2020-09-10T21:32:12.319Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-10T21:32:12.380Z] #39 77.08 DEP criu/path.d [2020-09-10T21:32:12.380Z] #39 77.18 DEP criu/parasite-syscall.d [2020-09-10T21:32:12.380Z] #39 77.42 DEP criu/pagemap.d [2020-09-10T21:32:12.640Z] #39 77.55 DEP criu/pagemap-cache.d [2020-09-10T21:32:12.640Z] #39 77.65 DEP criu/page-xfer.d [2020-09-10T21:32:12.744Z] #22 ... [2020-09-10T21:32:12.744Z] [2020-09-10T21:32:12.744Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:32:12.744Z] #18 53.55 Selecting previously unselected package vim. [2020-09-10T21:32:12.744Z] #18 53.56 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-09-10T21:32:12.744Z] #18 53.59 Unpacking vim (2:8.1.0875-5) ... [2020-09-10T21:32:12.744Z] #18 54.31 Selecting previously unselected package xfsprogs. [2020-09-10T21:32:12.744Z] #18 54.33 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-09-10T21:32:12.744Z] #18 54.34 Unpacking xfsprogs (4.20.0-1) ... [2020-09-10T21:32:12.744Z] #18 55.02 Selecting previously unselected package zip. [2020-09-10T21:32:12.744Z] #18 55.03 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-09-10T21:32:12.744Z] #18 55.03 Unpacking zip (3.0-11+b1) ... [2020-09-10T21:32:12.744Z] #18 55.18 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-10T21:32:12.744Z] #18 55.19 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-10T21:32:12.744Z] #18 55.19 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-09-10T21:32:12.744Z] #18 55.20 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-09-10T21:32:12.744Z] #18 55.20 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-09-10T21:32:12.744Z] #18 55.22 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-09-10T21:32:12.744Z] #18 55.22 Setting up uidmap (1:4.5-1.1) ... [2020-09-10T21:32:12.744Z] #18 55.23 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-09-10T21:32:12.744Z] #18 55.23 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-10T21:32:12.744Z] #18 55.23 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-10T21:32:12.744Z] #18 55.24 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-10T21:32:12.744Z] #18 55.24 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-10T21:32:12.744Z] #18 55.25 Setting up xxd (2:8.1.0875-5) ... [2020-09-10T21:32:12.744Z] #18 55.25 Setting up zip (3.0-11+b1) ... [2020-09-10T21:32:12.744Z] #18 55.26 Setting up vim-common (2:8.1.0875-5) ... [2020-09-10T21:32:12.744Z] #18 55.28 Setting up bash-completion (1:2.8-6) ... [2020-09-10T21:32:12.885Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-09-10T21:32:12.899Z] #39 77.82 DEP criu/page-pipe.d [2020-09-10T21:32:13.128Z] #17 47.21 Setting up python3-distutils (3.7.3-1) ... [2020-09-10T21:32:13.159Z] #39 77.91 DEP criu/netfilter.d [2020-09-10T21:32:13.159Z] #39 78.06 DEP criu/net.d [2020-09-10T21:32:13.159Z] #39 ... [2020-09-10T21:32:13.159Z] [2020-09-10T21:32:13.159Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:32:13.159Z] #17 13.38 Reading package lists... [2020-09-10T21:32:13.159Z] #17 17.01 Building dependency tree... [2020-09-10T21:32:13.159Z] #17 18.60 libcap2-bin is already the newest version (1:2.25-2). [2020-09-10T21:32:13.159Z] #17 18.60 The following additional packages will be installed: [2020-09-10T21:32:13.159Z] #17 18.61 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-10T21:32:13.159Z] #17 18.61 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-10T21:32:13.159Z] #17 18.61 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-10T21:32:13.159Z] #17 18.61 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-10T21:32:13.159Z] #17 18.61 python3.7 python3.7-minimal vim-runtime xxd [2020-09-10T21:32:13.159Z] #17 18.61 Suggested packages: [2020-09-10T21:32:13.159Z] #17 18.61 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-10T21:32:13.159Z] #17 18.61 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-10T21:32:13.159Z] #17 18.61 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-10T21:32:13.159Z] #17 18.61 Recommended packages: [2020-09-10T21:32:13.159Z] #17 18.61 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-10T21:32:13.159Z] #17 18.61 python3-keyrings.alt python3-xdg unzip [2020-09-10T21:32:13.159Z] #17 20.27 The following NEW packages will be installed: [2020-09-10T21:32:13.159Z] #17 20.27 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-10T21:32:13.159Z] #17 20.28 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-10T21:32:13.159Z] #17 20.28 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-10T21:32:13.159Z] #17 20.28 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-10T21:32:13.159Z] #17 20.28 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-10T21:32:13.159Z] #17 20.28 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-10T21:32:13.159Z] #17 20.28 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-10T21:32:13.159Z] #17 20.29 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-10T21:32:13.159Z] #17 20.29 xz-utils zip [2020-09-10T21:32:13.159Z] #17 20.61 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-10T21:32:13.159Z] #17 20.61 Need to get 28.5 MB of archives. [2020-09-10T21:32:13.159Z] #17 20.61 After this operation, 116 MB of additional disk space will be used. [2020-09-10T21:32:13.159Z] #17 20.61 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-09-10T21:32:13.159Z] #17 20.61 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-09-10T21:32:13.159Z] #17 20.64 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-09-10T21:32:13.159Z] #17 20.73 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-09-10T21:32:13.159Z] #17 20.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-09-10T21:32:13.159Z] #17 20.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-09-10T21:32:13.159Z] #17 20.84 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-09-10T21:32:13.159Z] #17 20.86 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-09-10T21:32:13.159Z] #17 20.86 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-09-10T21:32:13.159Z] #17 20.87 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-09-10T21:32:13.159Z] #17 20.87 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-09-10T21:32:13.159Z] #17 20.88 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-09-10T21:32:13.159Z] #17 20.88 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-09-10T21:32:13.159Z] #17 20.90 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-09-10T21:32:13.159Z] #17 20.90 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-09-10T21:32:13.159Z] #17 20.90 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-09-10T21:32:13.159Z] #17 20.93 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-10T21:32:13.159Z] #17 20.94 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-10T21:32:13.418Z] #17 20.96 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-09-10T21:32:13.418Z] #17 20.97 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-09-10T21:32:13.418Z] #17 20.97 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-09-10T21:32:13.418Z] #17 20.98 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-09-10T21:32:13.418Z] #17 21.01 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-09-10T21:32:13.418Z] #17 21.01 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-10T21:32:13.418Z] #17 21.02 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-10T21:32:13.418Z] #17 21.03 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-10T21:32:13.418Z] #17 21.04 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-09-10T21:32:13.418Z] #17 21.04 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-09-10T21:32:13.418Z] #17 21.04 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-10T21:32:13.707Z] #17 47.80 Setting up python3-setuptools (40.8.0-1) ... [2020-09-10T21:32:13.821Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.54s) [2020-09-10T21:32:13.821Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2020-09-10T21:32:13.821Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-10T21:32:13.987Z] #17 21.52 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-10T21:32:13.987Z] #17 21.52 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-10T21:32:13.987Z] #17 21.53 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-10T21:32:13.987Z] #17 21.53 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-09-10T21:32:13.987Z] #17 21.53 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-09-10T21:32:13.987Z] #17 21.54 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-09-10T21:32:13.987Z] #17 21.64 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-10T21:32:13.987Z] #17 21.65 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-09-10T21:32:13.987Z] #17 21.66 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-09-10T21:32:13.987Z] #17 21.67 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-10T21:32:13.987Z] #17 21.68 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-09-10T21:32:13.987Z] #17 21.70 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-10T21:32:13.987Z] #17 21.70 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-09-10T21:32:13.987Z] #17 21.77 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-09-10T21:32:14.247Z] #17 21.80 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-09-10T21:32:14.247Z] #17 21.81 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-10T21:32:14.387Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-09-10T21:32:14.387Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-09-10T21:32:14.507Z] #17 22.13 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-09-10T21:32:14.507Z] #17 22.18 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-09-10T21:32:14.507Z] #17 22.21 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-09-10T21:32:14.656Z] #17 48.73 Setting up python3-pip (18.1-5) ... [2020-09-10T21:32:14.854Z] #18 60.03 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-09-10T21:32:14.855Z] #18 60.04 Setting up xz-utils (5.2.4-1) ... [2020-09-10T21:32:14.855Z] #18 60.05 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-10T21:32:14.855Z] #18 60.07 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-10T21:32:14.855Z] #18 60.16 invoke-rc.d: could not determine current runlevel [2020-09-10T21:32:14.855Z] #18 60.18 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-10T21:32:14.855Z] #18 60.20 Setting up pigz (2.4-1) ... [2020-09-10T21:32:14.855Z] #18 60.21 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-09-10T21:32:14.855Z] #18 60.22 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-10T21:32:14.855Z] #18 60.24 Setting up python-pip-whl (18.1-5) ... [2020-09-10T21:32:14.855Z] #18 60.24 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-09-10T21:32:14.855Z] #18 60.25 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-10T21:32:15.075Z] #17 22.80 debconf: delaying package configuration, since apt-utils is not installed [2020-09-10T21:32:15.075Z] #17 22.91 Fetched 28.5 MB in 2s (15.2 MB/s) [2020-09-10T21:32:15.324Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.41s) [2020-09-10T21:32:15.324Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:90, shared: true, mustBeShared: true [2020-09-10T21:32:15.324Z] === RUN TestIpcModeOlderClient [2020-09-10T21:32:15.324Z] === PAUSE TestIpcModeOlderClient [2020-09-10T21:32:15.324Z] === RUN TestKillContainerInvalidSignal [2020-09-10T21:32:15.335Z] #17 22.96 Selecting previously unselected package pigz. [2020-09-10T21:32:15.335Z] #17 22.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 ... 23432 files and directories currently installed.) [2020-09-10T21:32:15.335Z] #17 23.04 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-09-10T21:32:15.335Z] #17 23.05 Unpacking pigz (2.4-1) ... [2020-09-10T21:32:15.335Z] #17 23.13 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-09-10T21:32:15.595Z] #17 23.13 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-10T21:32:15.595Z] #17 23.14 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-10T21:32:15.603Z] #17 49.83 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:32:15.870Z] #17 49.88 Processing triggers for mime-support (3.62) ... [2020-09-10T21:32:15.925Z] #18 61.05 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-09-10T21:32:15.925Z] #18 61.05 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-09-10T21:32:15.925Z] #18 61.06 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-09-10T21:32:15.925Z] #18 61.07 Setting up vim (2:8.1.0875-5) ... [2020-09-10T21:32:15.925Z] #18 61.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-10T21:32:15.925Z] #18 61.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-10T21:32:15.925Z] #18 61.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-10T21:32:15.925Z] #18 61.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-10T21:32:15.925Z] #18 61.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-10T21:32:15.925Z] #18 61.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-10T21:32:15.925Z] #18 61.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-10T21:32:15.925Z] #18 61.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-10T21:32:15.925Z] #18 61.23 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-10T21:32:15.925Z] #18 61.24 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-10T21:32:15.925Z] #18 61.26 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-09-10T21:32:15.925Z] #18 61.27 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-10T21:32:15.925Z] #18 61.27 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-09-10T21:32:15.925Z] #18 61.28 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-10T21:32:16.116Z] #17 23.68 Selecting previously unselected package python3.7-minimal. [2020-09-10T21:32:16.116Z] #17 23.69 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-10T21:32:16.116Z] #17 23.77 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-10T21:32:16.258Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2020-09-10T21:32:16.258Z] === RUN TestKillContainer [2020-09-10T21:32:16.258Z] === RUN TestKillContainer/no_signal [2020-09-10T21:32:16.461Z] #17 DONE 50.4s [2020-09-10T21:32:16.461Z] [2020-09-10T21:32:16.461Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-10T21:32:16.517Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-09-10T21:32:16.775Z] === RUN TestKillContainer/non_killing_signal [2020-09-10T21:32:16.981Z] #18 ... [2020-09-10T21:32:16.981Z] [2020-09-10T21:32:16.981Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:16.981Z] #40 100.2 CC criu/bfd.o [2020-09-10T21:32:16.981Z] #40 100.8 CC criu/bitmap.o [2020-09-10T21:32:16.981Z] #40 101.0 CC criu/cgroup-props.o [2020-09-10T21:32:16.981Z] #40 102.9 CC criu/cgroup.o [2020-09-10T21:32:16.981Z] #40 108.1 CC criu/clone-noasan.o [2020-09-10T21:32:16.981Z] #40 108.4 CC criu/config.o [2020-09-10T21:32:16.981Z] #40 ... [2020-09-10T21:32:16.981Z] [2020-09-10T21:32:16.981Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:32:16.981Z] #42 162.9 net/http/httptrace [2020-09-10T21:32:16.981Z] #42 163.1 net/http [2020-09-10T21:32:17.034Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-09-10T21:32:17.065Z] #17 24.60 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-10T21:32:17.065Z] #17 24.61 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-10T21:32:17.292Z] === RUN TestKillContainer/killing_signal [2020-09-10T21:32:17.325Z] #17 ... [2020-09-10T21:32:17.325Z] [2020-09-10T21:32:17.325Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:32:17.325Z] #28 DONE 152.6s [2020-09-10T21:32:17.325Z] [2020-09-10T21:32:17.325Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:17.325Z] #39 78.29 DEP criu/namespaces.d [2020-09-10T21:32:17.325Z] #39 78.44 DEP criu/mount.d [2020-09-10T21:32:17.325Z] #39 78.65 DEP criu/memfd.d [2020-09-10T21:32:17.325Z] #39 78.80 DEP criu/mem.d [2020-09-10T21:32:17.325Z] #39 78.99 DEP criu/lsm.d [2020-09-10T21:32:17.325Z] #39 79.13 DEP criu/log.d [2020-09-10T21:32:17.325Z] #39 79.26 DEP criu/libnetlink.d [2020-09-10T21:32:17.325Z] #39 79.41 DEP criu/kerndat.d [2020-09-10T21:32:17.325Z] #39 79.64 DEP criu/kcmp-ids.d [2020-09-10T21:32:17.325Z] #39 79.74 DEP criu/irmap.d [2020-09-10T21:32:17.325Z] #39 79.86 DEP criu/ipc_ns.d [2020-09-10T21:32:17.325Z] #39 79.96 DEP criu/image.d [2020-09-10T21:32:17.325Z] #39 80.12 DEP criu/image-desc.d [2020-09-10T21:32:17.325Z] #39 80.19 DEP criu/fsnotify.d [2020-09-10T21:32:17.325Z] #39 80.31 DEP criu/filesystems.d [2020-09-10T21:32:17.325Z] #39 80.41 DEP criu/files.d [2020-09-10T21:32:17.325Z] #39 80.57 DEP criu/files-reg.d [2020-09-10T21:32:17.325Z] #39 80.74 DEP criu/files-ext.d [2020-09-10T21:32:17.325Z] #39 80.90 DEP criu/file-lock.d [2020-09-10T21:32:17.325Z] #39 81.05 DEP criu/file-ids.d [2020-09-10T21:32:17.325Z] #39 81.21 DEP criu/fifo.d [2020-09-10T21:32:17.325Z] #39 81.36 DEP criu/fdstore.d [2020-09-10T21:32:17.325Z] #39 81.46 DEP criu/fault-injection.d [2020-09-10T21:32:17.325Z] #39 81.52 DEP criu/external.d [2020-09-10T21:32:17.325Z] #39 81.65 DEP criu/eventpoll.d [2020-09-10T21:32:17.325Z] #39 81.76 DEP criu/eventfd.d [2020-09-10T21:32:17.325Z] #39 81.87 DEP criu/crtools.d [2020-09-10T21:32:17.325Z] #39 82.09 DEP criu/cr-service.d [2020-09-10T21:32:17.325Z] #39 82.25 DEP criu/cr-restore.d [2020-09-10T21:32:17.551Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-09-10T21:32:17.584Z] #39 82.51 DEP criu/cr-errno.d [2020-09-10T21:32:17.584Z] #39 82.55 DEP criu/cr-dump.d [2020-09-10T21:32:17.630Z] #42 ... [2020-09-10T21:32:17.630Z] [2020-09-10T21:32:17.630Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:17.630Z] #40 111.0 CC criu/cr-check.o [2020-09-10T21:32:17.864Z] #18 1.337 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-10T21:32:17.865Z] #18 1.344 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-10T21:32:17.865Z] #18 1.352 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-10T21:32:17.865Z] #18 DONE 1.6s [2020-09-10T21:32:17.865Z] [2020-09-10T21:32:17.865Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-10T21:32:18.154Z] #39 82.81 DEP criu/cr-dedup.d [2020-09-10T21:32:18.154Z] #39 82.99 DEP criu/cr-check.d [2020-09-10T21:32:18.415Z] #39 83.31 DEP criu/config.d [2020-09-10T21:32:18.487Z] --- PASS: TestKillContainer (2.18s) [2020-09-10T21:32:18.488Z] --- PASS: TestKillContainer/no_signal (0.78s) [2020-09-10T21:32:18.488Z] --- PASS: TestKillContainer/non_killing_signal (0.45s) [2020-09-10T21:32:18.488Z] --- PASS: TestKillContainer/killing_signal (0.56s) [2020-09-10T21:32:18.488Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-10T21:32:18.488Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-10T21:32:18.677Z] #39 83.53 DEP criu/clone-noasan.d [2020-09-10T21:32:18.677Z] #39 83.59 DEP criu/cgroup.d [2020-09-10T21:32:18.937Z] #39 83.71 DEP criu/cgroup-props.d [2020-09-10T21:32:18.937Z] #39 83.84 DEP criu/bitmap.d [2020-09-10T21:32:18.937Z] #39 83.86 DEP criu/bfd.d [2020-09-10T21:32:18.937Z] #39 83.94 DEP criu/autofs.d [2020-09-10T21:32:19.054Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-10T21:32:19.197Z] #39 84.10 DEP criu/aio.d [2020-09-10T21:32:19.457Z] #39 84.28 DEP criu/action-scripts.d [2020-09-10T21:32:19.457Z] #39 84.49 CC criu/action-scripts.o [2020-09-10T21:32:19.457Z] #39 ... [2020-09-10T21:32:19.457Z] [2020-09-10T21:32:19.457Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:32:19.457Z] #17 27.27 Selecting previously unselected package python3-minimal. [2020-09-10T21:32:19.622Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.46s) [2020-09-10T21:32:19.622Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.64s) [2020-09-10T21:32:19.622Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-09-10T21:32:19.622Z] === RUN TestKillStoppedContainer [2020-09-10T21:32:19.716Z] #17 27.27 (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-09-10T21:32:19.716Z] #17 27.34 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-09-10T21:32:19.716Z] #17 27.35 Unpacking python3-minimal (3.7.3-1) ... [2020-09-10T21:32:19.716Z] #17 27.43 Selecting previously unselected package libmpdec2:amd64. [2020-09-10T21:32:19.716Z] #17 27.43 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-09-10T21:32:19.716Z] #17 27.45 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-09-10T21:32:19.717Z] #17 27.55 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-09-10T21:32:19.881Z] --- PASS: TestKillStoppedContainer (0.05s) [2020-09-10T21:32:19.881Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-10T21:32:19.881Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2020-09-10T21:32:19.881Z] === RUN TestKillDifferentUserContainer [2020-09-10T21:32:19.976Z] #17 27.56 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-09-10T21:32:19.976Z] #17 27.57 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-10T21:32:20.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-09-10T21:32:20.406Z] #40 113.8 CC criu/cr-dedup.o [2020-09-10T21:32:20.706Z] --- PASS: TestKillDifferentUserContainer (0.73s) [2020-09-10T21:32:20.706Z] === RUN TestInspectOomKilledTrue [2020-09-10T21:32:20.706Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-10T21:32:20.706Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:32:20.706Z] === RUN TestInspectOomKilledFalse [2020-09-10T21:32:20.706Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-10T21:32:20.706Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:32:20.706Z] === RUN TestLinksEtcHostsContentMatch [2020-09-10T21:32:20.912Z] #17 28.47 Selecting previously unselected package python3.7. [2020-09-10T21:32:20.912Z] #17 28.47 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-09-10T21:32:20.912Z] #17 28.48 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-10T21:32:20.912Z] #17 28.61 Selecting previously unselected package libpython3-stdlib:amd64. [2020-09-10T21:32:20.912Z] #17 28.62 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-09-10T21:32:20.912Z] #17 28.63 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-10T21:32:20.965Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s) [2020-09-10T21:32:20.965Z] === RUN TestLinksContainerNames [2020-09-10T21:32:21.055Z] #40 114.4 CC criu/cr-dump.o [2020-09-10T21:32:21.172Z] #17 28.75 Setting up python3-minimal (3.7.3-1) ... [2020-09-10T21:32:21.182Z] #19 ... [2020-09-10T21:32:21.182Z] [2020-09-10T21:32:21.182Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:21.182Z] #39 90.77 CC criu/file-ids.o [2020-09-10T21:32:21.182Z] #39 91.04 CC criu/file-lock.o [2020-09-10T21:32:21.182Z] #39 91.98 CC criu/files-ext.o [2020-09-10T21:32:21.182Z] #39 92.34 CC criu/files-reg.o [2020-09-10T21:32:21.182Z] #39 94.00 CC criu/files.o [2020-09-10T21:32:21.182Z] #39 95.35 CC criu/filesystems.o [2020-09-10T21:32:21.182Z] #39 95.87 CC criu/fsnotify.o [2020-09-10T21:32:21.182Z] #39 96.86 CC criu/image-desc.o [2020-09-10T21:32:21.182Z] #39 97.03 CC criu/image.o [2020-09-10T21:32:21.182Z] #39 97.59 CC criu/ipc_ns.o [2020-09-10T21:32:21.182Z] #39 98.46 CC criu/irmap.o [2020-09-10T21:32:21.182Z] #39 98.89 CC criu/kcmp-ids.o [2020-09-10T21:32:21.182Z] #39 99.07 CC criu/kerndat.o [2020-09-10T21:32:21.182Z] #39 99.97 CC criu/libnetlink.o [2020-09-10T21:32:21.182Z] #39 100.3 CC criu/log.o [2020-09-10T21:32:21.182Z] #39 100.7 CC criu/lsm.o [2020-09-10T21:32:21.223Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-09-10T21:32:21.446Z] #39 101.0 CC criu/mem.o [2020-09-10T21:32:21.446Z] #39 ... [2020-09-10T21:32:21.446Z] [2020-09-10T21:32:21.446Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-10T21:32:21.446Z] #19 3.629 Collecting yamllint==1.16.0 [2020-09-10T21:32:21.741Z] #17 29.50 Selecting previously unselected package python3. [2020-09-10T21:32:21.741Z] #17 29.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 ... 24093 files and directories currently installed.) [2020-09-10T21:32:21.741Z] #17 29.54 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-09-10T21:32:21.741Z] #17 29.55 Unpacking python3 (3.7.3-1) ... [2020-09-10T21:32:22.001Z] #17 29.63 Selecting previously unselected package libip4tc0:amd64. [2020-09-10T21:32:22.001Z] #17 29.64 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-09-10T21:32:22.001Z] #17 29.65 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-09-10T21:32:22.001Z] #17 29.74 Selecting previously unselected package libip6tc0:amd64. [2020-09-10T21:32:22.001Z] #17 29.75 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-09-10T21:32:22.001Z] #17 29.76 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-09-10T21:32:22.001Z] #17 29.83 Selecting previously unselected package libiptc0:amd64. [2020-09-10T21:32:22.001Z] #17 29.83 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-09-10T21:32:22.001Z] #17 29.85 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-09-10T21:32:22.158Z] --- PASS: TestLinksContainerNames (1.32s) [2020-09-10T21:32:22.158Z] === RUN TestLogsFollowTailEmpty [2020-09-10T21:32:22.269Z] #17 29.93 Selecting previously unselected package libnfnetlink0:amd64. [2020-09-10T21:32:22.269Z] #17 29.94 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-09-10T21:32:22.269Z] #17 29.95 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-10T21:32:22.269Z] #17 30.01 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-09-10T21:32:22.269Z] #17 30.02 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-09-10T21:32:22.269Z] #17 30.03 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-10T21:32:22.269Z] #17 30.08 Selecting previously unselected package libnftnl11:amd64. [2020-09-10T21:32:22.269Z] #17 30.09 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-09-10T21:32:22.269Z] #17 30.10 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-09-10T21:32:22.529Z] #17 30.18 Selecting previously unselected package iptables. [2020-09-10T21:32:22.529Z] #17 30.19 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-09-10T21:32:22.529Z] #17 30.20 Unpacking iptables (1.8.2-4) ... [2020-09-10T21:32:22.736Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-09-10T21:32:22.736Z] --- PASS: TestLogsFollowTailEmpty (0.65s) [2020-09-10T21:32:22.736Z] === RUN TestContainerNetworkMountsNoChown [2020-09-10T21:32:23.127Z] #17 30.64 Selecting previously unselected package xxd. [2020-09-10T21:32:23.127Z] #17 30.65 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-10T21:32:23.127Z] #17 30.66 Unpacking xxd (2:8.1.0875-5) ... [2020-09-10T21:32:23.127Z] #17 30.79 Selecting previously unselected package vim-common. [2020-09-10T21:32:23.127Z] #17 30.80 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-10T21:32:23.127Z] #17 30.82 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-10T21:32:23.172Z] #40 ... [2020-09-10T21:32:23.172Z] [2020-09-10T21:32:23.172Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:32:23.172Z] #18 65.13 Setting up iptables (1.8.2-4) ... [2020-09-10T21:32:23.172Z] #18 65.16 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-10T21:32:23.172Z] #18 65.18 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-10T21:32:23.172Z] #18 65.18 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-10T21:32:23.172Z] #18 65.19 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-10T21:32:23.172Z] #18 65.20 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-10T21:32:23.172Z] #18 65.21 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-10T21:32:23.172Z] #18 65.22 Setting up python3 (3.7.3-1) ... [2020-09-10T21:32:23.172Z] #18 65.61 Setting up python3-wheel (0.32.3-2) ... [2020-09-10T21:32:23.172Z] #18 66.56 Setting up apparmor (2.13.2-10) ... [2020-09-10T21:32:23.172Z] #18 68.57 Setting up xfsprogs (4.20.0-1) ... [2020-09-10T21:32:23.172Z] #18 68.58 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-10T21:32:23.408Z] #17 31.04 Selecting previously unselected package bash-completion. [2020-09-10T21:32:23.408Z] #17 31.08 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-10T21:32:23.692Z] --- PASS: TestContainerNetworkMountsNoChown (0.77s) [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/default [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/default [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/private [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/private [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rprivate [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/slave [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/slave [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rslave [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/shared [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/shared [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rshared [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/default [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rslave [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/private [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rshared [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/shared [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/slave [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rprivate [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:32:23.692Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:32:23.692Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:32:23.692Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-09-10T21:32:23.951Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-09-10T21:32:23.951Z] === RUN TestContainerBindMountNonRecursive [2020-09-10T21:32:24.118Z] #18 69.22 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-10T21:32:24.517Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-09-10T21:32:25.177Z] #18 70.30 Setting up python3-distutils (3.7.3-1) ... [2020-09-10T21:32:25.827Z] #18 71.20 Setting up python3-setuptools (40.8.0-1) ... [2020-09-10T21:32:25.853Z] ok github.com/docker/docker/cmd/dockerd 0.045s coverage: 30.8% of statements [2020-09-10T21:32:25.853Z] ok github.com/docker/docker/container 0.110s coverage: 34.7% of statements [2020-09-10T21:32:25.853Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-10T21:32:25.853Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-10T21:32:25.853Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-10T21:32:25.853Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-10T21:32:25.891Z] --- PASS: TestContainerBindMountNonRecursive (1.94s) [2020-09-10T21:32:25.892Z] === RUN TestNetworkNat [2020-09-10T21:32:25.963Z] #17 33.67 Unpacking bash-completion (1:2.8-6) ... [2020-09-10T21:32:26.458Z] --- PASS: TestNetworkNat (0.64s) [2020-09-10T21:32:26.458Z] === RUN TestNetworkLocalhostTCPNat [2020-09-10T21:32:26.534Z] #17 34.06 Selecting previously unselected package bzip2. [2020-09-10T21:32:26.535Z] #17 34.07 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-09-10T21:32:26.535Z] #17 34.08 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-10T21:32:26.535Z] #17 34.17 Selecting previously unselected package xz-utils. [2020-09-10T21:32:26.535Z] #17 34.18 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-09-10T21:32:26.535Z] #17 34.19 Unpacking xz-utils (5.2.4-1) ... [2020-09-10T21:32:26.761Z] #19 ... [2020-09-10T21:32:26.762Z] [2020-09-10T21:32:26.762Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:32:26.762Z] #45 170.7 + cd /tmp/tmp.cPFjiHkkY4/src/github.com/golangci/golangci-lint/ [2020-09-10T21:32:26.762Z] #45 170.7 + git checkout -q v1.23.8 [2020-09-10T21:32:26.762Z] #45 171.0 ++ git describe --tags [2020-09-10T21:32:26.762Z] #45 171.0 + version=v1.23.8 [2020-09-10T21:32:26.762Z] #45 171.1 ++ git rev-parse --short HEAD [2020-09-10T21:32:26.762Z] #45 171.1 + commit=76a82c6 [2020-09-10T21:32:26.762Z] #45 171.1 ++ git show -s --format=%cd [2020-09-10T21:32:26.762Z] #45 171.1 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-10T21:32:26.762Z] #45 171.1 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-10T21:32:26.795Z] #17 34.34 Selecting previously unselected package apparmor. [2020-09-10T21:32:26.795Z] #17 34.35 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-09-10T21:32:26.795Z] #17 34.44 Unpacking apparmor (2.13.2-10) ... [2020-09-10T21:32:27.315Z] #17 34.83 Selecting previously unselected package aufs-tools. [2020-09-10T21:32:27.315Z] #17 34.85 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-09-10T21:32:27.315Z] #17 34.86 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-10T21:32:27.315Z] #17 35.00 Selecting previously unselected package libonig5:amd64. [2020-09-10T21:32:27.315Z] #17 35.01 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-09-10T21:32:27.315Z] #17 35.01 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-10T21:32:27.393Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s) [2020-09-10T21:32:27.393Z] === RUN TestNetworkLoopbackNat [2020-09-10T21:32:27.575Z] #17 35.17 Selecting previously unselected package libjq1:amd64. [2020-09-10T21:32:27.575Z] #17 35.18 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-10T21:32:27.575Z] #17 35.20 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-10T21:32:27.575Z] #17 35.31 Selecting previously unselected package jq. [2020-09-10T21:32:27.575Z] #17 35.32 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-10T21:32:27.575Z] #17 35.32 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-10T21:32:27.835Z] #17 35.40 Selecting previously unselected package libaio1:amd64. [2020-09-10T21:32:27.835Z] #17 35.41 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-09-10T21:32:27.835Z] #17 35.44 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-09-10T21:32:27.835Z] #17 35.51 Selecting previously unselected package libgpm2:amd64. [2020-09-10T21:32:27.835Z] #17 35.51 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-09-10T21:32:27.835Z] #17 35.52 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-09-10T21:32:27.835Z] #17 35.59 Selecting previously unselected package libicu63:amd64. [2020-09-10T21:32:27.835Z] #17 35.59 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-10T21:32:27.835Z] #17 35.60 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-10T21:32:27.943Z] #18 72.91 Setting up python3-pip (18.1-5) ... [2020-09-10T21:32:29.493Z] #18 74.41 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:32:29.493Z] #18 74.45 Processing triggers for mime-support (3.62) ... [2020-09-10T21:32:29.493Z] #18 DONE 74.8s [2020-09-10T21:32:29.493Z] [2020-09-10T21:32:29.493Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:32:29.493Z] #42 175.2 github.com/LK4D4/vndr/godl [2020-09-10T21:32:29.493Z] #42 176.1 github.com/LK4D4/vndr [2020-09-10T21:32:29.795Z] #42 ... [2020-09-10T21:32:29.795Z] [2020-09-10T21:32:29.795Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-10T21:32:29.795Z] #19 0.389 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-10T21:32:29.795Z] #19 0.402 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-10T21:32:29.795Z] #19 0.409 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-10T21:32:29.795Z] #19 DONE 0.5s [2020-09-10T21:32:29.795Z] [2020-09-10T21:32:29.795Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:29.795Z] #40 117.9 CC criu/cr-errno.o [2020-09-10T21:32:29.795Z] #40 118.1 CC criu/cr-restore.o [2020-09-10T21:32:30.098Z] #40 ... [2020-09-10T21:32:30.098Z] [2020-09-10T21:32:30.098Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-10T21:32:30.377Z] #17 ... [2020-09-10T21:32:30.377Z] [2020-09-10T21:32:30.377Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:30.377Z] #39 84.87 CC criu/aio.o [2020-09-10T21:32:30.377Z] #39 85.42 CC criu/autofs.o [2020-09-10T21:32:30.377Z] #39 86.63 CC criu/bfd.o [2020-09-10T21:32:30.377Z] #39 87.11 CC criu/bitmap.o [2020-09-10T21:32:30.377Z] #39 87.24 CC criu/cgroup-props.o [2020-09-10T21:32:30.377Z] #39 87.82 CC criu/cgroup.o [2020-09-10T21:32:30.377Z] #39 90.45 CC criu/clone-noasan.o [2020-09-10T21:32:30.377Z] #39 90.66 CC criu/config.o [2020-09-10T21:32:30.377Z] #39 91.86 CC criu/cr-check.o [2020-09-10T21:32:30.377Z] #39 93.53 CC criu/cr-dedup.o [2020-09-10T21:32:30.377Z] #39 93.80 CC criu/cr-dump.o [2020-09-10T21:32:30.399Z] #20 ... [2020-09-10T21:32:30.399Z] [2020-09-10T21:32:30.399Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:32:30.399Z] #42 DONE 186.3s [2020-09-10T21:32:30.680Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-09-10T21:32:30.680Z] --- PASS: TestNetworkLoopbackNat (3.10s) [2020-09-10T21:32:30.680Z] === RUN TestPause [2020-09-10T21:32:30.700Z] [2020-09-10T21:32:30.700Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:32:30.938Z] --- PASS: TestPause (0.57s) [2020-09-10T21:32:30.938Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-10T21:32:30.938Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-10T21:32:30.938Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-10T21:32:30.938Z] === RUN TestPauseStopPausedContainer [2020-09-10T21:32:31.314Z] #39 95.98 CC criu/cr-errno.o [2020-09-10T21:32:31.314Z] #39 ... [2020-09-10T21:32:31.314Z] [2020-09-10T21:32:31.314Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:32:31.314Z] #17 38.86 Selecting previously unselected package libnet1:amd64. [2020-09-10T21:32:31.315Z] #17 38.88 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-10T21:32:31.315Z] #17 38.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-10T21:32:31.315Z] #17 39.03 Selecting previously unselected package libnl-3-200:amd64. [2020-09-10T21:32:31.315Z] #17 39.04 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-10T21:32:31.315Z] #17 39.04 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-10T21:32:31.424Z] ok github.com/docker/docker/daemon/cluster 0.024s coverage: 0.5% of statements [2020-09-10T21:32:31.574Z] #17 39.14 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-10T21:32:31.574Z] #17 39.15 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-10T21:32:31.574Z] #17 39.16 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-10T21:32:31.574Z] #17 39.23 Selecting previously unselected package libreadline5:amd64. [2020-09-10T21:32:31.574Z] #17 39.23 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-09-10T21:32:31.574Z] #17 39.25 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-10T21:32:31.833Z] #17 39.36 Selecting previously unselected package net-tools. [2020-09-10T21:32:31.833Z] #17 39.37 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-09-10T21:32:31.833Z] #17 39.37 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-10T21:32:31.833Z] #17 39.51 Selecting previously unselected package python-pip-whl. [2020-09-10T21:32:31.833Z] #17 39.52 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-10T21:32:31.833Z] #17 39.53 Unpacking python-pip-whl (18.1-5) ... [2020-09-10T21:32:32.055Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-09-10T21:32:32.075Z] #45 ... [2020-09-10T21:32:32.075Z] [2020-09-10T21:32:32.075Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-10T21:32:32.075Z] #19 8.999 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-10T21:32:32.075Z] #19 9.094 Collecting pyyaml (from yamllint==1.16.0) [2020-09-10T21:32:32.075Z] #19 9.290 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-10T21:32:32.075Z] #19 10.47 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-10T21:32:32.075Z] #19 10.53 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-10T21:32:32.075Z] #19 10.57 Building wheels for collected packages: pyyaml [2020-09-10T21:32:32.075Z] #19 10.58 Running setup.py bdist_wheel for pyyaml: started [2020-09-10T21:32:32.075Z] #19 11.64 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-10T21:32:32.075Z] #19 11.64 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-10T21:32:32.075Z] #19 11.73 Successfully built pyyaml [2020-09-10T21:32:32.075Z] #19 11.76 Installing collected packages: pyyaml, pathspec, yamllint [2020-09-10T21:32:32.075Z] #19 12.06 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-10T21:32:32.075Z] #19 DONE 13.8s [2020-09-10T21:32:32.075Z] [2020-09-10T21:32:32.075Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:32.075Z] #39 102.2 CC criu/memfd.o [2020-09-10T21:32:32.075Z] #39 102.6 CC criu/mount.o [2020-09-10T21:32:32.075Z] #39 105.2 CC criu/namespaces.o [2020-09-10T21:32:32.075Z] #39 106.5 CC criu/net.o [2020-09-10T21:32:32.075Z] #39 109.0 CC criu/netfilter.o [2020-09-10T21:32:32.075Z] #39 109.3 CC criu/page-pipe.o [2020-09-10T21:32:32.075Z] #39 110.1 CC criu/page-xfer.o [2020-09-10T21:32:32.075Z] #39 111.5 CC criu/pagemap-cache.o [2020-09-10T21:32:32.245Z] #50 ... [2020-09-10T21:32:32.245Z] [2020-09-10T21:32:32.245Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:32.245Z] #40 125.5 CC criu/cr-service.o [2020-09-10T21:32:32.313Z] --- PASS: TestPauseStopPausedContainer (1.19s) [2020-09-10T21:32:32.313Z] === RUN TestPsFilter [2020-09-10T21:32:32.313Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-09-10T21:32:32.313Z] --- PASS: TestPsFilter (0.15s) [2020-09-10T21:32:32.313Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-10T21:32:32.339Z] #39 111.8 CC criu/pagemap.o [2020-09-10T21:32:32.401Z] #17 40.07 Selecting previously unselected package python3-lib2to3. [2020-09-10T21:32:32.401Z] #17 40.08 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-10T21:32:32.401Z] #17 40.11 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-10T21:32:32.571Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-09-10T21:32:32.659Z] #17 40.24 Selecting previously unselected package python3-distutils. [2020-09-10T21:32:32.659Z] #17 40.24 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-10T21:32:32.659Z] #17 40.25 Unpacking python3-distutils (3.7.3-1) ... [2020-09-10T21:32:32.659Z] #17 40.37 Selecting previously unselected package python3-pip. [2020-09-10T21:32:32.660Z] #17 40.37 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-10T21:32:32.660Z] #17 40.38 Unpacking python3-pip (18.1-5) ... [2020-09-10T21:32:32.830Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.56s) [2020-09-10T21:32:32.830Z] === RUN TestRemoveContainerWithVolume [2020-09-10T21:32:32.916Z] #39 112.5 CC criu/parasite-syscall.o [2020-09-10T21:32:32.918Z] #17 40.56 Selecting previously unselected package python3-pkg-resources. [2020-09-10T21:32:32.918Z] #17 40.57 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-10T21:32:32.918Z] #17 40.57 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-10T21:32:33.177Z] #17 40.69 Selecting previously unselected package python3-setuptools. [2020-09-10T21:32:33.177Z] #17 40.70 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-10T21:32:33.177Z] #17 40.70 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-10T21:32:33.437Z] #17 40.94 Selecting previously unselected package python3-wheel. [2020-09-10T21:32:33.437Z] #17 40.94 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-10T21:32:33.437Z] #17 40.95 Unpacking python3-wheel (0.32.3-2) ... [2020-09-10T21:32:33.437Z] #17 41.01 Selecting previously unselected package sudo. [2020-09-10T21:32:33.437Z] #17 41.02 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-09-10T21:32:33.437Z] #17 41.03 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-10T21:32:33.493Z] #39 113.2 CC criu/path.o [2020-09-10T21:32:33.581Z] ok github.com/docker/docker/daemon/cluster/convert 0.005s coverage: 35.9% of statements [2020-09-10T21:32:33.757Z] #39 113.4 CC criu/pie-util-vdso.o [2020-09-10T21:32:33.765Z] --- PASS: TestRemoveContainerWithVolume (0.74s) [2020-09-10T21:32:33.765Z] === RUN TestRemoveContainerRunning [2020-09-10T21:32:33.956Z] #17 41.50 Selecting previously unselected package thin-provisioning-tools. [2020-09-10T21:32:33.956Z] #17 41.51 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-09-10T21:32:33.956Z] #17 41.51 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-10T21:32:33.956Z] #17 41.74 Selecting previously unselected package uidmap. [2020-09-10T21:32:33.956Z] #17 41.74 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-09-10T21:32:33.956Z] #17 41.75 Unpacking uidmap (1:4.5-1.1) ... [2020-09-10T21:32:34.021Z] #39 113.8 CC criu/pie-util.o [2020-09-10T21:32:34.215Z] #17 41.87 Selecting previously unselected package vim-runtime. [2020-09-10T21:32:34.215Z] #17 41.87 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-10T21:32:34.215Z] #17 41.91 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-10T21:32:34.215Z] #17 41.94 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-10T21:32:34.215Z] #17 41.94 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-10T21:32:34.331Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-09-10T21:32:34.331Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-09-10T21:32:34.589Z] --- PASS: TestRemoveContainerRunning (0.95s) [2020-09-10T21:32:34.589Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-10T21:32:34.598Z] #39 113.9 CC criu/pipes.o [2020-09-10T21:32:34.862Z] #39 114.5 CC criu/plugin.o [2020-09-10T21:32:35.030Z] #40 128.0 CC criu/crtools.o [2020-09-10T21:32:35.155Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-09-10T21:32:35.155Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.67s) [2020-09-10T21:32:35.155Z] === RUN TestRemoveInvalidContainer [2020-09-10T21:32:35.155Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-10T21:32:35.155Z] === RUN TestRenameLinkedContainer [2020-09-10T21:32:35.331Z] #40 128.7 CC criu/eventfd.o [2020-09-10T21:32:35.440Z] #39 114.9 CC criu/proc_parse.o [2020-09-10T21:32:35.978Z] #40 129.1 CC criu/eventpoll.o [2020-09-10T21:32:36.018Z] #39 ... [2020-09-10T21:32:36.018Z] [2020-09-10T21:32:36.018Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:32:36.018Z] #52 130.0 + bin/containerd [2020-09-10T21:32:36.089Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-09-10T21:32:36.655Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-09-10T21:32:37.032Z] #40 130.1 CC criu/external.o [2020-09-10T21:32:37.330Z] #40 130.6 CC criu/fault-injection.o [2020-09-10T21:32:37.330Z] #40 130.7 CC criu/fdstore.o [2020-09-10T21:32:37.414Z] #52 ... [2020-09-10T21:32:37.414Z] [2020-09-10T21:32:37.414Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:37.414Z] #39 116.8 CC criu/protobuf-desc.o [2020-09-10T21:32:37.505Z] #17 44.87 Selecting previously unselected package vim. [2020-09-10T21:32:37.505Z] #17 44.89 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-09-10T21:32:37.505Z] #17 44.91 Unpacking vim (2:8.1.0875-5) ... [2020-09-10T21:32:37.764Z] #17 45.44 Selecting previously unselected package xfsprogs. [2020-09-10T21:32:37.764Z] #17 45.45 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-09-10T21:32:37.764Z] #17 45.46 Unpacking xfsprogs (4.20.0-1) ... [2020-09-10T21:32:37.978Z] #40 131.2 CC criu/fifo.o [2020-09-10T21:32:37.990Z] #39 117.5 CC criu/protobuf.o [2020-09-10T21:32:37.990Z] #39 117.8 CC criu/pstree.o [2020-09-10T21:32:38.277Z] #40 131.7 CC criu/file-ids.o [2020-09-10T21:32:38.333Z] #17 45.90 Selecting previously unselected package zip. [2020-09-10T21:32:38.333Z] #17 45.92 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-09-10T21:32:38.333Z] #17 45.93 Unpacking zip (3.0-11+b1) ... [2020-09-10T21:32:38.555Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-09-10T21:32:38.555Z] --- PASS: TestRenameLinkedContainer (3.10s) [2020-09-10T21:32:38.555Z] === RUN TestRenameStoppedContainer [2020-09-10T21:32:38.592Z] #17 46.15 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-10T21:32:38.592Z] #17 46.17 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-10T21:32:38.592Z] #17 46.18 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-09-10T21:32:38.592Z] #17 46.19 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-10T21:32:38.592Z] #17 46.20 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-09-10T21:32:38.592Z] #17 46.22 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-09-10T21:32:38.592Z] #17 46.23 Setting up uidmap (1:4.5-1.1) ... [2020-09-10T21:32:38.592Z] #17 46.24 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-09-10T21:32:38.592Z] #17 46.25 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-10T21:32:38.592Z] #17 46.26 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-10T21:32:38.592Z] #17 46.27 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-10T21:32:38.593Z] #17 46.29 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-10T21:32:38.593Z] #17 46.30 Setting up xxd (2:8.1.0875-5) ... [2020-09-10T21:32:38.593Z] #17 46.31 Setting up zip (3.0-11+b1) ... [2020-09-10T21:32:38.593Z] #17 46.33 Setting up vim-common (2:8.1.0875-5) ... [2020-09-10T21:32:38.813Z] --- PASS: TestRenameStoppedContainer (0.58s) [2020-09-10T21:32:38.813Z] === RUN TestRenameRunningContainerAndReuse [2020-09-10T21:32:38.852Z] #17 46.36 Setting up bash-completion (1:2.8-6) ... [2020-09-10T21:32:38.924Z] #40 ... [2020-09-10T21:32:38.924Z] [2020-09-10T21:32:38.924Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-10T21:32:38.924Z] #29 DONE 194.6s [2020-09-10T21:32:38.924Z] [2020-09-10T21:32:38.924Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:38.924Z] #40 132.2 CC criu/file-lock.o [2020-09-10T21:32:38.924Z] #40 ... [2020-09-10T21:32:38.924Z] [2020-09-10T21:32:38.924Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-10T21:32:38.924Z] #20 6.289 Collecting yamllint==1.16.0 [2020-09-10T21:32:38.924Z] #20 6.681 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-10T21:32:38.924Z] #20 6.787 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-10T21:32:38.924Z] #20 6.871 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-10T21:32:38.924Z] #20 6.951 Collecting pyyaml (from yamllint==1.16.0) [2020-09-10T21:32:38.924Z] #20 7.283 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-10T21:32:39.071Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-09-10T21:32:39.222Z] #20 9.231 Building wheels for collected packages: pyyaml [2020-09-10T21:32:39.222Z] #20 9.273 Running setup.py bdist_wheel for pyyaml: started [2020-09-10T21:32:39.388Z] #39 118.7 CC criu/rbtree.o [2020-09-10T21:32:39.388Z] #39 ... [2020-09-10T21:32:39.388Z] [2020-09-10T21:32:39.388Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:32:39.388Z] #21 184.6 + return [2020-09-10T21:32:39.388Z] #21 DONE 185.6s [2020-09-10T21:32:39.388Z] [2020-09-10T21:32:39.388Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:39.388Z] #39 119.0 CC criu/rst-malloc.o [2020-09-10T21:32:39.652Z] #39 119.3 CC criu/seccomp.o [2020-09-10T21:32:40.229Z] #39 119.9 CC criu/seize.o [2020-09-10T21:32:40.417Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-10T21:32:40.446Z] --- PASS: TestRenameRunningContainerAndReuse (1.57s) [2020-09-10T21:32:40.446Z] === RUN TestRenameInvalidName [2020-09-10T21:32:40.488Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.425s coverage: 14.1% of statements [2020-09-10T21:32:41.184Z] #39 121.0 CC criu/servicefd.o [2020-09-10T21:32:41.336Z] #20 11.31 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-10T21:32:41.336Z] #20 11.31 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-10T21:32:41.336Z] #20 11.39 Successfully built pyyaml [2020-09-10T21:32:41.336Z] #20 11.40 Installing collected packages: pathspec, pyyaml, yamllint [2020-09-10T21:32:41.351Z] [2020-09-10T21:32:41.351Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-09-10T21:32:41.381Z] --- PASS: TestRenameInvalidName (0.79s) [2020-09-10T21:32:41.381Z] === RUN TestRenameAnonymousContainer [2020-09-10T21:32:41.389Z] #17 48.92 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-09-10T21:32:41.389Z] #17 48.93 Setting up xz-utils (5.2.4-1) ... [2020-09-10T21:32:41.389Z] #17 48.95 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-10T21:32:41.389Z] #17 48.97 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-10T21:32:41.389Z] #17 ... [2020-09-10T21:32:41.389Z] [2020-09-10T21:32:41.389Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:41.389Z] #39 96.07 CC criu/cr-restore.o [2020-09-10T21:32:41.389Z] #39 99.79 CC criu/cr-service.o [2020-09-10T21:32:41.389Z] #39 101.1 CC criu/crtools.o [2020-09-10T21:32:41.389Z] #39 101.8 CC criu/eventfd.o [2020-09-10T21:32:41.389Z] #39 102.1 CC criu/eventpoll.o [2020-09-10T21:32:41.389Z] #39 102.8 CC criu/external.o [2020-09-10T21:32:41.389Z] #39 103.2 CC criu/fault-injection.o [2020-09-10T21:32:41.389Z] #39 103.3 CC criu/fdstore.o [2020-09-10T21:32:41.389Z] #39 103.6 CC criu/fifo.o [2020-09-10T21:32:41.389Z] #39 104.1 CC criu/file-ids.o [2020-09-10T21:32:41.389Z] #39 104.5 CC criu/file-lock.o [2020-09-10T21:32:41.389Z] #39 105.3 CC criu/files-ext.o [2020-09-10T21:32:41.389Z] #39 105.7 CC criu/files-reg.o [2020-09-10T21:32:41.389Z] #39 ... [2020-09-10T21:32:41.389Z] [2020-09-10T21:32:41.389Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:32:41.389Z] #17 49.06 invoke-rc.d: could not determine current runlevel [2020-09-10T21:32:41.389Z] #17 49.07 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-10T21:32:41.389Z] #17 49.08 Setting up pigz (2.4-1) ... [2020-09-10T21:32:41.389Z] #17 49.09 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-10T21:32:41.389Z] #17 49.10 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-10T21:32:41.389Z] #17 49.13 Setting up python-pip-whl (18.1-5) ... [2020-09-10T21:32:41.522Z] ok github.com/docker/docker/daemon/config 0.021s coverage: 81.8% of statements [2020-09-10T21:32:41.609Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-09-10T21:32:41.609Z] Using test binary docker [2020-09-10T21:32:41.609Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-10T21:32:41.609Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-10T21:32:41.609Z] INFO: Waiting for daemon to start... [2020-09-10T21:32:41.609Z] Starting dockerd [2020-09-10T21:32:41.635Z] #20 11.78 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-10T21:32:41.648Z] #17 49.15 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-09-10T21:32:41.648Z] #17 49.16 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-10T21:32:41.761Z] #39 121.3 CC criu/shmem.o [2020-09-10T21:32:41.814Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-09-10T21:32:41.907Z] #17 49.55 Setting up libaio1:amd64 (0.3.112-3) ... [2020-09-10T21:32:41.907Z] #17 49.56 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-10T21:32:41.907Z] #17 49.57 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-10T21:32:41.907Z] #17 49.58 Setting up vim (2:8.1.0875-5) ... [2020-09-10T21:32:41.907Z] #17 49.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-10T21:32:41.907Z] #17 49.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-10T21:32:41.907Z] #17 49.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-10T21:32:41.907Z] #17 49.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-10T21:32:41.907Z] #17 49.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-10T21:32:41.907Z] #17 49.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-10T21:32:41.907Z] #17 49.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-10T21:32:41.907Z] #17 49.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-10T21:32:41.934Z] #20 DONE 12.0s [2020-09-10T21:32:41.934Z] [2020-09-10T21:32:41.934Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:41.934Z] #40 134.2 CC criu/files-ext.o [2020-09-10T21:32:41.934Z] #40 134.6 CC criu/files-reg.o [2020-09-10T21:32:41.947Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-09-10T21:32:41.947Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-09-10T21:32:41.947Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-09-10T21:32:42.166Z] #17 49.65 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-10T21:32:42.166Z] #17 49.67 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-10T21:32:42.166Z] #17 49.68 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-10T21:32:42.166Z] #17 49.69 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-10T21:32:42.166Z] #17 49.70 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-10T21:32:42.166Z] #17 49.72 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-10T21:32:42.448Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-09-10T21:32:42.513Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-09-10T21:32:42.711Z] #39 ... [2020-09-10T21:32:42.711Z] [2020-09-10T21:32:42.711Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-10T21:32:42.711Z] #22 DONE 1.2s [2020-09-10T21:32:42.711Z] [2020-09-10T21:32:42.711Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:42.711Z] #39 122.2 CC criu/sigframe.o [2020-09-10T21:32:42.711Z] #39 122.3 CC criu/signalfd.o [2020-09-10T21:32:42.975Z] #39 122.7 CC criu/sk-inet.o [2020-09-10T21:32:43.082Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2020-09-10T21:32:43.082Z] ok github.com/docker/docker/daemon 12.281s coverage: 17.4% of statements [2020-09-10T21:32:43.082Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-10T21:32:43.082Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-10T21:32:43.082Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-10T21:32:43.082Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-10T21:32:43.470Z] #40 136.9 CC criu/files.o [2020-09-10T21:32:43.765Z] . [2020-09-10T21:32:43.765Z] INFO: Building docker-sdk-python3:4.3.0... [2020-09-10T21:32:43.886Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-09-10T21:32:43.886Z] --- PASS: TestRenameAnonymousContainer (2.47s) [2020-09-10T21:32:43.886Z] === RUN TestRenameContainerWithSameName [2020-09-10T21:32:44.375Z] #39 123.6 CC criu/sk-netlink.o [2020-09-10T21:32:44.375Z] #39 123.9 CC criu/sk-packet.o [2020-09-10T21:32:44.453Z] --- PASS: TestRenameContainerWithSameName (0.69s) [2020-09-10T21:32:44.453Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-10T21:32:44.453Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-09-10T21:32:44.704Z] #17 52.02 Setting up iptables (1.8.2-4) ... [2020-09-10T21:32:44.704Z] #17 52.04 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-10T21:32:44.704Z] #17 52.05 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-10T21:32:44.704Z] #17 52.05 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-10T21:32:44.704Z] #17 52.05 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-10T21:32:44.704Z] #17 52.06 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-10T21:32:44.704Z] #17 52.07 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-10T21:32:44.704Z] #17 52.08 Setting up python3 (3.7.3-1) ... [2020-09-10T21:32:44.711Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-09-10T21:32:44.960Z] #39 124.5 CC criu/sk-queue.o [2020-09-10T21:32:44.963Z] #17 52.47 Setting up python3-wheel (0.32.3-2) ... [2020-09-10T21:32:44.970Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-09-10T21:32:45.152Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-09-10T21:32:45.532Z] #17 53.08 Setting up apparmor (2.13.2-10) ... [2020-09-10T21:32:45.537Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-09-10T21:32:45.537Z] --- PASS: TestRenameContainerWithLinkedContainer (1.27s) [2020-09-10T21:32:45.537Z] === RUN TestResize [2020-09-10T21:32:45.538Z] #39 124.9 CC criu/sk-tcp.o [2020-09-10T21:32:45.571Z] #40 138.9 CC criu/filesystems.o [2020-09-10T21:32:45.786Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.183s coverage: 57.0% of statements [2020-09-10T21:32:45.804Z] #39 125.4 CC criu/sk-unix.o [2020-09-10T21:32:46.476Z] --- PASS: TestResize (0.79s) [2020-09-10T21:32:46.476Z] === RUN TestResizeWithInvalidSize [2020-09-10T21:32:46.648Z] #40 139.9 CC criu/fsnotify.o [2020-09-10T21:32:47.426Z] --- PASS: TestResizeWithInvalidSize (0.77s) [2020-09-10T21:32:47.426Z] === RUN TestResizeWhenContainerNotStarted [2020-09-10T21:32:47.440Z] #17 54.90 Setting up xfsprogs (4.20.0-1) ... [2020-09-10T21:32:47.441Z] #17 54.97 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-10T21:32:47.699Z] #17 55.25 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-10T21:32:47.709Z] #40 141.0 CC criu/image-desc.o [2020-09-10T21:32:47.733Z] #39 127.0 CC criu/sockets.o [2020-09-10T21:32:47.959Z] #17 ... [2020-09-10T21:32:47.959Z] [2020-09-10T21:32:47.959Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:32:47.959Z] #36 183.4 + dpkg --print-architecture [2020-09-10T21:32:47.959Z] #36 183.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-10T21:32:47.995Z] --- PASS: TestResizeWhenContainerNotStarted (0.66s) [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-10T21:32:47.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-10T21:32:47.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-10T21:32:47.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-10T21:32:47.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-10T21:32:47.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-10T21:32:47.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-10T21:32:47.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-10T21:32:47.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:32:47.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:32:47.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:32:47.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:32:47.995Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:32:47.995Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:32:47.995Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-10T21:32:47.995Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-10T21:32:47.995Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:32:47.995Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-10T21:32:47.995Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:32:47.995Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-10T21:32:47.995Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:32:47.995Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:32:48.008Z] #40 141.2 CC criu/image.o [2020-09-10T21:32:48.218Z] #36 183.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-10T21:32:48.218Z] #36 183.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-10T21:32:48.311Z] #39 127.9 CC criu/stats.o [2020-09-10T21:32:48.574Z] #39 128.2 CC criu/string.o [2020-09-10T21:32:48.574Z] #39 128.3 CC criu/sysctl.o [2020-09-10T21:32:48.932Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-09-10T21:32:49.066Z] #40 142.1 CC criu/ipc_ns.o [2020-09-10T21:32:49.499Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-10T21:32:49.500Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-10T21:32:49.500Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-10T21:32:49.500Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-10T21:32:49.524Z] #39 128.9 CC criu/sysfs_parse.o [2020-09-10T21:32:49.788Z] #39 129.3 CC criu/timens.o [2020-09-10T21:32:50.052Z] #39 129.6 CC criu/timerfd.o [2020-09-10T21:32:50.123Z] #40 143.4 CC criu/irmap.o [2020-09-10T21:32:50.245Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.967s coverage: 45.9% of statements [2020-09-10T21:32:50.317Z] #39 130.0 CC criu/tty.o [2020-09-10T21:32:50.437Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-09-10T21:32:50.538Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.8% of statements [2020-09-10T21:32:50.773Z] #40 144.1 CC criu/kcmp-ids.o [2020-09-10T21:32:51.073Z] #40 144.4 CC criu/kerndat.o [2020-09-10T21:32:52.244Z] #39 131.7 CC criu/tun.o [2020-09-10T21:32:52.244Z] #39 ... [2020-09-10T21:32:52.244Z] [2020-09-10T21:32:52.244Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-10T21:32:52.244Z] #26 DONE 9.4s [2020-09-10T21:32:52.244Z] [2020-09-10T21:32:52.244Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-10T21:32:52.340Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-09-10T21:32:52.423Z] #36 ... [2020-09-10T21:32:52.423Z] [2020-09-10T21:32:52.423Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-10T21:32:52.423Z] #17 55.99 Setting up python3-distutils (3.7.3-1) ... [2020-09-10T21:32:52.423Z] #17 56.51 Setting up python3-setuptools (40.8.0-1) ... [2020-09-10T21:32:52.423Z] #17 57.74 Setting up python3-pip (18.1-5) ... [2020-09-10T21:32:52.423Z] #17 58.72 Processing triggers for libc-bin (2.28-10) ... [2020-09-10T21:32:52.423Z] #17 58.75 Processing triggers for mime-support (3.62) ... [2020-09-10T21:32:52.423Z] #17 DONE 59.7s [2020-09-10T21:32:52.423Z] [2020-09-10T21:32:52.423Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-10T21:32:52.598Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-10T21:32:52.598Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.57s) [2020-09-10T21:32:52.598Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.58s) [2020-09-10T21:32:52.598Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.69s) [2020-09-10T21:32:52.598Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.70s) [2020-09-10T21:32:52.598Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.38s) [2020-09-10T21:32:52.598Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.67s) [2020-09-10T21:32:52.598Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.11s) [2020-09-10T21:32:52.598Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.65s) [2020-09-10T21:32:52.598Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.53s) [2020-09-10T21:32:52.598Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.02s) [2020-09-10T21:32:52.599Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.90s) [2020-09-10T21:32:52.599Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.08s) [2020-09-10T21:32:52.599Z] === RUN TestCgroupNamespacesRun [2020-09-10T21:32:52.599Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-09-10T21:32:52.599Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-09-10T21:32:52.615Z] #40 145.9 CC criu/libnetlink.o [2020-09-10T21:32:52.822Z] #29 DONE 0.7s [2020-09-10T21:32:52.822Z] [2020-09-10T21:32:52.822Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:52.822Z] #39 132.2 CC criu/uffd.o [2020-09-10T21:32:52.822Z] #39 ... [2020-09-10T21:32:52.822Z] [2020-09-10T21:32:52.822Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-10T21:32:52.822Z] #31 DONE 0.1s [2020-09-10T21:32:52.912Z] #40 146.2 CC criu/log.o [2020-09-10T21:32:52.990Z] #18 ... [2020-09-10T21:32:52.990Z] [2020-09-10T21:32:52.990Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:52.990Z] #39 107.7 CC criu/files.o [2020-09-10T21:32:52.990Z] #39 109.6 CC criu/filesystems.o [2020-09-10T21:32:52.990Z] #39 110.3 CC criu/fsnotify.o [2020-09-10T21:32:52.990Z] #39 111.3 CC criu/image-desc.o [2020-09-10T21:32:52.990Z] #39 111.5 CC criu/image.o [2020-09-10T21:32:52.990Z] #39 112.3 CC criu/ipc_ns.o [2020-09-10T21:32:52.990Z] #39 113.5 CC criu/irmap.o [2020-09-10T21:32:52.990Z] #39 114.2 CC criu/kcmp-ids.o [2020-09-10T21:32:52.990Z] #39 114.5 CC criu/kerndat.o [2020-09-10T21:32:52.990Z] #39 115.7 CC criu/libnetlink.o [2020-09-10T21:32:52.990Z] #39 116.0 CC criu/log.o [2020-09-10T21:32:52.990Z] #39 116.5 CC criu/lsm.o [2020-09-10T21:32:52.990Z] #39 116.8 CC criu/mem.o [2020-09-10T21:32:52.990Z] #39 ... [2020-09-10T21:32:52.990Z] [2020-09-10T21:32:52.990Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-10T21:32:52.990Z] #18 0.953 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-10T21:32:52.990Z] #18 0.961 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-10T21:32:52.990Z] #18 0.964 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-10T21:32:53.085Z] [2020-09-10T21:32:53.085Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-10T21:32:53.085Z] #34 DONE 0.1s [2020-09-10T21:32:53.085Z] [2020-09-10T21:32:53.085Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:32:53.085Z] #52 ... [2020-09-10T21:32:53.085Z] [2020-09-10T21:32:53.085Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-10T21:32:53.250Z] #18 DONE 1.1s [2020-09-10T21:32:53.250Z] [2020-09-10T21:32:53.250Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-10T21:32:53.533Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-09-10T21:32:53.559Z] #40 146.7 CC criu/lsm.o [2020-09-10T21:32:53.857Z] #40 147.2 CC criu/mem.o [2020-09-10T21:32:54.035Z] #37 DONE 0.8s [2020-09-10T21:32:54.035Z] [2020-09-10T21:32:54.035Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:32:54.035Z] #39 133.4 CC criu/util.o [2020-09-10T21:32:54.059Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.234s coverage: 49.5% of statements [2020-09-10T21:32:54.099Z] --- PASS: TestCgroupNamespacesRun (1.41s) [2020-09-10T21:32:54.099Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-10T21:32:54.988Z] #39 134.5 CC criu/uts_ns.o [2020-09-10T21:32:55.251Z] #39 134.7 CC criu/vdso.o [2020-09-10T21:32:55.474Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.49s) [2020-09-10T21:32:55.474Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-10T21:32:55.474Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-09-10T21:32:55.570Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.577s coverage: 73.1% of statements [2020-09-10T21:32:55.570Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-10T21:32:55.827Z] #39 135.3 LINK criu/built-in.o [2020-09-10T21:32:55.827Z] #39 135.5 LINK criu/criu [2020-09-10T21:32:55.959Z] #40 148.9 CC criu/memfd.o [2020-09-10T21:32:56.403Z] #39 135.9 DEP lib/c/criu.d [2020-09-10T21:32:56.403Z] #39 136.0 CC images/rpc.pb-c.o [2020-09-10T21:32:56.605Z] #40 149.6 CC criu/mount.o [2020-09-10T21:32:56.849Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.50s) [2020-09-10T21:32:56.849Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-10T21:32:56.981Z] #39 136.7 CC lib/c/criu.o [2020-09-10T21:32:57.414Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-09-10T21:32:57.644Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.584s coverage: 76.1% of statements [2020-09-10T21:32:57.956Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-09-10T21:32:57.980Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-09-10T21:32:58.239Z] --- PASS: TestCgroupNamespacesRunHostMode (1.37s) [2020-09-10T21:32:58.239Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-10T21:32:58.377Z] #39 137.8 LINK lib/c/built-in.o [2020-09-10T21:32:58.377Z] #39 137.8 LINK lib/c/libcriu.so [2020-09-10T21:32:58.377Z] #39 137.8 LINK lib/c/libcriu.a [2020-09-10T21:32:58.377Z] #39 138.0 GEN magic.py [2020-09-10T21:32:58.523Z] #19 5.019 Collecting yamllint==1.16.0 [2020-09-10T21:32:58.523Z] #19 ... [2020-09-10T21:32:58.523Z] [2020-09-10T21:32:58.523Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:32:58.523Z] #45 191.2 + cd /tmp/tmp.reoUHs5Tah/src/github.com/golangci/golangci-lint/ [2020-09-10T21:32:58.523Z] #45 191.2 + git checkout -q v1.23.8 [2020-09-10T21:32:58.523Z] #45 192.1 ++ git describe --tags [2020-09-10T21:32:58.523Z] #45 192.1 + version=v1.23.8 [2020-09-10T21:32:58.523Z] #45 192.1 ++ git rev-parse --short HEAD [2020-09-10T21:32:58.523Z] #45 192.1 + commit=76a82c6 [2020-09-10T21:32:58.523Z] #45 192.1 ++ git show -s --format=%cd [2020-09-10T21:32:58.523Z] #45 192.1 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-10T21:32:58.523Z] #45 192.1 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-10T21:32:58.641Z] #39 138.2 Note: Building without setproctitle() and strlcpy() support. [2020-09-10T21:32:58.641Z] #39 138.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-10T21:32:58.641Z] #39 138.2 Note: Building without GnuTLS support [2020-09-10T21:32:58.641Z] #39 138.2 Makefile.config:39: Warn: you have no libnftables installed [2020-09-10T21:32:58.641Z] #39 138.2 Makefile.config:40: Warn: Building without nftables support [2020-09-10T21:32:58.991Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2020-09-10T21:32:59.592Z] #39 139.0 fatal: not a git repository (or any of the parent directories): .git [2020-09-10T21:32:59.614Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-09-10T21:32:59.872Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.45s) [2020-09-10T21:32:59.872Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-10T21:32:59.872Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-09-10T21:33:00.131Z] === RUN TestDockerSuite/TestBuildCmd [2020-09-10T21:33:00.170Z] #39 139.9 make[1]: Nothing to be done for 'all'. [2020-09-10T21:33:00.390Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-09-10T21:33:00.506Z] ok github.com/docker/docker/daemon/images 0.007s coverage: 4.8% of statements [2020-09-10T21:33:00.506Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2020-09-10T21:33:00.649Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-09-10T21:33:00.649Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-09-10T21:33:00.797Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.186s coverage: 57.7% of statements [2020-09-10T21:33:00.797Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-10T21:33:00.797Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-10T21:33:00.797Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-10T21:33:00.797Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-10T21:33:00.908Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-09-10T21:33:00.908Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-09-10T21:33:00.908Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.25s) [2020-09-10T21:33:00.908Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-10T21:33:01.113Z] #40 153.7 CC criu/namespaces.o [2020-09-10T21:33:01.121Z] #39 140.7 make[1]: 'images/built-in.o' is up to date. [2020-09-10T21:33:01.121Z] #39 140.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-10T21:33:01.121Z] #39 140.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-10T21:33:01.121Z] #39 140.9 make[1]: 'compel/libcompel.a' is up to date. [2020-09-10T21:33:01.385Z] #39 140.9 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-10T21:33:01.385Z] #39 141.0 make[1]: Nothing to be done for 'all'. [2020-09-10T21:33:01.385Z] #39 141.0 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-10T21:33:01.655Z] #39 141.3 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:01.655Z] #39 141.4 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:01.655Z] #39 141.4 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:01.834Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 41.0% of statements [2020-09-10T21:33:01.842Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2020-09-10T21:33:01.842Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-10T21:33:01.842Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-09-10T21:33:01.919Z] #39 141.5 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:01.919Z] #39 141.6 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:01.919Z] #39 141.7 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:02.126Z] ok github.com/docker/docker/daemon/logger/awslogs 0.080s coverage: 77.4% of statements [2020-09-10T21:33:02.126Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-10T21:33:02.126Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-10T21:33:02.182Z] #39 141.8 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:02.445Z] #39 141.9 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:02.445Z] #39 141.9 INSTALL criu/criu [2020-09-10T21:33:02.650Z] #40 156.0 CC criu/net.o [2020-09-10T21:33:03.007Z] 4612f6d0b889: Pull complete [2020-09-10T21:33:03.064Z] #39 DONE 142.5s [2020-09-10T21:33:03.064Z] [2020-09-10T21:33:03.064Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:33:03.163Z] ok github.com/docker/docker/daemon/logger/journald 0.025s coverage: 23.9% of statements [2020-09-10T21:33:03.163Z] ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 67.0% of statements [2020-09-10T21:33:03.218Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.58s) [2020-09-10T21:33:03.218Z] === RUN TestKernelTCPMemory [2020-09-10T21:33:03.456Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.014s coverage: 87.2% of statements [2020-09-10T21:33:03.748Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.018s coverage: 61.6% of statements [2020-09-10T21:33:03.785Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-09-10T21:33:03.799Z] #45 ... [2020-09-10T21:33:03.799Z] [2020-09-10T21:33:03.799Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-10T21:33:03.799Z] #19 10.38 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-10T21:33:03.799Z] #19 10.46 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-10T21:33:03.799Z] #19 10.52 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-10T21:33:03.799Z] #19 10.59 Collecting pyyaml (from yamllint==1.16.0) [2020-09-10T21:33:03.799Z] #19 10.75 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-10T21:33:03.799Z] #19 ... [2020-09-10T21:33:03.799Z] [2020-09-10T21:33:03.799Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:33:03.799Z] #39 118.8 CC criu/memfd.o [2020-09-10T21:33:03.799Z] #39 119.4 CC criu/mount.o [2020-09-10T21:33:03.799Z] #39 123.7 CC criu/namespaces.o [2020-09-10T21:33:03.799Z] #39 125.3 CC criu/net.o [2020-09-10T21:33:03.799Z] #39 128.1 CC criu/netfilter.o [2020-09-10T21:33:03.799Z] #39 128.4 CC criu/page-pipe.o [2020-09-10T21:33:04.043Z] --- PASS: TestKernelTCPMemory (0.87s) [2020-09-10T21:33:04.043Z] === RUN TestNISDomainname [2020-09-10T21:33:04.369Z] #39 129.1 CC criu/page-xfer.o [2020-09-10T21:33:04.385Z] ok github.com/docker/docker/daemon/logger/local 0.024s coverage: 75.2% of statements [2020-09-10T21:33:04.385Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-10T21:33:04.462Z] #45 ... [2020-09-10T21:33:04.462Z] [2020-09-10T21:33:04.462Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-10T21:33:04.462Z] #40 DONE 0.2s [2020-09-10T21:33:04.462Z] [2020-09-10T21:33:04.462Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-10T21:33:04.979Z] --- PASS: TestNISDomainname (0.78s) [2020-09-10T21:33:04.979Z] === RUN TestHostnameDnsResolution [2020-09-10T21:33:05.021Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.075s coverage: 37.7% of statements [2020-09-10T21:33:05.043Z] #42 DONE 0.6s [2020-09-10T21:33:05.043Z] [2020-09-10T21:33:05.043Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-10T21:33:05.310Z] #39 ... [2020-09-10T21:33:05.310Z] [2020-09-10T21:33:05.310Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-10T21:33:05.310Z] #19 12.12 Building wheels for collected packages: pyyaml [2020-09-10T21:33:05.310Z] #19 12.12 Running setup.py bdist_wheel for pyyaml: started [2020-09-10T21:33:05.314Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.013s coverage: 33.3% of statements [2020-09-10T21:33:05.620Z] #44 DONE 0.4s [2020-09-10T21:33:05.620Z] [2020-09-10T21:33:05.620Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:33:06.258Z] #19 13.19 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-10T21:33:06.258Z] #19 13.19 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-10T21:33:06.258Z] #19 13.27 Successfully built pyyaml [2020-09-10T21:33:06.354Z] --- PASS: TestHostnameDnsResolution (1.41s) [2020-09-10T21:33:06.354Z] === RUN TestStats [2020-09-10T21:33:06.518Z] #19 13.30 Installing collected packages: pathspec, pyyaml, yamllint [2020-09-10T21:33:06.613Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-09-10T21:33:06.778Z] #19 13.69 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-10T21:33:06.826Z] ok github.com/docker/docker/daemon/logger/syslog 0.017s coverage: 46.8% of statements [2020-09-10T21:33:06.826Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-09-10T21:33:07.180Z] === RUN TestDockerSuite/TestBuildContChar [2020-09-10T21:33:07.196Z] #40 159.7 CC criu/netfilter.o [2020-09-10T21:33:07.196Z] #40 160.0 CC criu/page-pipe.o [2020-09-10T21:33:07.348Z] #19 DONE 14.2s [2020-09-10T21:33:07.348Z] [2020-09-10T21:33:07.348Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-10T21:33:07.438Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-09-10T21:33:07.463Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-09-10T21:33:07.463Z] ok github.com/docker/docker/daemon/logger/splunk 1.447s coverage: 82.5% of statements [2020-09-10T21:33:07.463Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-10T21:33:07.463Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-10T21:33:07.842Z] #40 160.9 CC criu/page-xfer.o [2020-09-10T21:33:07.918Z] #22 DONE 0.5s [2020-09-10T21:33:07.918Z] [2020-09-10T21:33:07.918Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-10T21:33:08.975Z] ok github.com/docker/docker/distribution/metadata 0.021s coverage: 48.2% of statements [2020-09-10T21:33:08.975Z] ok github.com/docker/docker/distribution 0.433s coverage: 21.9% of statements [2020-09-10T21:33:08.975Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-10T21:33:09.339Z] --- PASS: TestStats (2.70s) [2020-09-10T21:33:09.339Z] === RUN TestStopContainerWithTimeout [2020-09-10T21:33:09.339Z] === RUN TestStopContainerWithTimeout/0 [2020-09-10T21:33:09.339Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-10T21:33:09.339Z] === RUN TestStopContainerWithTimeout/1 [2020-09-10T21:33:09.339Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-10T21:33:09.339Z] === RUN TestStopContainerWithTimeout/3 [2020-09-10T21:33:09.339Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-10T21:33:09.339Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-10T21:33:09.339Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-10T21:33:09.339Z] === CONT TestStopContainerWithTimeout/0 [2020-09-10T21:33:09.339Z] === CONT TestStopContainerWithTimeout/3 [2020-09-10T21:33:09.339Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-10T21:33:09.339Z] === CONT TestStopContainerWithTimeout/1 [2020-09-10T21:33:09.598Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-09-10T21:33:09.598Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-09-10T21:33:09.944Z] #40 163.0 CC criu/pagemap-cache.o [2020-09-10T21:33:09.944Z] #40 163.4 CC criu/pagemap.o [2020-09-10T21:33:10.014Z] ok github.com/docker/docker/errdefs 0.002s coverage: 49.4% of statements [2020-09-10T21:33:10.650Z] ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements [2020-09-10T21:33:10.976Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-09-10T21:33:10.976Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-09-10T21:33:11.242Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-09-10T21:33:11.301Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2020-09-10T21:33:11.478Z] #40 164.5 CC criu/parasite-syscall.o [2020-09-10T21:33:11.506Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-09-10T21:33:11.594Z] ok github.com/docker/docker/distribution/xfer 1.902s coverage: 85.6% of statements [2020-09-10T21:33:11.594Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-10T21:33:11.594Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-10T21:33:11.594Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2020-09-10T21:33:11.594Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-10T21:33:11.764Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-09-10T21:33:11.775Z] #40 ... [2020-09-10T21:33:11.775Z] [2020-09-10T21:33:11.775Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:33:11.775Z] #37 227.5 + dpkg --print-architecture [2020-09-10T21:33:11.775Z] #37 227.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-10T21:33:12.022Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-09-10T21:33:12.074Z] #37 227.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-10T21:33:12.074Z] #37 227.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-10T21:33:12.119Z] #26 DONE 3.7s [2020-09-10T21:33:12.119Z] [2020-09-10T21:33:12.119Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-10T21:33:12.119Z] #29 DONE 0.6s [2020-09-10T21:33:12.119Z] [2020-09-10T21:33:12.119Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:33:12.119Z] #49 83.94 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-09-10T21:33:12.119Z] #49 86.30 + mkdir -p /build [2020-09-10T21:33:12.119Z] #49 86.30 + cp runc /build/runc [2020-09-10T21:33:12.119Z] #49 DONE 86.7s [2020-09-10T21:33:12.119Z] [2020-09-10T21:33:12.119Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-10T21:33:12.231Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2020-09-10T21:33:12.281Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-10T21:33:12.281Z] --- PASS: TestStopContainerWithTimeout/0 (1.28s) [2020-09-10T21:33:12.281Z] --- PASS: TestStopContainerWithTimeout/1 (2.29s) [2020-09-10T21:33:12.281Z] --- PASS: TestStopContainerWithTimeout/-1 (3.03s) [2020-09-10T21:33:12.281Z] --- PASS: TestStopContainerWithTimeout/3 (3.33s) [2020-09-10T21:33:12.281Z] === RUN TestDeleteDevicemapper [2020-09-10T21:33:12.281Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-10T21:33:12.281Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-10T21:33:12.281Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-10T21:33:12.379Z] #31 DONE 0.1s [2020-09-10T21:33:12.379Z] [2020-09-10T21:33:12.379Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-10T21:33:12.379Z] #34 DONE 0.1s [2020-09-10T21:33:12.379Z] [2020-09-10T21:33:12.379Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:33:12.379Z] #39 130.8 CC criu/pagemap-cache.o [2020-09-10T21:33:12.379Z] #39 131.2 CC criu/pagemap.o [2020-09-10T21:33:12.379Z] #39 132.3 CC criu/parasite-syscall.o [2020-09-10T21:33:12.379Z] #39 133.4 CC criu/path.o [2020-09-10T21:33:12.379Z] #39 133.7 CC criu/pie-util-vdso-elf32.o [2020-09-10T21:33:12.379Z] #39 134.1 CC criu/pie-util-vdso.o [2020-09-10T21:33:12.379Z] #39 134.6 CC criu/pie-util.o [2020-09-10T21:33:12.379Z] #39 134.7 CC criu/pipes.o [2020-09-10T21:33:12.379Z] #39 135.5 CC criu/plugin.o [2020-09-10T21:33:12.379Z] #39 135.9 CC criu/proc_parse.o [2020-09-10T21:33:13.268Z] ok github.com/docker/docker/opts 0.017s coverage: 67.1% of statements [2020-09-10T21:33:13.320Z] #39 138.3 CC criu/protobuf-desc.o [2020-09-10T21:33:13.560Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-09-10T21:33:13.784Z] #45 DONE 219.8s [2020-09-10T21:33:13.784Z] [2020-09-10T21:33:13.784Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:33:14.291Z] #39 139.2 CC criu/protobuf.o [2020-09-10T21:33:14.812Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.10s) [2020-09-10T21:33:14.812Z] === RUN TestUpdateMemory [2020-09-10T21:33:14.812Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-10T21:33:14.812Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:33:14.812Z] === RUN TestUpdateCPUQuota [2020-09-10T21:33:14.812Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-09-10T21:33:14.867Z] #39 139.5 CC criu/pstree.o [2020-09-10T21:33:15.071Z] ok github.com/docker/docker/pkg/archive 0.486s coverage: 76.8% of statements [2020-09-10T21:33:15.652Z] #37 ... [2020-09-10T21:33:15.652Z] [2020-09-10T21:33:15.652Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-10T21:33:15.652Z] #50 120.5 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-09-10T21:33:15.652Z] #50 123.1 + mkdir -p /build [2020-09-10T21:33:15.652Z] #50 123.1 + cp runc /build/runc [2020-09-10T21:33:15.652Z] #50 DONE 123.3s [2020-09-10T21:33:15.652Z] [2020-09-10T21:33:15.652Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:33:15.652Z] #46 229.4 + cd /tmp/tmp.1GhRDbky9B/src/github.com/golangci/golangci-lint/ [2020-09-10T21:33:15.652Z] #46 229.4 + git checkout -q v1.23.8 [2020-09-10T21:33:15.652Z] #46 230.3 ++ git describe --tags [2020-09-10T21:33:15.652Z] #46 230.3 + version=v1.23.8 [2020-09-10T21:33:15.652Z] #46 230.3 ++ git rev-parse --short HEAD [2020-09-10T21:33:15.652Z] #46 230.3 + commit=76a82c6 [2020-09-10T21:33:15.652Z] #46 230.3 ++ git show -s --format=%cd [2020-09-10T21:33:15.652Z] #46 230.3 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-10T21:33:15.652Z] #46 230.3 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-10T21:33:15.748Z] --- PASS: TestUpdateCPUQuota (1.12s) [2020-09-10T21:33:15.748Z] === RUN TestUpdatePidsLimit [2020-09-10T21:33:15.748Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-10T21:33:15.748Z] === RUN TestUpdatePidsLimit/no_change [2020-09-10T21:33:15.809Z] #39 140.5 CC criu/rbtree.o [2020-09-10T21:33:15.809Z] #39 140.8 CC criu/rst-malloc.o [2020-09-10T21:33:16.007Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-10T21:33:16.068Z] #39 ... [2020-09-10T21:33:16.069Z] [2020-09-10T21:33:16.069Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:33:16.069Z] #36 DONE 211.5s [2020-09-10T21:33:16.069Z] [2020-09-10T21:33:16.069Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:33:16.069Z] #39 140.9 CC criu/seccomp.o [2020-09-10T21:33:16.107Z] ok github.com/docker/docker/pkg/authorization 0.710s coverage: 68.3% of statements [2020-09-10T21:33:16.265Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-10T21:33:16.265Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-09-10T21:33:16.265Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-10T21:33:16.399Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-09-10T21:33:16.399Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-09-10T21:33:16.525Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-10T21:33:16.784Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-10T21:33:17.008Z] #39 141.7 CC criu/seize.o [2020-09-10T21:33:17.107Z] #52 ... [2020-09-10T21:33:17.107Z] [2020-09-10T21:33:17.107Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-10T21:33:17.720Z] --- PASS: TestUpdatePidsLimit (1.94s) [2020-09-10T21:33:17.721Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2020-09-10T21:33:17.721Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2020-09-10T21:33:17.721Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2020-09-10T21:33:17.721Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.17s) [2020-09-10T21:33:17.721Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2020-09-10T21:33:17.721Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s) [2020-09-10T21:33:17.721Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2020-09-10T21:33:17.721Z] === RUN TestUpdateRestartPolicy [2020-09-10T21:33:17.948Z] #39 142.6 CC criu/servicefd.o [2020-09-10T21:33:17.949Z] #39 142.8 CC criu/shmem.o [2020-09-10T21:33:18.052Z] #46 DONE 1.1s [2020-09-10T21:33:18.052Z] [2020-09-10T21:33:18.052Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-10T21:33:18.052Z] #48 DONE 0.1s [2020-09-10T21:33:18.052Z] [2020-09-10T21:33:18.052Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:33:18.052Z] #52 ... [2020-09-10T21:33:18.052Z] [2020-09-10T21:33:18.052Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-10T21:33:18.209Z] #39 ... [2020-09-10T21:33:18.209Z] [2020-09-10T21:33:18.209Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-10T21:33:18.209Z] #37 DONE 0.4s [2020-09-10T21:33:18.209Z] [2020-09-10T21:33:18.209Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:33:18.469Z] #39 143.3 CC criu/sigframe.o [2020-09-10T21:33:18.469Z] #39 143.4 CC criu/signalfd.o [2020-09-10T21:33:18.626Z] #50 DONE 0.5s [2020-09-10T21:33:18.626Z] [2020-09-10T21:33:18.626Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:33:18.728Z] #39 143.6 CC criu/sk-inet.o [2020-09-10T21:33:19.298Z] #39 144.2 CC criu/sk-netlink.o [2020-09-10T21:33:19.559Z] #39 144.5 CC criu/sk-packet.o [2020-09-10T21:33:19.620Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-09-10T21:33:19.821Z] #39 144.9 CC criu/sk-queue.o [2020-09-10T21:33:20.390Z] #39 145.2 CC criu/sk-tcp.o [2020-09-10T21:33:20.554Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-09-10T21:33:20.813Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-09-10T21:33:20.855Z] ok github.com/docker/docker/layer 7.212s coverage: 68.8% of statements [2020-09-10T21:33:20.855Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-10T21:33:20.855Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-10T21:33:20.855Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-10T21:33:20.855Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-10T21:33:20.855Z] ? github.com/docker/docker/oci [no test files] [2020-09-10T21:33:20.855Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-10T21:33:20.855Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-09-10T21:33:20.855Z] ok github.com/docker/docker/pkg/chrootarchive 3.571s coverage: 43.2% of statements [2020-09-10T21:33:20.855Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-10T21:33:20.855Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-10T21:33:20.855Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2020-09-10T21:33:20.960Z] #39 145.7 CC criu/sk-unix.o [2020-09-10T21:33:21.147Z] ok github.com/docker/docker/pkg/discovery/file 0.020s coverage: 92.9% of statements [2020-09-10T21:33:21.379Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-09-10T21:33:21.439Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2020-09-10T21:33:21.731Z] ok github.com/docker/docker/pkg/discovery/nodes 0.015s coverage: 93.8% of statements [2020-09-10T21:33:21.900Z] #39 146.8 CC criu/sockets.o [2020-09-10T21:33:22.023Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2020-09-10T21:33:22.469Z] #39 147.4 CC criu/stats.o [2020-09-10T21:33:22.622Z] #46 ... [2020-09-10T21:33:22.622Z] [2020-09-10T21:33:22.622Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:33:22.622Z] #40 165.7 CC criu/path.o [2020-09-10T21:33:22.622Z] #40 166.0 CC criu/pie-util-vdso.o [2020-09-10T21:33:22.622Z] #40 166.5 CC criu/pie-util.o [2020-09-10T21:33:22.622Z] #40 166.8 CC criu/pipes.o [2020-09-10T21:33:22.622Z] #40 167.8 CC criu/plugin.o [2020-09-10T21:33:22.622Z] #40 168.2 CC criu/proc_parse.o [2020-09-10T21:33:22.622Z] #40 173.2 CC criu/protobuf-desc.o [2020-09-10T21:33:22.622Z] #40 174.2 CC criu/protobuf.o [2020-09-10T21:33:22.622Z] #40 174.7 CC criu/pstree.o [2020-09-10T21:33:22.622Z] #40 176.0 CC criu/rbtree.o [2020-09-10T21:33:22.729Z] #39 147.6 CC criu/string.o [2020-09-10T21:33:22.729Z] #39 147.6 CC criu/sysctl.o [2020-09-10T21:33:22.840Z] #52 186.5 + bin/containerd-stress [2020-09-10T21:33:22.988Z] #39 148.0 CC criu/sysfs_parse.o [2020-09-10T21:33:23.062Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-09-10T21:33:23.280Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-09-10T21:33:23.282Z] #40 176.4 CC criu/rst-malloc.o [2020-09-10T21:33:23.538Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-09-10T21:33:23.558Z] #39 148.3 CC criu/timens.o [2020-09-10T21:33:23.558Z] #39 148.5 CC criu/timerfd.o [2020-09-10T21:33:23.580Z] #40 176.8 CC criu/seccomp.o [2020-09-10T21:33:23.696Z] ok github.com/docker/docker/pkg/fileutils 0.003s coverage: 89.5% of statements [2020-09-10T21:33:23.818Z] #39 148.7 CC criu/tty.o [2020-09-10T21:33:24.227Z] #40 177.6 CC criu/seize.o [2020-09-10T21:33:24.348Z] ok github.com/docker/docker/pkg/fsutils 0.401s coverage: 85.1% of statements [2020-09-10T21:33:24.641Z] ok github.com/docker/docker/pkg/discovery/kv 3.064s coverage: 84.1% of statements [2020-09-10T21:33:24.914Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-09-10T21:33:24.933Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2020-09-10T21:33:25.172Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-09-10T21:33:25.198Z] #39 149.7 CC criu/tun.o [2020-09-10T21:33:25.198Z] #39 150.1 CC criu/uffd.o [2020-09-10T21:33:25.281Z] #40 178.6 CC criu/servicefd.o [2020-09-10T21:33:25.567Z] ok github.com/docker/docker/pkg/idtools 0.315s coverage: 70.1% of statements [2020-09-10T21:33:25.567Z] ok github.com/docker/docker/pkg/ioutils 0.270s coverage: 70.6% of statements [2020-09-10T21:33:25.738Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-09-10T21:33:25.931Z] #40 179.1 CC criu/shmem.o [2020-09-10T21:33:25.997Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-09-10T21:33:26.150Z] #52 189.6 + bin/containerd-shim [2020-09-10T21:33:26.152Z] #39 151.0 CC criu/util.o [2020-09-10T21:33:26.201Z] ok github.com/docker/docker/pkg/locker 0.036s coverage: 88.9% of statements [2020-09-10T21:33:26.201Z] ok github.com/docker/docker/pkg/jsonmessage 0.015s coverage: 91.7% of statements [2020-09-10T21:33:26.201Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2020-09-10T21:33:26.201Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-10T21:33:26.201Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-10T21:33:26.497Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-09-10T21:33:26.497Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-10T21:33:26.497Z] ok github.com/docker/docker/pkg/parsers 0.008s coverage: 97.0% of statements [2020-09-10T21:33:26.843Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-09-10T21:33:26.843Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2020-09-10T21:33:26.931Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-09-10T21:33:26.931Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-09-10T21:33:26.931Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-09-10T21:33:26.988Z] #40 180.4 CC criu/sigframe.o [2020-09-10T21:33:27.092Z] #39 151.9 CC criu/uts_ns.o [2020-09-10T21:33:27.135Z] ok github.com/docker/docker/pkg/pidfile 0.012s coverage: 82.4% of statements [2020-09-10T21:33:27.135Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-10T21:33:27.135Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-10T21:33:27.190Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-09-10T21:33:27.190Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-09-10T21:33:27.287Z] #40 180.6 CC criu/signalfd.o [2020-09-10T21:33:27.352Z] #39 152.0 CC criu/vdso-compat.o [2020-09-10T21:33:27.352Z] #39 152.2 CC criu/vdso.o [2020-09-10T21:33:27.585Z] #40 181.0 CC criu/sk-inet.o [2020-09-10T21:33:27.777Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2020-09-10T21:33:27.922Z] #39 152.7 LINK criu/built-in.o [2020-09-10T21:33:27.922Z] #39 152.8 LINK criu/criu [2020-09-10T21:33:28.070Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-09-10T21:33:28.362Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-09-10T21:33:28.491Z] #39 153.1 DEP lib/c/criu.d [2020-09-10T21:33:28.491Z] #39 153.1 CC images/rpc.pb-c.o [2020-09-10T21:33:28.491Z] #39 153.5 CC lib/c/criu.o [2020-09-10T21:33:28.657Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-09-10T21:33:29.091Z] --- PASS: TestUpdateRestartPolicy (11.59s) [2020-09-10T21:33:29.091Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-10T21:33:29.124Z] #40 182.4 CC criu/sk-netlink.o [2020-09-10T21:33:29.431Z] #39 154.2 LINK lib/c/built-in.o [2020-09-10T21:33:29.431Z] #39 154.2 LINK lib/c/libcriu.so [2020-09-10T21:33:29.431Z] #39 154.2 LINK lib/c/libcriu.a [2020-09-10T21:33:29.431Z] #39 154.3 GEN magic.py [2020-09-10T21:33:29.658Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-09-10T21:33:29.691Z] #39 154.4 Note: Building without setproctitle() and strlcpy() support. [2020-09-10T21:33:29.691Z] #39 154.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-10T21:33:29.691Z] #39 154.4 Note: Building without GnuTLS support [2020-09-10T21:33:29.691Z] #39 154.4 Makefile.config:39: Warn: you have no libnftables installed [2020-09-10T21:33:29.691Z] #39 154.4 Makefile.config:40: Warn: Building without nftables support [2020-09-10T21:33:29.692Z] ok github.com/docker/docker/pkg/pubsub 1.020s coverage: 73.9% of statements [2020-09-10T21:33:29.772Z] #40 182.9 CC criu/sk-packet.o [2020-09-10T21:33:29.916Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2020-09-10T21:33:29.916Z] === RUN TestWaitNonBlocked [2020-09-10T21:33:29.916Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:33:29.916Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:33:29.916Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:33:29.916Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:33:29.916Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:33:29.916Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:33:29.951Z] #39 155.0 fatal: not a git repository (or any of the parent directories): .git [2020-09-10T21:33:29.984Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-09-10T21:33:30.422Z] #40 183.7 CC criu/sk-queue.o [2020-09-10T21:33:30.445Z] sha256:8c1412179bdbcbec92a8c986080925e1e59c823dffde62beb15bd6876b0778c1 [2020-09-10T21:33:30.445Z] INFO: Starting docker-py tests... [2020-09-10T21:33:30.445Z] ============================= test session starts ============================== [2020-09-10T21:33:30.445Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-09-10T21:33:30.445Z] rootdir: /src, inifile: pytest.ini [2020-09-10T21:33:30.445Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-09-10T21:33:30.445Z] collected 389 items / 1 deselected / 388 selected [2020-09-10T21:33:30.445Z] [2020-09-10T21:33:30.522Z] #39 155.4 make[1]: Nothing to be done for 'all'. [2020-09-10T21:33:30.851Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-09-10T21:33:30.851Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.88s) [2020-09-10T21:33:30.851Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.94s) [2020-09-10T21:33:30.851Z] === RUN TestWaitBlocked [2020-09-10T21:33:30.851Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:33:30.851Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:33:30.851Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:33:30.851Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:33:30.851Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:33:30.851Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:33:30.851Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-09-10T21:33:31.091Z] #39 155.9 make[1]: 'images/built-in.o' is up to date. [2020-09-10T21:33:31.092Z] #39 155.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-10T21:33:31.092Z] #39 155.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-10T21:33:31.092Z] #39 156.0 make[1]: 'compel/libcompel.a' is up to date. [2020-09-10T21:33:31.092Z] #39 156.0 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-10T21:33:31.092Z] #39 156.0 make[1]: Nothing to be done for 'all'. [2020-09-10T21:33:31.092Z] #39 156.1 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-10T21:33:31.109Z] #40 184.2 CC criu/sk-tcp.o [2020-09-10T21:33:31.351Z] #39 156.2 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:31.351Z] #39 156.2 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:31.351Z] #39 156.3 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:31.351Z] #39 156.3 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:31.351Z] #39 156.4 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:31.457Z] #52 195.3 + bin/containerd-shim-runc-v1 [2020-09-10T21:33:31.611Z] #39 156.4 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:31.611Z] #39 156.4 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:31.612Z] #39 156.5 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:31.612Z] #39 156.5 INSTALL criu/criu [2020-09-10T21:33:31.759Z] #40 184.8 CC criu/sk-unix.o [2020-09-10T21:33:31.788Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-09-10T21:33:31.788Z] --- PASS: TestWaitBlocked (0.01s) [2020-09-10T21:33:31.788Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.01s) [2020-09-10T21:33:31.788Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.10s) [2020-09-10T21:33:31.788Z] === CONT TestContainerStartOnDaemonRestart [2020-09-10T21:33:31.788Z] === CONT TestIpcModeOlderClient [2020-09-10T21:33:31.788Z] === CONT TestDaemonHostGatewayIP [2020-09-10T21:33:31.788Z] === CONT TestContainerKillOnDaemonStart [2020-09-10T21:33:31.788Z] === CONT TestDaemonRestartIpcMode [2020-09-10T21:33:32.047Z] --- PASS: TestIpcModeOlderClient (0.07s) [2020-09-10T21:33:32.181Z] #39 DONE 156.8s [2020-09-10T21:33:32.181Z] [2020-09-10T21:33:32.181Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:33:32.306Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-09-10T21:33:32.718Z] ok github.com/docker/docker/pkg/signal 2.326s coverage: 61.0% of statements [2020-09-10T21:33:32.874Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-09-10T21:33:33.010Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-09-10T21:33:33.120Z] #52 ... [2020-09-10T21:33:33.120Z] [2020-09-10T21:33:33.121Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-10T21:33:33.121Z] #40 DONE 0.1s [2020-09-10T21:33:33.121Z] [2020-09-10T21:33:33.121Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-10T21:33:33.121Z] #42 DONE 0.2s [2020-09-10T21:33:33.121Z] [2020-09-10T21:33:33.121Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-10T21:33:33.121Z] #44 DONE 0.0s [2020-09-10T21:33:33.121Z] [2020-09-10T21:33:33.121Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:33:33.302Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-09-10T21:33:33.595Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-09-10T21:33:33.595Z] ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements [2020-09-10T21:33:33.809Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-09-10T21:33:33.867Z] #40 187.1 CC criu/sockets.o [2020-09-10T21:33:34.229Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 53.8% of statements [2020-09-10T21:33:34.521Z] ok github.com/docker/docker/pkg/system 0.053s coverage: 36.9% of statements [2020-09-10T21:33:34.746Z] --- PASS: TestContainerStartOnDaemonRestart (2.72s) [2020-09-10T21:33:34.813Z] ok github.com/docker/docker/pkg/tailfile 0.034s coverage: 88.6% of statements [2020-09-10T21:33:34.934Z] #40 188.2 CC criu/stats.o [2020-09-10T21:33:35.233Z] #40 188.6 CC criu/string.o [2020-09-10T21:33:35.312Z] --- PASS: TestDaemonHostGatewayIP (3.31s) [2020-09-10T21:33:35.448Z] ok github.com/docker/docker/pkg/tarsum 0.033s coverage: 89.3% of statements [2020-09-10T21:33:35.448Z] testing: warning: no tests to run [2020-09-10T21:33:35.448Z] coverage: [no statements] [2020-09-10T21:33:35.448Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-09-10T21:33:35.532Z] #40 188.7 CC criu/sysctl.o [2020-09-10T21:33:35.578Z] --- PASS: TestDaemonRestartIpcMode (3.64s) [2020-09-10T21:33:35.682Z] #52 199.2 + bin/containerd-shim-runc-v2 [2020-09-10T21:33:35.740Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-09-10T21:33:35.854Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-09-10T21:33:36.032Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-09-10T21:33:36.032Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-09-10T21:33:36.182Z] #40 189.4 CC criu/sysfs_parse.o [2020-09-10T21:33:36.425Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-09-10T21:33:36.626Z] #52 200.4 + binaries [2020-09-10T21:33:36.626Z] #52 200.4 + install -D bin/containerd /build/containerd [2020-09-10T21:33:36.626Z] #52 200.5 + install -D bin/containerd-shim /build/containerd-shim [2020-09-10T21:33:36.626Z] #52 200.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-10T21:33:36.626Z] #52 200.5 + install -D bin/ctr /build/ctr [2020-09-10T21:33:36.683Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-09-10T21:33:36.829Z] #40 190.0 CC criu/timens.o [2020-09-10T21:33:36.942Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-09-10T21:33:37.129Z] #40 190.3 CC criu/timerfd.o [2020-09-10T21:33:37.428Z] #40 190.8 CC criu/tty.o [2020-09-10T21:33:38.104Z] ok github.com/docker/docker/plugin 0.558s coverage: 23.1% of statements [2020-09-10T21:33:38.319Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-09-10T21:33:38.396Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-09-10T21:33:38.398Z] #52 188.5 + bin/containerd [2020-09-10T21:33:39.031Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 75.0% of statements [2020-09-10T21:33:39.323Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-09-10T21:33:39.557Z] #40 ... [2020-09-10T21:33:39.557Z] [2020-09-10T21:33:39.557Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-10T21:33:39.557Z] #37 DONE 255.1s [2020-09-10T21:33:39.557Z] [2020-09-10T21:33:39.557Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-10T21:33:39.695Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-09-10T21:33:39.857Z] #40 193.1 CC criu/tun.o [2020-09-10T21:33:39.933Z] #52 DONE 203.7s [2020-09-10T21:33:40.360Z] ok github.com/docker/docker/registry 0.096s coverage: 56.3% of statements [2020-09-10T21:33:40.696Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2020-09-10T21:33:40.910Z] #40 193.9 CC criu/uffd.o [2020-09-10T21:33:40.988Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-09-10T21:33:41.321Z] [2020-09-10T21:33:41.321Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-10T21:33:41.324Z] ok github.com/docker/docker/runconfig 0.029s coverage: 66.1% of statements [2020-09-10T21:33:41.595Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-09-10T21:33:41.619Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-09-10T21:33:41.967Z] #40 195.4 CC criu/util.o [2020-09-10T21:33:42.370Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-09-10T21:33:42.937Z] tests/integration/api_client_test.py ..... [ 7%] [2020-09-10T21:33:42.970Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-09-10T21:33:43.235Z] #53 DONE 2.1s [2020-09-10T21:33:43.235Z] [2020-09-10T21:33:43.235Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-10T21:33:43.751Z] ok github.com/docker/docker/volume/drivers 0.002s coverage: 36.1% of statements [2020-09-10T21:33:43.808Z] #57 DONE 0.5s [2020-09-10T21:33:43.808Z] [2020-09-10T21:33:43.808Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-10T21:33:43.905Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-09-10T21:33:43.905Z] --- PASS: TestContainerKillOnDaemonStart (11.93s) [2020-09-10T21:33:43.905Z] PASS [2020-09-10T21:33:43.905Z] [2020-09-10T21:33:43.905Z] === Skipped [2020-09-10T21:33:43.905Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-09-10T21:33:43.905Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-10T21:33:43.905Z] [2020-09-10T21:33:43.905Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-10T21:33:43.905Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:33:43.905Z] [2020-09-10T21:33:43.905Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-10T21:33:43.905Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:33:43.905Z] [2020-09-10T21:33:43.905Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-10T21:33:43.905Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-10T21:33:43.905Z] [2020-09-10T21:33:43.905Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-10T21:33:43.905Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-10T21:33:43.905Z] [2020-09-10T21:33:43.905Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-09-10T21:33:43.905Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:33:43.905Z] [2020-09-10T21:33:43.905Z] [2020-09-10T21:33:43.905Z] DONE 192 tests, 6 skipped in 117.526s [2020-09-10T21:33:43.905Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-09-10T21:33:43.905Z] ++ 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-09-10T21:33:43.905Z] ++ set -e [2020-09-10T21:33:43.905Z] ++ '[' -n 0 ']' [2020-09-10T21:33:43.905Z] ++ set -x [2020-09-10T21:33:43.905Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:33:43.905Z] INFO: Testing against a local daemon [2020-09-10T21:33:43.905Z] === RUN TestCommitInheritsEnv [2020-09-10T21:33:44.068Z] #40 196.9 CC criu/uts_ns.o [2020-09-10T21:33:44.068Z] #40 197.2 CC criu/vdso.o [2020-09-10T21:33:44.164Z] --- PASS: TestCommitInheritsEnv (0.26s) [2020-09-10T21:33:44.164Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-10T21:33:44.164Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-10T21:33:44.164Z] === RUN TestImagesFilterMultiReference [2020-09-10T21:33:44.164Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-09-10T21:33:44.164Z] === RUN TestImagePullPlatformInvalid [2020-09-10T21:33:44.164Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-09-10T21:33:44.164Z] === RUN TestRemoveImageOrphaning [2020-09-10T21:33:44.370Z] #40 197.7 LINK criu/built-in.o [2020-09-10T21:33:44.424Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2020-09-10T21:33:44.424Z] === RUN TestRemoveImageGarbageCollector [2020-09-10T21:33:44.462Z] ok github.com/docker/docker/volume/local 0.039s coverage: 73.0% of statements [2020-09-10T21:33:44.668Z] #40 197.9 LINK criu/criu [2020-09-10T21:33:44.698Z] tests/integration/api_config_test.py ..... [ 8%] [2020-09-10T21:33:44.751Z] #59 DONE 1.1s [2020-09-10T21:33:44.751Z] [2020-09-10T21:33:44.751Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-10T21:33:44.755Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 66.9% of statements [2020-09-10T21:33:44.967Z] #40 198.4 DEP lib/c/criu.d [2020-09-10T21:33:45.012Z] #61 DONE 0.1s [2020-09-10T21:33:45.012Z] [2020-09-10T21:33:45.012Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-10T21:33:45.012Z] #62 DONE 0.0s [2020-09-10T21:33:45.012Z] [2020-09-10T21:33:45.012Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-10T21:33:45.266Z] #40 198.5 CC images/rpc.pb-c.o [2020-09-10T21:33:45.360Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-09-10T21:33:45.619Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-09-10T21:33:45.790Z] ok github.com/docker/docker/volume/service 0.009s coverage: 73.1% of statements [2020-09-10T21:33:45.923Z] #40 199.3 CC lib/c/criu.o [2020-09-10T21:33:46.186Z] --- PASS: TestRemoveImageGarbageCollector (1.60s) [2020-09-10T21:33:46.186Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-10T21:33:46.186Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-09-10T21:33:46.186Z] === RUN TestTagInvalidReference [2020-09-10T21:33:46.186Z] --- PASS: TestTagInvalidReference (0.01s) [2020-09-10T21:33:46.186Z] === RUN TestTagValidPrefixedRepo [2020-09-10T21:33:46.186Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-09-10T21:33:46.186Z] === RUN TestTagExistedNameWithoutForce [2020-09-10T21:33:46.186Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-09-10T21:33:46.186Z] === RUN TestTagOfficialNames [2020-09-10T21:33:46.186Z] --- PASS: TestTagOfficialNames (0.04s) [2020-09-10T21:33:46.186Z] === RUN TestTagMatchesDigest [2020-09-10T21:33:46.186Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-09-10T21:33:46.186Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-10T21:33:46.400Z] #63 DONE 1.6s [2020-09-10T21:33:46.664Z] [2020-09-10T21:33:46.664Z] #64 exporting to image [2020-09-10T21:33:46.664Z] #64 exporting layers [2020-09-10T21:33:46.753Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-09-10T21:33:47.321Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-09-10T21:33:47.459Z] #40 200.5 LINK lib/c/built-in.o [2020-09-10T21:33:47.459Z] #40 200.5 LINK lib/c/libcriu.so [2020-09-10T21:33:47.459Z] #40 200.6 LINK lib/c/libcriu.a [2020-09-10T21:33:47.459Z] #40 200.8 GEN magic.py [2020-09-10T21:33:47.756Z] #40 201.1 Note: Building without setproctitle() and strlcpy() support. [2020-09-10T21:33:47.756Z] #40 201.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-10T21:33:47.756Z] #40 201.1 Note: Building without GnuTLS support [2020-09-10T21:33:47.756Z] #40 201.1 Makefile.config:39: Warn: you have no libnftables installed [2020-09-10T21:33:47.756Z] #40 201.1 Makefile.config:40: Warn: Building without nftables support [2020-09-10T21:33:48.402Z] #40 201.8 fatal: not a git repository (or any of the parent directories): .git [2020-09-10T21:33:49.466Z] #40 202.8 make[1]: Nothing to be done for 'all'. [2020-09-10T21:33:49.852Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-09-10T21:33:49.852Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-09-10T21:33:49.852Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-09-10T21:33:49.852Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-09-10T21:33:50.522Z] #40 203.9 make[1]: 'images/built-in.o' is up to date. [2020-09-10T21:33:50.522Z] #40 204.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-10T21:33:50.522Z] #40 204.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-10T21:33:50.787Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-09-10T21:33:50.836Z] #40 204.1 make[1]: 'compel/libcompel.a' is up to date. [2020-09-10T21:33:50.836Z] #40 204.1 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-10T21:33:50.836Z] #40 204.2 make[1]: Nothing to be done for 'all'. [2020-09-10T21:33:50.836Z] #40 204.2 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-10T21:33:50.883Z] #64 exporting layers 3.9s done [2020-09-10T21:33:50.883Z] #64 writing image sha256:82b5d1cbbc28d5a582619fe48040f4d0e306c461755518ceedca2ebceadaa5b7 done [2020-09-10T21:33:50.883Z] #64 naming to docker.io/library/docker:ba228adc86da8be30d10d20f613989f5af5d3162 done [2020-09-10T21:33:50.883Z] #64 DONE 3.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-10T21:33:51.135Z] #40 204.5 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:51.135Z] #40 204.5 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:51.135Z] #40 204.5 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:51.227Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/test/unit [2020-09-10T21:33:51.433Z] #40 204.7 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:51.434Z] #40 204.7 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:51.434Z] #40 204.8 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:51.434Z] #40 204.8 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:51.723Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-09-10T21:33:51.733Z] #40 205.0 make[2]: Nothing to be done for 'all'. [2020-09-10T21:33:51.733Z] #40 205.0 INSTALL criu/criu [2020-09-10T21:33:51.981Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-09-10T21:33:52.035Z] #40 DONE 205.2s [2020-09-10T21:33:52.035Z] [2020-09-10T21:33:52.035Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:33:52.549Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-09-10T21:33:53.924Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-09-10T21:33:54.182Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-09-10T21:33:54.749Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-09-10T21:33:55.316Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-09-10T21:33:55.441Z] ? github.com/docker/docker/api [no test files] [2020-09-10T21:33:56.692Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-09-10T21:33:56.692Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-09-10T21:33:58.069Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-09-10T21:33:59.445Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-09-10T21:33:59.445Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-09-10T21:34:00.389Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-09-10T21:34:01.302Z] ok github.com/docker/docker/pkg/plugins 33.613s coverage: 76.6% of statements [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/rootless [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/volume [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-10T21:34:01.302Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === Skipped [2020-09-10T21:34:01.594Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-10T21:34:01.594Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-10T21:34:01.594Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-10T21:34:01.594Z] graphtest_unix.go:73: No driver to put! [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-10T21:34:01.594Z] time="2020-09-10T21:32:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-10T21:34:01.594Z] time="2020-09-10T21:32:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-10T21:34:01.594Z] time="2020-09-10T21:32:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-10T21:34:01.594Z] time="2020-09-10T21:32:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-10T21:34:01.594Z] time="2020-09-10T21:32:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-10T21:34:01.594Z] graphtest_unix.go:73: No driver to put! [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-10T21:34:01.594Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-10T21:34:01.594Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-10T21:34:01.594Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-10T21:34:01.594Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-10T21:34:01.594Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:34:01.594Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:34:01.594Z] [2020-09-10T21:34:01.594Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-10T21:34:01.595Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:34:01.595Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:34:01.595Z] [2020-09-10T21:34:01.595Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-10T21:34:01.595Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:34:01.595Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:34:01.595Z] [2020-09-10T21:34:01.595Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-10T21:34:01.595Z] graphtest_unix.go:73: No driver to put! [2020-09-10T21:34:01.595Z] [2020-09-10T21:34:01.595Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-10T21:34:01.595Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-10T21:34:01.595Z] [2020-09-10T21:34:01.595Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-10T21:34:01.595Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-10T21:34:01.595Z] [2020-09-10T21:34:01.595Z] [2020-09-10T21:34:01.595Z] DONE 2142 tests, 26 skipped in 185.287s Post stage [Pipeline] junit [2020-09-10T21:34:02.275Z] Recording test results [2020-09-10T21:34:02.299Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-09-10T21:34:02.299Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T21:34:02.960Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -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:ba228adc86da8be30d10d20f613989f5af5d3162 hack/make.sh dynbinary test-integration [2020-09-10T21:34:03.233Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-09-10T21:34:03.254Z] [2020-09-10T21:34:03.254Z] Removing bundles/ [2020-09-10T21:34:03.254Z] [2020-09-10T21:34:03.254Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-10T21:34:03.545Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-10T21:34:03.545Z] GOOS="" GOARCH="" GOARM="" [2020-09-10T21:34:04.608Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-09-10T21:34:04.956Z] #52 ... [2020-09-10T21:34:04.956Z] [2020-09-10T21:34:04.956Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:04.956Z] #45 DONE 256.2s [2020-09-10T21:34:04.956Z] [2020-09-10T21:34:04.956Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:04.956Z] #52 ... [2020-09-10T21:34:04.956Z] [2020-09-10T21:34:04.956Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-10T21:34:04.956Z] #46 DONE 0.4s [2020-09-10T21:34:04.956Z] [2020-09-10T21:34:04.956Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:04.956Z] #52 ... [2020-09-10T21:34:04.956Z] [2020-09-10T21:34:04.956Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-10T21:34:04.956Z] #48 DONE 0.0s [2020-09-10T21:34:04.956Z] [2020-09-10T21:34:04.956Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-10T21:34:04.956Z] #50 DONE 0.2s [2020-09-10T21:34:04.956Z] [2020-09-10T21:34:04.956Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:07.699Z] ok github.com/docker/docker/api/server 0.040s coverage: 9.0% of statements [2020-09-10T21:34:07.892Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-09-10T21:34:10.422Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-09-10T21:34:10.422Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-09-10T21:34:10.990Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-09-10T21:34:10.990Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-09-10T21:34:13.521Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-09-10T21:34:13.675Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-09-10T21:34:14.088Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-09-10T21:34:15.023Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-09-10T21:34:15.591Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-09-10T21:34:15.849Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-09-10T21:34:16.786Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-09-10T21:34:17.045Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-09-10T21:34:19.581Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-09-10T21:34:19.846Z] #52 228.2 + bin/containerd-stress [2020-09-10T21:34:19.846Z] #52 230.2 + bin/containerd-shim [2020-09-10T21:34:22.114Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-09-10T21:34:23.491Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-09-10T21:34:24.838Z] #53 260.6 + bin/containerd [2020-09-10T21:34:24.838Z] #53 ... [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:24.838Z] #22 295.8 + return [2020-09-10T21:34:24.838Z] #22 DONE 295.9s [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:24.838Z] #53 ... [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-10T21:34:24.838Z] #23 DONE 0.1s [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #27 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-10T21:34:24.838Z] #27 DONE 0.6s [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:24.838Z] #53 ... [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #30 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-10T21:34:24.838Z] #30 DONE 0.1s [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #32 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-10T21:34:24.838Z] #32 DONE 0.1s [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:24.838Z] #53 ... [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #35 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-10T21:34:24.838Z] #35 DONE 0.1s [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #38 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-10T21:34:24.838Z] #38 DONE 0.3s [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #41 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-10T21:34:24.838Z] #41 DONE 0.1s [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #43 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-10T21:34:24.838Z] #43 DONE 0.1s [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:24.838Z] #53 ... [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #45 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-10T21:34:24.838Z] #45 DONE 0.1s [2020-09-10T21:34:24.838Z] [2020-09-10T21:34:24.838Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:24.868Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-09-10T21:34:25.434Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-09-10T21:34:26.418Z] #52 237.0 + bin/containerd-shim-runc-v1 [2020-09-10T21:34:30.610Z] #52 241.5 + bin/containerd-shim-runc-v2 [2020-09-10T21:34:31.586Z] #52 242.5 + binaries [2020-09-10T21:34:31.586Z] #52 242.5 + install -D bin/containerd /build/containerd [2020-09-10T21:34:31.586Z] #52 242.5 + install -D bin/containerd-shim /build/containerd-shim [2020-09-10T21:34:31.586Z] #52 242.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-10T21:34:31.586Z] #52 242.5 + install -D bin/ctr /build/ctr [2020-09-10T21:34:33.538Z] #52 DONE 244.1s [2020-09-10T21:34:33.749Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-09-10T21:34:34.106Z] [2020-09-10T21:34:34.106Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-10T21:34:34.673Z] #53 DONE 0.9s [2020-09-10T21:34:34.684Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-09-10T21:34:34.942Z] [2020-09-10T21:34:34.942Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-10T21:34:35.201Z] #57 DONE 0.2s [2020-09-10T21:34:35.201Z] [2020-09-10T21:34:35.201Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-10T21:34:35.460Z] #59 DONE 0.4s [2020-09-10T21:34:35.460Z] [2020-09-10T21:34:35.460Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-10T21:34:35.460Z] #61 DONE 0.0s [2020-09-10T21:34:35.720Z] [2020-09-10T21:34:35.720Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-10T21:34:35.720Z] #62 DONE 0.0s [2020-09-10T21:34:35.720Z] [2020-09-10T21:34:35.720Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-10T21:34:36.061Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-09-10T21:34:36.061Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-09-10T21:34:36.061Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-09-10T21:34:36.288Z] #63 DONE 0.7s [2020-09-10T21:34:36.288Z] [2020-09-10T21:34:36.288Z] #64 exporting to image [2020-09-10T21:34:36.288Z] #64 exporting layers [2020-09-10T21:34:38.596Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-09-10T21:34:38.596Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-09-10T21:34:39.163Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-09-10T21:34:39.422Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-09-10T21:34:39.681Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-09-10T21:34:40.248Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-09-10T21:34:40.248Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-09-10T21:34:40.506Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-09-10T21:34:40.506Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite (278.28s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.37s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.21s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.62s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.03s) [2020-09-10T21:34:41.882Z] docker_cli_daemon_test.go:1449: [da6f37ce47935] daemon is not started [2020-09-10T21:34:41.882Z] check_test.go:309: [d6c5ee0e0f765] daemon is not started [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (1.90s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.28s) [2020-09-10T21:34:41.882Z] check_test.go:309: [d6a00b832e136] daemon is not started [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.28s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.26s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.69s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.83s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (2.81s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.14s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.21s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (1.85s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-09-10T21:34:41.882Z] check_test.go:309: [ddccdc895c42d] daemon is not started [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.50s) [2020-09-10T21:34:41.882Z] check_test.go:309: [da41d83a91665] daemon is not started [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.21s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2020-09-10T21:34:41.882Z] check_test.go:309: [dc944f28b0272] daemon is not started [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.37s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.47s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.34s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.41s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.55s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.59s) [2020-09-10T21:34:41.882Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.50s) [2020-09-10T21:34:41.883Z] check_test.go:309: [d7d99e98b9df4] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.95s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.96s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (8.32s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.34s) [2020-09-10T21:34:41.883Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-09-10T21:34:41.883Z] check_test.go:309: [d466d22d6e2a9] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.88s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.23s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.32s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.56s) [2020-09-10T21:34:41.883Z] check_test.go:309: [dc46aa636fd46] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.71s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2020-09-10T21:34:41.883Z] check_test.go:309: [dac6e44e3af42] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (2.98s) [2020-09-10T21:34:41.883Z] docker_cli_daemon_plugins_test.go:79: [da508229417d5] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (2.94s) [2020-09-10T21:34:41.883Z] docker_cli_daemon_plugins_test.go:169: [df00b8083fa1f] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.23s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-09-10T21:34:41.883Z] check_test.go:309: [d8b30804a35ec] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.29s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.28s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.41s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.44s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.80s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.35s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.85s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.14s) [2020-09-10T21:34:41.883Z] check_test.go:309: [d4b095af3fdd8] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (1.98s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (10.72s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.24s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.06s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.07s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.52s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.39s) [2020-09-10T21:34:41.883Z] check_test.go:309: [db1dc903202d1] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.29s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.86s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (7.99s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.72s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.58s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.21s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.82s) [2020-09-10T21:34:41.883Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-09-10T21:34:41.883Z] check_test.go:309: [dd042a114282c] daemon is not started [2020-09-10T21:34:41.883Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-09-10T21:34:41.883Z] check_test.go:309: [d5b8c3ab545f3] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.67s) [2020-09-10T21:34:41.883Z] check_test.go:309: [dbf1d5dbdb479] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.55s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.66s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.83s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (1.89s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.21s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.30s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.63s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.07s) [2020-09-10T21:34:41.883Z] check_test.go:309: [d835251c017e1] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.50s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (2.75s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.36s) [2020-09-10T21:34:41.883Z] check_test.go:309: [d7cee8ef17e5d] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (3.90s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.05s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.55s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.08s) [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from config [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from config [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from config [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from config [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from config [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from cli [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from cli [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from cli [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from cli [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from cli [2020-09-10T21:34:41.883Z] check_test.go:309: [d68802eb87b0f] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.04s) [2020-09-10T21:34:41.883Z] check_test.go:309: [dcd410098ea3c] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.55s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.96s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.52s) [2020-09-10T21:34:41.883Z] check_test.go:309: [df0227bb42d7c] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (1.89s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.27s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.13s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.02s) [2020-09-10T21:34:41.883Z] check_test.go:309: [d9529fbd6ac98] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (3.54s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (2.67s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (1.99s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (1.81s) [2020-09-10T21:34:41.883Z] check_test.go:309: [dd3dd1f4aea51] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.55s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.54s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.54s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.33s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2020-09-10T21:34:41.883Z] check_test.go:309: [d4575727f846b] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.28s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.35s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (2.92s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (0.98s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.19s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (2.91s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (2.69s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (3.46s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.45s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (0.90s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (0.91s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.62s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (6.00s) [2020-09-10T21:34:41.883Z] docker_cli_daemon_test.go:2544: [dff5376d0f332] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (7.43s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (1.97s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.38s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.19s) [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.06s) [2020-09-10T21:34:41.883Z] check_test.go:309: [dda313733241b] daemon is not started [2020-09-10T21:34:41.883Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (3.55s) [2020-09-10T21:34:41.883Z] === RUN TestDockerSwarmSuite [2020-09-10T21:34:41.883Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-09-10T21:34:42.142Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-09-10T21:34:42.858Z] #64 exporting layers 6.6s done [2020-09-10T21:34:42.858Z] #64 writing image sha256:ddfcab0478382c35296d4da6a659b92463b30c74cdeaa527c80ec2db788bf1a8 done [2020-09-10T21:34:42.858Z] #64 naming to docker.io/library/docker:ba228adc86da8be30d10d20f613989f5af5d3162 done [2020-09-10T21:34:42.858Z] #64 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T21:34:43.214Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -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:ba228adc86da8be30d10d20f613989f5af5d3162 hack/make.sh dynbinary test-integration [2020-09-10T21:34:43.499Z] #53 ... [2020-09-10T21:34:43.499Z] [2020-09-10T21:34:43.499Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:43.499Z] #46 DONE 316.8s [2020-09-10T21:34:43.499Z] [2020-09-10T21:34:43.499Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:43.518Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-09-10T21:34:43.796Z] #53 ... [2020-09-10T21:34:43.796Z] [2020-09-10T21:34:43.796Z] #47 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-10T21:34:43.796Z] #47 DONE 0.1s [2020-09-10T21:34:43.796Z] [2020-09-10T21:34:43.796Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:44.093Z] #53 ... [2020-09-10T21:34:44.093Z] [2020-09-10T21:34:44.093Z] #49 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-10T21:34:44.093Z] #49 DONE 0.1s [2020-09-10T21:34:44.093Z] [2020-09-10T21:34:44.093Z] #51 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-10T21:34:44.093Z] #51 DONE 0.1s [2020-09-10T21:34:44.093Z] [2020-09-10T21:34:44.093Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-10T21:34:44.151Z] [2020-09-10T21:34:44.151Z] Removing bundles/ [2020-09-10T21:34:44.151Z] [2020-09-10T21:34:44.151Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-10T21:34:44.151Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-10T21:34:44.151Z] GOOS="" GOARCH="" GOARM="" [2020-09-10T21:34:44.454Z] === RUN TestDockerSuite/TestBuildEnv [2020-09-10T21:34:44.712Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-09-10T21:34:45.280Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-09-10T21:34:46.215Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-09-10T21:34:47.151Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-09-10T21:34:48.085Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-09-10T21:34:52.276Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-09-10T21:34:52.276Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-09-10T21:34:59.361Z] c3aff4450246: Pull complete [2020-09-10T21:34:59.361Z] Digest: sha256:0197a95621a4dc47eb5635f664459a86ec7110d04a99438a54af77bd982487ec [2020-09-10T21:34:59.361Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:34:59.361Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-09-10T21:34:59.361Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-09-10T21:34:59.361Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1457' [2020-09-10T21:34:59.361Z] WARN: Skipping validation tests [2020-09-10T21:34:59.361Z] INFO: Running unit tests at 09/10/2020 21:34:44... [2020-09-10T21:34:59.361Z] INFO: make.ps1 starting at 09/10/2020 21:34:48 [2020-09-10T21:34:59.361Z] INFO: Git commit (a614d70db5) assumed from DOCKER_GITCOMMIT environment variable [2020-09-10T21:34:59.361Z] INFO: Invoking autogen... [2020-09-10T21:34:59.361Z] INFO: Running unit tests... [2020-09-10T21:34:59.362Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-quiet --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/quota 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/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-09-10T21:35:00.698Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-10T21:35:00.698Z] [2020-09-10T21:35:00.698Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-10T21:35:00.698Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-10T21:35:00.698Z] HOSTNAME=fec6982b1359 [2020-09-10T21:35:00.698Z] TESTDEBUG=0 [2020-09-10T21:35:00.698Z] DEST=bundles/test-integration [2020-09-10T21:35:00.698Z] PWD=/go/src/github.com/docker/docker [2020-09-10T21:35:00.698Z] DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 [2020-09-10T21:35:00.698Z] container=docker [2020-09-10T21:35:00.698Z] HOME=/root [2020-09-10T21:35:00.698Z] GOLANG_VERSION=1.13.15 [2020-09-10T21:35:00.698Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-10T21:35:00.698Z] VALIDATE_BRANCH=master [2020-09-10T21:35:00.698Z] TERM=xterm [2020-09-10T21:35:00.698Z] DOCKER_PKG=github.com/docker/docker [2020-09-10T21:35:00.698Z] SHLVL=1 [2020-09-10T21:35:00.698Z] TIMEOUT=120m [2020-09-10T21:35:00.698Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-10T21:35:00.698Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-10T21:35:00.698Z] GO111MODULE=off [2020-09-10T21:35:00.698Z] DOCKER_EXPERIMENTAL=1 [2020-09-10T21:35:00.698Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-10T21:35:00.698Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-10T21:35:00.698Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-10T21:35:00.698Z] GOPATH=/go [2020-09-10T21:35:00.698Z] PKG_CONFIG=pkg-config [2020-09-10T21:35:00.698Z] _=/usr/bin/env [2020-09-10T21:35:00.698Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-10T21:35:02.747Z] #53 303.1 + bin/containerd-stress [2020-09-10T21:35:04.008Z] ok github.com/docker/docker/api/server/httputils 0.039s coverage: 14.7% of statements [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-10T21:35:04.008Z] ok github.com/docker/docker/api/server/middleware 0.021s coverage: 37.7% of statements [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-10T21:35:04.008Z] ok github.com/docker/docker/api/types/filters 0.029s coverage: 92.2% of statements [2020-09-10T21:35:04.008Z] ok github.com/docker/docker/api/types/strslice 0.023s coverage: 90.0% of statements [2020-09-10T21:35:04.008Z] ok github.com/docker/docker/api/types/time 0.020s coverage: 100.0% of statements [2020-09-10T21:35:04.008Z] ok github.com/docker/docker/api/server/router/swarm 0.022s coverage: 5.7% of statements [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-10T21:35:04.008Z] ok github.com/docker/docker/api/types/versions 0.017s coverage: 75.0% of statements [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/builder [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-10T21:35:04.008Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-10T21:35:04.008Z] ok github.com/docker/docker/builder/dockerignore 0.027s coverage: 96.8% of statements [2020-09-10T21:35:04.008Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2020-09-10T21:35:04.834Z] #53 305.5 + bin/containerd-shim [2020-09-10T21:35:05.148Z] ? github.com/docker/docker/api [no test files] [2020-09-10T21:35:05.448Z] ok github.com/docker/docker/builder/remotecontext 0.319s coverage: 13.6% of statements [2020-09-10T21:35:06.416Z] ok github.com/docker/docker/builder/dockerfile 0.931s coverage: 48.0% of statements [2020-09-10T21:35:06.426Z] ..........................xx.................... [ 29%] [2020-09-10T21:35:07.052Z] ok github.com/docker/docker/builder/remotecontext/git 3.750s coverage: 86.3% of statements [2020-09-10T21:35:07.052Z] ? github.com/docker/docker/cli [no test files] [2020-09-10T21:35:07.052Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-10T21:35:07.153Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-09-10T21:35:07.153Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-09-10T21:35:07.153Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-09-10T21:35:07.411Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-09-10T21:35:11.790Z] #53 312.6 + bin/containerd-shim-runc-v1 [2020-09-10T21:35:12.422Z] ok github.com/docker/docker/client 0.320s coverage: 75.4% of statements [2020-09-10T21:35:13.972Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-09-10T21:35:14.235Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-09-10T21:35:14.803Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-09-10T21:35:15.061Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-09-10T21:35:15.996Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-09-10T21:35:15.996Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-09-10T21:35:16.254Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-09-10T21:35:18.130Z] #53 317.6 + bin/containerd-shim-runc-v2 [2020-09-10T21:35:18.130Z] #53 318.8 + binaries [2020-09-10T21:35:18.130Z] #53 318.8 + install -D bin/containerd /build/containerd [2020-09-10T21:35:18.130Z] #53 318.8 + install -D bin/containerd-shim /build/containerd-shim [2020-09-10T21:35:18.130Z] #53 318.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-10T21:35:18.130Z] #53 318.8 + install -D bin/ctr /build/ctr [2020-09-10T21:35:18.130Z] #53 DONE 318.9s [2020-09-10T21:35:19.954Z] ok github.com/docker/docker/api/server 0.196s coverage: 9.0% of statements [2020-09-10T21:35:20.217Z] [2020-09-10T21:35:20.217Z] #54 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-10T21:35:20.217Z] #54 DONE 0.1s [2020-09-10T21:35:20.217Z] [2020-09-10T21:35:20.217Z] #58 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-10T21:35:20.217Z] #58 DONE 0.1s [2020-09-10T21:35:20.217Z] [2020-09-10T21:35:20.217Z] #60 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-10T21:35:20.217Z] #60 DONE 0.1s [2020-09-10T21:35:20.217Z] [2020-09-10T21:35:20.217Z] #62 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-10T21:35:20.217Z] #62 DONE 0.0s [2020-09-10T21:35:20.217Z] [2020-09-10T21:35:20.217Z] #63 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-10T21:35:20.217Z] #63 DONE 0.0s [2020-09-10T21:35:20.217Z] [2020-09-10T21:35:20.217Z] #64 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-10T21:35:21.547Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-09-10T21:35:21.708Z] #64 DONE 2.3s [2020-09-10T21:35:21.708Z] [2020-09-10T21:35:21.708Z] #65 exporting to oci image format [2020-09-10T21:35:21.708Z] #65 exporting layers [2020-09-10T21:35:23.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-10T21:35:23.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-10T21:35:23.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-10T21:35:26.225Z] === RUN TestDockerSuite/TestBuildExpose [2020-09-10T21:35:26.225Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-09-10T21:35:26.225Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-09-10T21:35:26.225Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-09-10T21:35:26.225Z] === RUN TestDockerSuite/TestBuildFails [2020-09-10T21:35:26.483Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-09-10T21:35:26.483Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-09-10T21:35:28.385Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-09-10T21:35:29.004Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-09-10T21:35:29.760Z] === RUN TestDockerSuite/TestBuildForceRm [2020-09-10T21:35:30.694Z] === RUN TestDockerSuite/TestBuildFromGit [2020-09-10T21:35:31.630Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-09-10T21:35:31.630Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-09-10T21:35:31.630Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-09-10T21:35:31.888Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-09-10T21:35:31.994Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-09-10T21:35:32.822Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-09-10T21:35:34.198Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-09-10T21:35:34.765Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-09-10T21:35:35.024Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-09-10T21:35:35.959Z] --- PASS: TestImportExtremelyLargeImageWorks (109.75s) [2020-09-10T21:35:35.959Z] PASS [2020-09-10T21:35:35.959Z] [2020-09-10T21:35:35.959Z] DONE 12 tests in 112.168s [2020-09-10T21:35:35.959Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-09-10T21:35:35.959Z] ++ 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-09-10T21:35:35.959Z] ++ set -e [2020-09-10T21:35:35.959Z] ++ '[' -n 0 ']' [2020-09-10T21:35:35.959Z] ++ set -x [2020-09-10T21:35:35.959Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:35:35.959Z] INFO: Testing against a local daemon [2020-09-10T21:35:35.959Z] === RUN TestNetworkCreateDelete [2020-09-10T21:35:36.216Z] --- PASS: TestNetworkCreateDelete (0.25s) [2020-09-10T21:35:36.216Z] === RUN TestDockerNetworkDeletePreferID [2020-09-10T21:35:36.475Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-09-10T21:35:37.041Z] --- PASS: TestDockerNetworkDeletePreferID (0.62s) [2020-09-10T21:35:37.041Z] === RUN TestDaemonDNSFallback [2020-09-10T21:35:38.414Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-09-10T21:35:38.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-10T21:35:38.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-10T21:35:38.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-10T21:35:38.980Z] === RUN TestDockerSuite/TestBuildHistory [2020-09-10T21:35:39.033Z] ok github.com/docker/docker/cmd/dockerd 0.132s coverage: 30.8% of statements [2020-09-10T21:35:39.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-10T21:35:39.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-10T21:35:39.981Z] ok github.com/docker/docker/container 0.169s coverage: 34.7% of statements [2020-09-10T21:35:39.981Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-10T21:35:39.981Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-10T21:35:39.981Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-10T21:35:39.981Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-10T21:35:40.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-10T21:35:42.261Z] === RUN TestDockerSuite/TestBuildIidFile [2020-09-10T21:35:42.261Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-09-10T21:35:42.261Z] === RUN TestDockerSuite/TestBuildInheritance [2020-09-10T21:35:42.519Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-09-10T21:35:42.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-10T21:35:43.086Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-09-10T21:35:43.086Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-09-10T21:35:43.294Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.093s coverage: 65.3% of statements [2020-09-10T21:35:43.652Z] --- PASS: TestDaemonDNSFallback (6.60s) [2020-09-10T21:35:43.652Z] === RUN TestInspectNetwork [2020-09-10T21:35:43.652Z] === RUN TestDockerSuite/TestBuildLabel [2020-09-10T21:35:44.218Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-09-10T21:35:44.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-10T21:35:44.476Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-09-10T21:35:44.690Z] ok github.com/docker/docker/daemon/cluster/convert 0.022s coverage: 35.9% of statements [2020-09-10T21:35:44.734Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-09-10T21:35:44.993Z] === RUN TestDockerSuite/TestBuildLabels [2020-09-10T21:35:45.252Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-09-10T21:35:45.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-10T21:35:45.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-10T21:35:46.091Z] ok github.com/docker/docker/daemon/cluster 0.128s coverage: 0.5% of statements [2020-09-10T21:35:46.194Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-09-10T21:35:46.702Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-10T21:35:47.772Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-10T21:35:48.058Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-09-10T21:35:48.108Z] === RUN TestInspectNetwork/full_network_id [2020-09-10T21:35:48.108Z] === RUN TestInspectNetwork/partial_network_id [2020-09-10T21:35:48.108Z] === RUN TestInspectNetwork/network_name [2020-09-10T21:35:48.108Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-10T21:35:48.108Z] === RUN TestDockerSuite/TestBuildLastModified [2020-09-10T21:35:48.657Z] ok github.com/docker/docker/daemon/discovery 0.028s coverage: 30.0% of statements [2020-09-10T21:35:48.821Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-10T21:35:49.608Z] ok github.com/docker/docker/daemon/config 0.154s coverage: 81.8% of statements [2020-09-10T21:35:49.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-10T21:35:50.560Z] ok github.com/docker/docker/daemon/events 0.085s coverage: 50.0% of statements [2020-09-10T21:35:50.915Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-10T21:35:51.551Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-10T21:35:51.551Z] Using test binary docker [2020-09-10T21:35:51.551Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-10T21:35:51.551Z] +++ /etc/init.d/apparmor start [2020-09-10T21:35:51.551Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-10T21:35:51.551Z] INFO: Waiting for daemon to start... [2020-09-10T21:35:51.551Z] Starting dockerd [2020-09-10T21:35:51.551Z] +++ 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-09-10T21:35:51.954Z] ok github.com/docker/docker/daemon/graphdriver 0.018s coverage: 2.2% of statements [2020-09-10T21:35:52.293Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-09-10T21:35:52.293Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-09-10T21:35:52.861Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-09-10T21:35:53.120Z] --- PASS: TestInspectNetwork (9.54s) [2020-09-10T21:35:53.120Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-10T21:35:53.120Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-10T21:35:53.120Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-10T21:35:53.120Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-10T21:35:53.120Z] === RUN TestRunContainerWithBridgeNone [2020-09-10T21:35:53.624Z] . [2020-09-10T21:35:53.624Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-10T21:35:53.624Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-10T21:35:53.624Z] Error: No such image: emptyfs [2020-09-10T21:35:53.624Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-10T21:35:53.624Z] ++++ docker load [2020-09-10T21:35:53.917Z] Running integration-test (iteration 1) [2020-09-10T21:35:53.917Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-09-10T21:35:53.917Z] ++ 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-09-10T21:35:53.917Z] ++ set -e [2020-09-10T21:35:53.917Z] ++ '[' -n 0 ']' [2020-09-10T21:35:53.917Z] ++ set -x [2020-09-10T21:35:53.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:35:54.907Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-09-10T21:35:55.023Z] --- PASS: TestRunContainerWithBridgeNone (1.65s) [2020-09-10T21:35:55.023Z] === RUN TestNetworkInvalidJSON [2020-09-10T21:35:55.023Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-10T21:35:55.023Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-10T21:35:55.023Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:35:55.023Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:35:55.023Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:35:55.023Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:35:55.023Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-10T21:35:55.023Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:35:55.023Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:35:55.023Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-09-10T21:35:55.023Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-10T21:35:55.023Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-10T21:35:55.023Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-10T21:35:55.023Z] === RUN TestHostIPv4BridgeLabel [2020-09-10T21:35:55.266Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2020-09-10T21:35:55.281Z] --- PASS: TestHostIPv4BridgeLabel (0.64s) [2020-09-10T21:35:55.281Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-10T21:35:55.840Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.525s coverage: 14.0% of statements [2020-09-10T21:35:55.849Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-09-10T21:35:55.849Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-09-10T21:35:55.849Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-09-10T21:35:55.849Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-09-10T21:35:56.107Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-09-10T21:35:56.107Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-09-10T21:35:56.365Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-09-10T21:35:56.365Z] === RUN TestDaemonDefaultNetworkPools [2020-09-10T21:35:56.778Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-09-10T21:35:57.233Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.636s coverage: 57.0% of statements [2020-09-10T21:35:57.302Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-09-10T21:35:57.302Z] --- PASS: TestDaemonDefaultNetworkPools (0.87s) [2020-09-10T21:35:57.302Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-10T21:35:58.237Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-09-10T21:35:58.496Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2020-09-10T21:35:58.496Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-10T21:35:59.790Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.8% of statements [2020-09-10T21:35:59.872Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.35s) [2020-09-10T21:35:59.872Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-10T21:36:00.439Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.70s) [2020-09-10T21:36:00.439Z] === RUN TestServiceWithPredefinedNetwork [2020-09-10T21:36:01.005Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-09-10T21:36:01.184Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.704s coverage: 73.1% of statements [2020-09-10T21:36:01.447Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.115s coverage: 45.9% of statements [2020-09-10T21:36:01.549Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-09-10T21:36:01.573Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-09-10T21:36:01.832Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-09-10T21:36:02.448Z] Loaded image: buildpack-deps:buster [2020-09-10T21:36:02.448Z] Loaded image: busybox:latest [2020-09-10T21:36:02.448Z] Loaded image: busybox:glibc [2020-09-10T21:36:02.448Z] Loaded image: debian:buster [2020-09-10T21:36:02.448Z] Loaded image: hello-world:latest [2020-09-10T21:36:02.448Z] INFO: Testing against a local daemon [2020-09-10T21:36:02.448Z] === RUN TestCgroupNamespacesBuild [2020-09-10T21:36:03.371Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.041s coverage: 49.5% of statements [2020-09-10T21:36:03.732Z] --- PASS: TestServiceWithPredefinedNetwork (3.06s) [2020-09-10T21:36:03.732Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-10T21:36:03.732Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-10T21:36:03.732Z] service_test.go:236: FLAKY_TEST [2020-09-10T21:36:03.732Z] === RUN TestServiceWithDataPathPortInit [2020-09-10T21:36:04.319Z] ok github.com/docker/docker/daemon 12.319s coverage: 17.4% of statements [2020-09-10T21:36:04.320Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-10T21:36:04.320Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-10T21:36:04.320Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-10T21:36:04.320Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-10T21:36:04.320Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-10T21:36:04.320Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.574s coverage: 76.1% of statements [2020-09-10T21:36:05.183Z] --- PASS: TestCgroupNamespacesBuild (2.28s) [2020-09-10T21:36:05.184Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-10T21:36:05.608Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-10T21:36:05.718Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.057s coverage: 58.0% of statements [2020-09-10T21:36:06.545Z] [2020-09-10T21:36:06.545Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-10T21:36:06.669Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.020s coverage: 3.0% of statements [2020-09-10T21:36:06.669Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2020-09-10T21:36:06.694Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.81s) [2020-09-10T21:36:06.694Z] === RUN TestBuildWithSession [2020-09-10T21:36:06.694Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-10T21:36:06.694Z] build_session_test.go:25: TODO: BuildKit [2020-09-10T21:36:06.694Z] === RUN TestBuildSquashParent [2020-09-10T21:36:06.804Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-10T21:36:06.804Z] HOSTNAME=7bf911a62976 [2020-09-10T21:36:06.804Z] DEST=bundles/test-integration [2020-09-10T21:36:06.804Z] PWD=/go/src/github.com/docker/docker [2020-09-10T21:36:06.804Z] DOCKER_ROOTLESS=1 [2020-09-10T21:36:06.804Z] DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 [2020-09-10T21:36:06.804Z] container=docker [2020-09-10T21:36:06.804Z] HOME=/root [2020-09-10T21:36:06.804Z] GOLANG_VERSION=1.13.15 [2020-09-10T21:36:06.804Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-10T21:36:06.804Z] VALIDATE_BRANCH=master [2020-09-10T21:36:06.804Z] TERM=xterm [2020-09-10T21:36:06.804Z] DOCKER_PKG=github.com/docker/docker [2020-09-10T21:36:06.804Z] SHLVL=1 [2020-09-10T21:36:06.804Z] TIMEOUT=120m [2020-09-10T21:36:06.804Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-10T21:36:06.804Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-10T21:36:06.804Z] GO111MODULE=off [2020-09-10T21:36:06.804Z] DOCKER_EXPERIMENTAL=1 [2020-09-10T21:36:06.804Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-10T21:36:06.804Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-10T21:36:06.804Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-10T21:36:06.804Z] GOPATH=/go [2020-09-10T21:36:06.804Z] PKG_CONFIG=pkg-config [2020-09-10T21:36:06.804Z] _=/usr/bin/env [2020-09-10T21:36:06.804Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-10T21:36:08.068Z] ok github.com/docker/docker/daemon/images 0.043s coverage: 4.8% of statements [2020-09-10T21:36:09.004Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-09-10T21:36:09.017Z] ok github.com/docker/docker/daemon/logger/awslogs 0.248s coverage: 77.8% of statements [2020-09-10T21:36:09.017Z] ok github.com/docker/docker/daemon/logger 0.236s coverage: 41.0% of statements [2020-09-10T21:36:09.017Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.928s coverage: 57.7% of statements [2020-09-10T21:36:09.017Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-10T21:36:09.017Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-10T21:36:09.017Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-10T21:36:09.017Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-10T21:36:09.017Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-10T21:36:09.017Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-10T21:36:09.966Z] ok github.com/docker/docker/daemon/logger/gelf 0.030s coverage: 67.0% of statements [2020-09-10T21:36:10.230Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.015s coverage: 87.2% of statements [2020-09-10T21:36:10.494Z] ok github.com/docker/docker/daemon/logger/journald 0.048s coverage: 23.9% of statements [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-10T21:36:10.620Z] ok github.com/docker/docker/api/server/httputils 0.132s coverage: 14.7% of statements [2020-09-10T21:36:10.620Z] ok github.com/docker/docker/api/server/middleware 0.207s coverage: 37.7% of statements [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-10T21:36:10.620Z] ok github.com/docker/docker/api/types/strslice 0.034s coverage: 90.0% of statements [2020-09-10T21:36:10.620Z] ok github.com/docker/docker/api/types/filters 0.104s coverage: 92.2% of statements [2020-09-10T21:36:10.620Z] ok github.com/docker/docker/api/server/router/swarm 0.122s coverage: 5.7% of statements [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-10T21:36:10.620Z] ok github.com/docker/docker/api/types/time 0.235s coverage: 100.0% of statements [2020-09-10T21:36:10.620Z] ok github.com/docker/docker/api/types/versions 0.034s coverage: 75.0% of statements [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/builder [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-10T21:36:10.620Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-10T21:36:10.620Z] ok github.com/docker/docker/builder/dockerignore 0.157s coverage: 96.8% of statements [2020-09-10T21:36:10.756Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.033s coverage: 61.6% of statements [2020-09-10T21:36:12.153Z] ok github.com/docker/docker/daemon/logger/local 0.110s coverage: 75.2% of statements [2020-09-10T21:36:12.153Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-10T21:36:12.153Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.048s coverage: 33.3% of statements [2020-09-10T21:36:12.155Z] ok github.com/docker/docker/cli/debug 0.076s coverage: 100.0% of statements [2020-09-10T21:36:12.288Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-09-10T21:36:12.416Z] time="2020-09-10T21:36:12Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate441692752/log435165039.1: no such file or directory" [2020-09-10T21:36:12.416Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.052s coverage: 37.7% of statements [2020-09-10T21:36:12.612Z] ok github.com/docker/docker/builder/remotecontext 0.524s coverage: 9.2% of statements [2020-09-10T21:36:12.612Z] ok github.com/docker/docker/builder/dockerfile 0.471s coverage: 46.3% of statements [2020-09-10T21:36:12.854Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-09-10T21:36:13.364Z] ok github.com/docker/docker/daemon/logger/templates 0.019s coverage: 8.3% of statements [2020-09-10T21:36:13.600Z] --- PASS: TestBuildSquashParent (6.24s) [2020-09-10T21:36:13.600Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-10T21:36:13.600Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:36:13.600Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:36:13.600Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:36:13.600Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:36:13.600Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:36:13.600Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:36:13.600Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:36:13.600Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:36:13.600Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:36:13.600Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:36:13.600Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:36:13.600Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:36:13.600Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:36:13.600Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:36:13.627Z] ok github.com/docker/docker/daemon/logger/syslog 0.046s coverage: 46.8% of statements [2020-09-10T21:36:14.575Z] ok github.com/docker/docker/daemon/network 0.047s coverage: 63.8% of statements [2020-09-10T21:36:14.758Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-09-10T21:36:14.758Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-09-10T21:36:15.526Z] ok github.com/docker/docker/daemon/logger/splunk 1.936s coverage: 82.5% of statements [2020-09-10T21:36:15.526Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-10T21:36:15.526Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-10T21:36:15.526Z] ok github.com/docker/docker/distribution/metadata 0.098s coverage: 48.2% of statements [2020-09-10T21:36:15.685Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:36:15.685Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:36:15.873Z] ......................... [ 67%] [2020-09-10T21:36:16.917Z] ok github.com/docker/docker/distribution 0.403s coverage: 21.9% of statements [2020-09-10T21:36:16.917Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-10T21:36:16.917Z] ok github.com/docker/docker/errdefs 0.015s coverage: 49.4% of statements [2020-09-10T21:36:17.869Z] ok github.com/docker/docker/image 0.069s coverage: 86.4% of statements [2020-09-10T21:36:18.080Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-09-10T21:36:18.080Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-09-10T21:36:18.422Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:36:18.422Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:36:18.445Z] ok github.com/docker/docker/image/cache 0.026s coverage: 19.2% of statements [2020-09-10T21:36:18.445Z] ok github.com/docker/docker/image/v1 0.037s coverage: 25.0% of statements [2020-09-10T21:36:18.709Z] ok github.com/docker/docker/distribution/xfer 1.713s coverage: 85.1% of statements [2020-09-10T21:36:18.709Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-10T21:36:18.709Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-10T21:36:18.709Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-10T21:36:18.972Z] ok github.com/docker/docker/libcontainerd/queue 0.046s coverage: 100.0% of statements [2020-09-10T21:36:19.234Z] ok github.com/docker/docker/pkg/aaparser 0.034s coverage: 50.0% of statements [2020-09-10T21:36:19.980Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-09-10T21:36:20.238Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-09-10T21:36:20.494Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-09-10T21:36:20.494Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.66s) [2020-09-10T21:36:20.494Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.73s) [2020-09-10T21:36:20.494Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.56s) [2020-09-10T21:36:20.494Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.57s) [2020-09-10T21:36:20.494Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.34s) [2020-09-10T21:36:20.494Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.49s) [2020-09-10T21:36:20.494Z] === RUN TestBuildMultiStageCopy [2020-09-10T21:36:20.494Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-10T21:36:21.160Z] ok github.com/docker/docker/opts 0.092s coverage: 67.1% of statements [2020-09-10T21:36:21.172Z] --- PASS: TestServiceWithDataPathPortInit (17.45s) [2020-09-10T21:36:21.172Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-10T21:36:22.106Z] === RUN TestDockerSuite/TestBuildNetNone [2020-09-10T21:36:22.106Z] === RUN TestDockerSuite/TestBuildNoContext [2020-09-10T21:36:22.552Z] ok github.com/docker/docker/pkg/broadcaster 0.013s coverage: 100.0% of statements [2020-09-10T21:36:22.552Z] ok github.com/docker/docker/pkg/capabilities 0.013s coverage: 87.5% of statements [2020-09-10T21:36:22.814Z] ok github.com/docker/docker/pkg/authorization 1.512s coverage: 68.3% of statements [2020-09-10T21:36:23.040Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-09-10T21:36:23.077Z] ok github.com/docker/docker/pkg/archive 1.238s coverage: 76.8% of statements [2020-09-10T21:36:23.226Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-10T21:36:23.518Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-10T21:36:23.653Z] ok github.com/docker/docker/pkg/directory 0.014s coverage: 80.0% of statements [2020-09-10T21:36:23.975Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-09-10T21:36:24.152Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-10T21:36:24.229Z] ok github.com/docker/docker/pkg/discovery 0.013s coverage: 58.3% of statements [2020-09-10T21:36:24.229Z] ok github.com/docker/docker/pkg/discovery/file 0.012s coverage: 97.6% of statements [2020-09-10T21:36:24.444Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-10T21:36:24.977Z] ok github.com/docker/docker/client 0.599s coverage: 74.9% of statements [2020-09-10T21:36:25.078Z] --- PASS: TestBuildMultiStageCopy (4.68s) [2020-09-10T21:36:25.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.48s) [2020-09-10T21:36:25.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2020-09-10T21:36:25.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2020-09-10T21:36:25.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2020-09-10T21:36:25.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.63s) [2020-09-10T21:36:25.078Z] === RUN TestBuildMultiStageParentConfig [2020-09-10T21:36:25.178Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2020-09-10T21:36:25.350Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-09-10T21:36:25.440Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2020-09-10T21:36:25.608Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-09-10T21:36:25.608Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-09-10T21:36:26.015Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-09-10T21:36:26.174Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-09-10T21:36:26.174Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-09-10T21:36:26.588Z] --- PASS: TestBuildMultiStageParentConfig (1.46s) [2020-09-10T21:36:26.588Z] === RUN TestBuildLabelWithTargets [2020-09-10T21:36:26.741Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-09-10T21:36:26.959Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-09-10T21:36:27.221Z] ok github.com/docker/docker/pkg/chrootarchive 3.631s coverage: 43.2% of statements [2020-09-10T21:36:27.797Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 89.5% of statements [2020-09-10T21:36:28.059Z] ok github.com/docker/docker/pkg/fsutils 0.360s coverage: 85.1% of statements [2020-09-10T21:36:28.321Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2020-09-10T21:36:28.584Z] ok github.com/docker/docker/pkg/discovery/kv 3.109s coverage: 84.1% of statements [2020-09-10T21:36:28.641Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-09-10T21:36:28.641Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-09-10T21:36:29.160Z] ok github.com/docker/docker/layer 7.816s coverage: 68.8% of statements [2020-09-10T21:36:29.160Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-10T21:36:29.160Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-10T21:36:29.160Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-10T21:36:29.160Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-10T21:36:29.160Z] ? github.com/docker/docker/oci [no test files] [2020-09-10T21:36:29.160Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-10T21:36:29.160Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-10T21:36:29.160Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-10T21:36:29.370Z] --- PASS: TestBuildLabelWithTargets (2.41s) [2020-09-10T21:36:29.370Z] === RUN TestBuildWithEmptyLayers [2020-09-10T21:36:29.422Z] ok github.com/docker/docker/pkg/jsonmessage 0.028s coverage: 91.7% of statements [2020-09-10T21:36:29.575Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.45s) [2020-09-10T21:36:29.575Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xhtg3ydgqe5gvggo0422esxdp Created:2020-09-10 21:36:22.477444564 +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[385e27d5a9f0142a137682bf66650302949b38a361a7da6d2447b352da3dedb2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6w0kvanaxxm652212cmq0ebaa EndpointID:459619ecca047d09f3db6d836df3c4d8802448baa4f4ff896b7b1714dda8f73d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3079038a4e4f1f3b00974290a4e37559a523f7e771086045639251ee042cab5e 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:39799f5df61e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6w0kvanaxxm652212cmq0ebaa EndpointID:459619ecca047d09f3db6d836df3c4d8802448baa4f4ff896b7b1714dda8f73d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-10T21:36:29.575Z] PASS [2020-09-10T21:36:29.575Z] [2020-09-10T21:36:29.575Z] === Skipped [2020-09-10T21:36:29.575Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-10T21:36:29.575Z] service_test.go:236: FLAKY_TEST [2020-09-10T21:36:29.575Z] [2020-09-10T21:36:29.575Z] [2020-09-10T21:36:29.575Z] DONE 23 tests, 1 skipped in 53.440s [2020-09-10T21:36:29.575Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-10T21:36:29.575Z] ++ 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-09-10T21:36:29.575Z] ++ set -e [2020-09-10T21:36:29.575Z] ++ '[' -n 0 ']' [2020-09-10T21:36:29.575Z] ++ set -x [2020-09-10T21:36:29.576Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:36:29.576Z] INFO: Testing against a local daemon [2020-09-10T21:36:29.576Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-10T21:36:29.576Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-10T21:36:29.576Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:36:29.576Z] === RUN TestDockerNetworkIpvlan [2020-09-10T21:36:29.576Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-10T21:36:29.576Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:36:29.576Z] PASS [2020-09-10T21:36:29.576Z] [2020-09-10T21:36:29.576Z] === Skipped [2020-09-10T21:36:29.576Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-10T21:36:29.576Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:36:29.576Z] [2020-09-10T21:36:29.576Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-10T21:36:29.576Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:36:29.576Z] [2020-09-10T21:36:29.576Z] [2020-09-10T21:36:29.576Z] DONE 2 tests, 2 skipped in 0.036s [2020-09-10T21:36:29.576Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-10T21:36:29.576Z] ++ 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-09-10T21:36:29.576Z] ++ set -e [2020-09-10T21:36:29.576Z] ++ '[' -n 0 ']' [2020-09-10T21:36:29.576Z] ++ set -x [2020-09-10T21:36:29.576Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:36:29.576Z] INFO: Testing against a local daemon [2020-09-10T21:36:29.576Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-10T21:36:29.685Z] ok github.com/docker/docker/pkg/ioutils 0.598s coverage: 69.3% of statements [2020-09-10T21:36:29.685Z] ok github.com/docker/docker/pkg/locker 0.027s coverage: 88.9% of statements [2020-09-10T21:36:30.033Z] ok github.com/docker/docker/pkg/idtools 0.815s coverage: 70.1% of statements [2020-09-10T21:36:30.033Z] ok github.com/docker/docker/pkg/longpath 0.021s coverage: 100.0% of statements [2020-09-10T21:36:30.033Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-10T21:36:30.033Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-10T21:36:30.044Z] --- PASS: TestBuildWithEmptyLayers (0.95s) [2020-09-10T21:36:30.044Z] === RUN TestBuildMultiStageOnBuild [2020-09-10T21:36:30.296Z] ok github.com/docker/docker/pkg/namesgenerator 0.011s coverage: 85.7% of statements [2020-09-10T21:36:30.296Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-10T21:36:30.296Z] ok github.com/docker/docker/pkg/parsers 0.022s coverage: 97.0% of statements [2020-09-10T21:36:30.559Z] ok github.com/docker/docker/pkg/parsers/kernel 0.017s coverage: 60.0% of statements [2020-09-10T21:36:30.688Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-09-10T21:36:30.822Z] ok github.com/docker/docker/pkg/pidfile 0.016s coverage: 82.4% of statements [2020-09-10T21:36:30.822Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.055s coverage: 86.7% of statements [2020-09-10T21:36:30.822Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-10T21:36:30.822Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-10T21:36:30.946Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s) [2020-09-10T21:36:30.946Z] === RUN TestDockerNetworkMacvlan [2020-09-10T21:36:31.398Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2020-09-10T21:36:31.512Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-09-10T21:36:31.512Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-10T21:36:32.352Z] ok github.com/docker/docker/pkg/pools 0.013s coverage: 88.2% of statements [2020-09-10T21:36:32.352Z] ok github.com/docker/docker/pkg/progress 0.010s coverage: 75.9% of statements [2020-09-10T21:36:32.352Z] ok github.com/docker/docker/pkg/plugins/transport 0.011s coverage: 85.7% of statements [2020-09-10T21:36:32.447Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-10T21:36:32.776Z] --- PASS: TestBuildMultiStageOnBuild (2.89s) [2020-09-10T21:36:32.776Z] === RUN TestBuildUncleanTarFilenames [2020-09-10T21:36:32.926Z] ok github.com/docker/docker/pkg/reexec 0.020s coverage: 82.4% of statements [2020-09-10T21:36:33.014Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-09-10T21:36:33.272Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-10T21:36:33.499Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2020-09-10T21:36:33.760Z] ok github.com/docker/docker/pkg/pubsub 1.076s coverage: 73.9% of statements [2020-09-10T21:36:34.206Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-09-10T21:36:34.285Z] --- PASS: TestBuildUncleanTarFilenames (1.22s) [2020-09-10T21:36:34.285Z] === RUN TestBuildMultiStageLayerLeak [2020-09-10T21:36:34.335Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2020-09-10T21:36:34.335Z] ok github.com/docker/docker/pkg/stringid 0.007s coverage: 70.6% of statements [2020-09-10T21:36:34.597Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2020-09-10T21:36:35.142Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-09-10T21:36:35.142Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-10T21:36:35.172Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 53.8% of statements [2020-09-10T21:36:35.401Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-09-10T21:36:35.746Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 36.9% of statements [2020-09-10T21:36:35.746Z] ok github.com/docker/docker/pkg/signal 2.814s coverage: 61.0% of statements [2020-09-10T21:36:36.010Z] ok github.com/docker/docker/pkg/tailfile 0.145s coverage: 88.6% of statements [2020-09-10T21:36:36.278Z] testing: warning: no tests to run [2020-09-10T21:36:36.278Z] coverage: [no statements] [2020-09-10T21:36:36.278Z] ok github.com/docker/docker/pkg/term/windows 0.010s coverage: [no statements] [no tests to run] [2020-09-10T21:36:36.542Z] ok github.com/docker/docker/pkg/tarsum 0.119s coverage: 89.3% of statements [2020-09-10T21:36:36.805Z] ok github.com/docker/docker/pkg/urlutil 0.010s coverage: 100.0% of statements [2020-09-10T21:36:36.805Z] ok github.com/docker/docker/pkg/truncindex 0.111s coverage: 91.5% of statements [2020-09-10T21:36:37.018Z] --- PASS: TestBuildMultiStageLayerLeak (2.93s) [2020-09-10T21:36:37.018Z] === RUN TestBuildWithHugeFile [2020-09-10T21:36:37.068Z] ok github.com/docker/docker/pkg/useragent 0.015s coverage: 88.9% of statements [2020-09-10T21:36:37.303Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-10T21:36:38.237Z] === RUN TestDockerSuite/TestBuildPATH [2020-09-10T21:36:38.466Z] ok github.com/docker/docker/plugin/v2 0.012s coverage: 14.5% of statements [2020-09-10T21:36:39.043Z] ok github.com/docker/docker/profiles/seccomp 0.016s coverage: 73.8% of statements [2020-09-10T21:36:39.305Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2020-09-10T21:36:39.569Z] ok github.com/docker/docker/plugin 0.589s coverage: 23.1% of statements [2020-09-10T21:36:39.613Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-09-10T21:36:39.770Z] ok github.com/docker/docker/builder/remotecontext/git 28.443s coverage: 86.3% of statements [2020-09-10T21:36:39.770Z] ? github.com/docker/docker/cli [no test files] [2020-09-10T21:36:39.770Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-10T21:36:40.145Z] ok github.com/docker/docker/registry/resumable 0.054s coverage: 100.0% of statements [2020-09-10T21:36:40.546Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-09-10T21:36:40.721Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 50.9% of statements [2020-09-10T21:36:40.805Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-10T21:36:40.805Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-09-10T21:36:41.299Z] ok github.com/docker/docker/registry 0.252s coverage: 56.3% of statements [2020-09-10T21:36:41.299Z] ok github.com/docker/docker/testutil 0.023s coverage: 62.5% of statements [2020-09-10T21:36:41.371Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-09-10T21:36:41.562Z] ok github.com/docker/docker/runconfig 0.030s coverage: 66.1% of statements [2020-09-10T21:36:41.936Z] --- PASS: TestDockerNetworkMacvlan (11.02s) [2020-09-10T21:36:41.936Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2020-09-10T21:36:41.936Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2020-09-10T21:36:41.936Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.89s) [2020-09-10T21:36:41.936Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.92s) [2020-09-10T21:36:41.936Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.29s) [2020-09-10T21:36:41.936Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.80s) [2020-09-10T21:36:41.936Z] PASS [2020-09-10T21:36:41.936Z] [2020-09-10T21:36:41.936Z] DONE 8 tests in 12.354s [2020-09-10T21:36:41.936Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-10T21:36:41.936Z] ++ 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-09-10T21:36:41.936Z] ++ set -e [2020-09-10T21:36:41.936Z] ++ '[' -n 0 ']' [2020-09-10T21:36:41.936Z] ++ set -x [2020-09-10T21:36:41.937Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:36:41.937Z] testing: warning: no tests to run [2020-09-10T21:36:41.937Z] PASS [2020-09-10T21:36:41.937Z] [2020-09-10T21:36:41.937Z] DONE 0 tests in 0.006s [2020-09-10T21:36:41.937Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-10T21:36:41.937Z] ++ 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-09-10T21:36:41.937Z] ++ set -e [2020-09-10T21:36:41.937Z] ++ '[' -n 0 ']' [2020-09-10T21:36:41.937Z] ++ set -x [2020-09-10T21:36:41.937Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:36:41.937Z] INFO: Testing against a local daemon [2020-09-10T21:36:41.937Z] === RUN TestAuthZPluginAllowRequest [2020-09-10T21:36:43.487Z] ok github.com/docker/docker/volume/drivers 0.033s coverage: 36.1% of statements [2020-09-10T21:36:43.855Z] --- PASS: TestAuthZPluginAllowRequest (1.57s) [2020-09-10T21:36:43.855Z] === RUN TestAuthZPluginTLS [2020-09-10T21:36:44.129Z] --- PASS: TestAuthZPluginTLS (0.54s) [2020-09-10T21:36:44.129Z] === RUN TestAuthZPluginDenyRequest [2020-09-10T21:36:44.175Z] #65 exporting layers 81.5s done [2020-09-10T21:36:44.175Z] #65 exporting manifest sha256:f5de7258525997bde58a99bcfc5148e4ce739ed37749373bb45ad9def369e283 done [2020-09-10T21:36:44.175Z] #65 exporting config sha256:393d631cdf0f6dab8ecad36c37bf7d7b8b13dec6e730c02b1083c3c64a0e6abd done [2020-09-10T21:36:44.175Z] #65 sending tarball [2020-09-10T21:36:44.438Z] ok github.com/docker/docker/volume/local 0.035s coverage: 73.0% of statements [2020-09-10T21:36:44.700Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-09-10T21:36:44.700Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-10T21:36:44.701Z] ok github.com/docker/docker/volume/mounts 0.056s coverage: 66.9% of statements [2020-09-10T21:36:45.266Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2020-09-10T21:36:45.266Z] === RUN TestAuthZPluginDenyResponse [2020-09-10T21:36:45.273Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.1% of statements [2020-09-10T21:36:45.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-10T21:36:45.556Z] ok github.com/docker/docker/cmd/dockerd 0.549s coverage: 19.3% of statements [2020-09-10T21:36:45.832Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2020-09-10T21:36:45.832Z] === RUN TestAuthZPluginAllowEventStream [2020-09-10T21:36:46.521Z] ok github.com/docker/docker/container 0.636s coverage: 41.6% of statements [2020-09-10T21:36:46.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-10T21:36:46.978Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-10T21:36:46.978Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-10T21:36:46.978Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-10T21:36:46.978Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-10T21:36:47.205Z] --- PASS: TestAuthZPluginAllowEventStream (1.26s) [2020-09-10T21:36:47.205Z] === RUN TestAuthZPluginErrorResponse [2020-09-10T21:36:47.463Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2020-09-10T21:36:47.463Z] === RUN TestAuthZPluginErrorRequest [2020-09-10T21:36:48.029Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-09-10T21:36:48.029Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-10T21:36:48.287Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-09-10T21:36:48.511Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.287s coverage: 65.3% of statements [2020-09-10T21:36:48.545Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2020-09-10T21:36:48.545Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-10T21:36:49.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-10T21:36:50.445Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.59s) [2020-09-10T21:36:50.445Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-10T21:36:51.012Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-09-10T21:36:51.410Z] ok github.com/docker/docker/daemon/cluster 0.962s coverage: 0.5% of statements [2020-09-10T21:36:51.410Z] ok github.com/docker/docker/daemon/cluster/convert 0.929s coverage: 35.9% of statements [2020-09-10T21:36:51.578Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.41s) [2020-09-10T21:36:51.578Z] === RUN TestAuthZPluginHeader [2020-09-10T21:36:52.143Z] --- PASS: TestAuthZPluginHeader (0.70s) [2020-09-10T21:36:52.143Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-10T21:36:52.402Z] === RUN TestDockerSuite/TestBuildRm [2020-09-10T21:36:54.931Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-09-10T21:36:55.189Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-09-10T21:36:55.754Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.50s) [2020-09-10T21:36:55.754Z] === RUN TestAuthZPluginV2Disable [2020-09-10T21:36:56.013Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-09-10T21:36:56.089Z] ok github.com/docker/docker/daemon/discovery 0.278s coverage: 30.0% of statements [2020-09-10T21:36:56.271Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-09-10T21:36:56.836Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-09-10T21:36:56.982Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-09-10T21:36:57.770Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-09-10T21:36:58.268Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.434s coverage: 11.3% of statements [2020-09-10T21:36:58.339Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-09-10T21:36:59.274Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-09-10T21:36:59.274Z] --- PASS: TestAuthZPluginV2Disable (3.43s) [2020-09-10T21:36:59.274Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-10T21:36:59.666Z] #65 sending tarball 15.7s done [2020-09-10T21:36:59.666Z] #65 DONE 97.2s [2020-09-10T21:36:59.666Z] [2020-09-10T21:36:59.666Z] #66 importing to docker [2020-09-10T21:36:59.803Z] ok github.com/docker/docker/daemon/config 2.685s coverage: 79.7% of statements [2020-09-10T21:37:00.261Z] ok github.com/docker/docker/daemon/events 0.296s coverage: 50.0% of statements [2020-09-10T21:37:01.225Z] ok github.com/docker/docker/daemon 4.320s coverage: 9.1% of statements [2020-09-10T21:37:01.225Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-10T21:37:01.225Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-10T21:37:01.225Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-10T21:37:01.225Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-10T21:37:01.225Z] ok github.com/docker/docker/daemon/links 0.054s coverage: 93.0% of statements [2020-09-10T21:37:01.683Z] ok github.com/docker/docker/daemon/graphdriver 0.186s coverage: 2.3% of statements [2020-09-10T21:37:01.683Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-09-10T21:37:01.683Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-09-10T21:37:01.683Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-09-10T21:37:01.683Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-10T21:37:01.683Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-09-10T21:37:01.683Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-09-10T21:37:01.683Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-09-10T21:37:01.683Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-09-10T21:37:01.683Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-10T21:37:01.683Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-09-10T21:37:01.683Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-09-10T21:37:01.683Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-09-10T21:37:01.804Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-09-10T21:37:01.804Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-09-10T21:37:02.062Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.77s) [2020-09-10T21:37:02.062Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-10T21:37:02.063Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-09-10T21:37:02.063Z] === RUN TestDockerSuite/TestBuildSpaces [2020-09-10T21:37:02.321Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-09-10T21:37:03.254Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-09-10T21:37:03.254Z] === RUN TestDockerSuite/TestBuildStderr [2020-09-10T21:37:03.820Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-09-10T21:37:04.148Z] --- PASS: TestBuildWithHugeFile (25.57s) [2020-09-10T21:37:04.148Z] === RUN TestBuildWithEmptyDockerfile [2020-09-10T21:37:04.148Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:37:04.148Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:37:04.148Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:37:04.148Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:37:04.148Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:37:04.148Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:37:04.148Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:37:04.148Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:37:04.148Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:37:04.148Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2020-09-10T21:37:04.148Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-09-10T21:37:04.148Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2020-09-10T21:37:04.148Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2020-09-10T21:37:04.148Z] === RUN TestBuildPreserveOwnership [2020-09-10T21:37:04.148Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-10T21:37:04.580Z] ok github.com/docker/docker/daemon/images 0.441s coverage: 4.8% of statements [2020-09-10T21:37:04.580Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-10T21:37:04.580Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-10T21:37:05.037Z] ok github.com/docker/docker/daemon/logger/awslogs 0.391s coverage: 77.4% of statements [2020-09-10T21:37:05.037Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.401s coverage: 61.6% of statements [2020-09-10T21:37:05.495Z] ok github.com/docker/docker/daemon/logger 0.638s coverage: 41.2% of statements [2020-09-10T21:37:05.495Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-09-10T21:37:05.495Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-10T21:37:05.495Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-10T21:37:05.495Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-09-10T21:37:05.495Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-09-10T21:37:06.460Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.210s coverage: 87.2% of statements [2020-09-10T21:37:07.234Z] ok github.com/docker/docker/pkg/plugins 33.638s coverage: 76.6% of statements [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/rootless [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/volume [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-10T21:37:07.234Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === Skipped [2020-09-10T21:37:07.234Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-10T21:37:07.234Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-10T21:37:07.234Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:73: No driver to put! [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-10T21:37:07.234Z] time="2020-09-10T21:35:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-10T21:37:07.234Z] time="2020-09-10T21:35:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-10T21:37:07.234Z] time="2020-09-10T21:35:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-10T21:37:07.234Z] time="2020-09-10T21:35:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-10T21:37:07.234Z] time="2020-09-10T21:35:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:73: No driver to put! [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-10T21:37:07.234Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-10T21:37:07.234Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-10T21:37:07.234Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:37:07.234Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-10T21:37:07.234Z] graphtest_unix.go:73: No driver to put! [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-10T21:37:07.234Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-10T21:37:07.234Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] [2020-09-10T21:37:07.234Z] DONE 2142 tests, 26 skipped in 192.096s Post stage [Pipeline] junit [2020-09-10T21:37:07.249Z] Recording test results [2020-09-10T21:37:07.424Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.164s coverage: 35.9% of statements [2020-09-10T21:37:07.424Z] ok github.com/docker/docker/daemon/logger/local 0.416s coverage: 75.2% of statements [2020-09-10T21:37:07.711Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-10T21:37:07.882Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-10T21:37:08.003Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-09-10T21:37:08.261Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-09-10T21:37:08.339Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.188s coverage: 33.3% of statements [Pipeline] } [Pipeline] // stage [2020-09-10T21:37:09.196Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T21:37:09.304Z] ok github.com/docker/docker/daemon/logger/templates 0.094s coverage: 8.3% of statements [2020-09-10T21:37:09.304Z] ok github.com/docker/docker/daemon/logger/syslog 0.157s coverage: 46.8% of statements [2020-09-10T21:37:09.454Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-09-10T21:37:09.549Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -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:ba228adc86da8be30d10d20f613989f5af5d3162 hack/make.sh dynbinary test-integration [2020-09-10T21:37:09.780Z] --- PASS: TestBuildPreserveOwnership (6.49s) [2020-09-10T21:37:09.780Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.31s) [2020-09-10T21:37:09.780Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.18s) [2020-09-10T21:37:09.780Z] === RUN TestBuildPlatformInvalid [2020-09-10T21:37:09.780Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2020-09-10T21:37:09.780Z] PASS [2020-09-10T21:37:09.780Z] [2020-09-10T21:37:09.780Z] === Skipped [2020-09-10T21:37:09.780Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-09-10T21:37:09.780Z] build_session_test.go:25: TODO: BuildKit [2020-09-10T21:37:09.780Z] [2020-09-10T21:37:09.780Z] [2020-09-10T21:37:09.780Z] DONE 32 tests, 1 skipped in 75.741s [2020-09-10T21:37:09.780Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-09-10T21:37:09.780Z] ++ 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-09-10T21:37:09.780Z] ++ set -e [2020-09-10T21:37:09.780Z] ++ '[' -n 0 ']' [2020-09-10T21:37:09.780Z] ++ set -x [2020-09-10T21:37:09.780Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:37:09.780Z] INFO: Testing against a local daemon [2020-09-10T21:37:09.780Z] === RUN TestConfigInspect [2020-09-10T21:37:10.125Z] [2020-09-10T21:37:10.388Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-09-10T21:37:10.391Z] Removing bundles/ [2020-09-10T21:37:10.391Z] [2020-09-10T21:37:10.391Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-10T21:37:10.391Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-10T21:37:10.391Z] GOOS="" GOARCH="" GOARM="" [2020-09-10T21:37:10.960Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (8.87s) [2020-09-10T21:37:10.960Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-10T21:37:11.476Z] ok github.com/docker/docker/daemon/logger/splunk 2.145s coverage: 82.5% of statements [2020-09-10T21:37:11.476Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-10T21:37:11.476Z] ? github.com/docker/docker/daemon/network [no test files] [2020-09-10T21:37:11.476Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-10T21:37:11.551Z] === RUN TestDockerSuite/TestBuildUser [2020-09-10T21:37:11.879Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-09-10T21:37:12.928Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-09-10T21:37:13.008Z] ok github.com/docker/docker/distribution/metadata 1.217s coverage: 48.2% of statements [2020-09-10T21:37:13.008Z] ok github.com/docker/docker/distribution 1.436s coverage: 20.1% of statements [2020-09-10T21:37:13.008Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-10T21:37:13.466Z] ok github.com/docker/docker/errdefs 0.215s coverage: 49.4% of statements [2020-09-10T21:37:13.778Z] tests/integration/client_test.py ..... [ 75%] [2020-09-10T21:37:13.778Z] tests/integration/context_api_test.py ... [ 76%] [2020-09-10T21:37:13.923Z] ok github.com/docker/docker/distribution/xfer 2.228s coverage: 76.8% of statements [2020-09-10T21:37:13.923Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-10T21:37:14.237Z] --- PASS: TestConfigInspect (3.89s) [2020-09-10T21:37:14.237Z] === RUN TestConfigList [2020-09-10T21:37:14.344Z] tests/integration/errors_test.py . [ 76%] [2020-09-10T21:37:14.888Z] ok github.com/docker/docker/image/cache 0.134s coverage: 19.2% of statements [2020-09-10T21:37:15.346Z] ok github.com/docker/docker/image/v1 0.233s coverage: 25.0% of statements [2020-09-10T21:37:15.455Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-09-10T21:37:15.804Z] ok github.com/docker/docker/image 0.951s coverage: 86.4% of statements [2020-09-10T21:37:15.804Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-10T21:37:15.804Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-10T21:37:16.008Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-10T21:37:16.008Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-10T21:37:16.008Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-10T21:37:16.008Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-10T21:37:16.008Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-10T21:37:17.335Z] ok github.com/docker/docker/libcontainerd/queue 0.192s coverage: 100.0% of statements [2020-09-10T21:37:17.754Z] --- PASS: TestConfigList (3.72s) [2020-09-10T21:37:17.754Z] === RUN TestConfigsCreateAndDelete [2020-09-10T21:37:17.792Z] ok github.com/docker/docker/libcontainerd/local 0.332s coverage: 1.0% of statements [2020-09-10T21:37:17.792Z] ok github.com/docker/docker/layer 0.541s coverage: 30.1% of statements [2020-09-10T21:37:17.792Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-10T21:37:17.792Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-10T21:37:17.792Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-10T21:37:17.792Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-10T21:37:17.792Z] ? github.com/docker/docker/oci [no test files] [2020-09-10T21:37:17.792Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-10T21:37:17.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-10T21:37:18.250Z] ok github.com/docker/docker/pkg/aaparser 0.038s coverage: 50.0% of statements [2020-09-10T21:37:18.250Z] ok github.com/docker/docker/opts 0.181s coverage: 67.1% of statements [2020-09-10T21:37:18.321Z] #66 DONE 16.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-10T21:37:18.793Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/test/unit [2020-09-10T21:37:19.214Z] ok github.com/docker/docker/pkg/broadcaster 0.050s coverage: 100.0% of statements [2020-09-10T21:37:20.179Z] ok github.com/docker/docker/pkg/authorization 0.461s coverage: 26.8% of statements [2020-09-10T21:37:20.179Z] ok github.com/docker/docker/pkg/capabilities 0.035s coverage: 87.5% of statements [2020-09-10T21:37:21.144Z] ok github.com/docker/docker/pkg/chrootarchive 0.071s coverage: 15.4% of statements [2020-09-10T21:37:21.144Z] ok github.com/docker/docker/pkg/directory 0.102s coverage: 80.0% of statements [2020-09-10T21:37:21.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-10T21:37:21.271Z] --- PASS: TestConfigsCreateAndDelete (3.74s) [2020-09-10T21:37:21.271Z] === RUN TestConfigsUpdate [2020-09-10T21:37:21.602Z] ok github.com/docker/docker/pkg/discovery 0.084s coverage: 58.3% of statements [2020-09-10T21:37:22.364Z] ? github.com/docker/docker/api [no test files] [2020-09-10T21:37:22.567Z] ok github.com/docker/docker/pkg/discovery/file 0.241s coverage: 92.9% of statements [2020-09-10T21:37:22.567Z] ok github.com/docker/docker/pkg/discovery/memory 0.123s coverage: 92.3% of statements [2020-09-10T21:37:22.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-10T21:37:23.532Z] ok github.com/docker/docker/pkg/discovery/nodes 0.058s coverage: 93.8% of statements [2020-09-10T21:37:23.965Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-10T21:37:23.990Z] ok github.com/docker/docker/pkg/filenotify 0.076s coverage: 39.4% of statements [2020-09-10T21:37:24.566Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-10T21:37:24.792Z] --- PASS: TestConfigsUpdate (3.61s) [2020-09-10T21:37:24.792Z] === RUN TestTemplatedConfig [2020-09-10T21:37:24.954Z] ok github.com/docker/docker/pkg/fileutils 0.194s coverage: 87.7% of statements [2020-09-10T21:37:24.954Z] ok github.com/docker/docker/pkg/homedir 0.050s coverage: 42.9% of statements [2020-09-10T21:37:25.420Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-09-10T21:37:25.919Z] ok github.com/docker/docker/pkg/idtools 0.077s coverage: 7.3% of statements [2020-09-10T21:37:25.986Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-09-10T21:37:26.377Z] ok github.com/docker/docker/pkg/discovery/kv 3.318s coverage: 84.1% of statements [2020-09-10T21:37:26.481Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-10T21:37:26.554Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-09-10T21:37:26.812Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-09-10T21:37:27.342Z] ok github.com/docker/docker/pkg/ioutils 0.746s coverage: 69.2% of statements [2020-09-10T21:37:27.342Z] ok github.com/docker/docker/pkg/locker 0.069s coverage: 88.9% of statements [2020-09-10T21:37:27.418Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-10T21:37:27.746Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.71s) [2020-09-10T21:37:27.746Z] PASS [2020-09-10T21:37:27.746Z] [2020-09-10T21:37:27.746Z] DONE 17 tests in 45.592s [2020-09-10T21:37:27.746Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-10T21:37:27.746Z] ++ 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-09-10T21:37:27.746Z] ++ set -e [2020-09-10T21:37:27.746Z] ++ '[' -n 0 ']' [2020-09-10T21:37:27.746Z] ++ set -x [2020-09-10T21:37:27.747Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:37:27.747Z] INFO: Testing against a local daemon [2020-09-10T21:37:27.747Z] === RUN TestPluginInvalidJSON [2020-09-10T21:37:27.747Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:37:27.747Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:37:27.747Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:37:27.747Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-09-10T21:37:27.747Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-10T21:37:27.747Z] === RUN TestPluginInstall [2020-09-10T21:37:27.747Z] === RUN TestPluginInstall/no_auth [2020-09-10T21:37:27.747Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-09-10T21:37:27.800Z] ok github.com/docker/docker/pkg/jsonmessage 0.229s coverage: 91.7% of statements [2020-09-10T21:37:27.800Z] ok github.com/docker/docker/pkg/archive 6.936s coverage: 62.9% of statements [2020-09-10T21:37:28.257Z] ok github.com/docker/docker/pkg/longpath 0.062s coverage: 100.0% of statements [2020-09-10T21:37:28.257Z] ok github.com/docker/docker/pkg/namesgenerator 0.054s coverage: 85.7% of statements [2020-09-10T21:37:28.356Z] --- PASS: TestTemplatedConfig (3.64s) [2020-09-10T21:37:28.356Z] === RUN TestConfigCreateResolve [2020-09-10T21:37:28.681Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-09-10T21:37:28.715Z] ok github.com/docker/docker/pkg/parsers 0.032s coverage: 97.0% of statements [2020-09-10T21:37:29.172Z] ok github.com/docker/docker/pkg/pidfile 0.072s coverage: 82.6% of statements [2020-09-10T21:37:29.321Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-10T21:37:30.057Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-09-10T21:37:30.057Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-09-10T21:37:30.057Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-09-10T21:37:30.057Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-09-10T21:37:30.057Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-09-10T21:37:30.137Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.081s coverage: 56.8% of statements [2020-09-10T21:37:30.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-10T21:37:30.623Z] time="2020-09-10T21:37:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:37:30.623Z] time="2020-09-10T21:37:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2ac57429a63accb5e6fdcba66f84d6b2891276413cbbf99c887b9fa179c272b5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:37:30.623Z] time="2020-09-10T21:37:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:37:30.623Z] time="2020-09-10T21:37:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2ac57429a63accb5e6fdcba66f84d6b2891276413cbbf99c887b9fa179c272b5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:37:30.881Z] === RUN TestPluginInstall/with_htpasswd [2020-09-10T21:37:31.107Z] ok github.com/docker/docker/pkg/pools 0.035s coverage: 88.2% of statements [2020-09-10T21:37:31.447Z] time="2020-09-10T21:37:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:37:31.447Z] time="2020-09-10T21:37:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f389396b9c099a89d42e557b4638b722b20a460aadf1d4be822353d73210087" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:37:31.447Z] time="2020-09-10T21:37:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:37:31.447Z] time="2020-09-10T21:37:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f389396b9c099a89d42e557b4638b722b20a460aadf1d4be822353d73210087" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:37:31.447Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-09-10T21:37:31.447Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-09-10T21:37:31.447Z] === RUN TestPluginInstall/with_insecure [2020-09-10T21:37:31.564Z] ok github.com/docker/docker/pkg/plugins/transport 0.208s coverage: 85.7% of statements [2020-09-10T21:37:31.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-10T21:37:31.873Z] --- PASS: TestConfigCreateResolve (3.08s) [2020-09-10T21:37:31.873Z] === RUN TestConfigDaemonLibtrustID [2020-09-10T21:37:32.014Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-09-10T21:37:32.022Z] ok github.com/docker/docker/pkg/progress 0.048s coverage: 75.9% of statements [2020-09-10T21:37:32.165Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-09-10T21:37:32.165Z] PASS [2020-09-10T21:37:32.165Z] [2020-09-10T21:37:32.165Z] DONE 7 tests in 22.284s [2020-09-10T21:37:32.165Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-09-10T21:37:32.165Z] ++ 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-09-10T21:37:32.165Z] ++ set -e [2020-09-10T21:37:32.165Z] ++ '[' -n 0 ']' [2020-09-10T21:37:32.165Z] ++ set -x [2020-09-10T21:37:32.165Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:37:32.165Z] INFO: Testing against a local daemon [2020-09-10T21:37:32.165Z] === RUN TestCheckpoint [2020-09-10T21:37:32.165Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-10T21:37:32.165Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-10T21:37:32.165Z] === RUN TestContainerInvalidJSON [2020-09-10T21:37:32.165Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:37:32.165Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:37:32.165Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:37:32.165Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:37:32.165Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:37:32.165Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:37:32.165Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:37:32.165Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:37:32.165Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:37:32.165Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-09-10T21:37:32.165Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-10T21:37:32.165Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-10T21:37:32.165Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-10T21:37:32.165Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-10T21:37:32.165Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2020-09-10T21:37:32.165Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-10T21:37:32.456Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.16s) [2020-09-10T21:37:32.456Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-10T21:37:32.456Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2020-09-10T21:37:32.456Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-10T21:37:32.574Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-10T21:37:32.574Z] Using test binary docker [2020-09-10T21:37:32.574Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-10T21:37:32.574Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-10T21:37:32.574Z] INFO: Waiting for daemon to start... [2020-09-10T21:37:32.574Z] Starting dockerd [2020-09-10T21:37:32.579Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-09-10T21:37:32.579Z] time="2020-09-10T21:37:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:37:32.579Z] time="2020-09-10T21:37:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0a2ac4b6de0992d3a9110e34df2e1234a00d4e923ccb946d314aaf03ceab1e78" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:37:32.579Z] time="2020-09-10T21:37:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:37:32.579Z] time="2020-09-10T21:37:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0a2ac4b6de0992d3a9110e34df2e1234a00d4e923ccb946d314aaf03ceab1e78" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:37:32.748Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-09-10T21:37:32.748Z] === RUN TestCopyFromContainer [2020-09-10T21:37:32.837Z] --- PASS: TestPluginInstall (5.23s) [2020-09-10T21:37:32.837Z] --- PASS: TestPluginInstall/no_auth (3.26s) [2020-09-10T21:37:32.837Z] --- PASS: TestPluginInstall/with_htpasswd (0.74s) [2020-09-10T21:37:32.837Z] --- PASS: TestPluginInstall/with_insecure (1.23s) [2020-09-10T21:37:32.837Z] plugin_test.go:157: [d53d4f15c1e98] daemon is not started [2020-09-10T21:37:32.837Z] PASS [2020-09-10T21:37:32.837Z] [2020-09-10T21:37:32.837Z] DONE 6 tests in 5.275s [2020-09-10T21:37:32.837Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-10T21:37:32.837Z] ++ 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-09-10T21:37:32.837Z] ++ set -e [2020-09-10T21:37:32.837Z] ++ '[' -n 0 ']' [2020-09-10T21:37:32.837Z] ++ set -x [2020-09-10T21:37:32.837Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:37:32.837Z] INFO: Testing against a local daemon [2020-09-10T21:37:32.837Z] === RUN TestExternalGraphDriver [2020-09-10T21:37:32.985Z] ok github.com/docker/docker/pkg/reexec 0.073s coverage: 82.4% of statements [2020-09-10T21:37:33.095Z] === RUN TestExternalGraphDriver/json [2020-09-10T21:37:33.353Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-09-10T21:37:33.353Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-09-10T21:37:33.443Z] ok github.com/docker/docker/pkg/pubsub 1.077s coverage: 73.9% of statements [2020-09-10T21:37:33.901Z] ok github.com/docker/docker/pkg/signal 0.038s coverage: 20.3% of statements [2020-09-10T21:37:34.358Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2020-09-10T21:37:34.814Z] === RUN TestCopyFromContainer// [2020-09-10T21:37:34.814Z] === RUN TestCopyFromContainer//bar/root [2020-09-10T21:37:34.814Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-10T21:37:34.816Z] ok github.com/docker/docker/pkg/streamformatter 0.099s coverage: 66.2% of statements [2020-09-10T21:37:34.816Z] ok github.com/docker/docker/pkg/stringid 0.038s coverage: 70.6% of statements [2020-09-10T21:37:35.105Z] === RUN TestCopyFromContainer/bar/quux [2020-09-10T21:37:35.105Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-10T21:37:35.105Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-10T21:37:35.105Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-10T21:37:35.252Z] === RUN TestExternalGraphDriver/spec [2020-09-10T21:37:35.396Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-10T21:37:35.396Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-10T21:37:35.396Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-10T21:37:35.513Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-09-10T21:37:35.686Z] --- PASS: TestCopyFromContainer (2.92s) [2020-09-10T21:37:35.687Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-09-10T21:37:35.687Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-09-10T21:37:35.687Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-09-10T21:37:35.687Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2020-09-10T21:37:35.687Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-09-10T21:37:35.687Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-09-10T21:37:35.687Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-09-10T21:37:35.687Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-09-10T21:37:35.687Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-09-10T21:37:35.687Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-09-10T21:37:35.687Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-10T21:37:35.687Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:37:35.687Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:37:35.687Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:37:35.687Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:37:35.687Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:37:35.687Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:37:35.687Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:37:35.687Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:37:35.687Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:37:35.687Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-09-10T21:37:35.687Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-10T21:37:35.687Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-10T21:37:35.687Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-10T21:37:35.687Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-10T21:37:35.687Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-09-10T21:37:35.687Z] === RUN TestCreateWithInvalidEnv [2020-09-10T21:37:35.687Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-10T21:37:35.687Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-10T21:37:35.687Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-10T21:37:35.687Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-10T21:37:35.687Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-10T21:37:35.687Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-10T21:37:35.687Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-10T21:37:35.687Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-10T21:37:35.687Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-10T21:37:35.687Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-09-10T21:37:35.687Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-10T21:37:35.687Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-10T21:37:35.687Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-10T21:37:35.687Z] === RUN TestCreateTmpfsMountsTarget [2020-09-10T21:37:35.687Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-09-10T21:37:35.687Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-10T21:37:35.784Z] ok github.com/docker/docker/pkg/sysinfo 0.076s coverage: 38.2% of statements [2020-09-10T21:37:35.857Z] . [2020-09-10T21:37:35.857Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-10T21:37:35.857Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-10T21:37:35.857Z] Error: No such image: emptyfs [2020-09-10T21:37:35.857Z] Running integration-test (iteration 1) [2020-09-10T21:37:35.857Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-09-10T21:37:36.749Z] ok github.com/docker/docker/pkg/system 0.084s coverage: 13.8% of statements [2020-09-10T21:37:36.749Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-10T21:37:36.749Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-10T21:37:36.749Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-10T21:37:36.749Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-10T21:37:36.749Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-09-10T21:37:36.749Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-09-10T21:37:36.749Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-10T21:37:36.749Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-10T21:37:36.888Z] === RUN TestExternalGraphDriver/pull [2020-09-10T21:37:37.145Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-09-10T21:37:37.206Z] ok github.com/docker/docker/pkg/tailfile 0.149s coverage: 88.6% of statements [2020-09-10T21:37:37.664Z] testing: warning: no tests to run [2020-09-10T21:37:37.664Z] coverage: [no statements] [2020-09-10T21:37:37.664Z] ok github.com/docker/docker/pkg/term/windows 0.044s coverage: [no statements] [no tests to run] [2020-09-10T21:37:38.080Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-09-10T21:37:38.080Z] --- PASS: TestExternalGraphDriver (5.31s) [2020-09-10T21:37:38.080Z] --- PASS: TestExternalGraphDriver/json (1.89s) [2020-09-10T21:37:38.080Z] --- PASS: TestExternalGraphDriver/spec (1.89s) [2020-09-10T21:37:38.080Z] --- PASS: TestExternalGraphDriver/pull (1.37s) [2020-09-10T21:37:38.080Z] === RUN TestGraphdriverPluginV2 [2020-09-10T21:37:38.080Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-09-10T21:37:38.121Z] ok github.com/docker/docker/pkg/tarsum 0.166s coverage: 89.3% of statements [2020-09-10T21:37:38.121Z] ok github.com/docker/docker/pkg/truncindex 0.133s coverage: 91.5% of statements [2020-09-10T21:37:38.121Z] ok github.com/docker/docker/pkg/urlutil 0.030s coverage: 100.0% of statements [2020-09-10T21:37:38.411Z] --- PASS: TestCreateWithCustomMaskedPaths (2.39s) [2020-09-10T21:37:38.411Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-10T21:37:38.578Z] ok github.com/docker/docker/pkg/useragent 0.036s coverage: 88.9% of statements [2020-09-10T21:37:38.645Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-09-10T21:37:38.645Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-09-10T21:37:39.211Z] === RUN TestDockerSuite/TestBuildXZHost [2020-09-10T21:37:40.113Z] ok github.com/docker/docker/plugin/v2 0.130s coverage: 20.1% of statements [2020-09-10T21:37:40.571Z] ok github.com/docker/docker/plugin 0.299s coverage: 12.0% of statements [2020-09-10T21:37:40.571Z] ok github.com/docker/docker/reference 0.401s coverage: 84.4% of statements [2020-09-10T21:37:40.584Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-09-10T21:37:40.584Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-09-10T21:37:40.584Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-09-10T21:37:41.050Z] ok github.com/docker/docker/api/server 0.026s coverage: 9.0% of statements [2020-09-10T21:37:41.134Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.55s) [2020-09-10T21:37:41.134Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-10T21:37:41.134Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:37:41.134Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:37:41.134Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:37:41.134Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:37:41.134Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:37:41.134Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:37:41.134Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:37:41.134Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:37:41.134Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:37:41.134Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:37:41.134Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:37:41.134Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:37:41.134Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:37:41.134Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:37:41.134Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:37:41.134Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-10T21:37:41.134Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-09-10T21:37:41.134Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-10T21:37:41.134Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2020-09-10T21:37:41.134Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-09-10T21:37:41.134Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-09-10T21:37:41.134Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-10T21:37:41.149Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-09-10T21:37:41.424Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s) [2020-09-10T21:37:41.424Z] === RUN TestCreateDifferentPlatform [2020-09-10T21:37:41.424Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-10T21:37:41.424Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-10T21:37:41.424Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-09-10T21:37:41.424Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-10T21:37:41.424Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-10T21:37:41.424Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-10T21:37:41.424Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-09-10T21:37:41.424Z] === RUN TestContainerStartOnDaemonRestart [2020-09-10T21:37:41.424Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-10T21:37:41.424Z] === RUN TestDaemonRestartIpcMode [2020-09-10T21:37:41.424Z] === PAUSE TestDaemonRestartIpcMode [2020-09-10T21:37:41.424Z] === RUN TestDaemonHostGatewayIP [2020-09-10T21:37:41.424Z] === PAUSE TestDaemonHostGatewayIP [2020-09-10T21:37:41.424Z] === RUN TestContainerKillOnDaemonStart [2020-09-10T21:37:41.424Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-10T21:37:41.424Z] === RUN TestDiff [2020-09-10T21:37:41.539Z] ok github.com/docker/docker/restartmanager 0.037s coverage: 50.9% of statements [2020-09-10T21:37:41.715Z] === RUN TestDockerSuite/TestCommitChange [2020-09-10T21:37:41.973Z] --- PASS: TestGraphdriverPluginV2 (3.85s) [2020-09-10T21:37:41.973Z] PASS [2020-09-10T21:37:41.973Z] [2020-09-10T21:37:41.973Z] DONE 5 tests in 9.197s [2020-09-10T21:37:41.973Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-10T21:37:41.973Z] ++ 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-09-10T21:37:41.973Z] ++ set -e [2020-09-10T21:37:41.973Z] ++ '[' -n 0 ']' [2020-09-10T21:37:41.973Z] ++ set -x [2020-09-10T21:37:41.974Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:37:41.974Z] INFO: Testing against a local daemon [2020-09-10T21:37:41.974Z] === RUN TestContinueAfterPluginCrash [2020-09-10T21:37:41.974Z] === PAUSE TestContinueAfterPluginCrash [2020-09-10T21:37:41.974Z] === RUN TestReadPluginNoRead [2020-09-10T21:37:41.974Z] === PAUSE TestReadPluginNoRead [2020-09-10T21:37:41.974Z] === RUN TestDaemonStartWithLogOpt [2020-09-10T21:37:41.974Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-10T21:37:41.974Z] === CONT TestContinueAfterPluginCrash [2020-09-10T21:37:41.974Z] === CONT TestDaemonStartWithLogOpt [2020-09-10T21:37:41.974Z] === CONT TestReadPluginNoRead [2020-09-10T21:37:41.996Z] ok github.com/docker/docker/registry/resumable 0.382s coverage: 100.0% of statements [2020-09-10T21:37:42.455Z] --- PASS: TestDiff (0.82s) [2020-09-10T21:37:42.455Z] === RUN TestExecWithCloseStdin [2020-09-10T21:37:42.550Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-09-10T21:37:42.961Z] ok github.com/docker/docker/runconfig 0.045s coverage: 52.2% of statements [2020-09-10T21:37:42.961Z] ok github.com/docker/docker/registry 0.353s coverage: 51.7% of statements [2020-09-10T21:37:42.961Z] ok github.com/docker/docker/testutil 0.039s coverage: 62.5% of statements [2020-09-10T21:37:43.507Z] === RUN TestDockerSuite/TestCommitHardlink [2020-09-10T21:37:43.517Z] --- PASS: TestExecWithCloseStdin (0.93s) [2020-09-10T21:37:43.517Z] === RUN TestExec [2020-09-10T21:37:44.149Z] --- PASS: TestExec (0.95s) [2020-09-10T21:37:44.149Z] === RUN TestExecUser [2020-09-10T21:37:44.882Z] === RUN TestDockerSuite/TestCommitNewFile [2020-09-10T21:37:44.882Z] === RUN TestReadPluginNoRead/default [2020-09-10T21:37:45.183Z] --- PASS: TestExecUser (0.93s) [2020-09-10T21:37:45.183Z] === RUN TestExportContainerAndImportImage [2020-09-10T21:37:45.449Z] --- PASS: TestDaemonStartWithLogOpt (3.39s) [2020-09-10T21:37:45.860Z] ok github.com/docker/docker/volume/drivers 0.114s coverage: 36.1% of statements [2020-09-10T21:37:45.860Z] ok github.com/docker/docker/volume/local 0.164s coverage: 37.7% of statements [2020-09-10T21:37:46.015Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-09-10T21:37:46.213Z] --- PASS: TestExportContainerAndImportImage (1.10s) [2020-09-10T21:37:46.213Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-10T21:37:46.319Z] ok github.com/docker/docker/volume/mounts 0.154s coverage: 66.1% of statements [2020-09-10T21:37:46.581Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-10T21:37:46.839Z] === RUN TestDockerSuite/TestCommitTTY [2020-09-10T21:37:47.097Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-09-10T21:37:47.716Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2020-09-10T21:37:47.716Z] === RUN TestHealthCheckWorkdir [2020-09-10T21:37:47.851Z] ok github.com/docker/docker/volume/service 0.434s coverage: 70.3% of statements [2020-09-10T21:37:48.031Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-10T21:37:48.031Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-09-10T21:37:48.066Z] Loaded image: buildpack-deps:buster [2020-09-10T21:37:48.066Z] Loaded image: busybox:latest [2020-09-10T21:37:48.066Z] Loaded image: busybox:glibc [2020-09-10T21:37:48.066Z] Loaded image: debian:buster [2020-09-10T21:37:48.066Z] Loaded image: hello-world:latest [2020-09-10T21:37:48.066Z] INFO: Testing against a local daemon [2020-09-10T21:37:48.066Z] === RUN TestCgroupNamespacesBuild [2020-09-10T21:37:48.746Z] --- PASS: TestHealthCheckWorkdir (0.99s) [2020-09-10T21:37:48.747Z] === RUN TestHealthKillContainer [2020-09-10T21:37:48.969Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-09-10T21:37:49.228Z] --- PASS: TestReadPluginNoRead (7.24s) [2020-09-10T21:37:49.228Z] --- PASS: TestReadPluginNoRead/default (1.47s) [2020-09-10T21:37:49.228Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.43s) [2020-09-10T21:37:49.228Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.45s) [2020-09-10T21:37:49.228Z] read_test.go:92: [dee98029b0437] daemon is not started [2020-09-10T21:37:49.519Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-09-10T21:37:50.601Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-09-10T21:37:50.601Z] --- PASS: TestContinueAfterPluginCrash (8.41s) [2020-09-10T21:37:50.601Z] PASS [2020-09-10T21:37:50.601Z] [2020-09-10T21:37:50.601Z] DONE 6 tests in 8.441s [2020-09-10T21:37:50.601Z] 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-09-10T21:37:50.601Z] ++ 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-09-10T21:37:50.601Z] ++ set -e [2020-09-10T21:37:50.601Z] ++ '[' -n 0 ']' [2020-09-10T21:37:50.601Z] ++ set -x [2020-09-10T21:37:50.601Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:37:50.601Z] testing: warning: no tests to run [2020-09-10T21:37:50.601Z] PASS [2020-09-10T21:37:50.601Z] [2020-09-10T21:37:50.601Z] DONE 0 tests in 0.009s [2020-09-10T21:37:50.601Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-10T21:37:50.602Z] ++ 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-09-10T21:37:50.602Z] ++ set -e [2020-09-10T21:37:50.602Z] ++ '[' -n 0 ']' [2020-09-10T21:37:50.602Z] ++ set -x [2020-09-10T21:37:50.602Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:37:50.602Z] INFO: Testing against a local daemon [2020-09-10T21:37:50.602Z] === RUN TestPluginWithDevMounts [2020-09-10T21:37:50.602Z] === PAUSE TestPluginWithDevMounts [2020-09-10T21:37:50.602Z] === CONT TestPluginWithDevMounts [2020-09-10T21:37:51.168Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-09-10T21:37:51.168Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-09-10T21:37:51.168Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-09-10T21:37:51.168Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-09-10T21:37:51.168Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-09-10T21:37:51.168Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-09-10T21:37:51.168Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-09-10T21:37:51.354Z] --- PASS: TestCgroupNamespacesBuild (3.12s) [2020-09-10T21:37:51.354Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-10T21:37:52.102Z] --- PASS: TestPluginWithDevMounts (1.67s) [2020-09-10T21:37:52.102Z] PASS [2020-09-10T21:37:52.102Z] [2020-09-10T21:37:52.102Z] DONE 1 tests in 1.722s [2020-09-10T21:37:52.255Z] --- PASS: TestHealthKillContainer (2.94s) [2020-09-10T21:37:52.255Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-10T21:37:52.360Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-10T21:37:52.360Z] ++ 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-09-10T21:37:52.360Z] ++ set -e [2020-09-10T21:37:52.360Z] ++ '[' -n 0 ']' [2020-09-10T21:37:52.360Z] ++ set -x [2020-09-10T21:37:52.360Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:37:52.360Z] INFO: Testing against a local daemon [2020-09-10T21:37:52.360Z] === RUN TestSecretInspect [2020-09-10T21:37:52.360Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-09-10T21:37:52.545Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s) [2020-09-10T21:37:52.545Z] === RUN TestIpcModeNone [2020-09-10T21:37:53.577Z] --- PASS: TestIpcModeNone (0.94s) [2020-09-10T21:37:53.577Z] === RUN TestIpcModePrivate [2020-09-10T21:37:53.733Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-09-10T21:37:53.733Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-09-10T21:37:53.884Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.13s) [2020-09-10T21:37:53.884Z] === RUN TestBuildWithSession [2020-09-10T21:37:53.884Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-10T21:37:53.884Z] build_session_test.go:25: TODO: BuildKit [2020-09-10T21:37:53.884Z] === RUN TestBuildSquashParent [2020-09-10T21:37:54.299Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-09-10T21:37:54.609Z] --- PASS: TestIpcModePrivate (0.97s) [2020-09-10T21:37:54.609Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-09-10T21:37:54.609Z] === RUN TestIpcModeShareable [2020-09-10T21:37:55.233Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-09-10T21:37:55.233Z] --- PASS: TestSecretInspect (3.01s) [2020-09-10T21:37:55.233Z] === RUN TestSecretList [2020-09-10T21:37:55.492Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-09-10T21:37:55.641Z] --- PASS: TestIpcModeShareable (0.98s) [2020-09-10T21:37:55.641Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-09-10T21:37:55.641Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-10T21:37:56.059Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-09-10T21:37:56.625Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-09-10T21:37:56.625Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-09-10T21:37:56.625Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-09-10T21:37:57.191Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-09-10T21:37:57.191Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-09-10T21:37:57.449Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-09-10T21:37:57.449Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-09-10T21:37:57.449Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-09-10T21:37:58.376Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.90s) [2020-09-10T21:37:58.376Z] === RUN TestAPIIpcModeHost [2020-09-10T21:37:58.382Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-09-10T21:37:58.382Z] --- PASS: TestSecretList (3.08s) [2020-09-10T21:37:58.382Z] === RUN TestSecretsCreateAndDelete [2020-09-10T21:37:58.948Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-09-10T21:37:59.020Z] --- PASS: TestAPIIpcModeHost (0.65s) [2020-09-10T21:37:59.020Z] === RUN TestDaemonIpcModeShareable [2020-09-10T21:37:59.513Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-09-10T21:37:59.513Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-09-10T21:38:00.449Z] --- PASS: TestBuildSquashParent (6.79s) [2020-09-10T21:38:00.449Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-10T21:38:00.449Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:38:00.449Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:38:00.449Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:38:00.449Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:38:00.449Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:38:00.449Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:38:00.449Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:38:00.449Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:38:00.449Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:38:00.449Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:38:00.449Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:38:00.449Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:38:00.449Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:38:00.449Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:38:00.887Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-09-10T21:38:01.083Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2020-09-10T21:38:01.083Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-09-10T21:38:01.083Z] === RUN TestDaemonIpcModePrivate [2020-09-10T21:38:01.452Z] --- PASS: TestSecretsCreateAndDelete (3.11s) [2020-09-10T21:38:01.452Z] === RUN TestSecretsUpdate [2020-09-10T21:38:01.710Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-09-10T21:38:01.710Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-09-10T21:38:01.825Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:38:01.825Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:38:02.278Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-09-10T21:38:02.590Z] --- PASS: TestDaemonIpcModePrivate (1.78s) [2020-09-10T21:38:02.591Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-09-10T21:38:02.591Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-10T21:38:02.844Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-09-10T21:38:03.410Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-09-10T21:38:03.729Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:38:03.729Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:38:04.344Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-09-10T21:38:04.344Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-09-10T21:38:04.344Z] --- PASS: TestSecretsUpdate (2.91s) [2020-09-10T21:38:04.344Z] === RUN TestTemplatedSecret [2020-09-10T21:38:04.653Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2020-09-10T21:38:04.653Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-09-10T21:38:04.653Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-10T21:38:04.910Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-09-10T21:38:05.146Z] ......... [ 86%] [2020-09-10T21:38:05.476Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-09-10T21:38:05.533Z] ok github.com/docker/docker/pkg/plugins 35.053s coverage: 73.4% of statements [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/rootless [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/volume [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-10T21:38:05.533Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-10T21:38:06.156Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.83s) [2020-09-10T21:38:06.156Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-09-10T21:38:06.156Z] === RUN TestIpcModeOlderClient [2020-09-10T21:38:06.156Z] === PAUSE TestIpcModeOlderClient [2020-09-10T21:38:06.156Z] === RUN TestKillContainerInvalidSignal [2020-09-10T21:38:06.260Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-10T21:38:06.260Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.48s) [2020-09-10T21:38:06.260Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.54s) [2020-09-10T21:38:06.260Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.95s) [2020-09-10T21:38:06.260Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.09s) [2020-09-10T21:38:06.260Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.97s) [2020-09-10T21:38:06.260Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.08s) [2020-09-10T21:38:06.260Z] === RUN TestBuildMultiStageCopy [2020-09-10T21:38:06.260Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-10T21:38:06.414Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-09-10T21:38:06.414Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === Skipped [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-09-10T21:38:06.498Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-09-10T21:38:06.498Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-09-10T21:38:06.498Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-09-10T21:38:06.498Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-09-10T21:38:06.498Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-09-10T21:38:06.498Z] client_test.go:23: runtime.GOOS == "windows" [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-09-10T21:38:06.498Z] daemon_test.go:147: root required [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-09-10T21:38:06.498Z] reload_test.go:520: root required [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-09-10T21:38:06.498Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-09-10T21:38:06.498Z] pull_v2_test.go:73: Needs fixing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-09-10T21:38:06.498Z] pull_v2_test.go:118: Needs fixing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-09-10T21:38:06.498Z] download_test.go:268: Needs fixing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-09-10T21:38:06.498Z] layer_test.go:304: Failing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-09-10T21:38:06.498Z] layer_test.go:353: Failing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-09-10T21:38:06.498Z] layer_test.go:468: Failing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-09-10T21:38:06.498Z] layer_test.go:697: Failing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-09-10T21:38:06.498Z] migration_test.go:46: Failing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-09-10T21:38:06.498Z] migration_test.go:182: Failing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-09-10T21:38:06.498Z] mount_test.go:17: Failing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-09-10T21:38:06.498Z] mount_test.go:76: Failing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-09-10T21:38:06.498Z] mount_test.go:125: Failing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-09-10T21:38:06.498Z] mount_test.go:212: Failing on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-09-10T21:38:06.498Z] archive_test.go:133: Xz not present in msys2 [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-09-10T21:38:06.498Z] archive_test.go:238: Failing on Windows CI machines [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-09-10T21:38:06.498Z] archive_windows_test.go:16: Currently fails [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-09-10T21:38:06.498Z] changes_test.go:192: needs more investigation [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-09-10T21:38:06.498Z] changes_test.go:405: needs further investigation [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-09-10T21:38:06.498Z] changes_test.go:441: needs further investigation [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-09-10T21:38:06.498Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-09-10T21:38:06.498Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-09-10T21:38:06.498Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-09-10T21:38:06.498Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-09-10T21:38:06.498Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-09-10T21:38:06.498Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-09-10T21:38:06.498Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-09-10T21:38:06.498Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-09-10T21:38:06.498Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-09-10T21:38:06.498Z] poller_test.go:41: No chmod on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-09-10T21:38:06.498Z] fileutils_test.go:134: Needs porting to Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-09-10T21:38:06.498Z] fileutils_test.go:180: Needs porting to Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-09-10T21:38:06.498Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-09-10T21:38:06.498Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-09-10T21:38:06.498Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-09-10T21:38:06.498Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-09-10T21:38:06.498Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-09-10T21:38:06.498Z] local_test.go:181: runtime.GOOS == "windows" [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] [2020-09-10T21:38:06.498Z] DONE 1785 tests, 46 skipped in 188.584s [2020-09-10T21:38:06.498Z] INFO: make.ps1 ended at 09/10/2020 21:38:06 [2020-09-10T21:38:07.008Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-09-10T21:38:07.187Z] --- PASS: TestKillContainerInvalidSignal (0.85s) [2020-09-10T21:38:07.187Z] === RUN TestKillContainer [2020-09-10T21:38:07.187Z] === RUN TestKillContainer/no_signal [2020-09-10T21:38:07.944Z] --- PASS: TestTemplatedSecret (3.44s) [2020-09-10T21:38:07.944Z] === RUN TestSecretCreateResolve [2020-09-10T21:38:08.033Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-09-10T21:38:08.220Z] === RUN TestKillContainer/non_killing_signal [2020-09-10T21:38:08.493Z] INFO: Unit tests ended at 09/10/2020 21:38:08. Duration:00:03:22.7040271 [2020-09-10T21:38:08.493Z] INFO: Building busybox [2020-09-10T21:38:08.493Z] Sending build context to Docker daemon 5.12kB [2020-09-10T21:38:08.493Z] [2020-09-10T21:38:08.493Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-09-10T21:38:08.493Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-09-10T21:38:08.493Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-09-10T21:38:08.493Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-09-10T21:38:08.493Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-09-10T21:38:08.493Z] ---> 715aaeac112d [2020-09-10T21:38:08.493Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-09-10T21:38:08.493Z] ---> Running in 401492ebc6a2 [2020-09-10T21:38:08.511Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-09-10T21:38:08.511Z] === RUN TestKillContainer/killing_signal [2020-09-10T21:38:09.524Z] tests/integration/models_images_test.py ............... [ 89%] [2020-09-10T21:38:09.542Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-10T21:38:09.884Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-09-10T21:38:09.884Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-09-10T21:38:09.884Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-09-10T21:38:09.884Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-09-10T21:38:09.884Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-09-10T21:38:10.015Z] --- PASS: TestKillContainer (2.62s) [2020-09-10T21:38:10.015Z] --- PASS: TestKillContainer/no_signal (0.89s) [2020-09-10T21:38:10.015Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2020-09-10T21:38:10.015Z] --- PASS: TestKillContainer/killing_signal (0.82s) [2020-09-10T21:38:10.015Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-10T21:38:10.015Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-10T21:38:10.109Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-10T21:38:10.609Z] tests/integration/models_networks_test.py .... [ 90%] [2020-09-10T21:38:10.645Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-10T21:38:10.818Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-09-10T21:38:11.045Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-10T21:38:11.076Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-09-10T21:38:11.277Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.68s) [2020-09-10T21:38:11.277Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.83s) [2020-09-10T21:38:11.277Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.50s) [2020-09-10T21:38:11.277Z] === RUN TestKillStoppedContainer [2020-09-10T21:38:11.334Z] --- PASS: TestSecretCreateResolve (3.45s) [2020-09-10T21:38:11.334Z] PASS [2020-09-10T21:38:11.334Z] [2020-09-10T21:38:11.334Z] DONE 6 tests in 19.027s [2020-09-10T21:38:11.334Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-09-10T21:38:11.334Z] ++ 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-09-10T21:38:11.334Z] ++ set -e [2020-09-10T21:38:11.334Z] ++ '[' -n 0 ']' [2020-09-10T21:38:11.334Z] ++ set -x [2020-09-10T21:38:11.334Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:38:11.334Z] INFO: Testing against a local daemon [2020-09-10T21:38:11.334Z] === RUN TestServiceCreateInit [2020-09-10T21:38:11.334Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-10T21:38:11.568Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-09-10T21:38:11.568Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-10T21:38:11.568Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2020-09-10T21:38:11.568Z] === RUN TestKillDifferentUserContainer [2020-09-10T21:38:12.419Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-10T21:38:12.627Z] --- PASS: TestKillDifferentUserContainer (0.91s) [2020-09-10T21:38:12.627Z] === RUN TestInspectOomKilledTrue [2020-09-10T21:38:12.627Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-10T21:38:12.627Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:38:12.627Z] === RUN TestInspectOomKilledFalse [2020-09-10T21:38:12.627Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-10T21:38:12.627Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:38:12.627Z] === RUN TestLinksEtcHostsContentMatch [2020-09-10T21:38:13.259Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s) [2020-09-10T21:38:13.259Z] === RUN TestLinksContainerNames [2020-09-10T21:38:13.354Z] --- PASS: TestBuildMultiStageCopy (7.36s) [2020-09-10T21:38:13.354Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.36s) [2020-09-10T21:38:13.354Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.99s) [2020-09-10T21:38:13.354Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-09-10T21:38:13.354Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-09-10T21:38:13.354Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-09-10T21:38:13.354Z] === RUN TestBuildMultiStageParentConfig [2020-09-10T21:38:14.280Z] Removing intermediate container 401492ebc6a2 [2020-09-10T21:38:14.280Z] ---> e985445292df [2020-09-10T21:38:14.280Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-09-10T21:38:14.280Z] ---> Running in cc03bbbd6b66 [2020-09-10T21:38:14.280Z] Removing intermediate container cc03bbbd6b66 [2020-09-10T21:38:14.280Z] ---> 640730c70408 [2020-09-10T21:38:14.280Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-09-10T21:38:14.280Z] ---> Running in 29e2543bab6d [2020-09-10T21:38:14.280Z] Removing intermediate container 29e2543bab6d [2020-09-10T21:38:14.280Z] ---> 370af3d3d8ba [2020-09-10T21:38:14.280Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-09-10T21:38:14.766Z] --- PASS: TestLinksContainerNames (1.74s) [2020-09-10T21:38:14.766Z] === RUN TestLogsFollowTailEmpty [2020-09-10T21:38:15.518Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-09-10T21:38:15.518Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-09-10T21:38:15.777Z] === RUN TestDockerSuite/TestContainerAPITop [2020-09-10T21:38:15.799Z] --- PASS: TestLogsFollowTailEmpty (0.92s) [2020-09-10T21:38:15.799Z] === RUN TestContainerNetworkMountsNoChown [2020-09-10T21:38:16.458Z] [2020-09-10T21:38:16.458Z] ---> 0f76c07f9fc1 [2020-09-10T21:38:16.458Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-09-10T21:38:16.458Z] ---> Running in de68f2e7fe3c [2020-09-10T21:38:16.711Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-10T21:38:16.711Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-09-10T21:38:16.711Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-09-10T21:38:16.830Z] --- PASS: TestContainerNetworkMountsNoChown (0.85s) [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/default [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/default [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/private [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/private [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rprivate [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/slave [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/slave [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rslave [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/shared [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/shared [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rshared [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/default [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/rshared [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/shared [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/rslave [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/slave [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/rprivate [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/private [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-10T21:38:16.830Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:38:16.830Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:38:16.830Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:38:16.969Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-09-10T21:38:17.121Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:38:17.121Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:38:17.121Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-10T21:38:17.121Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:38:17.121Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-10T21:38:17.121Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-10T21:38:17.121Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:38:17.121Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:38:17.121Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:38:17.121Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:38:17.165Z] tests/integration/models_nodes_test.py . [ 91%] [2020-09-10T21:38:17.165Z] tests/integration/models_resources_test.py . [ 91%] [2020-09-10T21:38:17.411Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:38:17.411Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-10T21:38:17.411Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:38:17.411Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-10T21:38:17.411Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:38:17.411Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:38:17.411Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:38:17.411Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:38:17.411Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-10T21:38:17.411Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-09-10T21:38:17.411Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-09-10T21:38:17.411Z] === RUN TestContainerBindMountNonRecursive [2020-09-10T21:38:18.620Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2020-09-10T21:38:18.620Z] === RUN TestBuildLabelWithTargets [2020-09-10T21:38:19.472Z] --- PASS: TestContainerBindMountNonRecursive (2.03s) [2020-09-10T21:38:19.472Z] === RUN TestNetworkNat [2020-09-10T21:38:19.497Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-09-10T21:38:20.432Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-09-10T21:38:20.504Z] --- PASS: TestNetworkNat (0.93s) [2020-09-10T21:38:20.504Z] === RUN TestNetworkLocalhostTCPNat [2020-09-10T21:38:21.366Z] --- PASS: TestServiceCreateInit (9.81s) [2020-09-10T21:38:21.366Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.41s) [2020-09-10T21:38:21.366Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.39s) [2020-09-10T21:38:21.366Z] === RUN TestCreateServiceMultipleTimes [2020-09-10T21:38:21.536Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2020-09-10T21:38:21.536Z] === RUN TestNetworkLoopbackNat [2020-09-10T21:38:21.624Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-09-10T21:38:23.249Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-09-10T21:38:25.055Z] --- PASS: TestNetworkLoopbackNat (3.26s) [2020-09-10T21:38:25.055Z] === RUN TestPause [2020-09-10T21:38:25.688Z] --- PASS: TestPause (0.91s) [2020-09-10T21:38:25.688Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-10T21:38:25.688Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-10T21:38:25.688Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-10T21:38:25.688Z] === RUN TestPauseStopPausedContainer [2020-09-10T21:38:25.809Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-09-10T21:38:25.998Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-09-10T21:38:25.998Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-09-10T21:38:26.320Z] --- PASS: TestPauseStopPausedContainer (0.88s) [2020-09-10T21:38:26.320Z] === RUN TestPsFilter [2020-09-10T21:38:26.375Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-09-10T21:38:26.610Z] --- PASS: TestPsFilter (0.27s) [2020-09-10T21:38:26.610Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-10T21:38:26.739Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-09-10T21:38:26.739Z] === RUN TestBuildWithEmptyLayers [2020-09-10T21:38:27.680Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.88s) [2020-09-10T21:38:27.680Z] === RUN TestRemoveContainerWithVolume [2020-09-10T21:38:27.751Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-09-10T21:38:28.326Z] --- PASS: TestRemoveContainerWithVolume (0.92s) [2020-09-10T21:38:28.326Z] === RUN TestRemoveContainerRunning [2020-09-10T21:38:28.685Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-09-10T21:38:28.821Z] Removing intermediate container de68f2e7fe3c [2020-09-10T21:38:28.821Z] ---> be9cf9271b79 [2020-09-10T21:38:28.821Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-09-10T21:38:28.821Z] ---> Running in 73be047bbc0a [2020-09-10T21:38:28.821Z] [2020-09-10T21:38:28.821Z] SUCCESS: Specified value was saved. [2020-09-10T21:38:28.943Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-09-10T21:38:29.269Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-09-10T21:38:29.269Z] === RUN TestBuildMultiStageOnBuild [2020-09-10T21:38:29.357Z] --- PASS: TestRemoveContainerRunning (0.92s) [2020-09-10T21:38:29.357Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-10T21:38:30.175Z] tests/integration/regression_test.py ...... [ 98%] [2020-09-10T21:38:30.387Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.88s) [2020-09-10T21:38:30.387Z] === RUN TestRemoveInvalidContainer [2020-09-10T21:38:30.387Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-10T21:38:30.387Z] === RUN TestRenameLinkedContainer [2020-09-10T21:38:30.434Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-09-10T21:38:30.434Z] tests/integration/credentials/utils_test.py . [100%] [2020-09-10T21:38:30.434Z] [2020-09-10T21:38:30.434Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-09-10T21:38:30.434Z] =========================== short test summary info ============================ [2020-09-10T21:38:30.434Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-09-10T21:38:30.434Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-09-10T21:38:30.434Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-09-10T21:38:30.434Z] Not supported on most drivers [2020-09-10T21:38:30.434Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-09-10T21:38:30.434Z] Output of docker top depends on host distro, and is not formalized. [2020-09-10T21:38:30.434Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-09-10T21:38:30.434Z] Output of docker top depends on host distro, and is not formalized. [2020-09-10T21:38:30.434Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-09-10T21:38:30.434Z] Can fail if eth0 has multiple IP addresses [2020-09-10T21:38:30.434Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-09-10T21:38:30.434Z] This doesn't seem to be taken into account by the engine [2020-09-10T21:38:30.434Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-09-10T21:38:30.434Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-09-10T21:38:30.434Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 304.55 seconds == [2020-09-10T21:38:30.692Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-09-10T21:38:30.842Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-09-10T21:38:30.992Z] Removing intermediate container 73be047bbc0a [2020-09-10T21:38:30.992Z] ---> 440a24678500 [2020-09-10T21:38:30.992Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-09-10T21:38:30.992Z] ---> Running in 8a0b702e952f [2020-09-10T21:38:31.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-09-10T21:38:31.901Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-10T21:38:31.901Z] [2020-09-10T21:38:31.901Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-10T21:38:31.901Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-10T21:38:31.901Z] HOSTNAME=398594e80297 [2020-09-10T21:38:31.901Z] TESTDEBUG=0 [2020-09-10T21:38:31.901Z] DEST=bundles/test-integration [2020-09-10T21:38:31.901Z] PWD=/go/src/github.com/docker/docker [2020-09-10T21:38:31.901Z] DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 [2020-09-10T21:38:31.901Z] container=docker [2020-09-10T21:38:31.901Z] HOME=/root [2020-09-10T21:38:31.901Z] GOLANG_VERSION=1.13.15 [2020-09-10T21:38:31.901Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-10T21:38:31.901Z] VALIDATE_BRANCH=master [2020-09-10T21:38:31.901Z] TERM=xterm [2020-09-10T21:38:31.901Z] DOCKER_PKG=github.com/docker/docker [2020-09-10T21:38:31.901Z] SHLVL=1 [2020-09-10T21:38:31.901Z] TIMEOUT=120m [2020-09-10T21:38:31.901Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-10T21:38:31.901Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-10T21:38:31.901Z] GO111MODULE=off [2020-09-10T21:38:31.901Z] DOCKER_EXPERIMENTAL=1 [2020-09-10T21:38:31.901Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-10T21:38:31.901Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-10T21:38:31.901Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-10T21:38:31.901Z] GOPATH=/go [2020-09-10T21:38:31.901Z] PKG_CONFIG=pkg-config [2020-09-10T21:38:31.901Z] _=/usr/bin/env [2020-09-10T21:38:31.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-10T21:38:33.675Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-09-10T21:38:33.897Z] --- PASS: TestRenameLinkedContainer (3.44s) [2020-09-10T21:38:33.897Z] === RUN TestRenameStoppedContainer [2020-09-10T21:38:34.538Z] --- PASS: TestRenameStoppedContainer (0.88s) [2020-09-10T21:38:34.538Z] === RUN TestRenameRunningContainerAndReuse [2020-09-10T21:38:34.600Z] --- PASS: TestBuildMultiStageOnBuild (5.01s) [2020-09-10T21:38:34.600Z] === RUN TestBuildUncleanTarFilenames [2020-09-10T21:38:34.718Z] Cannot create a file when that file already exists. [2020-09-10T21:38:34.859Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2020-09-10T21:38:34.859Z] === RUN TestBuildMultiStageLayerLeak [2020-09-10T21:38:35.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-09-10T21:38:36.464Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00095b0a0_} [2020-09-10T21:38:36.600Z] --- PASS: TestRenameRunningContainerAndReuse (1.77s) [2020-09-10T21:38:36.600Z] === RUN TestRenameInvalidName [2020-09-10T21:38:37.236Z] --- PASS: TestRenameInvalidName (0.85s) [2020-09-10T21:38:37.236Z] === RUN TestRenameAnonymousContainer [2020-09-10T21:38:37.837Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1105983529_/foo_false____} [2020-09-10T21:38:38.793Z] --- PASS: TestCreateServiceMultipleTimes (17.51s) [2020-09-10T21:38:38.793Z] === RUN TestCreateServiceConflict [2020-09-10T21:38:39.047Z] --- PASS: TestBuildMultiStageLayerLeak (4.38s) [2020-09-10T21:38:39.047Z] === RUN TestBuildWithHugeFile [2020-09-10T21:38:39.051Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1105983529_/foo_true____} [2020-09-10T21:38:39.400Z] Removing intermediate container 8a0b702e952f [2020-09-10T21:38:39.400Z] ---> 49679b7151e5 [2020-09-10T21:38:39.400Z] Step 13/13 : CMD ["sh"] [2020-09-10T21:38:39.400Z] ---> Running in df1f1cbb68b9 [2020-09-10T21:38:39.857Z] Removing intermediate container df1f1cbb68b9 [2020-09-10T21:38:39.857Z] ---> 0cc0a4e8cdd4 [2020-09-10T21:38:39.857Z] Successfully built 0cc0a4e8cdd4 [2020-09-10T21:38:39.857Z] Successfully tagged busybox:latest [2020-09-10T21:38:39.857Z] INFO: Docker images of the daemon under test [2020-09-10T21:38:39.857Z] [2020-09-10T21:38:39.857Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-09-10T21:38:39.857Z] busybox latest 0cc0a4e8cdd4 Less than a second ago 5.13GB [2020-09-10T21:38:39.857Z] microsoft/windowsservercore latest 715aaeac112d 7 days ago 5.06GB [2020-09-10T21:38:39.857Z] mcr.microsoft.com/windows/servercore ltsc2019 715aaeac112d 7 days ago 5.06GB [2020-09-10T21:38:39.857Z] [2020-09-10T21:38:39.857Z] INFO: Running integration tests at 09/10/2020 21:38:39... [2020-09-10T21:38:39.857Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-09-10T21:38:39.857Z] INFO: Integration API tests being run from the host: [2020-09-10T21:38:39.857Z] INFO: make.ps1 starting at 09/10/2020 21:38:39 [2020-09-10T21:38:40.425Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3760797044_/foo_false____} [2020-09-10T21:38:40.825Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-09-10T21:38:41.422Z] --- PASS: TestCreateServiceConflict (2.84s) [2020-09-10T21:38:41.422Z] === RUN TestCreateServiceMaxReplicas [2020-09-10T21:38:41.680Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3760797044_/foo_true____} [2020-09-10T21:38:42.871Z] --- PASS: TestRenameAnonymousContainer (4.81s) [2020-09-10T21:38:42.871Z] === RUN TestRenameContainerWithSameName [2020-09-10T21:38:42.871Z] --- PASS: TestRenameContainerWithSameName (0.97s) [2020-09-10T21:38:42.871Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-10T21:38:42.904Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-10T21:38:42.905Z] [2020-09-10T21:38:42.905Z] Unloading profiles will leave already running processes permanently [2020-09-10T21:38:42.905Z] unconfined, which can lead to unexpected situations. [2020-09-10T21:38:42.905Z] [2020-09-10T21:38:42.905Z] To set a process to complain mode, use the command line tool [2020-09-10T21:38:42.905Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-10T21:38:42.905Z] [2020-09-10T21:38:43.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3760797044_/foo_true__0xc00095b100__} Post stage [Pipeline] junit [2020-09-10T21:38:43.176Z] Recording test results [Pipeline] sh [2020-09-10T21:38:43.660Z] + echo Ensuring container killed. [2020-09-10T21:38:43.660Z] Ensuring container killed. [2020-09-10T21:38:43.660Z] + docker rm -vf docker-pr4 [2020-09-10T21:38:43.660Z] Error: No such container: docker-pr4 [2020-09-10T21:38:43.660Z] + true [Pipeline] sh [2020-09-10T21:38:43.938Z] + echo Chowning /workspace to jenkins user [2020-09-10T21:38:43.938Z] Chowning /workspace to jenkins user [2020-09-10T21:38:43.938Z] + id -u [2020-09-10T21:38:43.938Z] + id -g [2020-09-10T21:38:43.938Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41435:/workspace busybox chown -R 1000:1000 /workspace [2020-09-10T21:38:44.427Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00095b120_} [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-10T21:38:44.569Z] --- PASS: TestRenameContainerWithLinkedContainer (1.69s) [2020-09-10T21:38:44.569Z] === RUN TestResize [2020-09-10T21:38:44.685Z] --- PASS: TestCreateServiceMaxReplicas (3.19s) [2020-09-10T21:38:44.685Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-10T21:38:44.799Z] + bundleName=docker-py [2020-09-10T21:38:44.799Z] + echo Creating docker-py-bundles.tar.gz [2020-09-10T21:38:44.799Z] Creating docker-py-bundles.tar.gz [2020-09-10T21:38:44.799Z] + 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-09-10T21:38:44.810Z] Archiving artifacts [2020-09-10T21:38:45.027Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41435/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-09-10T21:38:45.380Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/make.sh binary-daemon [2020-09-10T21:38:45.639Z] [2020-09-10T21:38:45.639Z] Removing bundles/ [2020-09-10T21:38:45.639Z] [2020-09-10T21:38:45.690Z] --- PASS: TestResize (0.95s) [2020-09-10T21:38:45.690Z] === RUN TestResizeWithInvalidSize [2020-09-10T21:38:45.898Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-09-10T21:38:45.898Z] Building: bundles/binary-daemon/dockerd-dev [2020-09-10T21:38:45.898Z] GOOS="" GOARCH="" GOARM="" [2020-09-10T21:38:46.058Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00095b140_} [2020-09-10T21:38:46.793Z] --- PASS: TestResizeWithInvalidSize (0.89s) [2020-09-10T21:38:46.793Z] === RUN TestResizeWhenContainerNotStarted [2020-09-10T21:38:46.992Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00095b160_} [2020-09-10T21:38:47.424Z] --- PASS: TestResizeWhenContainerNotStarted (0.83s) [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-10T21:38:47.424Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-10T21:38:47.424Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-10T21:38:47.424Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-10T21:38:47.424Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-10T21:38:47.424Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-10T21:38:47.424Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-10T21:38:47.424Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-10T21:38:47.424Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:38:47.424Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:38:47.424Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:38:47.424Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:38:47.424Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:38:47.424Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:38:47.425Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-10T21:38:47.425Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-10T21:38:48.366Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00095b180_} [2020-09-10T21:38:49.558Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:38:49.558Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:38:49.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-09-10T21:38:50.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-10T21:38:50.672Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-09-10T21:38:50.672Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-09-10T21:38:50.672Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-09-10T21:38:50.672Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-09-10T21:38:50.672Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-09-10T21:38:50.672Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-09-10T21:38:50.672Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-09-10T21:38:50.672Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-09-10T21:38:50.673Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-09-10T21:38:50.673Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-09-10T21:38:50.673Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-09-10T21:38:50.931Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-09-10T21:38:50.931Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-09-10T21:38:50.931Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-09-10T21:38:50.931Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-09-10T21:38:50.931Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-09-10T21:38:50.931Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-09-10T21:38:50.931Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-09-10T21:38:51.212Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:38:51.212Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:38:51.435Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-10T21:38:52.245Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-10T21:38:52.245Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-10T21:38:53.459Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-09-10T21:38:53.988Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-10T21:38:54.832Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-09-10T21:38:55.088Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-10T21:38:55.088Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-10T21:38:56.731Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-09-10T21:38:57.292Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-10T21:38:57.923Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-10T21:38:58.630Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-09-10T21:38:58.630Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-09-10T21:38:58.888Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.14s) [2020-09-10T21:38:58.888Z] === RUN TestCreateServiceSecretFileMode [2020-09-10T21:38:59.147Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-09-10T21:38:59.714Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.00s) [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.16s) [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.48s) [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.48s) [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.47s) [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s) [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.30s) [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.40s) [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.63s) [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.09s) [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.27s) [2020-09-10T21:39:00.094Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.25s) [2020-09-10T21:39:00.094Z] === RUN TestCgroupNamespacesRun [2020-09-10T21:39:00.281Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-09-10T21:39:01.627Z] --- PASS: TestCgroupNamespacesRun (1.72s) [2020-09-10T21:39:01.627Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-10T21:39:01.656Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-09-10T21:39:01.914Z] --- PASS: TestCreateServiceSecretFileMode (3.15s) [2020-09-10T21:39:01.914Z] === RUN TestCreateServiceConfigFileMode [2020-09-10T21:39:02.118Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:39:02.118Z] INFO: Testing against a local daemon [2020-09-10T21:39:02.481Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-09-10T21:39:03.046Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-09-10T21:39:03.407Z] ok github.com/docker/docker/api/server/httputils 0.008s coverage: 14.7% of statements [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-10T21:39:03.407Z] ok github.com/docker/docker/api/server/middleware 0.044s coverage: 37.7% of statements [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-10T21:39:03.407Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2020-09-10T21:39:03.407Z] ok github.com/docker/docker/api/types/filters 0.039s coverage: 92.2% of statements [2020-09-10T21:39:03.407Z] ok github.com/docker/docker/api/server/router/swarm 0.039s coverage: 5.7% of statements [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-10T21:39:03.407Z] ok github.com/docker/docker/api/types/time 0.016s coverage: 100.0% of statements [2020-09-10T21:39:03.407Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-10T21:39:03.407Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-10T21:39:03.408Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-10T21:39:03.408Z] ? github.com/docker/docker/builder [no test files] [2020-09-10T21:39:03.408Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-10T21:39:03.408Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-10T21:39:03.408Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-10T21:39:03.408Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-10T21:39:03.408Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-10T21:39:03.408Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-10T21:39:03.408Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-10T21:39:03.408Z] ok github.com/docker/docker/builder/dockerignore 0.012s coverage: 96.8% of statements [2020-09-10T21:39:03.408Z] ok github.com/docker/docker/cli/debug 0.020s coverage: 100.0% of statements [2020-09-10T21:39:03.612Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-09-10T21:39:03.858Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) [2020-09-10T21:39:03.858Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-10T21:39:04.051Z] ok github.com/docker/docker/builder/remotecontext/git 3.799s coverage: 86.3% of statements [2020-09-10T21:39:05.463Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.73s) [2020-09-10T21:39:05.463Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-10T21:39:05.512Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-09-10T21:39:05.594Z] ok github.com/docker/docker/builder/remotecontext 0.403s coverage: 13.6% of statements [2020-09-10T21:39:06.078Z] --- PASS: TestCreateServiceConfigFileMode (4.23s) [2020-09-10T21:39:06.078Z] === RUN TestCreateServiceSysctls [2020-09-10T21:39:06.336Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-09-10T21:39:06.903Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-09-10T21:39:06.967Z] --- PASS: TestCgroupNamespacesRunHostMode (1.75s) [2020-09-10T21:39:06.967Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-10T21:39:07.704Z] ok github.com/docker/docker/builder/dockerfile 1.292s coverage: 48.0% of statements [2020-09-10T21:39:07.704Z] ? github.com/docker/docker/cli [no test files] [2020-09-10T21:39:07.704Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-10T21:39:07.837Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-09-10T21:39:08.404Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-09-10T21:39:08.478Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.71s) [2020-09-10T21:39:08.478Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-10T21:39:09.338Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-09-10T21:39:10.540Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.64s) [2020-09-10T21:39:10.540Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-10T21:39:10.711Z] --- PASS: TestCreateServiceSysctls (4.28s) [2020-09-10T21:39:10.711Z] === RUN TestCreateServiceCapabilities [2020-09-10T21:39:10.711Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-09-10T21:39:11.243Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s) [2020-09-10T21:39:11.243Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-10T21:39:11.264Z] ok github.com/docker/docker/client 0.499s coverage: 75.4% of statements [2020-09-10T21:39:11.277Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-09-10T21:39:11.843Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-09-10T21:39:11.843Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-09-10T21:39:12.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-10T21:39:12.748Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.76s) [2020-09-10T21:39:12.748Z] === RUN TestKernelTCPMemory [2020-09-10T21:39:12.777Z] === RUN TestDockerSuite/TestCpRelativePath [2020-09-10T21:39:13.710Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-09-10T21:39:13.710Z] --- PASS: TestCreateServiceCapabilities (3.25s) [2020-09-10T21:39:13.710Z] === RUN TestInspect [2020-09-10T21:39:13.780Z] --- PASS: TestKernelTCPMemory (0.91s) [2020-09-10T21:39:13.780Z] === RUN TestNISDomainname [2020-09-10T21:39:14.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-10T21:39:14.277Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-09-10T21:39:14.482Z] ok github.com/docker/docker/integration/build 13.314s [2020-09-10T21:39:14.482Z] [2020-09-10T21:39:14.482Z] === Skipped [2020-09-10T21:39:14.482Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-09-10T21:39:14.483Z] build_session_test.go:25: TODO: BuildKit [2020-09-10T21:39:14.483Z] [2020-09-10T21:39:14.483Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-09-10T21:39:14.483Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:39:14.483Z] [2020-09-10T21:39:14.483Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-09-10T21:39:14.483Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-10T21:39:14.483Z] [2020-09-10T21:39:14.483Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.00s) [2020-09-10T21:39:14.483Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-10T21:39:14.483Z] [2020-09-10T21:39:14.483Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2020-09-10T21:39:14.483Z] build_test.go:237: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-10T21:39:14.483Z] [2020-09-10T21:39:14.483Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.00s) [2020-09-10T21:39:14.483Z] build_test.go:344: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-10T21:39:14.483Z] [2020-09-10T21:39:14.483Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-09-10T21:39:14.483Z] build_test.go:391: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-10T21:39:14.483Z] [2020-09-10T21:39:14.483Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.00s) [2020-09-10T21:39:14.483Z] build_test.go:451: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-10T21:39:14.483Z] [2020-09-10T21:39:14.483Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-09-10T21:39:14.483Z] build_test.go:492: testEnv.OSType == "windows" [2020-09-10T21:39:14.483Z] [2020-09-10T21:39:14.483Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-09-10T21:39:14.483Z] build_test.go:580: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-10T21:39:14.483Z] [2020-09-10T21:39:14.483Z] [2020-09-10T21:39:14.483Z] DONE 22 tests, 10 skipped in 33.136s [2020-09-10T21:39:14.483Z] [2020-09-10T21:39:14.483Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-09-10T21:39:14.843Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-09-10T21:39:14.850Z] --- PASS: TestNISDomainname (0.93s) [2020-09-10T21:39:14.850Z] === RUN TestHostnameDnsResolution [2020-09-10T21:39:15.435Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-10T21:39:15.777Z] === RUN TestDockerSuite/TestCpToCaseA [2020-09-10T21:39:16.013Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:39:16.013Z] INFO: Testing against a local daemon [2020-09-10T21:39:16.013Z] ok github.com/docker/docker/integration/config 0.201s [2020-09-10T21:39:16.013Z] [2020-09-10T21:39:16.013Z] === Skipped [2020-09-10T21:39:16.013Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-09-10T21:39:16.013Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:39:16.013Z] [2020-09-10T21:39:16.013Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-09-10T21:39:16.013Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:39:16.013Z] [2020-09-10T21:39:16.013Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-09-10T21:39:16.013Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:39:16.013Z] [2020-09-10T21:39:16.013Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-09-10T21:39:16.013Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:39:16.013Z] [2020-09-10T21:39:16.013Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-09-10T21:39:16.013Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:39:16.013Z] [2020-09-10T21:39:16.013Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-09-10T21:39:16.013Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:39:16.013Z] [2020-09-10T21:39:16.013Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-09-10T21:39:16.013Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:39:16.013Z] [2020-09-10T21:39:16.013Z] [2020-09-10T21:39:16.013Z] DONE 7 tests, 7 skipped in 2.198s [2020-09-10T21:39:16.013Z] [2020-09-10T21:39:16.013Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-09-10T21:39:16.035Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-09-10T21:39:16.477Z] --- PASS: TestHostnameDnsResolution (1.67s) [2020-09-10T21:39:16.477Z] === RUN TestStats [2020-09-10T21:39:16.822Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-10T21:39:17.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-10T21:39:17.408Z] --- PASS: TestInspect (3.55s) [2020-09-10T21:39:17.408Z] === RUN TestCreateJob [2020-09-10T21:39:17.667Z] === RUN TestDockerSuite/TestCpToCaseB [2020-09-10T21:39:18.234Z] === RUN TestDockerSuite/TestCpToCaseC [2020-09-10T21:39:18.935Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:39:18.935Z] INFO: Testing against a local daemon [2020-09-10T21:39:19.002Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-10T21:39:19.278Z] --- PASS: TestStats (2.93s) [2020-09-10T21:39:19.278Z] === RUN TestStopContainerWithTimeout [2020-09-10T21:39:19.278Z] === RUN TestStopContainerWithTimeout/0 [2020-09-10T21:39:19.278Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-10T21:39:19.278Z] === RUN TestStopContainerWithTimeout/1 [2020-09-10T21:39:19.278Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-10T21:39:19.278Z] === RUN TestStopContainerWithTimeout/3 [2020-09-10T21:39:19.278Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-10T21:39:19.278Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-10T21:39:19.278Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-10T21:39:19.278Z] === CONT TestStopContainerWithTimeout/0 [2020-09-10T21:39:19.278Z] === CONT TestStopContainerWithTimeout/3 [2020-09-10T21:39:20.311Z] === CONT TestStopContainerWithTimeout/1 [2020-09-10T21:39:20.800Z] === RUN TestDockerSuite/TestCpToCaseD [2020-09-10T21:39:21.735Z] --- PASS: TestCreateJob (4.45s) [2020-09-10T21:39:21.735Z] === RUN TestReplicatedJob [2020-09-10T21:39:22.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-10T21:39:22.377Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-10T21:39:24.227Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-10T21:39:25.100Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-10T21:39:25.100Z] --- PASS: TestStopContainerWithTimeout/0 (0.99s) [2020-09-10T21:39:25.100Z] --- PASS: TestStopContainerWithTimeout/1 (2.01s) [2020-09-10T21:39:25.100Z] --- PASS: TestStopContainerWithTimeout/3 (3.09s) [2020-09-10T21:39:25.100Z] --- PASS: TestStopContainerWithTimeout/-1 (2.85s) [2020-09-10T21:39:25.100Z] === RUN TestDeleteDevicemapper [2020-09-10T21:39:25.100Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-10T21:39:25.100Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-10T21:39:25.100Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-10T21:39:25.921Z] === RUN TestDockerSuite/TestCpToCaseE [2020-09-10T21:39:26.145Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-10T21:39:26.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-10T21:39:28.609Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.57s) [2020-09-10T21:39:28.609Z] === RUN TestUpdateMemory [2020-09-10T21:39:28.609Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-10T21:39:28.609Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:39:28.609Z] === RUN TestUpdateCPUQuota [2020-09-10T21:39:28.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-10T21:39:29.207Z] --- PASS: TestReplicatedJob (7.36s) [2020-09-10T21:39:29.207Z] === RUN TestUpdateReplicatedJob [2020-09-10T21:39:29.207Z] === RUN TestDockerSuite/TestCpToCaseF [2020-09-10T21:39:29.773Z] === RUN TestDockerSuite/TestCpToCaseG [2020-09-10T21:39:30.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-10T21:39:30.115Z] --- PASS: TestUpdateCPUQuota (1.21s) [2020-09-10T21:39:30.115Z] === RUN TestUpdatePidsLimit [2020-09-10T21:39:30.115Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-10T21:39:30.405Z] === RUN TestUpdatePidsLimit/no_change [2020-09-10T21:39:30.695Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-10T21:39:30.986Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-10T21:39:31.616Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-10T21:39:31.906Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-10T21:39:31.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-10T21:39:32.197Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-10T21:39:33.054Z] --- PASS: TestUpdateReplicatedJob (3.81s) [2020-09-10T21:39:33.054Z] === RUN TestServiceListWithStatuses [2020-09-10T21:39:33.054Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-10T21:39:33.054Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-10T21:39:33.054Z] === RUN TestDockerNetworkConnectAlias [2020-09-10T21:39:33.054Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-09-10T21:39:33.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-10T21:39:33.705Z] --- PASS: TestUpdatePidsLimit (3.72s) [2020-09-10T21:39:33.705Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.42s) [2020-09-10T21:39:33.705Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-09-10T21:39:33.705Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2020-09-10T21:39:33.705Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-09-10T21:39:33.705Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-09-10T21:39:33.705Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2020-09-10T21:39:33.705Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-09-10T21:39:33.705Z] === RUN TestUpdateRestartPolicy [2020-09-10T21:39:33.987Z] === RUN TestDockerSuite/TestCpToCaseH [2020-09-10T21:39:34.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-10T21:39:35.277Z] --- PASS: TestBuildWithHugeFile (52.53s) [2020-09-10T21:39:35.277Z] === RUN TestBuildWithEmptyDockerfile [2020-09-10T21:39:35.277Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:39:35.277Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:39:35.277Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:39:35.277Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:39:35.277Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:39:35.277Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:39:35.277Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:39:35.277Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:39:35.277Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:39:35.277Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2020-09-10T21:39:35.277Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2020-09-10T21:39:35.277Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2020-09-10T21:39:35.277Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2020-09-10T21:39:35.277Z] === RUN TestBuildPreserveOwnership [2020-09-10T21:39:35.277Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-10T21:39:36.636Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-10T21:39:36.636Z] Using test binary docker [2020-09-10T21:39:36.636Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-10T21:39:36.636Z] +++ /etc/init.d/apparmor start [2020-09-10T21:39:36.636Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-10T21:39:36.636Z] INFO: Waiting for daemon to start... [2020-09-10T21:39:36.636Z] Starting dockerd [2020-09-10T21:39:36.636Z] +++ 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-09-10T21:39:37.270Z] === RUN TestDockerSuite/TestCpToCaseI [2020-09-10T21:39:37.836Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-09-10T21:39:38.560Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-10T21:39:39.735Z] --- PASS: TestDockerNetworkConnectAlias (6.59s) [2020-09-10T21:39:39.735Z] === RUN TestDockerNetworkReConnect [2020-09-10T21:39:41.636Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-09-10T21:39:42.201Z] === RUN TestDockerSuite/TestCpToDot [2020-09-10T21:39:42.745Z] --- PASS: TestBuildPreserveOwnership (10.12s) [2020-09-10T21:39:42.745Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.11s) [2020-09-10T21:39:42.745Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-09-10T21:39:42.745Z] === RUN TestBuildPlatformInvalid [2020-09-10T21:39:42.745Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2020-09-10T21:39:42.745Z] PASS [2020-09-10T21:39:42.745Z] [2020-09-10T21:39:42.745Z] === Skipped [2020-09-10T21:39:42.745Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-09-10T21:39:42.745Z] build_session_test.go:25: TODO: BuildKit [2020-09-10T21:39:42.745Z] [2020-09-10T21:39:42.745Z] [2020-09-10T21:39:42.745Z] DONE 32 tests, 1 skipped in 126.372s [2020-09-10T21:39:42.745Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-09-10T21:39:42.745Z] INFO: Testing against a local daemon [2020-09-10T21:39:42.745Z] === RUN TestConfigInspect [2020-09-10T21:39:42.745Z] --- SKIP: TestConfigInspect (0.02s) [2020-09-10T21:39:42.745Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:39:42.745Z] === RUN TestConfigList [2020-09-10T21:39:42.745Z] --- SKIP: TestConfigList (0.01s) [2020-09-10T21:39:42.745Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:39:42.745Z] === RUN TestConfigsCreateAndDelete [2020-09-10T21:39:42.745Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-09-10T21:39:42.745Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:39:42.745Z] === RUN TestConfigsUpdate [2020-09-10T21:39:42.745Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-09-10T21:39:42.745Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:39:42.745Z] === RUN TestTemplatedConfig [2020-09-10T21:39:42.745Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-09-10T21:39:42.745Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:39:42.745Z] === RUN TestConfigCreateResolve [2020-09-10T21:39:42.745Z] --- SKIP: TestConfigCreateResolve (0.02s) [2020-09-10T21:39:42.745Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:39:42.745Z] === RUN TestConfigDaemonLibtrustID [2020-09-10T21:39:43.220Z] . [2020-09-10T21:39:43.481Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-10T21:39:43.481Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-10T21:39:43.481Z] Error: No such image: emptyfs [2020-09-10T21:39:43.481Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-10T21:39:43.481Z] ++++ docker load [2020-09-10T21:39:43.574Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-09-10T21:39:43.743Z] Running integration-test (iteration 1) [2020-09-10T21:39:43.743Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-09-10T21:39:43.743Z] ++ 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-09-10T21:39:43.743Z] ++ set -e [2020-09-10T21:39:43.743Z] ++ '[' -n 0 ']' [2020-09-10T21:39:43.743Z] ++ set -x [2020-09-10T21:39:43.743Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:39:44.120Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2020-09-10T21:39:44.120Z] PASS [2020-09-10T21:39:44.120Z] [2020-09-10T21:39:44.120Z] === Skipped [2020-09-10T21:39:44.120Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-09-10T21:39:44.120Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:39:44.120Z] [2020-09-10T21:39:44.120Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-09-10T21:39:44.120Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:39:44.120Z] [2020-09-10T21:39:44.120Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-09-10T21:39:44.120Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:39:44.120Z] [2020-09-10T21:39:44.120Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-09-10T21:39:44.120Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:39:44.120Z] [2020-09-10T21:39:44.120Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-09-10T21:39:44.120Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:39:44.120Z] [2020-09-10T21:39:44.120Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s) [2020-09-10T21:39:44.120Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:39:44.120Z] [2020-09-10T21:39:44.120Z] [2020-09-10T21:39:44.120Z] DONE 7 tests, 6 skipped in 1.739s [2020-09-10T21:39:44.120Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-09-10T21:39:44.120Z] INFO: Testing against a local daemon [2020-09-10T21:39:44.120Z] === RUN TestCheckpoint [2020-09-10T21:39:44.120Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-10T21:39:44.120Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-10T21:39:44.120Z] === RUN TestContainerInvalidJSON [2020-09-10T21:39:44.120Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:39:44.120Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:39:44.120Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:39:44.120Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:39:44.120Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:39:44.120Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:39:44.120Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:39:44.120Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:39:44.120Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:39:44.120Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-10T21:39:44.120Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-10T21:39:44.120Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-10T21:39:44.121Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-10T21:39:44.121Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-10T21:39:44.121Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2020-09-10T21:39:44.121Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-10T21:39:44.121Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2020-09-10T21:39:44.121Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-10T21:39:44.379Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2020-09-10T21:39:44.379Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-10T21:39:44.379Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2020-09-10T21:39:44.379Z] === RUN TestCopyFromContainer [2020-09-10T21:39:44.507Z] --- PASS: TestDockerNetworkReConnect (4.92s) [2020-09-10T21:39:44.507Z] === RUN TestServicePlugin [2020-09-10T21:39:44.765Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-09-10T21:39:46.143Z] === RUN TestDockerSuite/TestCpToStdout [2020-09-10T21:39:46.325Z] --- PASS: TestUpdateRestartPolicy (12.82s) [2020-09-10T21:39:46.326Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-10T21:39:46.709Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-09-10T21:39:47.357Z] --- PASS: TestUpdateRestartWithAutoRemove (0.88s) [2020-09-10T21:39:47.357Z] === RUN TestWaitNonBlocked [2020-09-10T21:39:47.357Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:39:47.357Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:39:47.357Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:39:47.357Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:39:47.357Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:39:47.357Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:39:47.643Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-09-10T21:39:47.643Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-09-10T21:39:48.388Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-09-10T21:39:48.388Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.95s) [2020-09-10T21:39:48.388Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.03s) [2020-09-10T21:39:48.388Z] === RUN TestWaitBlocked [2020-09-10T21:39:48.388Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:39:48.388Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:39:48.388Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:39:48.388Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:39:48.388Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:39:48.388Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:39:48.565Z] === RUN TestCopyFromContainer// [2020-09-10T21:39:48.565Z] === RUN TestCopyFromContainer//bar/root [2020-09-10T21:39:48.565Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-10T21:39:48.565Z] === RUN TestCopyFromContainer/bar/quux [2020-09-10T21:39:48.565Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-10T21:39:48.565Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-10T21:39:48.565Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-10T21:39:48.565Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-10T21:39:48.565Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-10T21:39:48.565Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-10T21:39:48.578Z] === RUN TestDockerSuite/TestCpVolumePath [2020-09-10T21:39:48.825Z] --- PASS: TestCopyFromContainer (4.43s) [2020-09-10T21:39:48.825Z] --- PASS: TestCopyFromContainer// (0.06s) [2020-09-10T21:39:48.825Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-09-10T21:39:48.825Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-09-10T21:39:48.825Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2020-09-10T21:39:48.825Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-09-10T21:39:48.825Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-09-10T21:39:48.825Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-09-10T21:39:48.825Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-09-10T21:39:48.825Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-09-10T21:39:48.825Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-09-10T21:39:48.825Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-10T21:39:48.825Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:39:48.825Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:39:48.825Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:39:48.825Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:39:48.825Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:39:48.825Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:39:48.825Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:39:48.825Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:39:48.825Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:39:48.825Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-09-10T21:39:48.825Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-10T21:39:48.825Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-10T21:39:48.825Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-10T21:39:48.825Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-10T21:39:48.825Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2020-09-10T21:39:48.825Z] === RUN TestCreateWithInvalidEnv [2020-09-10T21:39:48.825Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-10T21:39:48.825Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-10T21:39:48.825Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-10T21:39:48.825Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-10T21:39:48.825Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-10T21:39:48.825Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-10T21:39:48.825Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-10T21:39:48.825Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-10T21:39:48.825Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-10T21:39:48.825Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-09-10T21:39:48.825Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-10T21:39:48.825Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-10T21:39:48.825Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-10T21:39:48.825Z] === RUN TestCreateTmpfsMountsTarget [2020-09-10T21:39:48.825Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-09-10T21:39:48.825Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-10T21:39:49.145Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-09-10T21:39:49.403Z] === RUN TestDockerSuite/TestCreateArgs [2020-09-10T21:39:49.403Z] === RUN TestDockerSuite/TestCreateByImageID [2020-09-10T21:39:49.419Z] --- PASS: TestWaitBlocked (0.01s) [2020-09-10T21:39:49.419Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.16s) [2020-09-10T21:39:49.419Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.18s) [2020-09-10T21:39:49.419Z] === CONT TestContainerStartOnDaemonRestart [2020-09-10T21:39:49.419Z] === CONT TestIpcModeOlderClient [2020-09-10T21:39:49.661Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-09-10T21:39:49.710Z] --- PASS: TestIpcModeOlderClient (0.17s) [2020-09-10T21:39:49.710Z] === CONT TestDaemonHostGatewayIP [2020-09-10T21:39:50.201Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s) [2020-09-10T21:39:50.201Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-10T21:39:50.595Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-09-10T21:39:50.595Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-09-10T21:39:50.595Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-09-10T21:39:50.726Z] ok github.com/docker/docker/cmd/dockerd 0.144s coverage: 30.8% of statements [2020-09-10T21:39:50.853Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-09-10T21:39:51.111Z] === RUN TestDockerSuite/TestCreateLabels [2020-09-10T21:39:51.138Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.13s) [2020-09-10T21:39:51.138Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-10T21:39:51.138Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:39:51.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:39:51.138Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:39:51.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:39:51.138Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:39:51.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:39:51.138Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:39:51.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:39:51.138Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:39:51.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:39:51.138Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:39:51.138Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:39:51.138Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:39:51.138Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:39:51.138Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:39:51.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-09-10T21:39:51.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-10T21:39:51.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-09-10T21:39:51.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-10T21:39:51.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-10T21:39:51.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-09-10T21:39:51.138Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-10T21:39:51.369Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-09-10T21:39:51.369Z] === RUN TestDockerSuite/TestCreateRM [2020-09-10T21:39:51.369Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-09-10T21:39:51.369Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-09-10T21:39:51.627Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-09-10T21:39:51.627Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-09-10T21:39:51.705Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2020-09-10T21:39:51.705Z] === RUN TestCreateDifferentPlatform [2020-09-10T21:39:51.705Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-10T21:39:51.705Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-10T21:39:51.705Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-09-10T21:39:51.705Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-10T21:39:51.705Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-10T21:39:51.705Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-10T21:39:51.705Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-09-10T21:39:51.705Z] === RUN TestContainerStartOnDaemonRestart [2020-09-10T21:39:51.705Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-09-10T21:39:51.705Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-09-10T21:39:51.705Z] === RUN TestDaemonRestartIpcMode [2020-09-10T21:39:51.705Z] === PAUSE TestDaemonRestartIpcMode [2020-09-10T21:39:51.705Z] === RUN TestDaemonHostGatewayIP [2020-09-10T21:39:51.705Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-09-10T21:39:51.705Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:39:51.705Z] === RUN TestContainerKillOnDaemonStart [2020-09-10T21:39:51.705Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-09-10T21:39:51.705Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-09-10T21:39:51.705Z] === RUN TestDiff [2020-09-10T21:39:51.964Z] --- PASS: TestDiff (0.38s) [2020-09-10T21:39:51.964Z] === RUN TestExecWithCloseStdin [2020-09-10T21:39:52.433Z] --- PASS: TestContainerStartOnDaemonRestart (2.73s) [2020-09-10T21:39:52.433Z] === CONT TestContainerKillOnDaemonStart [2020-09-10T21:39:52.531Z] --- PASS: TestExecWithCloseStdin (0.44s) [2020-09-10T21:39:52.531Z] === RUN TestExec [2020-09-10T21:39:52.790Z] --- PASS: TestExec (0.43s) [2020-09-10T21:39:52.790Z] === RUN TestExecUser [2020-09-10T21:39:53.357Z] --- PASS: TestExecUser (0.44s) [2020-09-10T21:39:53.357Z] === RUN TestExportContainerAndImportImage [2020-09-10T21:39:53.465Z] --- PASS: TestDaemonHostGatewayIP (3.56s) [2020-09-10T21:39:53.465Z] === CONT TestDaemonRestartIpcMode [2020-09-10T21:39:53.526Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-09-10T21:39:53.526Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-09-10T21:39:53.526Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-09-10T21:39:53.925Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2020-09-10T21:39:53.925Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-10T21:39:55.986Z] Loaded image: buildpack-deps:buster [2020-09-10T21:39:55.986Z] Loaded image: busybox:latest [2020-09-10T21:39:56.248Z] Loaded image: busybox:glibc [2020-09-10T21:39:56.248Z] Loaded image: debian:buster [2020-09-10T21:39:56.352Z] ok github.com/docker/docker/container 0.185s coverage: 34.7% of statements [2020-09-10T21:39:56.352Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-10T21:39:56.352Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-10T21:39:56.352Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-10T21:39:56.352Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-10T21:39:56.508Z] Loaded image: hello-world:latest [2020-09-10T21:39:56.508Z] INFO: Testing against a local daemon [2020-09-10T21:39:56.508Z] === RUN TestCgroupNamespacesBuild [2020-09-10T21:39:56.807Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-09-10T21:39:56.807Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-09-10T21:39:56.807Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-09-10T21:39:56.807Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-09-10T21:39:56.807Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-09-10T21:39:56.807Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-09-10T21:39:57.016Z] --- PASS: TestDaemonRestartIpcMode (3.56s) [2020-09-10T21:39:57.211Z] --- PASS: TestExportContainerAfterDaemonRestart (3.30s) [2020-09-10T21:39:57.211Z] === RUN TestHealthCheckWorkdir [2020-09-10T21:39:57.372Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-09-10T21:39:57.779Z] --- PASS: TestHealthCheckWorkdir (0.56s) [2020-09-10T21:39:57.779Z] === RUN TestHealthKillContainer [2020-09-10T21:39:57.879Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.068s coverage: 65.3% of statements [2020-09-10T21:39:58.307Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-09-10T21:39:58.872Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-09-10T21:40:00.246Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-09-10T21:40:00.310Z] --- PASS: TestHealthKillContainer (2.53s) [2020-09-10T21:40:00.310Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-10T21:40:00.569Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2020-09-10T21:40:00.569Z] === RUN TestIpcModeNone [2020-09-10T21:40:01.138Z] --- PASS: TestIpcModeNone (0.46s) [2020-09-10T21:40:01.138Z] === RUN TestIpcModePrivate [2020-09-10T21:40:01.180Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-09-10T21:40:01.705Z] --- PASS: TestIpcModePrivate (0.46s) [2020-09-10T21:40:01.705Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-10T21:40:01.705Z] === RUN TestIpcModeShareable [2020-09-10T21:40:01.705Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-09-10T21:40:01.705Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-10T21:40:01.705Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-10T21:40:01.747Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-09-10T21:40:01.797Z] --- PASS: TestCgroupNamespacesBuild (4.68s) [2020-09-10T21:40:01.797Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-10T21:40:02.313Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-09-10T21:40:02.313Z] === RUN TestDockerSuite/TestDevicePermissions [2020-09-10T21:40:03.082Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.40s) [2020-09-10T21:40:03.082Z] === RUN TestAPIIpcModeHost [2020-09-10T21:40:03.082Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-09-10T21:40:03.082Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-10T21:40:03.082Z] === RUN TestDaemonIpcModeShareable [2020-09-10T21:40:03.082Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-09-10T21:40:03.082Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-10T21:40:03.082Z] === RUN TestDaemonIpcModePrivate [2020-09-10T21:40:03.184Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.75s) [2020-09-10T21:40:03.184Z] === RUN TestBuildWithSession [2020-09-10T21:40:03.184Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-10T21:40:03.184Z] build_session_test.go:25: TODO: BuildKit [2020-09-10T21:40:03.184Z] === RUN TestBuildSquashParent [2020-09-10T21:40:03.246Z] === RUN TestDockerSuite/TestDockerFails [2020-09-10T21:40:03.246Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-09-10T21:40:03.246Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-09-10T21:40:03.246Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-09-10T21:40:03.498Z] ok github.com/docker/docker/daemon/cluster/convert 0.036s coverage: 35.9% of statements [2020-09-10T21:40:04.180Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-09-10T21:40:04.746Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-09-10T21:40:04.983Z] --- PASS: TestDaemonIpcModePrivate (2.12s) [2020-09-10T21:40:04.983Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: false, mustBeShared: false [2020-09-10T21:40:04.983Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-10T21:40:04.983Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-09-10T21:40:04.983Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-10T21:40:04.983Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-10T21:40:04.983Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-09-10T21:40:04.983Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-10T21:40:04.983Z] === RUN TestIpcModeOlderClient [2020-09-10T21:40:05.033Z] ok github.com/docker/docker/daemon/cluster 0.172s coverage: 0.5% of statements [2020-09-10T21:40:05.243Z] === PAUSE TestIpcModeOlderClient [2020-09-10T21:40:05.243Z] === RUN TestKillContainerInvalidSignal [2020-09-10T21:40:05.480Z] --- PASS: TestContainerKillOnDaemonStart (12.20s) [2020-09-10T21:40:05.481Z] PASS [2020-09-10T21:40:05.481Z] [2020-09-10T21:40:05.481Z] === Skipped [2020-09-10T21:40:05.481Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-09-10T21:40:05.481Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-10T21:40:05.481Z] [2020-09-10T21:40:05.481Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-10T21:40:05.481Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:40:05.481Z] [2020-09-10T21:40:05.481Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-10T21:40:05.481Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:40:05.481Z] [2020-09-10T21:40:05.481Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-10T21:40:05.481Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-10T21:40:05.481Z] [2020-09-10T21:40:05.481Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-09-10T21:40:05.481Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-10T21:40:05.481Z] [2020-09-10T21:40:05.481Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-09-10T21:40:05.481Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:40:05.481Z] [2020-09-10T21:40:05.481Z] [2020-09-10T21:40:05.481Z] DONE 192 tests, 6 skipped in 152.433s [2020-09-10T21:40:05.481Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-09-10T21:40:05.481Z] ++ 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-09-10T21:40:05.481Z] ++ set -e [2020-09-10T21:40:05.481Z] ++ '[' -n 0 ']' [2020-09-10T21:40:05.481Z] ++ set -x [2020-09-10T21:40:05.481Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:40:05.481Z] INFO: Testing against a local daemon [2020-09-10T21:40:05.481Z] === RUN TestCommitInheritsEnv [2020-09-10T21:40:05.481Z] --- PASS: TestCommitInheritsEnv (0.61s) [2020-09-10T21:40:05.481Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-10T21:40:05.481Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-10T21:40:05.481Z] === RUN TestImagesFilterMultiReference [2020-09-10T21:40:05.481Z] --- PASS: TestImagesFilterMultiReference (0.03s) [2020-09-10T21:40:05.481Z] === RUN TestImagePullPlatformInvalid [2020-09-10T21:40:05.481Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-09-10T21:40:05.481Z] === RUN TestRemoveImageOrphaning [2020-09-10T21:40:05.502Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2020-09-10T21:40:05.502Z] === RUN TestKillContainer [2020-09-10T21:40:05.502Z] === RUN TestKillContainer/no_signal [2020-09-10T21:40:06.069Z] === RUN TestKillContainer/non_killing_signal [2020-09-10T21:40:06.069Z] === RUN TestKillContainer/killing_signal [2020-09-10T21:40:06.111Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2020-09-10T21:40:06.111Z] === RUN TestRemoveImageGarbageCollector [2020-09-10T21:40:06.111Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-10T21:40:06.111Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:40:06.111Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-10T21:40:06.111Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-09-10T21:40:06.111Z] === RUN TestTagInvalidReference [2020-09-10T21:40:06.111Z] --- PASS: TestTagInvalidReference (0.01s) [2020-09-10T21:40:06.111Z] === RUN TestTagValidPrefixedRepo [2020-09-10T21:40:06.111Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-09-10T21:40:06.111Z] === RUN TestTagExistedNameWithoutForce [2020-09-10T21:40:06.111Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-09-10T21:40:06.111Z] === RUN TestTagOfficialNames [2020-09-10T21:40:06.111Z] --- PASS: TestTagOfficialNames (0.04s) [2020-09-10T21:40:06.111Z] === RUN TestTagMatchesDigest [2020-09-10T21:40:06.111Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-09-10T21:40:06.111Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-10T21:40:06.120Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-09-10T21:40:06.120Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-09-10T21:40:06.120Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-09-10T21:40:06.120Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-09-10T21:40:07.005Z] --- PASS: TestKillContainer (1.23s) [2020-09-10T21:40:07.005Z] --- PASS: TestKillContainer/no_signal (0.38s) [2020-09-10T21:40:07.005Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2020-09-10T21:40:07.005Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2020-09-10T21:40:07.005Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-10T21:40:07.005Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-10T21:40:07.264Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-10T21:40:07.334Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-09-10T21:40:07.334Z] Copying nested executables into bundles/binary-daemon [2020-09-10T21:40:07.334Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-09-10T21:40:07.523Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.79s) [2020-09-10T21:40:07.523Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2020-09-10T21:40:07.523Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2020-09-10T21:40:07.523Z] === RUN TestKillStoppedContainer [2020-09-10T21:40:07.523Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-09-10T21:40:07.523Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-10T21:40:07.523Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s) [2020-09-10T21:40:07.523Z] === RUN TestKillDifferentUserContainer [2020-09-10T21:40:07.662Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/make.sh cross [2020-09-10T21:40:07.921Z] [2020-09-10T21:40:08.091Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2020-09-10T21:40:08.091Z] === RUN TestInspectOomKilledTrue [2020-09-10T21:40:08.091Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-10T21:40:08.091Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:40:08.091Z] === RUN TestInspectOomKilledFalse [2020-09-10T21:40:08.091Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-10T21:40:08.091Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:40:08.091Z] === RUN TestLinksEtcHostsContentMatch [2020-09-10T21:40:08.091Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-09-10T21:40:08.091Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-09-10T21:40:08.091Z] === RUN TestLinksContainerNames [2020-09-10T21:40:08.180Z] Removing bundles/ [2020-09-10T21:40:08.180Z] [2020-09-10T21:40:08.180Z] ---> Making bundle: cross (in bundles/cross) [2020-09-10T21:40:08.180Z] Cross building: bundles/cross/linux/amd64 [2020-09-10T21:40:08.180Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-09-10T21:40:08.180Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-09-10T21:40:08.610Z] ok github.com/docker/docker/daemon/discovery 0.028s coverage: 30.0% of statements [2020-09-10T21:40:08.647Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-09-10T21:40:09.026Z] --- PASS: TestLinksContainerNames (0.78s) [2020-09-10T21:40:09.026Z] === RUN TestLogsFollowTailEmpty [2020-09-10T21:40:09.284Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2020-09-10T21:40:09.284Z] === RUN TestContainerNetworkMountsNoChown [2020-09-10T21:40:09.543Z] --- PASS: TestContainerNetworkMountsNoChown (0.37s) [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/default [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/default [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/private [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/private [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rprivate [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/slave [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/slave [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rslave [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/shared [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/shared [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rshared [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/default [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/rprivate [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/private [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/shared [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/rshared [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/rslave [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/slave [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-10T21:40:09.543Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:40:09.543Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:40:09.543Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-10T21:40:09.789Z] --- PASS: TestBuildSquashParent (6.12s) [2020-09-10T21:40:09.789Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-10T21:40:09.789Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:40:09.789Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:40:09.789Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:40:09.789Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:40:09.789Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:40:09.789Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:40:09.789Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:40:09.789Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:40:09.789Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:40:09.789Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:40:09.789Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:40:09.789Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:40:09.789Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:40:09.789Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:40:09.789Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:40:09.789Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:40:09.801Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:40:10.089Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:40:10.089Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-10T21:40:10.089Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-09-10T21:40:10.089Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-09-10T21:40:10.089Z] === RUN TestContainerBindMountNonRecursive [2020-09-10T21:40:10.089Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-09-10T21:40:10.089Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-09-10T21:40:10.089Z] === RUN TestNetworkNat [2020-09-10T21:40:10.678Z] --- PASS: TestNetworkNat (0.56s) [2020-09-10T21:40:10.678Z] === RUN TestNetworkLocalhostTCPNat [2020-09-10T21:40:10.713Z] ok github.com/docker/docker/daemon/events 0.063s coverage: 50.0% of statements [2020-09-10T21:40:10.943Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2020-09-10T21:40:10.943Z] === RUN TestNetworkLoopbackNat [2020-09-10T21:40:11.707Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:40:11.707Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:40:11.766Z] ok github.com/docker/docker/daemon/config 0.105s coverage: 81.8% of statements [2020-09-10T21:40:11.928Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-09-10T21:40:13.301Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2020-09-10T21:40:13.483Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2020-09-10T21:40:13.483Z] === RUN TestPause [2020-09-10T21:40:13.483Z] --- SKIP: TestPause (0.00s) [2020-09-10T21:40:13.483Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:40:13.483Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-10T21:40:13.483Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-10T21:40:13.483Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-10T21:40:13.483Z] === RUN TestPauseStopPausedContainer [2020-09-10T21:40:13.483Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-09-10T21:40:13.483Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:40:13.483Z] === RUN TestPsFilter [2020-09-10T21:40:13.742Z] --- PASS: TestPsFilter (0.10s) [2020-09-10T21:40:13.742Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-10T21:40:13.827Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-09-10T21:40:14.001Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.36s) [2020-09-10T21:40:14.001Z] === RUN TestRemoveContainerWithVolume [2020-09-10T21:40:14.085Z] --- PASS: TestServicePlugin (29.76s) [2020-09-10T21:40:14.085Z] plugin_test.go:62: [df6f875ad6fd2] joining swarm manager [d6f0f5803a7e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T21:40:14.085Z] plugin_test.go:65: [d7b270e1757a8] joining swarm manager [d6f0f5803a7e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T21:40:14.085Z] === RUN TestServiceUpdateLabel [2020-09-10T21:40:14.256Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-09-10T21:40:14.256Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.65s) [2020-09-10T21:40:14.256Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.65s) [2020-09-10T21:40:14.256Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.68s) [2020-09-10T21:40:14.256Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.84s) [2020-09-10T21:40:14.256Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.02s) [2020-09-10T21:40:14.256Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.10s) [2020-09-10T21:40:14.256Z] === RUN TestBuildMultiStageCopy [2020-09-10T21:40:14.256Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-10T21:40:14.567Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2020-09-10T21:40:14.567Z] === RUN TestRemoveContainerRunning [2020-09-10T21:40:14.826Z] --- PASS: TestRemoveContainerRunning (0.42s) [2020-09-10T21:40:14.826Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-10T21:40:15.021Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-09-10T21:40:15.393Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2020-09-10T21:40:15.393Z] === RUN TestRemoveInvalidContainer [2020-09-10T21:40:15.393Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-10T21:40:15.393Z] === RUN TestRenameLinkedContainer [2020-09-10T21:40:15.586Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-09-10T21:40:16.174Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-10T21:40:16.745Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-10T21:40:16.769Z] --- PASS: TestRenameLinkedContainer (1.60s) [2020-09-10T21:40:16.769Z] === RUN TestRenameStoppedContainer [2020-09-10T21:40:16.863Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.012s coverage: 2.9% of statements [2020-09-10T21:40:16.863Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.475s coverage: 14.0% of statements [2020-09-10T21:40:17.007Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-10T21:40:17.338Z] --- PASS: TestRenameStoppedContainer (0.41s) [2020-09-10T21:40:17.338Z] === RUN TestRenameRunningContainerAndReuse [2020-09-10T21:40:17.580Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-10T21:40:18.132Z] --- PASS: TestServiceUpdateLabel (3.49s) [2020-09-10T21:40:18.132Z] === RUN TestServiceUpdateSecrets [2020-09-10T21:40:18.132Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-09-10T21:40:18.153Z] --- PASS: TestBuildMultiStageCopy (4.33s) [2020-09-10T21:40:18.153Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.23s) [2020-09-10T21:40:18.153Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-09-10T21:40:18.153Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2020-09-10T21:40:18.153Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2020-09-10T21:40:18.153Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.54s) [2020-09-10T21:40:18.153Z] === RUN TestBuildMultiStageParentConfig [2020-09-10T21:40:18.458Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2020-09-10T21:40:18.458Z] === RUN TestRenameInvalidName [2020-09-10T21:40:18.458Z] --- PASS: TestRenameInvalidName (0.38s) [2020-09-10T21:40:18.458Z] === RUN TestRenameAnonymousContainer [2020-09-10T21:40:18.578Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.640s coverage: 57.9% of statements [2020-09-10T21:40:19.084Z] === RUN TestDockerSuite/TestEventsAttach [2020-09-10T21:40:19.332Z] ok github.com/docker/docker/integration/container 58.611s [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === Skipped [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-09-10T21:40:19.332Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.02s) [2020-09-10T21:40:19.332Z] copy_test.go:25: testEnv.OSType == "windows" [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-09-10T21:40:19.332Z] copy_test.go:39: testEnv.OSType == "windows" [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-09-10T21:40:19.332Z] copy_test.go:51: testEnv.OSType == "windows" [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2020-09-10T21:40:19.332Z] copy_test.go:65: testEnv.OSType == "windows" [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-09-10T21:40:19.332Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-09-10T21:40:19.332Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-09-10T21:40:19.332Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-09-10T21:40:19.332Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-09-10T21:40:19.332Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-09-10T21:40:19.332Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-09-10T21:40:19.332Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-09-10T21:40:19.332Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-09-10T21:40:19.332Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-09-10T21:40:19.332Z] [2020-09-10T21:40:19.332Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-09-10T21:40:19.333Z] exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-09-10T21:40:19.333Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-09-10T21:40:19.333Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-09-10T21:40:19.333Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-09-10T21:40:19.333Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-09-10T21:40:19.333Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-09-10T21:40:19.333Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-09-10T21:40:19.333Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-09-10T21:40:19.333Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-09-10T21:40:19.333Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-09-10T21:40:19.333Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-09-10T21:40:19.333Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-09-10T21:40:19.333Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-09-10T21:40:19.333Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-09-10T21:40:19.333Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-09-10T21:40:19.333Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-09-10T21:40:19.333Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-09-10T21:40:19.333Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-09-10T21:40:19.333Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-09-10T21:40:19.333Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-09-10T21:40:19.333Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-09-10T21:40:19.333Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-09-10T21:40:19.333Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-09-10T21:40:19.333Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-09-10T21:40:19.333Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-09-10T21:40:19.333Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-09-10T21:40:19.333Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] DONE 84 tests, 41 skipped in 61.186s [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-09-10T21:40:19.333Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:40:19.333Z] INFO: Testing against a local daemon [2020-09-10T21:40:19.333Z] ok github.com/docker/docker/integration/image 0.450s [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === Skipped [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-09-10T21:40:19.333Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-09-10T21:40:19.333Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-09-10T21:40:19.333Z] remove_test.go:16: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-09-10T21:40:19.333Z] tag_test.go:98: testEnv.OSType == "windows" [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] DONE 11 tests, 4 skipped in 2.208s [2020-09-10T21:40:19.333Z] [2020-09-10T21:40:19.333Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-09-10T21:40:19.538Z] --- PASS: TestBuildMultiStageParentConfig (1.38s) [2020-09-10T21:40:19.538Z] === RUN TestBuildLabelWithTargets [2020-09-10T21:40:19.649Z] === RUN TestDockerSuite/TestEventsCommit [2020-09-10T21:40:19.835Z] --- PASS: TestRenameAnonymousContainer (1.47s) [2020-09-10T21:40:19.835Z] === RUN TestRenameContainerWithSameName [2020-09-10T21:40:20.402Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2020-09-10T21:40:20.402Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-10T21:40:20.583Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-09-10T21:40:21.149Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-09-10T21:40:21.336Z] --- PASS: TestRenameContainerWithLinkedContainer (0.77s) [2020-09-10T21:40:21.336Z] === RUN TestResize [2020-09-10T21:40:21.339Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2020-09-10T21:40:21.506Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:40:21.506Z] INFO: Testing against a local daemon [2020-09-10T21:40:21.506Z] ok github.com/docker/docker/integration/network 0.203s [2020-09-10T21:40:21.595Z] --- PASS: TestResize (0.38s) [2020-09-10T21:40:21.595Z] === RUN TestResizeWithInvalidSize [2020-09-10T21:40:21.854Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2020-09-10T21:40:21.854Z] === RUN TestResizeWhenContainerNotStarted [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === Skipped [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-09-10T21:40:21.964Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-09-10T21:40:21.964Z] 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-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-09-10T21:40:21.964Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-09-10T21:40:21.964Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-09-10T21:40:21.964Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-09-10T21:40:21.964Z] network_test.go:97: testEnv.OSType == "windows" [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-09-10T21:40:21.964Z] service_test.go:29: testEnv.OSType == "windows" [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-09-10T21:40:21.964Z] service_test.go:52: testEnv.OSType == "windows" [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-09-10T21:40:21.964Z] service_test.go:96: testEnv.OSType == "windows" [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-09-10T21:40:21.964Z] service_test.go:130: testEnv.OSType == "windows" [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-09-10T21:40:21.964Z] service_test.go:181: testEnv.OSType == "windows" [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-09-10T21:40:21.964Z] service_test.go:206: testEnv.OSType == "windows" [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-10T21:40:21.964Z] service_test.go:236: FLAKY_TEST [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-09-10T21:40:21.964Z] service_test.go:326: testEnv.OSType == "windows" [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-10T21:40:21.964Z] service_test.go:394: testEnv.OSType == "windows" [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] DONE 19 tests, 15 skipped in 2.198s [2020-09-10T21:40:21.964Z] [2020-09-10T21:40:21.964Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-09-10T21:40:22.082Z] --- PASS: TestBuildLabelWithTargets (2.19s) [2020-09-10T21:40:22.082Z] === RUN TestBuildWithEmptyLayers [2020-09-10T21:40:22.083Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-09-10T21:40:22.341Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-09-10T21:40:22.389Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.148s coverage: 69.2% of statements [2020-09-10T21:40:22.420Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2020-09-10T21:40:22.420Z] === RUN TestDaemonRestartKillContainers [2020-09-10T21:40:22.420Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-09-10T21:40:22.420Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-09-10T21:40:22.420Z] === RUN TestCgroupNamespacesRun [2020-09-10T21:40:22.422Z] testing: warning: no tests to run [2020-09-10T21:40:22.422Z] ok github.com/docker/docker/integration/network/ipvlan 0.055s [2020-09-10T21:40:22.422Z] [2020-09-10T21:40:22.422Z] DONE 0 tests in 0.678s [2020-09-10T21:40:22.422Z] [2020-09-10T21:40:22.422Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-09-10T21:40:22.687Z] ok github.com/docker/docker/daemon 12.362s coverage: 17.4% of statements [2020-09-10T21:40:22.687Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-10T21:40:22.687Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-10T21:40:22.687Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-10T21:40:22.687Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-10T21:40:23.024Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2020-09-10T21:40:23.024Z] === RUN TestBuildMultiStageOnBuild [2020-09-10T21:40:23.332Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.362s coverage: 45.9% of statements [2020-09-10T21:40:23.332Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-10T21:40:23.386Z] testing: warning: no tests to run [2020-09-10T21:40:23.386Z] ok github.com/docker/docker/integration/network/macvlan 0.058s [2020-09-10T21:40:23.386Z] [2020-09-10T21:40:23.386Z] DONE 0 tests in 0.690s [2020-09-10T21:40:23.386Z] [2020-09-10T21:40:23.386Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-09-10T21:40:23.843Z] testing: warning: no tests to run [2020-09-10T21:40:23.843Z] ok github.com/docker/docker/integration/plugin 0.053s [2020-09-10T21:40:23.843Z] [2020-09-10T21:40:23.843Z] DONE 0 tests in 0.670s [2020-09-10T21:40:23.843Z] [2020-09-10T21:40:23.843Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-09-10T21:40:24.240Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-09-10T21:40:24.323Z] --- PASS: TestCgroupNamespacesRun (2.12s) [2020-09-10T21:40:24.323Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-10T21:40:24.810Z] testing: warning: no tests to run [2020-09-10T21:40:24.810Z] ok github.com/docker/docker/integration/plugin/authz 0.055s [2020-09-10T21:40:24.810Z] [2020-09-10T21:40:24.810Z] DONE 0 tests in 0.663s [2020-09-10T21:40:24.810Z] [2020-09-10T21:40:24.810Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-09-10T21:40:25.173Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-09-10T21:40:25.578Z] --- PASS: TestBuildMultiStageOnBuild (2.62s) [2020-09-10T21:40:25.578Z] === RUN TestBuildUncleanTarFilenames [2020-09-10T21:40:26.091Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.484s coverage: 49.5% of statements [2020-09-10T21:40:26.732Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.533s coverage: 76.1% of statements [2020-09-10T21:40:26.732Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.022s coverage: 58.0% of statements [2020-09-10T21:40:26.857Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.10s) [2020-09-10T21:40:26.857Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-10T21:40:26.964Z] --- PASS: TestBuildUncleanTarFilenames (1.39s) [2020-09-10T21:40:26.964Z] === RUN TestBuildMultiStageLayerLeak [2020-09-10T21:40:27.700Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-09-10T21:40:27.796Z] ok github.com/docker/docker/daemon/links 0.024s coverage: 93.0% of statements [2020-09-10T21:40:28.759Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.14s) [2020-09-10T21:40:28.760Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-10T21:40:28.847Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.029s coverage: 3.0% of statements [2020-09-10T21:40:29.512Z] --- PASS: TestBuildMultiStageLayerLeak (2.75s) [2020-09-10T21:40:29.512Z] === RUN TestBuildWithHugeFile [2020-09-10T21:40:29.599Z] === RUN TestDockerSuite/TestEventsCopy [2020-09-10T21:40:30.532Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-09-10T21:40:30.944Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.805s coverage: 52.1% of statements [2020-09-10T21:40:30.944Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-10T21:40:30.944Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-10T21:40:31.291Z] --- PASS: TestCgroupNamespacesRunHostMode (2.14s) [2020-09-10T21:40:31.291Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-10T21:40:31.465Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-09-10T21:40:31.594Z] ok github.com/docker/docker/daemon/logger 0.258s coverage: 41.0% of statements [2020-09-10T21:40:31.723Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-09-10T21:40:31.897Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:40:31.897Z] INFO: Testing against a local daemon [2020-09-10T21:40:31.897Z] ok github.com/docker/docker/integration/plugin/common 0.221s [2020-09-10T21:40:31.897Z] [2020-09-10T21:40:31.897Z] === Skipped [2020-09-10T21:40:31.897Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-09-10T21:40:31.897Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-09-10T21:40:31.897Z] [2020-09-10T21:40:31.897Z] [2020-09-10T21:40:31.897Z] DONE 3 tests, 1 skipped in 7.073s [2020-09-10T21:40:31.897Z] [2020-09-10T21:40:31.897Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-09-10T21:40:32.289Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-09-10T21:40:32.547Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-09-10T21:40:33.175Z] ok github.com/docker/docker/daemon/images 0.055s coverage: 4.8% of statements [2020-09-10T21:40:33.176Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-10T21:40:33.176Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-10T21:40:33.194Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.12s) [2020-09-10T21:40:33.194Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-10T21:40:33.481Z] --- PASS: TestServiceUpdateSecrets (15.95s) [2020-09-10T21:40:33.481Z] === RUN TestServiceUpdateConfigs [2020-09-10T21:40:33.826Z] ok github.com/docker/docker/daemon/logger/awslogs 0.464s coverage: 77.8% of statements [2020-09-10T21:40:33.827Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-10T21:40:33.827Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-10T21:40:33.827Z] ok github.com/docker/docker/daemon/logger/gelf 0.031s coverage: 67.0% of statements [2020-09-10T21:40:34.047Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-09-10T21:40:34.474Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2020-09-10T21:40:34.795Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:40:34.795Z] INFO: Testing against a local daemon [2020-09-10T21:40:34.795Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.238s [2020-09-10T21:40:34.795Z] [2020-09-10T21:40:34.795Z] === Skipped [2020-09-10T21:40:34.795Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-09-10T21:40:34.795Z] external_test.go:48: runtime.GOOS == "windows" [2020-09-10T21:40:34.795Z] [2020-09-10T21:40:34.795Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-09-10T21:40:34.795Z] external_test.go:408: runtime.GOOS == "windows" [2020-09-10T21:40:34.795Z] [2020-09-10T21:40:34.795Z] [2020-09-10T21:40:34.795Z] DONE 2 tests, 2 skipped in 2.961s [2020-09-10T21:40:34.795Z] [2020-09-10T21:40:34.795Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-09-10T21:40:35.101Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.08s) [2020-09-10T21:40:35.101Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-10T21:40:35.117Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.027s coverage: 87.2% of statements [2020-09-10T21:40:35.421Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-09-10T21:40:35.421Z] === RUN TestDockerSuite/TestEventsFilterType [2020-09-10T21:40:35.679Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-09-10T21:40:35.938Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-09-10T21:40:35.938Z] === RUN TestDockerSuite/TestEventsFilters [2020-09-10T21:40:36.176Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.052s coverage: 61.6% of statements [2020-09-10T21:40:36.823Z] ok github.com/docker/docker/daemon/logger/local 0.051s coverage: 75.2% of statements [2020-09-10T21:40:36.823Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-10T21:40:36.961Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:40:36.961Z] INFO: Testing against a local daemon [2020-09-10T21:40:36.961Z] ok github.com/docker/docker/integration/plugin/logging 0.187s [2020-09-10T21:40:37.002Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.69s) [2020-09-10T21:40:37.002Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-10T21:40:37.312Z] === RUN TestDockerSuite/TestEventsFormat [2020-09-10T21:40:38.245Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-09-10T21:40:38.245Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-09-10T21:40:38.245Z] === RUN TestDockerSuite/TestEventsImageImport [2020-09-10T21:40:38.408Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.068s coverage: 37.7% of statements [2020-09-10T21:40:38.706Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.043s coverage: 33.3% of statements [2020-09-10T21:40:38.811Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-09-10T21:40:38.811Z] === RUN TestDockerSuite/TestEventsImagePull [2020-09-10T21:40:38.903Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.11s) [2020-09-10T21:40:38.903Z] === RUN TestKernelTCPMemory [2020-09-10T21:40:38.903Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-09-10T21:40:38.903Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:40:38.903Z] === RUN TestNISDomainname [2020-09-10T21:40:38.903Z] --- SKIP: TestNISDomainname (0.01s) [2020-09-10T21:40:38.903Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-09-10T21:40:38.903Z] === RUN TestHostnameDnsResolution [2020-09-10T21:40:39.068Z] === RUN TestDockerSuite/TestEventsImageTag [2020-09-10T21:40:39.477Z] --- PASS: TestHostnameDnsResolution (0.60s) [2020-09-10T21:40:39.477Z] === RUN TestStats [2020-09-10T21:40:39.477Z] --- SKIP: TestStats (0.00s) [2020-09-10T21:40:39.477Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:40:39.477Z] === RUN TestStopContainerWithTimeout [2020-09-10T21:40:39.477Z] === RUN TestStopContainerWithTimeout/0 [2020-09-10T21:40:39.477Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-10T21:40:39.477Z] === RUN TestStopContainerWithTimeout/1 [2020-09-10T21:40:39.477Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-10T21:40:39.477Z] === RUN TestStopContainerWithTimeout/3 [2020-09-10T21:40:39.477Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-10T21:40:39.477Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-10T21:40:39.477Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-10T21:40:39.477Z] === CONT TestStopContainerWithTimeout/0 [2020-09-10T21:40:39.477Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-10T21:40:39.772Z] ok github.com/docker/docker/daemon/logger/syslog 0.038s coverage: 46.8% of statements [2020-09-10T21:40:39.772Z] ok github.com/docker/docker/daemon/logger/templates 0.035s coverage: 8.3% of statements [2020-09-10T21:40:39.845Z] [2020-09-10T21:40:39.845Z] === Skipped [2020-09-10T21:40:39.845Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-09-10T21:40:39.845Z] read_test.go:21: no unix domain sockets on Windows [2020-09-10T21:40:39.845Z] [2020-09-10T21:40:39.845Z] [2020-09-10T21:40:39.845Z] DONE 1 tests, 1 skipped in 4.854s [2020-09-10T21:40:39.845Z] [2020-09-10T21:40:39.845Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-09-10T21:40:40.001Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-09-10T21:40:40.045Z] === CONT TestStopContainerWithTimeout/3 [2020-09-10T21:40:40.259Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-09-10T21:40:40.259Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-09-10T21:40:40.259Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-09-10T21:40:41.366Z] testing: warning: no tests to run [2020-09-10T21:40:41.366Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.122s [2020-09-10T21:40:41.366Z] [2020-09-10T21:40:41.366Z] DONE 0 tests in 1.267s [2020-09-10T21:40:41.366Z] [2020-09-10T21:40:41.366Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-09-10T21:40:41.632Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-09-10T21:40:42.540Z] ok github.com/docker/docker/daemon/network 0.009s coverage: 63.8% of statements [2020-09-10T21:40:42.540Z] ok github.com/docker/docker/daemon/logger/splunk 2.456s coverage: 82.5% of statements [2020-09-10T21:40:42.540Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-10T21:40:42.540Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-10T21:40:42.566Z] === RUN TestDockerSuite/TestEventsRename [2020-09-10T21:40:42.580Z] === CONT TestStopContainerWithTimeout/1 [2020-09-10T21:40:43.132Z] === RUN TestDockerSuite/TestEventsResize [2020-09-10T21:40:43.515Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-10T21:40:43.515Z] --- PASS: TestStopContainerWithTimeout/0 (0.56s) [2020-09-10T21:40:43.515Z] --- PASS: TestStopContainerWithTimeout/-1 (2.64s) [2020-09-10T21:40:43.515Z] --- PASS: TestStopContainerWithTimeout/3 (2.37s) [2020-09-10T21:40:43.515Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2020-09-10T21:40:43.515Z] === RUN TestDeleteDevicemapper [2020-09-10T21:40:43.515Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-10T21:40:43.515Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-10T21:40:43.515Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-10T21:40:43.523Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:40:43.523Z] INFO: Testing against a local daemon [2020-09-10T21:40:43.523Z] ok github.com/docker/docker/integration/plugin/volumes 0.182s [2020-09-10T21:40:43.523Z] [2020-09-10T21:40:43.523Z] === Skipped [2020-09-10T21:40:43.523Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-09-10T21:40:43.523Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:43.523Z] [2020-09-10T21:40:43.523Z] [2020-09-10T21:40:43.523Z] DONE 1 tests, 1 skipped in 2.247s [2020-09-10T21:40:43.523Z] [2020-09-10T21:40:43.523Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-09-10T21:40:43.595Z] ok github.com/docker/docker/distribution/metadata 0.103s coverage: 48.2% of statements [2020-09-10T21:40:43.698Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-09-10T21:40:43.963Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-09-10T21:40:44.928Z] === RUN TestDockerSuite/TestEventsStreaming [2020-09-10T21:40:45.048Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:40:45.048Z] INFO: Testing against a local daemon [2020-09-10T21:40:45.048Z] ok github.com/docker/docker/integration/secret 0.201s [2020-09-10T21:40:45.185Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-09-10T21:40:45.420Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.53s) [2020-09-10T21:40:45.420Z] === RUN TestUpdateMemory [2020-09-10T21:40:45.420Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-10T21:40:45.420Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:40:45.420Z] === RUN TestUpdateCPUQuota [2020-09-10T21:40:45.420Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-09-10T21:40:45.420Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:40:45.420Z] === RUN TestUpdatePidsLimit [2020-09-10T21:40:45.420Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-09-10T21:40:45.420Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:40:45.420Z] === RUN TestUpdateRestartPolicy [2020-09-10T21:40:45.505Z] [2020-09-10T21:40:45.505Z] === Skipped [2020-09-10T21:40:45.505Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-09-10T21:40:45.505Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:45.505Z] [2020-09-10T21:40:45.505Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-09-10T21:40:45.505Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:45.505Z] [2020-09-10T21:40:45.505Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-09-10T21:40:45.505Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:45.505Z] [2020-09-10T21:40:45.505Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-09-10T21:40:45.505Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:45.505Z] [2020-09-10T21:40:45.505Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-09-10T21:40:45.505Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:45.505Z] [2020-09-10T21:40:45.505Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-09-10T21:40:45.505Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:40:45.505Z] [2020-09-10T21:40:45.505Z] [2020-09-10T21:40:45.505Z] DONE 6 tests, 6 skipped in 1.955s [2020-09-10T21:40:45.505Z] [2020-09-10T21:40:45.505Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-09-10T21:40:45.711Z] ok github.com/docker/docker/errdefs 0.020s coverage: 49.4% of statements [2020-09-10T21:40:46.359Z] ok github.com/docker/docker/distribution 0.886s coverage: 21.9% of statements [2020-09-10T21:40:46.359Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-10T21:40:47.413Z] ok github.com/docker/docker/image 0.045s coverage: 86.4% of statements [2020-09-10T21:40:47.664Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:40:47.664Z] INFO: Testing against a local daemon [2020-09-10T21:40:47.664Z] ok github.com/docker/docker/integration/service 0.299s [2020-09-10T21:40:48.057Z] ok github.com/docker/docker/distribution/xfer 1.713s coverage: 85.6% of statements [2020-09-10T21:40:48.057Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === Skipped [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-10T21:40:48.119Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-10T21:40:48.119Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-10T21:40:48.119Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-10T21:40:48.119Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-09-10T21:40:48.119Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-09-10T21:40:48.119Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2020-09-10T21:40:48.119Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-09-10T21:40:48.119Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-09-10T21:40:48.119Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-09-10T21:40:48.119Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-09-10T21:40:48.119Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-09-10T21:40:48.119Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-09-10T21:40:48.119Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-09-10T21:40:48.119Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-09-10T21:40:48.119Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-09-10T21:40:48.119Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-09-10T21:40:48.119Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-09-10T21:40:48.119Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-09-10T21:40:48.119Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-09-10T21:40:48.119Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-09-10T21:40:48.119Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-09-10T21:40:48.119Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-09-10T21:40:48.119Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-09-10T21:40:48.119Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2020-09-10T21:40:48.119Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] DONE 24 tests, 23 skipped in 2.574s [2020-09-10T21:40:48.119Z] [2020-09-10T21:40:48.119Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-09-10T21:40:48.466Z] === RUN TestDockerSuite/TestEventsTop [2020-09-10T21:40:48.736Z] ok github.com/docker/docker/image/cache 0.030s coverage: 19.2% of statements [2020-09-10T21:40:48.736Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-10T21:40:49.031Z] === RUN TestDockerSuite/TestEventsUntag [2020-09-10T21:40:49.031Z] --- PASS: TestServiceUpdateConfigs (15.36s) [2020-09-10T21:40:49.031Z] === RUN TestServiceUpdateNetwork [2020-09-10T21:40:49.382Z] ok github.com/docker/docker/libcontainerd/queue 0.032s coverage: 100.0% of statements [2020-09-10T21:40:49.641Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:40:49.641Z] INFO: Testing against a local daemon [2020-09-10T21:40:49.641Z] ok github.com/docker/docker/integration/session 0.163s [2020-09-10T21:40:49.680Z] ok github.com/docker/docker/image/v1 0.029s coverage: 25.0% of statements [2020-09-10T21:40:49.680Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-10T21:40:50.095Z] [2020-09-10T21:40:50.095Z] === Skipped [2020-09-10T21:40:50.095Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-09-10T21:40:50.095Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:50.095Z] [2020-09-10T21:40:50.095Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-09-10T21:40:50.095Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:50.095Z] [2020-09-10T21:40:50.095Z] [2020-09-10T21:40:50.095Z] DONE 2 tests, 2 skipped in 1.856s [2020-09-10T21:40:50.095Z] [2020-09-10T21:40:50.095Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-09-10T21:40:50.734Z] ok github.com/docker/docker/pkg/aaparser 0.015s coverage: 50.0% of statements [2020-09-10T21:40:51.558Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-09-10T21:40:51.616Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:40:51.616Z] INFO: Testing against a local daemon [2020-09-10T21:40:52.601Z] === RUN TestDockerSuite/TestExec [2020-09-10T21:40:53.167Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-09-10T21:40:53.296Z] ok github.com/docker/docker/integration/system 1.538s [2020-09-10T21:40:53.296Z] [2020-09-10T21:40:53.296Z] === Skipped [2020-09-10T21:40:53.296Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-10T21:40:53.296Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-09-10T21:40:53.296Z] [2020-09-10T21:40:53.296Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-09-10T21:40:53.296Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-09-10T21:40:53.296Z] [2020-09-10T21:40:53.296Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-09-10T21:40:53.296Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-09-10T21:40:53.296Z] [2020-09-10T21:40:53.296Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-09-10T21:40:53.296Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-10T21:40:53.296Z] [2020-09-10T21:40:53.296Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-09-10T21:40:53.296Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-10T21:40:53.296Z] [2020-09-10T21:40:53.296Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-09-10T21:40:53.296Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-10T21:40:53.296Z] [2020-09-10T21:40:53.296Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-09-10T21:40:53.296Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-10T21:40:53.296Z] [2020-09-10T21:40:53.296Z] [2020-09-10T21:40:53.296Z] DONE 13 tests, 7 skipped in 3.209s [2020-09-10T21:40:53.296Z] [2020-09-10T21:40:53.296Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-09-10T21:40:53.499Z] ok github.com/docker/docker/opts 0.053s coverage: 67.1% of statements [2020-09-10T21:40:53.734Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-09-10T21:40:53.795Z] ok github.com/docker/docker/pkg/authorization 0.284s coverage: 68.3% of statements [2020-09-10T21:40:54.095Z] ok github.com/docker/docker/pkg/broadcaster 0.007s coverage: 100.0% of statements [2020-09-10T21:40:54.299Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-09-10T21:40:54.391Z] ok github.com/docker/docker/pkg/capabilities 0.013s coverage: 87.5% of statements [2020-09-10T21:40:54.865Z] === RUN TestDockerSuite/TestExecAPIStart [2020-09-10T21:40:55.034Z] ok github.com/docker/docker/pkg/archive 1.236s coverage: 76.8% of statements [2020-09-10T21:40:55.331Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2020-09-10T21:40:55.448Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:40:55.448Z] INFO: Testing against a local daemon [2020-09-10T21:40:55.448Z] ok github.com/docker/docker/integration/volume 0.324s [2020-09-10T21:40:55.448Z] [2020-09-10T21:40:55.448Z] === Skipped [2020-09-10T21:40:55.448Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-09-10T21:40:55.448Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-09-10T21:40:55.448Z] [2020-09-10T21:40:55.448Z] [2020-09-10T21:40:55.448Z] DONE 5 tests, 1 skipped in 2.169s [2020-09-10T21:40:55.448Z] [2020-09-10T21:40:55.448Z] INFO: make.ps1 ended at 09/10/2020 21:40:55 [2020-09-10T21:40:55.448Z] INFO: Integration CLI tests being run from the host: [2020-09-10T21:40:55.448Z] INFO: gotestsum --format=standard-quiet --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2020-09-10T21:40:56.239Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-09-10T21:40:56.379Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2020-09-10T21:40:56.379Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 97.6% of statements [2020-09-10T21:40:56.805Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-09-10T21:40:57.372Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-09-10T21:40:57.430Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-09-10T21:40:57.627Z] --- PASS: TestUpdateRestartPolicy (10.88s) [2020-09-10T21:40:57.627Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-10T21:40:57.627Z] --- PASS: TestUpdateRestartWithAutoRemove (0.57s) [2020-09-10T21:40:57.627Z] === RUN TestWaitNonBlocked [2020-09-10T21:40:57.627Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:40:57.627Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:40:57.627Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:40:57.627Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:40:57.627Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:40:57.627Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:40:57.627Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-09-10T21:40:57.627Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2020-09-10T21:40:57.627Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.76s) [2020-09-10T21:40:57.627Z] === RUN TestWaitBlocked [2020-09-10T21:40:57.627Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:40:57.627Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:40:57.627Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:40:57.627Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:40:57.627Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:40:57.627Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:40:57.887Z] --- PASS: TestWaitBlocked (0.01s) [2020-09-10T21:40:57.887Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s) [2020-09-10T21:40:57.887Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s) [2020-09-10T21:40:57.887Z] === CONT TestDaemonRestartIpcMode [2020-09-10T21:40:57.887Z] === CONT TestIpcModeOlderClient [2020-09-10T21:40:57.938Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-09-10T21:40:58.074Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-09-10T21:40:58.145Z] --- PASS: TestIpcModeOlderClient (0.08s) [2020-09-10T21:40:58.504Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-09-10T21:40:58.713Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2020-09-10T21:40:59.070Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-09-10T21:40:59.636Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-09-10T21:40:59.756Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2020-09-10T21:41:00.053Z] ok github.com/docker/docker/pkg/chrootarchive 3.901s coverage: 43.2% of statements [2020-09-10T21:41:00.053Z] ok github.com/docker/docker/layer 7.842s coverage: 68.8% of statements [2020-09-10T21:41:00.053Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-10T21:41:00.053Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-10T21:41:00.053Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-10T21:41:00.053Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-10T21:41:00.053Z] ? github.com/docker/docker/oci [no test files] [2020-09-10T21:41:00.053Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-10T21:41:00.053Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-10T21:41:00.053Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-10T21:41:01.012Z] === RUN TestDockerSuite/TestExecCgroup [2020-09-10T21:41:01.103Z] ok github.com/docker/docker/pkg/fileutils 0.049s coverage: 89.5% of statements [2020-09-10T21:41:01.103Z] ok github.com/docker/docker/pkg/discovery/kv 3.085s coverage: 84.1% of statements [2020-09-10T21:41:01.400Z] ok github.com/docker/docker/pkg/fsutils 0.289s coverage: 85.1% of statements [2020-09-10T21:41:01.579Z] === RUN TestDockerSuite/TestExecEnv [2020-09-10T21:41:01.696Z] ok github.com/docker/docker/pkg/homedir 0.043s coverage: 11.4% of statements [2020-09-10T21:41:02.333Z] --- PASS: TestDaemonRestartIpcMode (4.17s) [2020-09-10T21:41:02.333Z] PASS [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === Skipped [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-09-10T21:41:02.333Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-09-10T21:41:02.333Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-09-10T21:41:02.333Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-09-10T21:41:02.333Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-09-10T21:41:02.333Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-09-10T21:41:02.333Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-09-10T21:41:02.333Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-09-10T21:41:02.333Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-09-10T21:41:02.333Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-10T21:41:02.333Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-10T21:41:02.333Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-09-10T21:41:02.333Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-09-10T21:41:02.333Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-09-10T21:41:02.333Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-10T21:41:02.333Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-09-10T21:41:02.333Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-09-10T21:41:02.333Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-09-10T21:41:02.333Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-09-10T21:41:02.333Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-09-10T21:41:02.333Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-10T21:41:02.333Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-09-10T21:41:02.333Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-09-10T21:41:02.333Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-09-10T21:41:02.333Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] [2020-09-10T21:41:02.333Z] DONE 173 tests, 24 skipped in 78.134s [2020-09-10T21:41:02.333Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-09-10T21:41:02.333Z] INFO: Testing against a local daemon [2020-09-10T21:41:02.333Z] === RUN TestCommitInheritsEnv [2020-09-10T21:41:02.514Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-09-10T21:41:02.755Z] ok github.com/docker/docker/pkg/jsonmessage 0.018s coverage: 91.7% of statements [2020-09-10T21:41:02.772Z] --- PASS: TestServiceUpdateNetwork (13.76s) [2020-09-10T21:41:02.772Z] === RUN TestServiceUpdatePidsLimit [2020-09-10T21:41:03.053Z] ok github.com/docker/docker/pkg/locker 0.058s coverage: 88.9% of statements [2020-09-10T21:41:03.352Z] ok github.com/docker/docker/pkg/longpath 0.013s coverage: 100.0% of statements [2020-09-10T21:41:03.652Z] ok github.com/docker/docker/pkg/ioutils 1.199s coverage: 70.1% of statements [2020-09-10T21:41:03.705Z] === RUN TestDockerSuite/TestExecExitStatus [2020-09-10T21:41:03.912Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-10T21:41:03.912Z] INFO: Testing against a local daemon [2020-09-10T21:41:03.948Z] ok github.com/docker/docker/pkg/idtools 0.787s coverage: 70.1% of statements [2020-09-10T21:41:03.948Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-10T21:41:03.948Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-10T21:41:03.948Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2020-09-10T21:41:03.948Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-10T21:41:03.963Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-10T21:41:04.221Z] === RUN TestDockerSuite/TestExecInspectID [2020-09-10T21:41:04.235Z] --- PASS: TestCommitInheritsEnv (1.78s) [2020-09-10T21:41:04.235Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-10T21:41:04.235Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-10T21:41:04.235Z] === RUN TestImagesFilterMultiReference [2020-09-10T21:41:04.235Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-09-10T21:41:04.235Z] === RUN TestImagePullPlatformInvalid [2020-09-10T21:41:04.235Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-09-10T21:41:04.235Z] === RUN TestRemoveImageOrphaning [2020-09-10T21:41:04.244Z] ok github.com/docker/docker/pkg/parsers 0.035s coverage: 97.0% of statements [2020-09-10T21:41:04.788Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-10T21:41:04.888Z] ok github.com/docker/docker/pkg/parsers/kernel 0.015s coverage: 60.0% of statements [2020-09-10T21:41:04.888Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.009s coverage: 86.7% of statements [2020-09-10T21:41:05.184Z] ok github.com/docker/docker/pkg/pidfile 0.030s coverage: 82.4% of statements [2020-09-10T21:41:05.184Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-10T21:41:05.184Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-10T21:41:05.829Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.041s coverage: 56.8% of statements [2020-09-10T21:41:06.139Z] --- PASS: TestRemoveImageOrphaning (1.91s) [2020-09-10T21:41:06.139Z] === RUN TestRemoveImageGarbageCollector [2020-09-10T21:41:06.139Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-10T21:41:06.139Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-09-10T21:41:06.139Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-10T21:41:06.139Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-09-10T21:41:06.139Z] === RUN TestTagInvalidReference [2020-09-10T21:41:06.139Z] --- PASS: TestTagInvalidReference (0.02s) [2020-09-10T21:41:06.139Z] === RUN TestTagValidPrefixedRepo [2020-09-10T21:41:06.139Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-09-10T21:41:06.139Z] === RUN TestTagExistedNameWithoutForce [2020-09-10T21:41:06.139Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-09-10T21:41:06.139Z] === RUN TestTagOfficialNames [2020-09-10T21:41:06.163Z] === RUN TestDockerSuite/TestExecInteractive [2020-09-10T21:41:06.407Z] --- PASS: TestTagOfficialNames (0.06s) [2020-09-10T21:41:06.407Z] === RUN TestTagMatchesDigest [2020-09-10T21:41:06.407Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-09-10T21:41:06.407Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-10T21:41:06.730Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-09-10T21:41:06.885Z] ok github.com/docker/docker/pkg/plugins/transport 0.056s coverage: 85.7% of statements [2020-09-10T21:41:06.885Z] ok github.com/docker/docker/pkg/progress 0.015s coverage: 75.9% of statements [2020-09-10T21:41:06.885Z] ok github.com/docker/docker/pkg/pools 0.018s coverage: 88.2% of statements [2020-09-10T21:41:07.297Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-09-10T21:41:07.862Z] === RUN TestDockerSuite/TestExecParseError [2020-09-10T21:41:07.953Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2020-09-10T21:41:08.428Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-09-10T21:41:08.596Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2020-09-10T21:41:08.596Z] ok github.com/docker/docker/pkg/pubsub 1.135s coverage: 73.9% of statements [2020-09-10T21:41:08.995Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-09-10T21:41:09.561Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-09-10T21:41:09.645Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2020-09-10T21:41:09.645Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2020-09-10T21:41:09.941Z] ok github.com/docker/docker/pkg/symlink 0.013s coverage: 87.7% of statements [2020-09-10T21:41:10.495Z] === RUN TestDockerSuite/TestExecSetEnv [2020-09-10T21:41:10.994Z] ok github.com/docker/docker/pkg/signal 2.904s coverage: 61.0% of statements [2020-09-10T21:41:10.994Z] ok github.com/docker/docker/pkg/system 0.035s coverage: 36.9% of statements [2020-09-10T21:41:11.060Z] === RUN TestDockerSuite/TestExecStartFails [2020-09-10T21:41:11.295Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 53.4% of statements [2020-09-10T21:41:11.629Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-09-10T21:41:11.904Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-10T21:41:11.940Z] ok github.com/docker/docker/pkg/tailfile 0.071s coverage: 88.6% of statements [2020-09-10T21:41:11.940Z] testing: warning: no tests to run [2020-09-10T21:41:11.940Z] coverage: [no statements] [2020-09-10T21:41:11.940Z] ok github.com/docker/docker/pkg/term/windows 0.014s coverage: [no statements] [no tests to run] [2020-09-10T21:41:12.607Z] ok github.com/docker/docker/pkg/tarsum 0.190s coverage: 89.3% of statements [2020-09-10T21:41:12.607Z] ok github.com/docker/docker/pkg/urlutil 0.023s coverage: 100.0% of statements [2020-09-10T21:41:12.902Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2020-09-10T21:41:13.199Z] ok github.com/docker/docker/pkg/useragent 0.013s coverage: 88.9% of statements [2020-09-10T21:41:15.299Z] ok github.com/docker/docker/plugin/v2 0.010s coverage: 14.5% of statements [2020-09-10T21:41:16.353Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 68.8% of statements [2020-09-10T21:41:16.648Z] ok github.com/docker/docker/reference 0.014s coverage: 84.4% of statements [2020-09-10T21:41:17.292Z] ok github.com/docker/docker/plugin 0.563s coverage: 23.1% of statements [2020-09-10T21:41:17.937Z] ok github.com/docker/docker/registry/resumable 0.027s coverage: 100.0% of statements [2020-09-10T21:41:18.240Z] ok github.com/docker/docker/restartmanager 0.012s coverage: 45.3% of statements [2020-09-10T21:41:19.779Z] ok github.com/docker/docker/testutil 0.006s coverage: 62.5% of statements [2020-09-10T21:41:20.013Z] --- PASS: TestServiceUpdatePidsLimit (16.70s) [2020-09-10T21:41:20.013Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2020-09-10T21:41:20.013Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.99s) [2020-09-10T21:41:20.013Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2020-09-10T21:41:20.013Z] PASS [2020-09-10T21:41:20.013Z] [2020-09-10T21:41:20.013Z] === Skipped [2020-09-10T21:41:20.013Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-10T21:41:20.013Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-10T21:41:20.013Z] [2020-09-10T21:41:20.013Z] [2020-09-10T21:41:20.013Z] DONE 27 tests, 1 skipped in 188.125s [2020-09-10T21:41:20.013Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-09-10T21:41:20.013Z] ++ 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-09-10T21:41:20.013Z] ++ set -e [2020-09-10T21:41:20.013Z] ++ '[' -n 0 ']' [2020-09-10T21:41:20.013Z] ++ set -x [2020-09-10T21:41:20.014Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:41:20.014Z] INFO: Testing against a local daemon [2020-09-10T21:41:20.014Z] === RUN TestSessionCreate [2020-09-10T21:41:20.014Z] --- PASS: TestSessionCreate (0.02s) [2020-09-10T21:41:20.014Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-10T21:41:20.014Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-09-10T21:41:20.014Z] PASS [2020-09-10T21:41:20.014Z] [2020-09-10T21:41:20.014Z] DONE 2 tests in 0.067s [2020-09-10T21:41:20.014Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-09-10T21:41:20.014Z] ++ 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-09-10T21:41:20.014Z] ++ set -e [2020-09-10T21:41:20.014Z] ++ '[' -n 0 ']' [2020-09-10T21:41:20.014Z] ++ set -x [2020-09-10T21:41:20.014Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:41:20.014Z] INFO: Testing against a local daemon [2020-09-10T21:41:20.014Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-10T21:41:20.014Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-10T21:41:20.014Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-10T21:41:20.014Z] === RUN TestEventsExecDie [2020-09-10T21:41:20.014Z] --- PASS: TestEventsExecDie (0.59s) [2020-09-10T21:41:20.014Z] === RUN TestEventsBackwardsCompatible [2020-09-10T21:41:20.272Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2020-09-10T21:41:20.272Z] === RUN TestInfoBinaryCommits [2020-09-10T21:41:20.272Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-09-10T21:41:20.272Z] === RUN TestInfoAPIVersioned [2020-09-10T21:41:20.272Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-10T21:41:20.272Z] === RUN TestInfoDiscoveryBackend [2020-09-10T21:41:20.830Z] ok github.com/docker/docker/runconfig 0.021s coverage: 66.1% of statements [2020-09-10T21:41:20.830Z] ok github.com/docker/docker/registry 0.272s coverage: 56.3% of statements [2020-09-10T21:41:20.838Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-09-10T21:41:20.838Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-10T21:41:21.772Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-10T21:41:21.772Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-10T21:41:22.337Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.70s) [2020-09-10T21:41:22.337Z] === RUN TestInfoAPI [2020-09-10T21:41:22.337Z] --- PASS: TestInfoAPI (0.02s) [2020-09-10T21:41:22.337Z] === RUN TestInfoAPIWarnings [2020-09-10T21:41:22.596Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-09-10T21:41:22.854Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-09-10T21:41:22.854Z] === RUN TestInfoDebug [2020-09-10T21:41:23.113Z] === RUN TestDockerSuite/TestExecTTY [2020-09-10T21:41:23.589Z] ok github.com/docker/docker/volume/drivers 0.009s coverage: 36.1% of statements [2020-09-10T21:41:23.679Z] --- PASS: TestInfoDebug (0.53s) [2020-09-10T21:41:23.679Z] === RUN TestInfoInsecureRegistries [2020-09-10T21:41:23.679Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-09-10T21:41:23.937Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-09-10T21:41:23.938Z] === RUN TestInfoRegistryMirrors [2020-09-10T21:41:24.241Z] ok github.com/docker/docker/volume/mounts 0.055s coverage: 66.9% of statements [2020-09-10T21:41:24.241Z] ok github.com/docker/docker/volume/local 0.032s coverage: 73.0% of statements [2020-09-10T21:41:24.504Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-09-10T21:41:24.504Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-09-10T21:41:24.504Z] === RUN TestLoginFailsWithBadCredentials [2020-09-10T21:41:24.763Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s) [2020-09-10T21:41:24.763Z] === RUN TestPingCacheHeaders [2020-09-10T21:41:24.763Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-09-10T21:41:24.763Z] === RUN TestPingGet [2020-09-10T21:41:24.763Z] --- PASS: TestPingGet (0.01s) [2020-09-10T21:41:24.763Z] === RUN TestPingHead [2020-09-10T21:41:24.763Z] --- PASS: TestPingHead (0.02s) [2020-09-10T21:41:24.763Z] === RUN TestVersion [2020-09-10T21:41:24.763Z] --- PASS: TestVersion (0.02s) [2020-09-10T21:41:24.763Z] PASS [2020-09-10T21:41:24.763Z] [2020-09-10T21:41:24.763Z] === Skipped [2020-09-10T21:41:24.763Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-10T21:41:24.763Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-10T21:41:24.763Z] [2020-09-10T21:41:24.763Z] [2020-09-10T21:41:24.763Z] DONE 18 tests, 1 skipped in 5.320s [2020-09-10T21:41:24.763Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-10T21:41:24.763Z] ++ 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-09-10T21:41:24.763Z] ++ set -e [2020-09-10T21:41:24.763Z] ++ '[' -n 0 ']' [2020-09-10T21:41:24.763Z] ++ set -x [2020-09-10T21:41:24.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=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:41:24.763Z] INFO: Testing against a local daemon [2020-09-10T21:41:24.763Z] === RUN TestVolumesCreateAndList [2020-09-10T21:41:25.021Z] --- PASS: TestVolumesCreateAndList (0.01s) [2020-09-10T21:41:25.021Z] === RUN TestVolumesRemove [2020-09-10T21:41:25.021Z] --- PASS: TestVolumesRemove (0.05s) [2020-09-10T21:41:25.021Z] === RUN TestVolumesInspect [2020-09-10T21:41:25.021Z] === RUN TestDockerSuite/TestExecUlimits [2020-09-10T21:41:25.021Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-10T21:41:25.021Z] === RUN TestVolumesInvalidJSON [2020-09-10T21:41:25.021Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-10T21:41:25.021Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-10T21:41:25.021Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-10T21:41:25.021Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-10T21:41:25.021Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-10T21:41:25.021Z] PASS [2020-09-10T21:41:25.021Z] [2020-09-10T21:41:25.021Z] DONE 5 tests in 0.130s [2020-09-10T21:41:25.021Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-10T21:41:25.279Z] ++++ cat bundles/test-integration/docker.pid [2020-09-10T21:41:25.279Z] +++ kill 9706 [2020-09-10T21:41:25.758Z] ok github.com/docker/docker/volume/service 0.023s coverage: 73.1% of statements [2020-09-10T21:41:25.846Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-09-10T21:41:25.846Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-09-10T21:41:25.924Z] --- PASS: TestBuildWithHugeFile (55.25s) [2020-09-10T21:41:25.924Z] === RUN TestBuildWithEmptyDockerfile [2020-09-10T21:41:25.924Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:41:25.924Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:41:25.924Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:41:25.924Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:41:25.924Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:41:25.924Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:41:25.924Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:41:25.924Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:41:25.924Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:41:25.924Z] --- PASS: TestBuildWithEmptyDockerfile (0.19s) [2020-09-10T21:41:25.924Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2020-09-10T21:41:25.924Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2020-09-10T21:41:25.924Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.25s) [2020-09-10T21:41:25.924Z] === RUN TestBuildPreserveOwnership [2020-09-10T21:41:25.924Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-10T21:41:26.412Z] +++ /etc/init.d/apparmor stop [2020-09-10T21:41:26.412Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-10T21:41:26.412Z] [2020-09-10T21:41:26.412Z] Unloading profiles will leave already running processes permanently [2020-09-10T21:41:26.412Z] unconfined, which can lead to unexpected situations. [2020-09-10T21:41:26.412Z] [2020-09-10T21:41:26.412Z] To set a process to complain mode, use the command line tool [2020-09-10T21:41:26.412Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-10T21:41:26.412Z] +++ true [2020-09-10T21:41:26.412Z] exiting test-integration [2020-09-10T21:41:26.412Z] ++ exit 0 [2020-09-10T21:41:26.412Z] [2020-09-10T21:41:26.978Z] + for job in $(jobs -p) [2020-09-10T21:41:26.978Z] + wait 15136 [2020-09-10T21:41:27.544Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-09-10T21:41:28.111Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-09-10T21:41:28.295Z] --- PASS: TestImportExtremelyLargeImageWorks (80.32s) [2020-09-10T21:41:28.295Z] PASS [2020-09-10T21:41:28.295Z] [2020-09-10T21:41:28.295Z] === Skipped [2020-09-10T21:41:28.295Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-10T21:41:28.295Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:41:28.295Z] [2020-09-10T21:41:28.295Z] [2020-09-10T21:41:28.295Z] DONE 12 tests, 1 skipped in 81.929s [2020-09-10T21:41:28.295Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-09-10T21:41:28.295Z] ++ 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-09-10T21:41:28.295Z] ++ set -e [2020-09-10T21:41:28.295Z] ++ '[' -n 0 ']' [2020-09-10T21:41:28.295Z] ++ set -x [2020-09-10T21:41:28.295Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:41:28.295Z] INFO: Testing against a local daemon [2020-09-10T21:41:28.295Z] === RUN TestNetworkCreateDelete [2020-09-10T21:41:28.295Z] --- PASS: TestNetworkCreateDelete (0.11s) [2020-09-10T21:41:28.295Z] === RUN TestDockerNetworkDeletePreferID [2020-09-10T21:41:28.295Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2020-09-10T21:41:28.295Z] === RUN TestDaemonDNSFallback [2020-09-10T21:41:29.044Z] === RUN TestDockerSuite/TestExecWithTERM [2020-09-10T21:41:29.226Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-10T21:41:29.302Z] === RUN TestDockerSuite/TestExecWithUser [2020-09-10T21:41:29.626Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-09-10T21:41:29.626Z] Copying nested executables into bundles/cross/linux/amd64 [2020-09-10T21:41:29.626Z] Cross building: bundles/cross/windows/amd64 [2020-09-10T21:41:29.626Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-09-10T21:41:29.626Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-09-10T21:41:29.803Z] --- PASS: TestDaemonDNSFallback (2.50s) [2020-09-10T21:41:29.803Z] === RUN TestInspectNetwork [2020-09-10T21:41:30.237Z] === RUN TestDockerSuite/TestGetContainerStats [2020-09-10T21:41:31.144Z] --- PASS: TestBuildPreserveOwnership (5.79s) [2020-09-10T21:41:31.144Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.75s) [2020-09-10T21:41:31.144Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.02s) [2020-09-10T21:41:31.144Z] === RUN TestBuildPlatformInvalid [2020-09-10T21:41:31.144Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-09-10T21:41:31.144Z] PASS [2020-09-10T21:41:31.144Z] [2020-09-10T21:41:31.144Z] === Skipped [2020-09-10T21:41:31.144Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-09-10T21:41:31.144Z] build_session_test.go:25: TODO: BuildKit [2020-09-10T21:41:31.144Z] [2020-09-10T21:41:31.144Z] [2020-09-10T21:41:31.144Z] DONE 32 tests, 1 skipped in 107.474s [2020-09-10T21:41:31.144Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-09-10T21:41:31.144Z] ++ 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-09-10T21:41:31.406Z] ++ set -e [2020-09-10T21:41:31.406Z] ++ '[' -n 0 ']' [2020-09-10T21:41:31.406Z] ++ set -x [2020-09-10T21:41:31.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:41:31.406Z] INFO: Testing against a local daemon [2020-09-10T21:41:31.406Z] === RUN TestConfigInspect [2020-09-10T21:41:32.765Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-09-10T21:41:34.666Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-09-10T21:41:35.378Z] === RUN TestInspectNetwork/full_network_id [2020-09-10T21:41:35.378Z] === RUN TestInspectNetwork/partial_network_id [2020-09-10T21:41:35.378Z] === RUN TestInspectNetwork/network_name [2020-09-10T21:41:35.378Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-10T21:41:35.613Z] --- PASS: TestConfigInspect (3.78s) [2020-09-10T21:41:35.613Z] === RUN TestConfigList [2020-09-10T21:41:38.915Z] --- PASS: TestConfigList (3.19s) [2020-09-10T21:41:38.915Z] === RUN TestConfigsCreateAndDelete [2020-09-10T21:41:39.931Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-09-10T21:41:40.865Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-09-10T21:41:40.937Z] --- PASS: TestInspectNetwork (10.48s) [2020-09-10T21:41:40.937Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-10T21:41:40.937Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-10T21:41:40.937Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-10T21:41:40.937Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-10T21:41:40.937Z] === RUN TestRunContainerWithBridgeNone [2020-09-10T21:41:41.109Z] ok github.com/docker/docker/pkg/plugins 33.637s coverage: 76.6% of statements [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/rootless [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/volume [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-10T21:41:41.109Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === Skipped [2020-09-10T21:41:41.109Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-10T21:41:41.109Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-10T21:41:41.109Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:73: No driver to put! [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-10T21:41:41.109Z] time="2020-09-10T21:40:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-10T21:41:41.109Z] time="2020-09-10T21:40:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-10T21:41:41.109Z] time="2020-09-10T21:40:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-10T21:41:41.109Z] time="2020-09-10T21:40:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-10T21:41:41.109Z] time="2020-09-10T21:40:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:73: No driver to put! [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-10T21:41:41.109Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-10T21:41:41.109Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-10T21:41:41.109Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:41:41.109Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-10T21:41:41.109Z] graphtest_unix.go:73: No driver to put! [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-10T21:41:41.109Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-10T21:41:41.109Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] [2020-09-10T21:41:41.109Z] DONE 2142 tests, 26 skipped in 260.491s [2020-09-10T21:41:41.463Z] --- PASS: TestConfigsCreateAndDelete (3.17s) [2020-09-10T21:41:41.463Z] === RUN TestConfigsUpdate Post stage [Pipeline] junit [2020-09-10T21:41:41.791Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T21:41:42.441Z] --- PASS: TestRunContainerWithBridgeNone (2.36s) [2020-09-10T21:41:42.442Z] === RUN TestNetworkInvalidJSON [2020-09-10T21:41:42.442Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-10T21:41:42.442Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-10T21:41:42.442Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:41:42.442Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:41:42.442Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:41:42.442Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:41:42.442Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-10T21:41:42.442Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:41:42.442Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:41:42.442Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-09-10T21:41:42.442Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-10T21:41:42.442Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-10T21:41:42.442Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-10T21:41:42.442Z] === RUN TestHostIPv4BridgeLabel [2020-09-10T21:41:42.586Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -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:ba228adc86da8be30d10d20f613989f5af5d3162 hack/make.sh dynbinary test-integration [2020-09-10T21:41:42.885Z] [2020-09-10T21:41:42.885Z] Removing bundles/ [2020-09-10T21:41:42.885Z] [2020-09-10T21:41:42.885Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-10T21:41:42.885Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-10T21:41:42.885Z] GOOS="" GOARCH="" GOARM="" [2020-09-10T21:41:43.072Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-09-10T21:41:43.072Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-10T21:41:44.119Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-09-10T21:41:44.119Z] === RUN TestDaemonDefaultNetworkPools [2020-09-10T21:41:44.750Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2020-09-10T21:41:44.750Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-10T21:41:44.766Z] --- PASS: TestConfigsUpdate (3.18s) [2020-09-10T21:41:44.766Z] === RUN TestTemplatedConfig [2020-09-10T21:41:46.126Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-09-10T21:41:46.126Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-09-10T21:41:46.126Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-09-10T21:41:46.126Z] === RUN TestDockerSuite/TestHealth [2020-09-10T21:41:46.253Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2020-09-10T21:41:46.253Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-10T21:41:47.286Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2020-09-10T21:41:47.286Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-10T21:41:47.917Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s) [2020-09-10T21:41:47.917Z] === RUN TestServiceWithPredefinedNetwork [2020-09-10T21:41:48.976Z] --- PASS: TestTemplatedConfig (3.52s) [2020-09-10T21:41:48.976Z] === RUN TestConfigCreateResolve [2020-09-10T21:41:51.477Z] --- PASS: TestServiceWithPredefinedNetwork (3.52s) [2020-09-10T21:41:51.477Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-10T21:41:51.477Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-10T21:41:51.477Z] service_test.go:236: FLAKY_TEST [2020-09-10T21:41:51.477Z] === RUN TestServiceWithDataPathPortInit [2020-09-10T21:41:51.524Z] --- PASS: TestConfigCreateResolve (3.23s) [2020-09-10T21:41:51.524Z] === RUN TestConfigDaemonLibtrustID [2020-09-10T21:41:52.097Z] --- PASS: TestConfigDaemonLibtrustID (0.63s) [2020-09-10T21:41:52.097Z] PASS [2020-09-10T21:41:52.097Z] [2020-09-10T21:41:52.097Z] DONE 7 tests in 20.850s [2020-09-10T21:41:52.097Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-09-10T21:41:52.097Z] ++ 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-09-10T21:41:52.097Z] ++ set -e [2020-09-10T21:41:52.097Z] ++ '[' -n 0 ']' [2020-09-10T21:41:52.097Z] ++ set -x [2020-09-10T21:41:52.097Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:41:52.358Z] INFO: Testing against a local daemon [2020-09-10T21:41:52.358Z] === RUN TestCheckpoint [2020-09-10T21:41:52.358Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-10T21:41:52.358Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-10T21:41:52.358Z] === RUN TestContainerInvalidJSON [2020-09-10T21:41:52.358Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:41:52.358Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:41:52.358Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:41:52.358Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:41:52.358Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:41:52.358Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:41:52.358Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:41:52.358Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:41:52.358Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:41:52.358Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-10T21:41:52.358Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-10T21:41:52.358Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-10T21:41:52.358Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-10T21:41:52.358Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-10T21:41:52.358Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2020-09-10T21:41:52.358Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-10T21:41:52.619Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-09-10T21:41:52.619Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-10T21:41:52.619Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-09-10T21:41:52.619Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-10T21:41:52.881Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-09-10T21:41:52.881Z] === RUN TestCopyFromContainer [2020-09-10T21:41:54.798Z] === RUN TestCopyFromContainer// [2020-09-10T21:41:54.798Z] === RUN TestCopyFromContainer//bar/root [2020-09-10T21:41:55.060Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-10T21:41:55.060Z] === RUN TestCopyFromContainer/bar/quux [2020-09-10T21:41:55.321Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-10T21:41:55.321Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-10T21:41:55.321Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-10T21:41:55.583Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-10T21:41:55.583Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-10T21:41:55.844Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-10T21:41:55.844Z] --- PASS: TestCopyFromContainer (3.11s) [2020-09-10T21:41:55.844Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-09-10T21:41:55.844Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-09-10T21:41:55.844Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-09-10T21:41:55.844Z] --- PASS: TestCopyFromContainer/bar/quux (0.16s) [2020-09-10T21:41:55.844Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-09-10T21:41:55.844Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-09-10T21:41:55.844Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-09-10T21:41:55.844Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-09-10T21:41:55.844Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-09-10T21:41:55.844Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-09-10T21:41:55.844Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-10T21:41:55.844Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:41:55.844Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:41:55.844Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:41:55.844Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:41:55.844Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:41:55.844Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:41:55.844Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:41:55.844Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:41:55.844Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:41:55.844Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-09-10T21:41:55.844Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-10T21:41:55.844Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-10T21:41:55.844Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-10T21:41:55.844Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-10T21:41:56.106Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-09-10T21:41:56.106Z] === RUN TestCreateWithInvalidEnv [2020-09-10T21:41:56.106Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-10T21:41:56.106Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-10T21:41:56.106Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-10T21:41:56.106Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-10T21:41:56.106Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-10T21:41:56.106Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-10T21:41:56.106Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-10T21:41:56.106Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-10T21:41:56.106Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-10T21:41:56.106Z] --- PASS: TestCreateWithInvalidEnv (0.07s) [2020-09-10T21:41:56.106Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-10T21:41:56.106Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-09-10T21:41:56.106Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-09-10T21:41:56.106Z] === RUN TestCreateTmpfsMountsTarget [2020-09-10T21:41:56.106Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2020-09-10T21:41:56.106Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-10T21:41:58.655Z] --- PASS: TestCreateWithCustomMaskedPaths (2.03s) [2020-09-10T21:41:58.655Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-10T21:42:00.578Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.15s) [2020-09-10T21:42:00.578Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-10T21:42:00.578Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:42:00.578Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:42:00.578Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:42:00.578Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:42:00.578Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:42:00.578Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:42:00.578Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:42:00.578Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:42:00.578Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:42:00.578Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:42:00.578Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:42:00.578Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:42:00.578Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:42:00.578Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:42:00.578Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:42:00.578Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-09-10T21:42:00.578Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-09-10T21:42:00.578Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-09-10T21:42:00.578Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-09-10T21:42:00.578Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s) [2020-09-10T21:42:00.578Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-09-10T21:42:00.578Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-10T21:42:01.151Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.73s) [2020-09-10T21:42:01.151Z] === RUN TestCreateDifferentPlatform [2020-09-10T21:42:01.151Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-10T21:42:01.151Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-10T21:42:01.151Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-09-10T21:42:01.151Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-10T21:42:01.151Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-10T21:42:01.151Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-10T21:42:01.151Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-09-10T21:42:01.151Z] === RUN TestContainerStartOnDaemonRestart [2020-09-10T21:42:01.151Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-10T21:42:01.151Z] === RUN TestDaemonRestartIpcMode [2020-09-10T21:42:01.151Z] === PAUSE TestDaemonRestartIpcMode [2020-09-10T21:42:01.151Z] === RUN TestDaemonHostGatewayIP [2020-09-10T21:42:01.151Z] === PAUSE TestDaemonHostGatewayIP [2020-09-10T21:42:01.151Z] === RUN TestContainerKillOnDaemonStart [2020-09-10T21:42:01.151Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-10T21:42:01.151Z] === RUN TestDiff [2020-09-10T21:42:02.095Z] --- PASS: TestDiff (0.71s) [2020-09-10T21:42:02.095Z] === RUN TestExecWithCloseStdin [2020-09-10T21:42:02.667Z] --- PASS: TestExecWithCloseStdin (0.85s) [2020-09-10T21:42:02.667Z] === RUN TestExec [2020-09-10T21:42:03.612Z] --- PASS: TestExec (0.88s) [2020-09-10T21:42:03.612Z] === RUN TestExecUser [2020-09-10T21:42:04.556Z] --- PASS: TestExecUser (0.86s) [2020-09-10T21:42:04.556Z] === RUN TestExportContainerAndImportImage [2020-09-10T21:42:05.500Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2020-09-10T21:42:05.500Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-10T21:42:08.052Z] --- PASS: TestExportContainerAfterDaemonRestart (2.03s) [2020-09-10T21:42:08.052Z] === RUN TestHealthCheckWorkdir [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-09-10T21:42:08.097Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-09-10T21:42:08.625Z] --- PASS: TestHealthCheckWorkdir (1.00s) [2020-09-10T21:42:08.625Z] === RUN TestHealthKillContainer [2020-09-10T21:42:08.663Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-09-10T21:42:09.229Z] === RUN TestDockerSuite/TestImagesFormat [2020-09-10T21:42:09.229Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-09-10T21:42:09.796Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-09-10T21:42:11.929Z] --- PASS: TestHealthKillContainer (2.84s) [2020-09-10T21:42:11.929Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-10T21:42:12.191Z] --- PASS: TestInspectCpusetInConfigPre120 (0.69s) [2020-09-10T21:42:12.191Z] === RUN TestIpcModeNone [2020-09-10T21:42:12.327Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-09-10T21:42:12.327Z] === RUN TestDockerSuite/TestImportBadURL [2020-09-10T21:42:12.327Z] === RUN TestDockerSuite/TestImportDisplay [2020-09-10T21:42:13.135Z] --- PASS: TestIpcModeNone (0.82s) [2020-09-10T21:42:13.135Z] === RUN TestIpcModePrivate [2020-09-10T21:42:13.702Z] === RUN TestDockerSuite/TestImportFile [2020-09-10T21:42:13.717Z] --- PASS: TestIpcModePrivate (0.82s) [2020-09-10T21:42:13.717Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-09-10T21:42:13.717Z] === RUN TestIpcModeShareable [2020-09-10T21:42:13.925Z] --- PASS: TestServiceWithDataPathPortInit (20.13s) [2020-09-10T21:42:13.925Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-10T21:42:14.681Z] --- PASS: TestIpcModeShareable (0.90s) [2020-09-10T21:42:14.681Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-09-10T21:42:14.681Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-10T21:42:15.076Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-09-10T21:42:15.076Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-09-10T21:42:16.011Z] === RUN TestDockerSuite/TestImportGzipped [2020-09-10T21:42:17.265Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.66s) [2020-09-10T21:42:17.265Z] === RUN TestAPIIpcModeHost [2020-09-10T21:42:17.386Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-09-10T21:42:18.217Z] --- PASS: TestAPIIpcModeHost (0.67s) [2020-09-10T21:42:18.217Z] === RUN TestDaemonIpcModeShareable [2020-09-10T21:42:18.321Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-09-10T21:42:19.256Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-09-10T21:42:19.516Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-09-10T21:42:20.082Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-09-10T21:42:20.082Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-09-10T21:42:20.082Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-09-10T21:42:20.136Z] --- PASS: TestDaemonIpcModeShareable (1.81s) [2020-09-10T21:42:20.136Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-09-10T21:42:20.136Z] === RUN TestDaemonIpcModePrivate [2020-09-10T21:42:20.648Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-09-10T21:42:21.214Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-09-10T21:42:21.522Z] --- PASS: TestDaemonIpcModePrivate (1.76s) [2020-09-10T21:42:21.523Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-09-10T21:42:21.523Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-10T21:42:21.781Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-09-10T21:42:22.347Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-09-10T21:42:22.398Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.54s) [2020-09-10T21:42:22.398Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:p7c1ym7yekaj4qhxu6v7pq7tm Created:2020-09-10 21:42:13.06234059 +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[cb60ad7a59591b700f5908558696e9f0c1e1d70d0c19c09d6976036986a4b13d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ioe3mzvmaybyvjc022ettvpcy EndpointID:01fdc2060accdb4db5185e73cbc70b31791126ce620634710dac9a7429372d1e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f21902c07850e0f2b507f1a68c7eb1cbaa849fa7788e5c06198029e57735923b 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:9b0ed4ad5c9b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ioe3mzvmaybyvjc022ettvpcy EndpointID:01fdc2060accdb4db5185e73cbc70b31791126ce620634710dac9a7429372d1e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-10T21:42:22.398Z] PASS [2020-09-10T21:42:22.398Z] [2020-09-10T21:42:22.398Z] === Skipped [2020-09-10T21:42:22.398Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-10T21:42:22.398Z] service_test.go:236: FLAKY_TEST [2020-09-10T21:42:22.398Z] [2020-09-10T21:42:22.398Z] [2020-09-10T21:42:22.398Z] DONE 23 tests, 1 skipped in 55.716s [2020-09-10T21:42:22.398Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-10T21:42:22.398Z] ++ 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-09-10T21:42:22.398Z] ++ set -e [2020-09-10T21:42:22.398Z] ++ '[' -n 0 ']' [2020-09-10T21:42:22.398Z] ++ set -x [2020-09-10T21:42:22.398Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:42:22.398Z] INFO: Testing against a local daemon [2020-09-10T21:42:22.398Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-10T21:42:22.398Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-10T21:42:22.398Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:42:22.398Z] === RUN TestDockerNetworkIpvlan [2020-09-10T21:42:22.398Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-10T21:42:22.398Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:42:22.398Z] PASS [2020-09-10T21:42:22.398Z] [2020-09-10T21:42:22.398Z] === Skipped [2020-09-10T21:42:22.398Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-10T21:42:22.398Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:42:22.398Z] [2020-09-10T21:42:22.398Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-10T21:42:22.398Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:42:22.398Z] [2020-09-10T21:42:22.398Z] [2020-09-10T21:42:22.398Z] DONE 2 tests, 2 skipped in 0.168s [2020-09-10T21:42:22.398Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-10T21:42:22.398Z] ++ 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-09-10T21:42:22.398Z] ++ set -e [2020-09-10T21:42:22.398Z] ++ '[' -n 0 ']' [2020-09-10T21:42:22.398Z] ++ set -x [2020-09-10T21:42:22.398Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:42:22.398Z] INFO: Testing against a local daemon [2020-09-10T21:42:22.398Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-10T21:42:22.912Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-09-10T21:42:23.171Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-09-10T21:42:23.171Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-09-10T21:42:23.439Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s) [2020-09-10T21:42:23.439Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-09-10T21:42:23.439Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-10T21:42:23.903Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.46s) [2020-09-10T21:42:23.903Z] === RUN TestDockerNetworkMacvlan [2020-09-10T21:42:24.534Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-10T21:42:24.546Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-09-10T21:42:25.113Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-09-10T21:42:25.354Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2020-09-10T21:42:25.354Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-09-10T21:42:25.354Z] === RUN TestIpcModeOlderClient [2020-09-10T21:42:25.354Z] === PAUSE TestIpcModeOlderClient [2020-09-10T21:42:25.354Z] === RUN TestKillContainerInvalidSignal [2020-09-10T21:42:25.565Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-10T21:42:25.681Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-09-10T21:42:25.681Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-09-10T21:42:25.926Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2020-09-10T21:42:25.926Z] === RUN TestKillContainer [2020-09-10T21:42:25.926Z] === RUN TestKillContainer/no_signal [2020-09-10T21:42:26.597Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-10T21:42:26.615Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-09-10T21:42:26.615Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-09-10T21:42:26.869Z] === RUN TestKillContainer/non_killing_signal [2020-09-10T21:42:27.131Z] === RUN TestKillContainer/killing_signal [2020-09-10T21:42:27.549Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-09-10T21:42:28.074Z] --- PASS: TestKillContainer (2.25s) [2020-09-10T21:42:28.074Z] --- PASS: TestKillContainer/no_signal (0.73s) [2020-09-10T21:42:28.075Z] --- PASS: TestKillContainer/non_killing_signal (0.51s) [2020-09-10T21:42:28.075Z] --- PASS: TestKillContainer/killing_signal (0.72s) [2020-09-10T21:42:28.075Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-10T21:42:28.075Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-10T21:42:28.115Z] === RUN TestDockerSuite/TestInspectDefault [2020-09-10T21:42:28.680Z] === RUN TestDockerSuite/TestInspectHistory [2020-09-10T21:42:29.019Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-10T21:42:29.247Z] === RUN TestDockerSuite/TestInspectImage [2020-09-10T21:42:29.247Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-09-10T21:42:29.247Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-09-10T21:42:29.247Z] === RUN TestDockerSuite/TestInspectInt64 [2020-09-10T21:42:29.591Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.52s) [2020-09-10T21:42:29.591Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s) [2020-09-10T21:42:29.591Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2020-09-10T21:42:29.591Z] === RUN TestKillStoppedContainer [2020-09-10T21:42:29.813Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-09-10T21:42:29.852Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-09-10T21:42:29.852Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-10T21:42:29.852Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-09-10T21:42:29.852Z] === RUN TestKillDifferentUserContainer [2020-09-10T21:42:30.175Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-10T21:42:30.378Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-09-10T21:42:30.378Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-09-10T21:42:30.636Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-09-10T21:42:30.795Z] --- PASS: TestKillDifferentUserContainer (0.75s) [2020-09-10T21:42:30.795Z] === RUN TestInspectOomKilledTrue [2020-09-10T21:42:30.795Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-10T21:42:30.795Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:42:30.795Z] === RUN TestInspectOomKilledFalse [2020-09-10T21:42:30.795Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-10T21:42:30.795Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:42:30.795Z] === RUN TestLinksEtcHostsContentMatch [2020-09-10T21:42:31.218Z] === RUN TestDockerSuite/TestInspectPlugin [2020-09-10T21:42:31.367Z] --- PASS: TestLinksEtcHostsContentMatch (0.56s) [2020-09-10T21:42:31.367Z] === RUN TestLinksContainerNames [2020-09-10T21:42:32.183Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-09-10T21:42:32.754Z] --- PASS: TestLinksContainerNames (1.44s) [2020-09-10T21:42:32.754Z] === RUN TestLogsFollowTailEmpty [2020-09-10T21:42:33.117Z] === RUN TestDockerSuite/TestInspectRootFS [2020-09-10T21:42:33.117Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-09-10T21:42:33.327Z] --- PASS: TestLogsFollowTailEmpty (0.76s) [2020-09-10T21:42:33.327Z] === RUN TestContainerNetworkMountsNoChown [2020-09-10T21:42:33.682Z] === RUN TestDockerSuite/TestInspectStatus [2020-09-10T21:42:34.248Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-09-10T21:42:34.271Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s) [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/default [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/default [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/private [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/private [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rprivate [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/slave [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/slave [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rslave [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/shared [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/shared [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rshared [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/default [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/rslave [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/shared [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/rprivate [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/private [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/slave [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/rshared [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:42:34.271Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:42:34.271Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:42:34.271Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:42:34.532Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-10T21:42:34.620Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.11s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-09-10T21:42:34.794Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-09-10T21:42:34.794Z] === RUN TestContainerBindMountNonRecursive [2020-09-10T21:42:35.183Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-09-10T21:42:35.748Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-09-10T21:42:36.314Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-09-10T21:42:36.880Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-09-10T21:42:37.343Z] --- PASS: TestContainerBindMountNonRecursive (2.21s) [2020-09-10T21:42:37.343Z] === RUN TestNetworkNat [2020-09-10T21:42:37.446Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-09-10T21:42:37.704Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-09-10T21:42:37.919Z] --- PASS: TestNetworkNat (0.85s) [2020-09-10T21:42:37.919Z] === RUN TestNetworkLocalhostTCPNat [2020-09-10T21:42:38.270Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-09-10T21:42:38.270Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-09-10T21:42:38.491Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2020-09-10T21:42:38.491Z] === RUN TestNetworkLoopbackNat [2020-09-10T21:42:39.643Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-09-10T21:42:41.017Z] === RUN TestDockerSuite/TestLinksEnvs [2020-09-10T21:42:41.505Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-10T21:42:41.793Z] --- PASS: TestNetworkLoopbackNat (3.11s) [2020-09-10T21:42:41.793Z] === RUN TestPause [2020-09-10T21:42:41.951Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-09-10T21:42:41.951Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-09-10T21:42:42.736Z] --- PASS: TestPause (0.85s) [2020-09-10T21:42:42.736Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-10T21:42:42.736Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-10T21:42:42.736Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-10T21:42:42.736Z] === RUN TestPauseStopPausedContainer [2020-09-10T21:42:43.019Z] --- PASS: TestDockerNetworkMacvlan (19.11s) [2020-09-10T21:42:43.020Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2020-09-10T21:42:43.020Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-09-10T21:42:43.020Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.36s) [2020-09-10T21:42:43.020Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.48s) [2020-09-10T21:42:43.020Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.28s) [2020-09-10T21:42:43.020Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.37s) [2020-09-10T21:42:43.020Z] PASS [2020-09-10T21:42:43.020Z] [2020-09-10T21:42:43.020Z] DONE 8 tests in 20.665s [2020-09-10T21:42:43.020Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-10T21:42:43.020Z] ++ 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-09-10T21:42:43.020Z] ++ set -e [2020-09-10T21:42:43.020Z] ++ '[' -n 0 ']' [2020-09-10T21:42:43.020Z] ++ set -x [2020-09-10T21:42:43.020Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:42:43.020Z] testing: warning: no tests to run [2020-09-10T21:42:43.020Z] PASS [2020-09-10T21:42:43.020Z] [2020-09-10T21:42:43.020Z] DONE 0 tests in 0.026s [2020-09-10T21:42:43.020Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-10T21:42:43.020Z] ++ 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-09-10T21:42:43.020Z] ++ set -e [2020-09-10T21:42:43.020Z] ++ '[' -n 0 ']' [2020-09-10T21:42:43.020Z] ++ set -x [2020-09-10T21:42:43.020Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:42:43.308Z] --- PASS: TestPauseStopPausedContainer (0.86s) [2020-09-10T21:42:43.308Z] === RUN TestPsFilter [2020-09-10T21:42:43.313Z] INFO: Testing against a local daemon [2020-09-10T21:42:43.313Z] === RUN TestAuthZPluginAllowRequest [2020-09-10T21:42:43.324Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-09-10T21:42:43.569Z] --- PASS: TestPsFilter (0.23s) [2020-09-10T21:42:43.569Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-10T21:42:44.512Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.73s) [2020-09-10T21:42:44.512Z] === RUN TestRemoveContainerWithVolume [2020-09-10T21:42:44.697Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-09-10T21:42:44.816Z] --- PASS: TestAuthZPluginAllowRequest (1.66s) [2020-09-10T21:42:44.816Z] === RUN TestAuthZPluginTLS [2020-09-10T21:42:45.084Z] --- PASS: TestRemoveContainerWithVolume (0.72s) [2020-09-10T21:42:45.084Z] === RUN TestRemoveContainerRunning [2020-09-10T21:42:45.446Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-09-10T21:42:45.446Z] === RUN TestAuthZPluginDenyRequest [2020-09-10T21:42:46.026Z] --- PASS: TestRemoveContainerRunning (0.82s) [2020-09-10T21:42:46.026Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-10T21:42:46.076Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2020-09-10T21:42:46.076Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-10T21:42:46.367Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-09-10T21:42:46.367Z] === RUN TestAuthZPluginDenyResponse [2020-09-10T21:42:46.596Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-09-10T21:42:46.596Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-09-10T21:42:46.598Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.76s) [2020-09-10T21:42:46.598Z] === RUN TestRemoveInvalidContainer [2020-09-10T21:42:46.598Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-09-10T21:42:46.598Z] === RUN TestRenameLinkedContainer [2020-09-10T21:42:47.033Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-09-10T21:42:47.033Z] === RUN TestAuthZPluginAllowEventStream [2020-09-10T21:42:47.969Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-09-10T21:42:48.226Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-09-10T21:42:48.536Z] --- PASS: TestAuthZPluginAllowEventStream (1.70s) [2020-09-10T21:42:48.536Z] === RUN TestAuthZPluginErrorResponse [2020-09-10T21:42:48.791Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-09-10T21:42:49.166Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-09-10T21:42:49.166Z] === RUN TestAuthZPluginErrorRequest [2020-09-10T21:42:49.797Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2020-09-10T21:42:49.797Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-10T21:42:49.899Z] --- PASS: TestRenameLinkedContainer (3.01s) [2020-09-10T21:42:49.899Z] === RUN TestRenameStoppedContainer [2020-09-10T21:42:50.088Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-09-10T21:42:50.088Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-10T21:42:50.471Z] --- PASS: TestRenameStoppedContainer (0.75s) [2020-09-10T21:42:50.471Z] === RUN TestRenameRunningContainerAndReuse [2020-09-10T21:42:51.063Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-09-10T21:42:51.063Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-09-10T21:42:51.063Z] remote: Enumerating objects: 2, done. [2020-09-10T21:42:51.063Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-09-10T21:42:51.063Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-09-10T21:42:51.063Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-09-10T21:42:51.063Z] 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-09-10T21:42:51.063Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-09-10T21:42:51.063Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-10T21:42:51.392Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/test/unit [2020-09-10T21:42:51.857Z] --- PASS: TestRenameRunningContainerAndReuse (1.51s) [2020-09-10T21:42:51.857Z] === RUN TestRenameInvalidName [2020-09-10T21:42:52.150Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.05s) [2020-09-10T21:42:52.150Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-10T21:42:52.799Z] --- PASS: TestRenameInvalidName (0.75s) [2020-09-10T21:42:52.799Z] === RUN TestRenameAnonymousContainer [2020-09-10T21:42:53.924Z] ? github.com/docker/docker/api [no test files] [2020-09-10T21:42:54.054Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-09-10T21:42:54.873Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.17s) [2020-09-10T21:42:54.873Z] === RUN TestAuthZPluginHeader [2020-09-10T21:42:55.164Z] --- PASS: TestAuthZPluginHeader (0.85s) [2020-09-10T21:42:55.164Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-10T21:42:55.164Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-10T21:42:55.164Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:42:55.164Z] === RUN TestAuthZPluginV2Disable [2020-09-10T21:42:55.164Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-10T21:42:55.164Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:42:55.164Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-10T21:42:55.164Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-10T21:42:55.164Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:42:55.164Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-10T21:42:55.164Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-10T21:42:55.164Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:42:55.164Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-10T21:42:57.005Z] --- PASS: TestRenameAnonymousContainer (3.88s) [2020-09-10T21:42:57.005Z] === RUN TestRenameContainerWithSameName [2020-09-10T21:42:57.267Z] --- PASS: TestRenameContainerWithSameName (0.75s) [2020-09-10T21:42:57.267Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-10T21:42:57.336Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-09-10T21:42:57.881Z] --- PASS: TestImportExtremelyLargeImageWorks (102.15s) [2020-09-10T21:42:57.881Z] PASS [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === Skipped [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-10T21:42:57.881Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] DONE 12 tests, 1 skipped in 106.327s [2020-09-10T21:42:57.881Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-09-10T21:42:57.881Z] INFO: Testing against a local daemon [2020-09-10T21:42:57.881Z] === RUN TestNetworkCreateDelete [2020-09-10T21:42:57.881Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-09-10T21:42:57.881Z] === RUN TestDockerNetworkDeletePreferID [2020-09-10T21:42:57.881Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2020-09-10T21:42:57.881Z] === RUN TestDaemonDNSFallback [2020-09-10T21:42:57.881Z] --- PASS: TestDaemonDNSFallback (7.30s) [2020-09-10T21:42:57.881Z] === RUN TestInspectNetwork [2020-09-10T21:42:57.881Z] --- SKIP: TestInspectNetwork (0.00s) [2020-09-10T21:42:57.881Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:42:57.881Z] === RUN TestRunContainerWithBridgeNone [2020-09-10T21:42:57.881Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-09-10T21:42:57.881Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] === RUN TestNetworkInvalidJSON [2020-09-10T21:42:57.881Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-10T21:42:57.881Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-10T21:42:57.881Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:42:57.881Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:42:57.881Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:42:57.881Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:42:57.881Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-10T21:42:57.881Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:42:57.881Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:42:57.881Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-09-10T21:42:57.881Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-10T21:42:57.881Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-10T21:42:57.881Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-10T21:42:57.881Z] === RUN TestHostIPv4BridgeLabel [2020-09-10T21:42:57.881Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-09-10T21:42:57.881Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-10T21:42:57.881Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s) [2020-09-10T21:42:57.881Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] === RUN TestDaemonDefaultNetworkPools [2020-09-10T21:42:57.881Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2020-09-10T21:42:57.881Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-10T21:42:57.881Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2020-09-10T21:42:57.881Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-10T21:42:57.881Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-09-10T21:42:57.881Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-10T21:42:57.881Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-09-10T21:42:57.881Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] === RUN TestServiceWithPredefinedNetwork [2020-09-10T21:42:57.881Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-09-10T21:42:57.881Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:42:57.881Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-10T21:42:57.881Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-10T21:42:57.881Z] service_test.go:236: FLAKY_TEST [2020-09-10T21:42:57.881Z] === RUN TestServiceWithDataPathPortInit [2020-09-10T21:42:57.881Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2020-09-10T21:42:57.881Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:42:57.881Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-10T21:42:57.881Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-10T21:42:57.881Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:42:57.881Z] PASS [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === Skipped [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-09-10T21:42:57.881Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-09-10T21:42:57.881Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-09-10T21:42:57.881Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s) [2020-09-10T21:42:57.881Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2020-09-10T21:42:57.881Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2020-09-10T21:42:57.881Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-09-10T21:42:57.881Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-09-10T21:42:57.881Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-09-10T21:42:57.881Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-10T21:42:57.881Z] service_test.go:236: FLAKY_TEST [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2020-09-10T21:42:57.881Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-10T21:42:57.881Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] DONE 19 tests, 12 skipped in 8.056s [2020-09-10T21:42:57.881Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-10T21:42:57.881Z] INFO: Testing against a local daemon [2020-09-10T21:42:57.881Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-10T21:42:57.881Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-10T21:42:57.881Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:42:57.881Z] === RUN TestDockerNetworkIpvlan [2020-09-10T21:42:57.881Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-10T21:42:57.881Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:42:57.881Z] PASS [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === Skipped [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-10T21:42:57.881Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-10T21:42:57.881Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] DONE 2 tests, 2 skipped in 0.155s [2020-09-10T21:42:57.881Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-10T21:42:57.881Z] INFO: Testing against a local daemon [2020-09-10T21:42:57.881Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-10T21:42:57.881Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-09-10T21:42:57.881Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] === RUN TestDockerNetworkMacvlan [2020-09-10T21:42:57.881Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-09-10T21:42:57.881Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] PASS [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === Skipped [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-09-10T21:42:57.881Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-09-10T21:42:57.881Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] DONE 2 tests, 2 skipped in 0.129s [2020-09-10T21:42:57.881Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-10T21:42:57.881Z] testing: warning: no tests to run [2020-09-10T21:42:57.881Z] PASS [2020-09-10T21:42:57.881Z] [2020-09-10T21:42:57.881Z] DONE 0 tests in 0.023s [2020-09-10T21:42:57.881Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-10T21:42:57.881Z] INFO: Testing against a local daemon [2020-09-10T21:42:57.881Z] === RUN TestAuthZPluginAllowRequest [2020-09-10T21:42:57.881Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-09-10T21:42:57.881Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.881Z] === RUN TestAuthZPluginTLS [2020-09-10T21:42:57.881Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-09-10T21:42:57.881Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.881Z] === RUN TestAuthZPluginDenyRequest [2020-09-10T21:42:57.881Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-09-10T21:42:57.881Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.881Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-10T21:42:57.881Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-09-10T21:42:57.881Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.881Z] === RUN TestAuthZPluginDenyResponse [2020-09-10T21:42:57.881Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-09-10T21:42:57.881Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.881Z] === RUN TestAuthZPluginAllowEventStream [2020-09-10T21:42:57.881Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-09-10T21:42:57.881Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.881Z] === RUN TestAuthZPluginErrorResponse [2020-09-10T21:42:57.881Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-09-10T21:42:57.881Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.881Z] === RUN TestAuthZPluginErrorRequest [2020-09-10T21:42:57.882Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-09-10T21:42:57.882Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.882Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-10T21:42:57.882Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-09-10T21:42:57.882Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.882Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-10T21:42:57.882Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-09-10T21:42:57.882Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.882Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-10T21:42:57.882Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-09-10T21:42:57.882Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.882Z] === RUN TestAuthZPluginHeader [2020-09-10T21:42:57.882Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-09-10T21:42:57.882Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.882Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-10T21:42:57.882Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.56s) [2020-09-10T21:42:57.882Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.882Z] === RUN TestAuthZPluginV2Disable [2020-09-10T21:42:57.882Z] --- SKIP: TestAuthZPluginV2Disable (0.09s) [2020-09-10T21:42:57.882Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.882Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-10T21:42:57.882Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.14s) [2020-09-10T21:42:57.882Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.882Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-10T21:42:57.882Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.14s) [2020-09-10T21:42:57.882Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:57.882Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-10T21:42:58.140Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.15s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] PASS [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === Skipped [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.56s) [2020-09-10T21:42:58.140Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.140Z] [2020-09-10T21:42:58.140Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.09s) [2020-09-10T21:42:58.141Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.141Z] [2020-09-10T21:42:58.141Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.14s) [2020-09-10T21:42:58.141Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.141Z] [2020-09-10T21:42:58.141Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.14s) [2020-09-10T21:42:58.141Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.141Z] [2020-09-10T21:42:58.141Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.15s) [2020-09-10T21:42:58.141Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.141Z] [2020-09-10T21:42:58.141Z] [2020-09-10T21:42:58.141Z] DONE 17 tests, 17 skipped in 1.234s [2020-09-10T21:42:58.141Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-10T21:42:58.270Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-09-10T21:42:58.399Z] INFO: Testing against a local daemon [2020-09-10T21:42:58.399Z] === RUN TestPluginInvalidJSON [2020-09-10T21:42:58.399Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:42:58.399Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:42:58.399Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:42:58.399Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-09-10T21:42:58.399Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-10T21:42:58.399Z] === RUN TestPluginInstall [2020-09-10T21:42:58.399Z] --- SKIP: TestPluginInstall (0.00s) [2020-09-10T21:42:58.399Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.399Z] PASS [2020-09-10T21:42:58.399Z] [2020-09-10T21:42:58.399Z] === Skipped [2020-09-10T21:42:58.400Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-09-10T21:42:58.400Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-10T21:42:58.400Z] [2020-09-10T21:42:58.400Z] [2020-09-10T21:42:58.400Z] DONE 3 tests, 1 skipped in 0.185s [2020-09-10T21:42:58.400Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-10T21:42:58.400Z] INFO: Testing against a local daemon [2020-09-10T21:42:58.400Z] === RUN TestExternalGraphDriver [2020-09-10T21:42:58.658Z] --- SKIP: TestExternalGraphDriver (0.15s) [2020-09-10T21:42:58.658Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-09-10T21:42:58.658Z] === RUN TestGraphdriverPluginV2 [2020-09-10T21:42:59.183Z] --- PASS: TestRenameContainerWithLinkedContainer (1.59s) [2020-09-10T21:42:59.183Z] === RUN TestResize [2020-09-10T21:42:59.205Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-09-10T21:42:59.755Z] --- PASS: TestResize (0.78s) [2020-09-10T21:42:59.755Z] === RUN TestResizeWithInvalidSize [2020-09-10T21:43:00.326Z] --- PASS: TestResizeWithInvalidSize (0.75s) [2020-09-10T21:43:00.326Z] === RUN TestResizeWhenContainerNotStarted [2020-09-10T21:43:00.579Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-09-10T21:43:01.270Z] --- PASS: TestResizeWhenContainerNotStarted (0.73s) [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-10T21:43:01.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-10T21:43:01.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-10T21:43:01.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-10T21:43:01.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-10T21:43:01.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-10T21:43:01.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-10T21:43:01.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-10T21:43:01.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:43:01.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:43:01.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:43:01.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:43:01.270Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:43:01.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:43:01.270Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-10T21:43:01.270Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-10T21:43:01.270Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-10T21:43:01.270Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-10T21:43:01.512Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-09-10T21:43:03.421Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-09-10T21:43:03.421Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-09-10T21:43:03.679Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-09-10T21:43:03.679Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-09-10T21:43:03.679Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-09-10T21:43:04.580Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-10T21:43:04.580Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-10T21:43:04.580Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-10T21:43:04.614Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-09-10T21:43:05.159Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:43:05.222Z] --- PASS: TestGraphdriverPluginV2 (5.61s) [2020-09-10T21:43:05.222Z] PASS [2020-09-10T21:43:05.222Z] [2020-09-10T21:43:05.222Z] === Skipped [2020-09-10T21:43:05.222Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.15s) [2020-09-10T21:43:05.222Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-09-10T21:43:05.222Z] [2020-09-10T21:43:05.222Z] [2020-09-10T21:43:05.222Z] DONE 2 tests, 1 skipped in 5.896s [2020-09-10T21:43:05.222Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-10T21:43:05.222Z] INFO: Testing against a local daemon [2020-09-10T21:43:05.222Z] === RUN TestContinueAfterPluginCrash [2020-09-10T21:43:05.222Z] === PAUSE TestContinueAfterPluginCrash [2020-09-10T21:43:05.222Z] === RUN TestReadPluginNoRead [2020-09-10T21:43:05.222Z] === PAUSE TestReadPluginNoRead [2020-09-10T21:43:05.222Z] === RUN TestDaemonStartWithLogOpt [2020-09-10T21:43:05.222Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-10T21:43:05.222Z] === CONT TestContinueAfterPluginCrash [2020-09-10T21:43:05.222Z] === CONT TestDaemonStartWithLogOpt [2020-09-10T21:43:05.547Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-09-10T21:43:06.551Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:43:06.813Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:43:06.813Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:43:07.760Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-10T21:43:08.806Z] ok github.com/docker/docker/api/server 0.010s coverage: 9.0% of statements [2020-09-10T21:43:09.728Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-09-10T21:43:09.986Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-09-10T21:43:10.313Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-10T21:43:10.313Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.84s) [2020-09-10T21:43:10.313Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.92s) [2020-09-10T21:43:10.314Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.92s) [2020-09-10T21:43:10.314Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.95s) [2020-09-10T21:43:10.314Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.53s) [2020-09-10T21:43:10.314Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.62s) [2020-09-10T21:43:10.314Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.59s) [2020-09-10T21:43:10.314Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.62s) [2020-09-10T21:43:10.314Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.67s) [2020-09-10T21:43:10.314Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.69s) [2020-09-10T21:43:10.314Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.69s) [2020-09-10T21:43:10.314Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.18s) [2020-09-10T21:43:10.314Z] === RUN TestCgroupNamespacesRun [2020-09-10T21:43:11.699Z] --- PASS: TestCgroupNamespacesRun (1.77s) [2020-09-10T21:43:11.699Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-10T21:43:13.614Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s) [2020-09-10T21:43:13.614Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-10T21:43:13.728Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.77s) [2020-09-10T21:43:13.728Z] PASS [2020-09-10T21:43:13.728Z] [2020-09-10T21:43:13.728Z] === Skipped [2020-09-10T21:43:13.728Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-10T21:43:13.728Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:43:13.728Z] [2020-09-10T21:43:13.728Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-10T21:43:13.728Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:43:13.728Z] [2020-09-10T21:43:13.728Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-10T21:43:13.728Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:43:13.728Z] [2020-09-10T21:43:13.728Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-10T21:43:13.728Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:43:13.728Z] [2020-09-10T21:43:13.728Z] [2020-09-10T21:43:13.728Z] DONE 17 tests, 4 skipped in 29.051s [2020-09-10T21:43:13.728Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-10T21:43:13.728Z] ++ 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-09-10T21:43:13.728Z] ++ set -e [2020-09-10T21:43:13.728Z] ++ '[' -n 0 ']' [2020-09-10T21:43:13.728Z] ++ set -x [2020-09-10T21:43:13.728Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:43:13.728Z] INFO: Testing against a local daemon [2020-09-10T21:43:13.728Z] === RUN TestPluginInvalidJSON [2020-09-10T21:43:13.728Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:43:13.728Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:43:13.728Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:43:13.728Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-09-10T21:43:13.728Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-10T21:43:13.728Z] === RUN TestPluginInstall [2020-09-10T21:43:13.728Z] === RUN TestPluginInstall/no_auth [2020-09-10T21:43:15.003Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.74s) [2020-09-10T21:43:15.003Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-10T21:43:15.247Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-09-10T21:43:15.247Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-09-10T21:43:15.247Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-09-10T21:43:15.813Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-09-10T21:43:16.485Z] time="2020-09-10T21:43:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:43:16.485Z] time="2020-09-10T21:43:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:00fc81a4a560ab07f4b012bab32aab430d8fe4549bc5209b5419a6fd5d333cde" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:43:16.485Z] time="2020-09-10T21:43:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:43:16.485Z] time="2020-09-10T21:43:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:00fc81a4a560ab07f4b012bab32aab430d8fe4549bc5209b5419a6fd5d333cde" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:43:16.485Z] === RUN TestPluginInstall/with_htpasswd [2020-09-10T21:43:16.748Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-09-10T21:43:16.748Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-09-10T21:43:16.921Z] --- PASS: TestCgroupNamespacesRunHostMode (1.73s) [2020-09-10T21:43:16.921Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-10T21:43:17.116Z] time="2020-09-10T21:43:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:43:17.116Z] time="2020-09-10T21:43:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b00b9830e12cc9b98700fb24fce51b3ca2af93ac7057a907907fd1e4c7c3b393" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:43:17.116Z] time="2020-09-10T21:43:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:43:17.116Z] time="2020-09-10T21:43:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b00b9830e12cc9b98700fb24fce51b3ca2af93ac7057a907907fd1e4c7c3b393" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:43:17.407Z] === RUN TestPluginInstall/with_insecure [2020-09-10T21:43:17.433Z] --- PASS: TestDaemonStartWithLogOpt (13.05s) [2020-09-10T21:43:17.433Z] === CONT TestReadPluginNoRead [2020-09-10T21:43:17.682Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-09-10T21:43:18.438Z] time="2020-09-10T21:43:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:43:18.438Z] time="2020-09-10T21:43:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f23756c8229495f2589ab7aadc18d46a6450ee18163f348e59c13975f332780a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:43:18.438Z] time="2020-09-10T21:43:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:43:18.438Z] time="2020-09-10T21:43:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f23756c8229495f2589ab7aadc18d46a6450ee18163f348e59c13975f332780a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:43:18.438Z] --- PASS: TestPluginInstall (6.23s) [2020-09-10T21:43:18.438Z] --- PASS: TestPluginInstall/no_auth (4.15s) [2020-09-10T21:43:18.438Z] --- PASS: TestPluginInstall/with_htpasswd (0.78s) [2020-09-10T21:43:18.438Z] --- PASS: TestPluginInstall/with_insecure (1.30s) [2020-09-10T21:43:18.438Z] plugin_test.go:157: [d283da0a05040] daemon is not started [2020-09-10T21:43:18.438Z] PASS [2020-09-10T21:43:18.438Z] [2020-09-10T21:43:18.438Z] DONE 6 tests in 6.474s [2020-09-10T21:43:18.438Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-10T21:43:18.438Z] ++ 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-09-10T21:43:18.438Z] ++ set -e [2020-09-10T21:43:18.438Z] ++ '[' -n 0 ']' [2020-09-10T21:43:18.616Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-09-10T21:43:18.729Z] ++ set -x [2020-09-10T21:43:18.729Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:43:18.729Z] INFO: Testing against a local daemon [2020-09-10T21:43:18.729Z] === RUN TestExternalGraphDriver [2020-09-10T21:43:18.838Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.78s) [2020-09-10T21:43:18.838Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-10T21:43:19.019Z] === RUN TestExternalGraphDriver/json [2020-09-10T21:43:19.551Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-09-10T21:43:20.225Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.70s) [2020-09-10T21:43:20.225Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-10T21:43:20.276Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-10T21:43:20.276Z] [2020-09-10T21:43:20.276Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-10T21:43:20.276Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-10T21:43:20.276Z] HOSTNAME=8d22cfca0694 [2020-09-10T21:43:20.276Z] TESTDEBUG=0 [2020-09-10T21:43:20.276Z] DEST=bundles/test-integration [2020-09-10T21:43:20.276Z] PWD=/go/src/github.com/docker/docker [2020-09-10T21:43:20.276Z] DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 [2020-09-10T21:43:20.276Z] container=docker [2020-09-10T21:43:20.276Z] HOME=/root [2020-09-10T21:43:20.276Z] GOLANG_VERSION=1.13.15 [2020-09-10T21:43:20.276Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-10T21:43:20.276Z] VALIDATE_BRANCH=master [2020-09-10T21:43:20.276Z] TERM=xterm [2020-09-10T21:43:20.276Z] DOCKER_PKG=github.com/docker/docker [2020-09-10T21:43:20.276Z] SHLVL=1 [2020-09-10T21:43:20.276Z] TIMEOUT=120m [2020-09-10T21:43:20.276Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-10T21:43:20.276Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-10T21:43:20.276Z] GO111MODULE=off [2020-09-10T21:43:20.276Z] DOCKER_EXPERIMENTAL=1 [2020-09-10T21:43:20.276Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-10T21:43:20.276Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-10T21:43:20.276Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-10T21:43:20.276Z] GOPATH=/go [2020-09-10T21:43:20.276Z] PKG_CONFIG=pkg-config [2020-09-10T21:43:20.276Z] _=/usr/bin/env [2020-09-10T21:43:20.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-10T21:43:20.925Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-09-10T21:43:21.085Z] === RUN TestExternalGraphDriver/spec [2020-09-10T21:43:21.169Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2020-09-10T21:43:21.169Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-10T21:43:21.624Z] === RUN TestReadPluginNoRead/default [2020-09-10T21:43:21.624Z] --- PASS: TestContinueAfterPluginCrash (16.73s) [2020-09-10T21:43:22.300Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-09-10T21:43:22.867Z] === RUN TestDockerSuite/TestLogsSince [2020-09-10T21:43:23.089Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.82s) [2020-09-10T21:43:23.089Z] === RUN TestKernelTCPMemory [2020-09-10T21:43:23.151Z] === RUN TestExternalGraphDriver/pull [2020-09-10T21:43:23.526Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-10T21:43:24.033Z] --- PASS: TestKernelTCPMemory (0.88s) [2020-09-10T21:43:24.033Z] === RUN TestNISDomainname [2020-09-10T21:43:24.978Z] --- PASS: TestNISDomainname (0.92s) [2020-09-10T21:43:24.978Z] === RUN TestHostnameDnsResolution [2020-09-10T21:43:25.215Z] --- PASS: TestExternalGraphDriver (6.26s) [2020-09-10T21:43:25.215Z] --- PASS: TestExternalGraphDriver/json (2.04s) [2020-09-10T21:43:25.215Z] --- PASS: TestExternalGraphDriver/spec (2.05s) [2020-09-10T21:43:25.215Z] --- PASS: TestExternalGraphDriver/pull (2.04s) [2020-09-10T21:43:25.215Z] === RUN TestGraphdriverPluginV2 [2020-09-10T21:43:25.215Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2020-09-10T21:43:25.215Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:43:25.215Z] PASS [2020-09-10T21:43:25.215Z] [2020-09-10T21:43:25.215Z] === Skipped [2020-09-10T21:43:25.215Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2020-09-10T21:43:25.215Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:43:25.215Z] [2020-09-10T21:43:25.215Z] [2020-09-10T21:43:25.215Z] DONE 5 tests, 1 skipped in 6.496s [2020-09-10T21:43:25.215Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-10T21:43:25.215Z] ++ 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-09-10T21:43:25.215Z] ++ set -e [2020-09-10T21:43:25.215Z] ++ '[' -n 0 ']' [2020-09-10T21:43:25.215Z] ++ set -x [2020-09-10T21:43:25.215Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:43:25.215Z] INFO: Testing against a local daemon [2020-09-10T21:43:25.215Z] === RUN TestContinueAfterPluginCrash [2020-09-10T21:43:25.215Z] === PAUSE TestContinueAfterPluginCrash [2020-09-10T21:43:25.215Z] === RUN TestReadPluginNoRead [2020-09-10T21:43:25.215Z] === PAUSE TestReadPluginNoRead [2020-09-10T21:43:25.215Z] === RUN TestDaemonStartWithLogOpt [2020-09-10T21:43:25.215Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-10T21:43:25.215Z] === CONT TestContinueAfterPluginCrash [2020-09-10T21:43:25.215Z] === CONT TestDaemonStartWithLogOpt [2020-09-10T21:43:25.430Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-10T21:43:26.894Z] --- PASS: TestHostnameDnsResolution (1.72s) [2020-09-10T21:43:26.894Z] === RUN TestStats [2020-09-10T21:43:27.963Z] --- PASS: TestReadPluginNoRead (10.22s) [2020-09-10T21:43:27.963Z] --- PASS: TestReadPluginNoRead/default (2.21s) [2020-09-10T21:43:27.963Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.21s) [2020-09-10T21:43:27.963Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.25s) [2020-09-10T21:43:27.963Z] read_test.go:92: [d410eaebabf2c] daemon is not started [2020-09-10T21:43:27.963Z] PASS [2020-09-10T21:43:27.963Z] [2020-09-10T21:43:27.963Z] DONE 6 tests in 23.429s [2020-09-10T21:43:27.963Z] 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-09-10T21:43:27.963Z] testing: warning: no tests to run [2020-09-10T21:43:27.963Z] PASS [2020-09-10T21:43:27.963Z] [2020-09-10T21:43:27.963Z] DONE 0 tests in 0.054s [2020-09-10T21:43:27.963Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-10T21:43:27.963Z] INFO: Testing against a local daemon [2020-09-10T21:43:27.963Z] === RUN TestPluginWithDevMounts [2020-09-10T21:43:27.963Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-09-10T21:43:27.963Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-09-10T21:43:27.963Z] PASS [2020-09-10T21:43:27.963Z] [2020-09-10T21:43:27.963Z] === Skipped [2020-09-10T21:43:27.963Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-09-10T21:43:27.963Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-09-10T21:43:27.963Z] [2020-09-10T21:43:27.963Z] [2020-09-10T21:43:27.963Z] DONE 1 tests, 1 skipped in 0.147s [2020-09-10T21:43:27.963Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-10T21:43:27.963Z] INFO: Testing against a local daemon [2020-09-10T21:43:27.963Z] === RUN TestSecretInspect [2020-09-10T21:43:27.963Z] --- SKIP: TestSecretInspect (0.01s) [2020-09-10T21:43:27.963Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:27.963Z] === RUN TestSecretList [2020-09-10T21:43:27.963Z] --- SKIP: TestSecretList (0.01s) [2020-09-10T21:43:27.963Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:27.963Z] === RUN TestSecretsCreateAndDelete [2020-09-10T21:43:27.963Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2020-09-10T21:43:27.963Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:27.963Z] === RUN TestSecretsUpdate [2020-09-10T21:43:28.223Z] --- SKIP: TestSecretsUpdate (0.02s) [2020-09-10T21:43:28.223Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] === RUN TestTemplatedSecret [2020-09-10T21:43:28.223Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-09-10T21:43:28.223Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] === RUN TestSecretCreateResolve [2020-09-10T21:43:28.223Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-09-10T21:43:28.223Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] PASS [2020-09-10T21:43:28.223Z] [2020-09-10T21:43:28.223Z] === Skipped [2020-09-10T21:43:28.223Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2020-09-10T21:43:28.223Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] [2020-09-10T21:43:28.223Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2020-09-10T21:43:28.223Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] [2020-09-10T21:43:28.223Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2020-09-10T21:43:28.223Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] [2020-09-10T21:43:28.223Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2020-09-10T21:43:28.223Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] [2020-09-10T21:43:28.223Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-09-10T21:43:28.223Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] [2020-09-10T21:43:28.223Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-09-10T21:43:28.223Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] [2020-09-10T21:43:28.223Z] [2020-09-10T21:43:28.223Z] DONE 6 tests, 6 skipped in 0.184s [2020-09-10T21:43:28.223Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-09-10T21:43:28.223Z] INFO: Testing against a local daemon [2020-09-10T21:43:28.223Z] === RUN TestServiceCreateInit [2020-09-10T21:43:28.223Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-10T21:43:28.223Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-10T21:43:28.223Z] --- PASS: TestServiceCreateInit (0.01s) [2020-09-10T21:43:28.223Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-10T21:43:28.223Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-10T21:43:28.223Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] === RUN TestCreateServiceMultipleTimes [2020-09-10T21:43:28.223Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-09-10T21:43:28.223Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] === RUN TestCreateServiceConflict [2020-09-10T21:43:28.223Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-09-10T21:43:28.223Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] === RUN TestCreateServiceMaxReplicas [2020-09-10T21:43:28.223Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2020-09-10T21:43:28.223Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-10T21:43:28.223Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2020-09-10T21:43:28.223Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] === RUN TestCreateServiceSecretFileMode [2020-09-10T21:43:28.223Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-09-10T21:43:28.223Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.223Z] === RUN TestCreateServiceConfigFileMode [2020-09-10T21:43:28.483Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-09-10T21:43:28.483Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.483Z] === RUN TestCreateServiceSysctls [2020-09-10T21:43:28.483Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-09-10T21:43:28.483Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.483Z] === RUN TestCreateServiceCapabilities [2020-09-10T21:43:28.483Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-09-10T21:43:28.483Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.483Z] === RUN TestInspect [2020-09-10T21:43:28.483Z] --- SKIP: TestInspect (0.01s) [2020-09-10T21:43:28.483Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.483Z] === RUN TestCreateJob [2020-09-10T21:43:28.483Z] --- SKIP: TestCreateJob (0.01s) [2020-09-10T21:43:28.483Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.483Z] === RUN TestReplicatedJob [2020-09-10T21:43:28.483Z] --- SKIP: TestReplicatedJob (0.01s) [2020-09-10T21:43:28.483Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.483Z] === RUN TestUpdateReplicatedJob [2020-09-10T21:43:28.483Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2020-09-10T21:43:28.483Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.483Z] === RUN TestServiceListWithStatuses [2020-09-10T21:43:28.483Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-10T21:43:28.483Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-10T21:43:28.483Z] === RUN TestDockerNetworkConnectAlias [2020-09-10T21:43:28.483Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-09-10T21:43:28.483Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.483Z] === RUN TestDockerNetworkReConnect [2020-09-10T21:43:28.483Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2020-09-10T21:43:28.483Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:28.483Z] === RUN TestServicePlugin [2020-09-10T21:43:29.439Z] --- PASS: TestStats (2.76s) [2020-09-10T21:43:29.439Z] === RUN TestStopContainerWithTimeout [2020-09-10T21:43:29.439Z] === RUN TestStopContainerWithTimeout/0 [2020-09-10T21:43:29.439Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-10T21:43:29.439Z] === RUN TestStopContainerWithTimeout/1 [2020-09-10T21:43:29.439Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-10T21:43:29.439Z] === RUN TestStopContainerWithTimeout/3 [2020-09-10T21:43:29.439Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-10T21:43:29.439Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-10T21:43:29.439Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-10T21:43:29.439Z] === CONT TestStopContainerWithTimeout/0 [2020-09-10T21:43:29.439Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-10T21:43:29.439Z] === CONT TestStopContainerWithTimeout/1 [2020-09-10T21:43:29.439Z] === CONT TestStopContainerWithTimeout/3 [2020-09-10T21:43:29.664Z] --- PASS: TestDaemonStartWithLogOpt (3.85s) [2020-09-10T21:43:29.664Z] === CONT TestReadPluginNoRead [2020-09-10T21:43:30.974Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-09-10T21:43:31.728Z] === RUN TestReadPluginNoRead/default [2020-09-10T21:43:31.773Z] --- SKIP: TestServicePlugin (3.39s) [2020-09-10T21:43:31.773Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:31.773Z] === RUN TestServiceUpdateLabel [2020-09-10T21:43:31.773Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-09-10T21:43:31.773Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:31.773Z] === RUN TestServiceUpdateSecrets [2020-09-10T21:43:31.773Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-09-10T21:43:31.773Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:31.773Z] === RUN TestServiceUpdateConfigs [2020-09-10T21:43:32.033Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2020-09-10T21:43:32.033Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] === RUN TestServiceUpdateNetwork [2020-09-10T21:43:32.033Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-09-10T21:43:32.033Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] === RUN TestServiceUpdatePidsLimit [2020-09-10T21:43:32.033Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-09-10T21:43:32.033Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] PASS [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === Skipped [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-10T21:43:32.033Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-10T21:43:32.033Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-10T21:43:32.033Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-10T21:43:32.033Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-09-10T21:43:32.033Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-09-10T21:43:32.033Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2020-09-10T21:43:32.033Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2020-09-10T21:43:32.033Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-09-10T21:43:32.033Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-09-10T21:43:32.033Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-09-10T21:43:32.033Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-09-10T21:43:32.033Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-09-10T21:43:32.033Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-09-10T21:43:32.033Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-09-10T21:43:32.033Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2020-09-10T21:43:32.033Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-10T21:43:32.033Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-09-10T21:43:32.033Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2020-09-10T21:43:32.033Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestServicePlugin (3.39s) [2020-09-10T21:43:32.033Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-09-10T21:43:32.033Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-09-10T21:43:32.033Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2020-09-10T21:43:32.033Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-09-10T21:43:32.033Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-09-10T21:43:32.033Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] DONE 24 tests, 23 skipped in 3.828s [2020-09-10T21:43:32.033Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-09-10T21:43:32.033Z] INFO: Testing against a local daemon [2020-09-10T21:43:32.033Z] === RUN TestSessionCreate [2020-09-10T21:43:32.033Z] --- PASS: TestSessionCreate (0.02s) [2020-09-10T21:43:32.033Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-10T21:43:32.033Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-09-10T21:43:32.033Z] PASS [2020-09-10T21:43:32.033Z] [2020-09-10T21:43:32.033Z] DONE 2 tests in 0.162s [2020-09-10T21:43:32.033Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-09-10T21:43:32.292Z] INFO: Testing against a local daemon [2020-09-10T21:43:32.293Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-10T21:43:32.293Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-10T21:43:32.293Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-10T21:43:32.293Z] === RUN TestEventsExecDie [2020-09-10T21:43:32.745Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-09-10T21:43:32.745Z] --- PASS: TestStopContainerWithTimeout/0 (1.02s) [2020-09-10T21:43:32.745Z] --- PASS: TestStopContainerWithTimeout/1 (2.30s) [2020-09-10T21:43:32.745Z] --- PASS: TestStopContainerWithTimeout/3 (3.02s) [2020-09-10T21:43:32.745Z] --- PASS: TestStopContainerWithTimeout/-1 (3.18s) [2020-09-10T21:43:32.745Z] === RUN TestDeleteDevicemapper [2020-09-10T21:43:32.745Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-10T21:43:32.745Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-10T21:43:32.745Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-10T21:43:32.860Z] --- PASS: TestEventsExecDie (0.49s) [2020-09-10T21:43:32.860Z] === RUN TestEventsBackwardsCompatible [2020-09-10T21:43:32.860Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2020-09-10T21:43:32.860Z] === RUN TestInfoBinaryCommits [2020-09-10T21:43:32.860Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-09-10T21:43:32.860Z] === RUN TestInfoAPIVersioned [2020-09-10T21:43:32.860Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-10T21:43:32.860Z] === RUN TestInfoDiscoveryBackend [2020-09-10T21:43:33.503Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-09-10T21:43:33.823Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-10T21:43:34.236Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2020-09-10T21:43:34.236Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-10T21:43:34.454Z] --- PASS: TestContinueAfterPluginCrash (8.99s) [2020-09-10T21:43:35.294Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.47s) [2020-09-10T21:43:35.294Z] === RUN TestUpdateMemory [2020-09-10T21:43:35.294Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-10T21:43:35.294Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:43:35.294Z] === RUN TestUpdateCPUQuota [2020-09-10T21:43:35.403Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-09-10T21:43:35.958Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-10T21:43:35.969Z] === RUN TestDockerSuite/TestLogsTail [2020-09-10T21:43:36.238Z] --- PASS: TestUpdateCPUQuota (1.34s) [2020-09-10T21:43:36.238Z] === RUN TestUpdatePidsLimit [2020-09-10T21:43:36.238Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-10T21:43:36.536Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-09-10T21:43:36.810Z] === RUN TestUpdatePidsLimit/no_change [2020-09-10T21:43:37.072Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-10T21:43:37.103Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-09-10T21:43:37.644Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-10T21:43:37.669Z] === RUN TestDockerSuite/TestMountIntoProc [2020-09-10T21:43:37.906Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-10T21:43:38.022Z] --- PASS: TestReadPluginNoRead (8.54s) [2020-09-10T21:43:38.022Z] --- PASS: TestReadPluginNoRead/default (1.95s) [2020-09-10T21:43:38.022Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.90s) [2020-09-10T21:43:38.022Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.97s) [2020-09-10T21:43:38.022Z] read_test.go:92: [dee27b227f18d] daemon is not started [2020-09-10T21:43:38.022Z] PASS [2020-09-10T21:43:38.022Z] [2020-09-10T21:43:38.022Z] DONE 6 tests in 12.575s [2020-09-10T21:43:38.022Z] 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-09-10T21:43:38.022Z] ++ 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-09-10T21:43:38.022Z] ++ set -e [2020-09-10T21:43:38.022Z] ++ '[' -n 0 ']' [2020-09-10T21:43:38.022Z] ++ set -x [2020-09-10T21:43:38.022Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:43:38.022Z] testing: warning: no tests to run [2020-09-10T21:43:38.022Z] PASS [2020-09-10T21:43:38.022Z] [2020-09-10T21:43:38.022Z] DONE 0 tests in 0.254s [2020-09-10T21:43:38.022Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-10T21:43:38.022Z] ++ 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-09-10T21:43:38.022Z] ++ set -e [2020-09-10T21:43:38.022Z] ++ '[' -n 0 ']' [2020-09-10T21:43:38.022Z] ++ set -x [2020-09-10T21:43:38.022Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:43:38.241Z] === RUN TestDockerSuite/TestMountIntoSys [2020-09-10T21:43:38.313Z] INFO: Testing against a local daemon [2020-09-10T21:43:38.314Z] === RUN TestPluginWithDevMounts [2020-09-10T21:43:38.314Z] === PAUSE TestPluginWithDevMounts [2020-09-10T21:43:38.314Z] === CONT TestPluginWithDevMounts [2020-09-10T21:43:38.422Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s) [2020-09-10T21:43:38.422Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-10T21:43:38.422Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-09-10T21:43:38.422Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:43:38.422Z] === RUN TestInfoAPI [2020-09-10T21:43:38.422Z] --- PASS: TestInfoAPI (0.04s) [2020-09-10T21:43:38.422Z] === RUN TestInfoAPIWarnings [2020-09-10T21:43:38.478Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-10T21:43:38.739Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-10T21:43:38.822Z] === RUN TestDockerSuite/TestNetHostname [2020-09-10T21:43:39.358Z] --- PASS: TestInfoAPIWarnings (1.53s) [2020-09-10T21:43:39.358Z] === RUN TestInfoDebug [2020-09-10T21:43:40.125Z] --- PASS: TestUpdatePidsLimit (3.56s) [2020-09-10T21:43:40.126Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2020-09-10T21:43:40.126Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2020-09-10T21:43:40.126Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2020-09-10T21:43:40.126Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s) [2020-09-10T21:43:40.126Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.46s) [2020-09-10T21:43:40.126Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2020-09-10T21:43:40.126Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2020-09-10T21:43:40.126Z] === RUN TestUpdateRestartPolicy [2020-09-10T21:43:40.201Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-09-10T21:43:40.379Z] --- PASS: TestPluginWithDevMounts (1.85s) [2020-09-10T21:43:40.379Z] PASS [2020-09-10T21:43:40.379Z] [2020-09-10T21:43:40.379Z] DONE 1 tests in 2.246s [2020-09-10T21:43:40.379Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-09-10T21:43:40.379Z] ++ 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-09-10T21:43:40.379Z] ++ set -e [2020-09-10T21:43:40.379Z] ++ '[' -n 0 ']' [2020-09-10T21:43:40.379Z] ++ set -x [2020-09-10T21:43:40.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:43:40.380Z] INFO: Testing against a local daemon [2020-09-10T21:43:40.380Z] === RUN TestSecretInspect [2020-09-10T21:43:40.459Z] === RUN TestDockerSuite/TestNetworkEvents [2020-09-10T21:43:40.734Z] --- PASS: TestInfoDebug (1.53s) [2020-09-10T21:43:40.734Z] === RUN TestInfoInsecureRegistries [2020-09-10T21:43:41.025Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-09-10T21:43:42.636Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-09-10T21:43:42.636Z] === RUN TestInfoRegistryMirrors [2020-09-10T21:43:42.925Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-09-10T21:43:43.183Z] === RUN TestDockerSuite/TestPluginActive [2020-09-10T21:43:44.007Z] --- PASS: TestSecretInspect (3.59s) [2020-09-10T21:43:44.007Z] === RUN TestSecretList [2020-09-10T21:43:44.013Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2020-09-10T21:43:44.013Z] === RUN TestLoginFailsWithBadCredentials [2020-09-10T21:43:44.013Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s) [2020-09-10T21:43:44.013Z] === RUN TestPingCacheHeaders [2020-09-10T21:43:44.013Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-09-10T21:43:44.013Z] === RUN TestPingGet [2020-09-10T21:43:44.013Z] --- PASS: TestPingGet (0.01s) [2020-09-10T21:43:44.013Z] === RUN TestPingHead [2020-09-10T21:43:44.013Z] --- PASS: TestPingHead (0.02s) [2020-09-10T21:43:44.013Z] === RUN TestVersion [2020-09-10T21:43:44.013Z] --- PASS: TestVersion (0.02s) [2020-09-10T21:43:44.013Z] PASS [2020-09-10T21:43:44.013Z] [2020-09-10T21:43:44.013Z] === Skipped [2020-09-10T21:43:44.013Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-10T21:43:44.013Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-10T21:43:44.013Z] [2020-09-10T21:43:44.013Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-09-10T21:43:44.013Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-10T21:43:44.013Z] [2020-09-10T21:43:44.013Z] [2020-09-10T21:43:44.013Z] DONE 18 tests, 2 skipped in 11.990s [2020-09-10T21:43:44.013Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-10T21:43:44.272Z] INFO: Testing against a local daemon [2020-09-10T21:43:44.272Z] === RUN TestVolumesCreateAndList [2020-09-10T21:43:44.272Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-09-10T21:43:44.272Z] === RUN TestVolumesRemove [2020-09-10T21:43:44.272Z] --- PASS: TestVolumesRemove (0.05s) [2020-09-10T21:43:44.272Z] === RUN TestVolumesInspect [2020-09-10T21:43:44.272Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-10T21:43:44.272Z] === RUN TestVolumesInvalidJSON [2020-09-10T21:43:44.272Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-10T21:43:44.272Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-10T21:43:44.272Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-10T21:43:44.272Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-10T21:43:44.272Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-10T21:43:44.272Z] PASS [2020-09-10T21:43:44.272Z] [2020-09-10T21:43:44.272Z] DONE 5 tests in 0.226s [2020-09-10T21:43:44.272Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-10T21:43:44.531Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11994 is not a child of this shell [2020-09-10T21:43:44.531Z] warning: PID 11994 from bundles/test-integration/docker.pid had a nonzero exit code [2020-09-10T21:43:44.531Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-10T21:43:44.531Z] [2020-09-10T21:43:44.531Z] Unloading profiles will leave already running processes permanently [2020-09-10T21:43:44.531Z] unconfined, which can lead to unexpected situations. [2020-09-10T21:43:44.531Z] [2020-09-10T21:43:44.531Z] To set a process to complain mode, use the command line tool [2020-09-10T21:43:44.531Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-10T21:43:44.531Z] Removing test suite binaries [2020-09-10T21:43:44.531Z] exiting test-integration [2020-09-10T21:43:44.531Z] ++ exit 0 [2020-09-10T21:43:44.556Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-09-10T21:43:45.467Z] Post stage [Pipeline] junit [2020-09-10T21:43:46.857Z] Recording test results [2020-09-10T21:43:47.657Z] --- PASS: TestSecretList (3.64s) [2020-09-10T21:43:47.657Z] === RUN TestSecretsCreateAndDelete [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-10T21:43:49.046Z] + echo Ensuring container killed. [2020-09-10T21:43:49.046Z] Ensuring container killed. [2020-09-10T21:43:49.046Z] + docker rm -vf docker-pr4 [2020-09-10T21:43:49.046Z] Error: No such container: docker-pr4 [2020-09-10T21:43:49.046Z] + true [Pipeline] sh [2020-09-10T21:43:49.333Z] + echo Chowning /workspace to jenkins user [2020-09-10T21:43:49.333Z] Chowning /workspace to jenkins user [2020-09-10T21:43:49.333Z] + id -u [2020-09-10T21:43:49.333Z] + id -g [2020-09-10T21:43:49.333Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41435:/workspace busybox chown -R 1000:1000 /workspace [2020-09-10T21:43:49.333Z] Unable to find image 'busybox:latest' locally [2020-09-10T21:43:49.333Z] latest: Pulling from library/busybox [2020-09-10T21:43:49.333Z] df8698476c65: Pulling fs layer [2020-09-10T21:43:49.594Z] df8698476c65: Download complete [2020-09-10T21:43:49.594Z] df8698476c65: Pull complete [2020-09-10T21:43:49.594Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-10T21:43:49.594Z] Status: Downloaded newer image for busybox:latest [2020-09-10T21:43:49.821Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-09-10T21:43:49.821Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-09-10T21:43:49.821Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-09-10T21:43:49.821Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-09-10T21:43:51.336Z] --- PASS: TestSecretsCreateAndDelete (3.70s) [2020-09-10T21:43:51.336Z] === RUN TestSecretsUpdate [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-10T21:43:51.803Z] + bundleName=amd64-rootless [2020-09-10T21:43:51.803Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-09-10T21:43:51.803Z] Creating amd64-rootless-bundles.tar.gz [2020-09-10T21:43:51.803Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2020-09-10T21:43:51.803Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-09-10T21:43:51.815Z] Archiving artifacts [2020-09-10T21:43:52.350Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-09-10T21:43:52.362Z] --- PASS: TestUpdateRestartPolicy (12.28s) [2020-09-10T21:43:52.362Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-10T21:43:52.935Z] --- PASS: TestUpdateRestartWithAutoRemove (0.76s) [2020-09-10T21:43:52.935Z] === RUN TestWaitNonBlocked [2020-09-10T21:43:52.935Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:43:52.935Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:43:52.935Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:43:52.935Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:43:52.935Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:43:52.935Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:43:53.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-10T21:43:53.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-10T21:43:53.684Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41435/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-10T21:43:53.725Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-09-10T21:43:53.881Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-09-10T21:43:53.881Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.94s) [2020-09-10T21:43:53.881Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.01s) [2020-09-10T21:43:53.881Z] === RUN TestWaitBlocked [2020-09-10T21:43:53.881Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:43:53.881Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:43:53.881Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:43:53.881Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:43:53.881Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:43:53.881Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:43:54.017Z] + make clean [2020-09-10T21:43:54.277Z] docker volume rm -f docker-dev-cache [2020-09-10T21:43:54.277Z] docker-dev-cache [Pipeline] deleteDir [2020-09-10T21:43:54.958Z] --- PASS: TestSecretsUpdate (3.51s) [2020-09-10T21:43:54.958Z] === RUN TestTemplatedSecret [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2020-09-10T21:43:55.101Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [Pipeline] // stage [Pipeline] } [2020-09-10T21:43:55.270Z] --- PASS: TestWaitBlocked (0.03s) [2020-09-10T21:43:55.270Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.91s) [2020-09-10T21:43:55.270Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.95s) [2020-09-10T21:43:55.270Z] === CONT TestContainerStartOnDaemonRestart [2020-09-10T21:43:55.270Z] === CONT TestIpcModeOlderClient [2020-09-10T21:43:55.270Z] === CONT TestDaemonHostGatewayIP [2020-09-10T21:43:55.270Z] === CONT TestContainerKillOnDaemonStart [2020-09-10T21:43:55.270Z] --- PASS: TestIpcModeOlderClient (0.18s) [2020-09-10T21:43:55.270Z] === CONT TestDaemonRestartIpcMode [2020-09-10T21:43:55.673Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-09-10T21:43:55.824Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-10T21:43:58.636Z] --- PASS: TestContainerStartOnDaemonRestart (3.38s) [2020-09-10T21:43:58.698Z] --- PASS: TestTemplatedSecret (3.64s) [2020-09-10T21:43:58.698Z] === RUN TestSecretCreateResolve [2020-09-10T21:43:59.580Z] --- PASS: TestDaemonRestartIpcMode (4.37s) [2020-09-10T21:43:59.580Z] --- PASS: TestDaemonHostGatewayIP (4.74s) [2020-09-10T21:43:59.856Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-09-10T21:44:00.790Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-09-10T21:44:02.165Z] === RUN TestDockerSuite/TestPortHostBinding [2020-09-10T21:44:02.242Z] --- PASS: TestSecretCreateResolve (3.54s) [2020-09-10T21:44:02.242Z] PASS [2020-09-10T21:44:02.242Z] [2020-09-10T21:44:02.242Z] DONE 6 tests in 21.923s [2020-09-10T21:44:02.242Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-09-10T21:44:02.242Z] ++ 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-09-10T21:44:02.242Z] ++ set -e [2020-09-10T21:44:02.242Z] ++ '[' -n 0 ']' [2020-09-10T21:44:02.242Z] ++ set -x [2020-09-10T21:44:02.242Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:44:02.242Z] INFO: Testing against a local daemon [2020-09-10T21:44:02.242Z] === RUN TestServiceCreateInit [2020-09-10T21:44:02.242Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-10T21:44:03.101Z] === RUN TestDockerSuite/TestPortList [2020-09-10T21:44:07.837Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-10T21:44:09.579Z] --- PASS: TestContainerKillOnDaemonStart (13.13s) [2020-09-10T21:44:09.579Z] PASS [2020-09-10T21:44:09.579Z] [2020-09-10T21:44:09.580Z] === Skipped [2020-09-10T21:44:09.580Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-09-10T21:44:09.580Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-10T21:44:09.580Z] [2020-09-10T21:44:09.580Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-10T21:44:09.580Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:44:09.580Z] [2020-09-10T21:44:09.580Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-10T21:44:09.580Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:44:09.580Z] [2020-09-10T21:44:09.580Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-10T21:44:09.580Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-10T21:44:09.580Z] [2020-09-10T21:44:09.580Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-10T21:44:09.580Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-10T21:44:09.580Z] [2020-09-10T21:44:09.580Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-09-10T21:44:09.580Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-10T21:44:09.580Z] [2020-09-10T21:44:09.580Z] [2020-09-10T21:44:09.580Z] DONE 192 tests, 6 skipped in 135.940s [2020-09-10T21:44:09.580Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-09-10T21:44:09.580Z] ++ 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-09-10T21:44:09.580Z] ++ set -e [2020-09-10T21:44:09.580Z] ++ '[' -n 0 ']' [2020-09-10T21:44:09.580Z] ++ set -x [2020-09-10T21:44:09.580Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:44:09.580Z] INFO: Testing against a local daemon [2020-09-10T21:44:09.580Z] === RUN TestCommitInheritsEnv [2020-09-10T21:44:09.580Z] --- PASS: TestCommitInheritsEnv (0.55s) [2020-09-10T21:44:09.580Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-10T21:44:09.580Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-09-10T21:44:09.580Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-09-10T21:44:09.580Z] === RUN TestImagesFilterMultiReference [2020-09-10T21:44:09.580Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-09-10T21:44:09.580Z] === RUN TestImagePullPlatformInvalid [2020-09-10T21:44:09.580Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-09-10T21:44:09.580Z] === RUN TestRemoveImageOrphaning [2020-09-10T21:44:09.580Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2020-09-10T21:44:09.580Z] === RUN TestRemoveImageGarbageCollector [2020-09-10T21:44:09.580Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-10T21:44:09.580Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:44:09.580Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-10T21:44:09.580Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-09-10T21:44:09.580Z] === RUN TestTagInvalidReference [2020-09-10T21:44:09.580Z] --- PASS: TestTagInvalidReference (0.03s) [2020-09-10T21:44:09.580Z] === RUN TestTagValidPrefixedRepo [2020-09-10T21:44:09.580Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-09-10T21:44:09.580Z] === RUN TestTagExistedNameWithoutForce [2020-09-10T21:44:09.840Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-09-10T21:44:09.840Z] === RUN TestTagOfficialNames [2020-09-10T21:44:09.840Z] --- PASS: TestTagOfficialNames (0.07s) [2020-09-10T21:44:09.840Z] === RUN TestTagMatchesDigest [2020-09-10T21:44:09.840Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-09-10T21:44:09.840Z] PASS [2020-09-10T21:44:09.840Z] [2020-09-10T21:44:09.840Z] === Skipped [2020-09-10T21:44:09.840Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-09-10T21:44:09.840Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-09-10T21:44:09.840Z] [2020-09-10T21:44:09.840Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-10T21:44:09.840Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:44:09.840Z] [2020-09-10T21:44:09.840Z] [2020-09-10T21:44:09.840Z] DONE 12 tests, 2 skipped in 1.697s [2020-09-10T21:44:09.840Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-09-10T21:44:09.840Z] ++ 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-09-10T21:44:09.840Z] ++ set -e [2020-09-10T21:44:09.840Z] ++ '[' -n 0 ']' [2020-09-10T21:44:09.840Z] ++ set -x [2020-09-10T21:44:09.841Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:44:10.101Z] INFO: Testing against a local daemon [2020-09-10T21:44:10.101Z] === RUN TestNetworkCreateDelete [2020-09-10T21:44:10.362Z] --- PASS: TestNetworkCreateDelete (0.40s) [2020-09-10T21:44:10.362Z] === RUN TestDockerNetworkDeletePreferID [2020-09-10T21:44:11.209Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-09-10T21:44:11.209Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-09-10T21:44:11.748Z] --- PASS: TestDockerNetworkDeletePreferID (1.19s) [2020-09-10T21:44:11.748Z] === RUN TestDaemonDNSFallback [2020-09-10T21:44:13.481Z] --- PASS: TestServiceCreateInit (10.64s) [2020-09-10T21:44:13.481Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.25s) [2020-09-10T21:44:13.481Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.39s) [2020-09-10T21:44:13.481Z] === RUN TestCreateServiceMultipleTimes [2020-09-10T21:44:17.764Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-09-10T21:44:17.764Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-09-10T21:44:17.764Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-09-10T21:44:17.764Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-09-10T21:44:17.764Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-09-10T21:44:18.337Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-09-10T21:44:18.337Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-09-10T21:44:18.927Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-09-10T21:44:18.927Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-09-10T21:44:19.860Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-09-10T21:44:19.860Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-09-10T21:44:19.888Z] --- PASS: TestDaemonDNSFallback (7.33s) [2020-09-10T21:44:19.888Z] === RUN TestInspectNetwork [2020-09-10T21:44:22.389Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-09-10T21:44:22.954Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-09-10T21:44:23.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-10T21:44:23.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-10T21:44:23.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-10T21:44:23.212Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-09-10T21:44:23.778Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-09-10T21:44:23.778Z] === RUN TestDockerSuite/TestPsByOrder [2020-09-10T21:44:24.098Z] === RUN TestInspectNetwork/full_network_id [2020-09-10T21:44:24.098Z] === RUN TestInspectNetwork/partial_network_id [2020-09-10T21:44:24.098Z] === RUN TestInspectNetwork/network_name [2020-09-10T21:44:24.098Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-10T21:44:24.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-10T21:44:24.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-10T21:44:26.306Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-09-10T21:44:26.306Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-09-10T21:44:26.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-10T21:44:27.239Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-09-10T21:44:28.301Z] --- PASS: TestInspectNetwork (9.39s) [2020-09-10T21:44:28.301Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-10T21:44:28.301Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-10T21:44:28.301Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-10T21:44:28.301Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-10T21:44:28.301Z] === RUN TestRunContainerWithBridgeNone [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-10T21:44:30.253Z] ok github.com/docker/docker/api/server/httputils 0.023s coverage: 14.7% of statements [2020-09-10T21:44:30.253Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-10T21:44:30.253Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-10T21:44:30.253Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-10T21:44:30.253Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-10T21:44:30.253Z] ok github.com/docker/docker/api/types/versions 0.013s coverage: 75.0% of statements [2020-09-10T21:44:30.253Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/builder [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-10T21:44:30.253Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2020-09-10T21:44:30.253Z] ok github.com/docker/docker/builder/dockerfile 0.195s coverage: 48.0% of statements [2020-09-10T21:44:30.253Z] ok github.com/docker/docker/builder/remotecontext 0.099s coverage: 13.6% of statements [2020-09-10T21:44:30.253Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-09-10T21:44:30.253Z] ok github.com/docker/docker/builder/remotecontext/git 1.268s coverage: 86.3% of statements [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/cli [no test files] [2020-09-10T21:44:30.253Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-10T21:44:30.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-10T21:44:30.523Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-09-10T21:44:30.847Z] --- PASS: TestRunContainerWithBridgeNone (2.39s) [2020-09-10T21:44:30.847Z] === RUN TestNetworkInvalidJSON [2020-09-10T21:44:30.847Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-10T21:44:30.847Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-10T21:44:30.847Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:44:30.847Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:44:30.847Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:44:30.847Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:44:30.847Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-10T21:44:30.847Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:44:30.847Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:44:30.847Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-09-10T21:44:30.847Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-10T21:44:30.847Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-10T21:44:30.847Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-10T21:44:30.847Z] === RUN TestHostIPv4BridgeLabel [2020-09-10T21:44:31.419Z] --- PASS: TestHostIPv4BridgeLabel (0.79s) [2020-09-10T21:44:31.419Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-10T21:44:32.158Z] ok github.com/docker/docker/client 0.180s coverage: 75.4% of statements [2020-09-10T21:44:32.616Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-10T21:44:32.805Z] --- PASS: TestDaemonRestartWithLiveRestore (1.37s) [2020-09-10T21:44:32.805Z] === RUN TestDaemonDefaultNetworkPools [2020-09-10T21:44:33.805Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-09-10T21:44:33.805Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-09-10T21:44:34.191Z] --- PASS: TestDaemonDefaultNetworkPools (1.26s) [2020-09-10T21:44:34.191Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-10T21:44:34.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-10T21:44:35.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-10T21:44:36.106Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.93s) [2020-09-10T21:44:36.106Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-10T21:44:36.334Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-09-10T21:44:37.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-10T21:44:38.661Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.36s) [2020-09-10T21:44:38.661Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-10T21:44:38.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-10T21:44:39.239Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.84s) [2020-09-10T21:44:39.239Z] === RUN TestServiceWithPredefinedNetwork [2020-09-10T21:44:40.726Z] --- PASS: TestCreateServiceMultipleTimes (23.47s) [2020-09-10T21:44:40.726Z] === RUN TestCreateServiceConflict [2020-09-10T21:44:40.726Z] --- PASS: TestCreateServiceConflict (3.57s) [2020-09-10T21:44:40.726Z] === RUN TestCreateServiceMaxReplicas [2020-09-10T21:44:41.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-10T21:44:42.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-10T21:44:42.548Z] --- PASS: TestServiceWithPredefinedNetwork (3.29s) [2020-09-10T21:44:42.548Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-10T21:44:42.548Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-10T21:44:42.548Z] service_test.go:236: FLAKY_TEST [2020-09-10T21:44:42.548Z] === RUN TestServiceWithDataPathPortInit [2020-09-10T21:44:43.629Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-10T21:44:44.233Z] --- PASS: TestCreateServiceMaxReplicas (3.95s) [2020-09-10T21:44:44.233Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-10T21:44:44.439Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-09-10T21:44:44.702Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-09-10T21:44:45.167Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-10T21:44:45.167Z] Using test binary docker [2020-09-10T21:44:45.167Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-10T21:44:45.167Z] +++ /etc/init.d/apparmor start [2020-09-10T21:44:45.167Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-10T21:44:45.167Z] INFO: Waiting for daemon to start... [2020-09-10T21:44:45.167Z] Starting dockerd [2020-09-10T21:44:45.168Z] +++ 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-09-10T21:44:46.602Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-09-10T21:44:47.238Z] . [2020-09-10T21:44:47.238Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-10T21:44:47.238Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-10T21:44:47.238Z] Error: No such image: emptyfs [2020-09-10T21:44:47.238Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-10T21:44:47.238Z] ++++ docker load [2020-09-10T21:44:47.534Z] Running integration-test (iteration 1) [2020-09-10T21:44:47.534Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-09-10T21:44:47.534Z] ++ 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-09-10T21:44:47.534Z] ++ set -e [2020-09-10T21:44:47.534Z] ++ '[' -n 0 ']' [2020-09-10T21:44:47.534Z] ++ set -x [2020-09-10T21:44:47.534Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:44:47.537Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-09-10T21:44:48.471Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-09-10T21:44:48.472Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-09-10T21:44:50.371Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-09-10T21:44:52.271Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-09-10T21:44:53.249Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-09-10T21:44:53.506Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-09-10T21:44:54.444Z] === RUN TestDockerSuite/TestPsRightTagName [2020-09-10T21:44:56.350Z] === RUN TestDockerSuite/TestPsShowMounts [2020-09-10T21:44:58.251Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-09-10T21:44:58.509Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-09-10T21:44:58.509Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-09-10T21:44:59.075Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-09-10T21:44:59.557Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.05s) [2020-09-10T21:44:59.557Z] === RUN TestCreateServiceSecretFileMode [2020-09-10T21:44:59.641Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-09-10T21:44:59.641Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-09-10T21:45:00.207Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-09-10T21:45:00.230Z] Loaded image: buildpack-deps:buster [2020-09-10T21:45:00.231Z] Loaded image: busybox:latest [2020-09-10T21:45:00.231Z] Loaded image: busybox:glibc [2020-09-10T21:45:00.231Z] Loaded image: debian:buster [2020-09-10T21:45:00.525Z] Loaded image: hello-world:latest [2020-09-10T21:45:00.525Z] INFO: Testing against a local daemon [2020-09-10T21:45:00.525Z] === RUN TestCgroupNamespacesBuild [2020-09-10T21:45:00.673Z] --- PASS: TestServiceWithDataPathPortInit (17.86s) [2020-09-10T21:45:00.673Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-10T21:45:01.141Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-09-10T21:45:02.040Z] --- PASS: TestCgroupNamespacesBuild (1.35s) [2020-09-10T21:45:02.040Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-10T21:45:02.515Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-09-10T21:45:02.774Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-09-10T21:45:03.087Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.33s) [2020-09-10T21:45:03.087Z] === RUN TestBuildWithSession [2020-09-10T21:45:03.087Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-10T21:45:03.087Z] build_session_test.go:25: TODO: BuildKit [2020-09-10T21:45:03.087Z] === RUN TestBuildSquashParent [2020-09-10T21:45:03.111Z] --- PASS: TestCreateServiceSecretFileMode (3.61s) [2020-09-10T21:45:03.111Z] === RUN TestCreateServiceConfigFileMode [2020-09-10T21:45:06.619Z] --- PASS: TestCreateServiceConfigFileMode (3.49s) [2020-09-10T21:45:06.619Z] === RUN TestCreateServiceSysctls [2020-09-10T21:45:07.564Z] --- PASS: TestBuildSquashParent (4.29s) [2020-09-10T21:45:07.564Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-10T21:45:07.564Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:45:07.564Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:45:07.564Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:45:07.564Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:45:07.564Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:45:07.564Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:45:07.564Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:45:07.564Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:45:07.564Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:45:07.564Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:45:07.564Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:45:07.564Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:45:07.564Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-10T21:45:07.564Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-10T21:45:07.564Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-10T21:45:07.564Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-10T21:45:10.128Z] --- PASS: TestCreateServiceSysctls (4.04s) [2020-09-10T21:45:10.128Z] === RUN TestCreateServiceCapabilities [2020-09-10T21:45:10.338Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-10T21:45:10.338Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-10T21:45:10.676Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.96s) [2020-09-10T21:45:10.676Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:oi5zyhyz3uw8lwcbmzsxljk3y Created:2020-09-10 21:45:02.059816186 +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[fff3ed77e4171c04da5b03db6c104a2ca098c4a74fd5f629f681c714f4cb0295:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t1bys0h0kysacvujz0n8pqsbf EndpointID:b48376fb51dcace09b0ded9beb9f474dd9d213d62ada93143dbce63c6363a972 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f76b192fec0aed7a0ed0db23595ac13d1ef1f4fd74a4e28732ad85368d619e88 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:711c489537c3 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t1bys0h0kysacvujz0n8pqsbf EndpointID:b48376fb51dcace09b0ded9beb9f474dd9d213d62ada93143dbce63c6363a972 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-10T21:45:10.676Z] PASS [2020-09-10T21:45:10.676Z] [2020-09-10T21:45:10.676Z] === Skipped [2020-09-10T21:45:10.676Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-10T21:45:10.676Z] service_test.go:236: FLAKY_TEST [2020-09-10T21:45:10.676Z] [2020-09-10T21:45:10.676Z] [2020-09-10T21:45:10.676Z] DONE 23 tests, 1 skipped in 59.560s [2020-09-10T21:45:10.676Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-10T21:45:10.676Z] ++ 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-09-10T21:45:10.676Z] ++ set -e [2020-09-10T21:45:10.676Z] ++ '[' -n 0 ']' [2020-09-10T21:45:10.676Z] ++ set -x [2020-09-10T21:45:10.676Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:45:10.676Z] INFO: Testing against a local daemon [2020-09-10T21:45:10.676Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-10T21:45:10.676Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-09-10T21:45:10.676Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:45:10.676Z] === RUN TestDockerNetworkIpvlan [2020-09-10T21:45:10.676Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-10T21:45:10.676Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:45:10.676Z] PASS [2020-09-10T21:45:10.676Z] [2020-09-10T21:45:10.676Z] === Skipped [2020-09-10T21:45:10.676Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-09-10T21:45:10.676Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:45:10.676Z] [2020-09-10T21:45:10.676Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-10T21:45:10.676Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:45:10.676Z] [2020-09-10T21:45:10.676Z] [2020-09-10T21:45:10.676Z] DONE 2 tests, 2 skipped in 0.169s [2020-09-10T21:45:10.676Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-10T21:45:10.676Z] ++ 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-09-10T21:45:10.676Z] ++ set -e [2020-09-10T21:45:10.676Z] ++ '[' -n 0 ']' [2020-09-10T21:45:10.676Z] ++ set -x [2020-09-10T21:45:10.676Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:45:10.676Z] INFO: Testing against a local daemon [2020-09-10T21:45:10.676Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-10T21:45:10.885Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-09-10T21:45:10.913Z] ok github.com/docker/docker/cmd/dockerd 0.101s coverage: 30.8% of statements [2020-09-10T21:45:11.143Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-09-10T21:45:11.847Z] ok github.com/docker/docker/container 0.145s coverage: 34.7% of statements [2020-09-10T21:45:11.847Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-10T21:45:11.847Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-10T21:45:11.847Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-10T21:45:11.847Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-10T21:45:11.852Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-10T21:45:11.852Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.35s) [2020-09-10T21:45:11.852Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.48s) [2020-09-10T21:45:11.852Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.52s) [2020-09-10T21:45:11.852Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.57s) [2020-09-10T21:45:11.852Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.78s) [2020-09-10T21:45:11.852Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.96s) [2020-09-10T21:45:11.852Z] === RUN TestBuildMultiStageCopy [2020-09-10T21:45:11.852Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-10T21:45:12.061Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.15s) [2020-09-10T21:45:12.061Z] === RUN TestDockerNetworkMacvlan [2020-09-10T21:45:13.005Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-10T21:45:13.043Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-09-10T21:45:13.043Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-09-10T21:45:13.043Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-09-10T21:45:13.043Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-09-10T21:45:13.371Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-10T21:45:13.642Z] --- PASS: TestCreateServiceCapabilities (3.55s) [2020-09-10T21:45:13.642Z] === RUN TestInspect [2020-09-10T21:45:13.665Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-10T21:45:13.959Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-10T21:45:14.252Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-10T21:45:14.390Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-10T21:45:14.545Z] --- PASS: TestBuildMultiStageCopy (2.82s) [2020-09-10T21:45:14.545Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.56s) [2020-09-10T21:45:14.545Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s) [2020-09-10T21:45:14.545Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s) [2020-09-10T21:45:14.545Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.31s) [2020-09-10T21:45:14.545Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.33s) [2020-09-10T21:45:14.545Z] === RUN TestBuildMultiStageParentConfig [2020-09-10T21:45:15.333Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-10T21:45:15.570Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-09-10T21:45:15.570Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-09-10T21:45:15.583Z] --- PASS: TestBuildMultiStageParentConfig (0.79s) [2020-09-10T21:45:15.583Z] === RUN TestBuildLabelWithTargets [2020-09-10T21:45:16.136Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-09-10T21:45:16.622Z] --- PASS: TestBuildLabelWithTargets (1.30s) [2020-09-10T21:45:16.622Z] === RUN TestBuildWithEmptyLayers [2020-09-10T21:45:17.251Z] --- PASS: TestInspect (3.69s) [2020-09-10T21:45:17.251Z] === RUN TestCreateJob [2020-09-10T21:45:17.262Z] --- PASS: TestBuildWithEmptyLayers (0.61s) [2020-09-10T21:45:17.262Z] === RUN TestBuildMultiStageOnBuild [2020-09-10T21:45:18.637Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-10T21:45:18.667Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-09-10T21:45:19.346Z] --- PASS: TestBuildMultiStageOnBuild (1.76s) [2020-09-10T21:45:19.346Z] === RUN TestBuildUncleanTarFilenames [2020-09-10T21:45:19.601Z] === RUN TestDockerSuite/TestRmiBlank [2020-09-10T21:45:19.601Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-09-10T21:45:19.601Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-09-10T21:45:19.983Z] --- PASS: TestBuildUncleanTarFilenames (0.93s) [2020-09-10T21:45:19.983Z] === RUN TestBuildMultiStageLayerLeak [2020-09-10T21:45:21.740Z] --- PASS: TestCreateJob (4.34s) [2020-09-10T21:45:21.740Z] === RUN TestReplicatedJob [2020-09-10T21:45:21.819Z] ok github.com/docker/docker/daemon/cluster 0.057s coverage: 0.5% of statements [2020-09-10T21:45:21.940Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-10T21:45:22.078Z] --- PASS: TestBuildMultiStageLayerLeak (1.77s) [2020-09-10T21:45:22.078Z] === RUN TestBuildWithHugeFile [2020-09-10T21:45:22.884Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-09-10T21:45:23.196Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-09-10T21:45:23.818Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-09-10T21:45:24.077Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-09-10T21:45:25.100Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.9% of statements [2020-09-10T21:45:25.450Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-09-10T21:45:26.016Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-09-10T21:45:27.391Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-09-10T21:45:27.957Z] === RUN TestDockerSuite/TestRmiTag [2020-09-10T21:45:27.957Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-09-10T21:45:28.523Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-09-10T21:45:28.534Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-10T21:45:29.923Z] --- PASS: TestDockerNetworkMacvlan (18.09s) [2020-09-10T21:45:29.923Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2020-09-10T21:45:29.923Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-09-10T21:45:29.923Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.94s) [2020-09-10T21:45:29.923Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.00s) [2020-09-10T21:45:29.923Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.69s) [2020-09-10T21:45:29.923Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.33s) [2020-09-10T21:45:29.923Z] PASS [2020-09-10T21:45:29.923Z] [2020-09-10T21:45:29.923Z] DONE 8 tests in 20.400s [2020-09-10T21:45:29.923Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-10T21:45:29.923Z] ++ 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-09-10T21:45:29.923Z] ++ set -e [2020-09-10T21:45:29.923Z] ++ '[' -n 0 ']' [2020-09-10T21:45:29.923Z] ++ set -x [2020-09-10T21:45:29.923Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:45:30.184Z] testing: warning: no tests to run [2020-09-10T21:45:30.184Z] PASS [2020-09-10T21:45:30.184Z] [2020-09-10T21:45:30.184Z] DONE 0 tests in 0.027s [2020-09-10T21:45:30.184Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-10T21:45:30.184Z] ++ 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-09-10T21:45:30.184Z] ++ set -e [2020-09-10T21:45:30.184Z] ++ '[' -n 0 ']' [2020-09-10T21:45:30.184Z] ++ set -x [2020-09-10T21:45:30.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=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:45:30.184Z] INFO: Testing against a local daemon [2020-09-10T21:45:30.184Z] === RUN TestAuthZPluginAllowRequest [2020-09-10T21:45:30.209Z] --- PASS: TestReplicatedJob (7.21s) [2020-09-10T21:45:30.209Z] === RUN TestUpdateReplicatedJob [2020-09-10T21:45:32.102Z] --- PASS: TestAuthZPluginAllowRequest (1.75s) [2020-09-10T21:45:32.102Z] === RUN TestAuthZPluginTLS [2020-09-10T21:45:32.674Z] --- PASS: TestAuthZPluginTLS (0.68s) [2020-09-10T21:45:32.674Z] === RUN TestAuthZPluginDenyRequest [2020-09-10T21:45:32.728Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-09-10T21:45:32.728Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-09-10T21:45:33.216Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 14.1% of statements [2020-09-10T21:45:33.246Z] --- PASS: TestAuthZPluginDenyRequest (0.64s) [2020-09-10T21:45:33.247Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-10T21:45:33.293Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-09-10T21:45:33.551Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-09-10T21:45:33.726Z] --- PASS: TestUpdateReplicatedJob (4.48s) [2020-09-10T21:45:33.726Z] === RUN TestServiceListWithStatuses [2020-09-10T21:45:33.726Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-09-10T21:45:33.726Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-10T21:45:33.726Z] === RUN TestDockerNetworkConnectAlias [2020-09-10T21:45:34.189Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s) [2020-09-10T21:45:34.190Z] === RUN TestAuthZPluginDenyResponse [2020-09-10T21:45:34.594Z] ok github.com/docker/docker/daemon 12.183s coverage: 17.4% of statements [2020-09-10T21:45:34.594Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-10T21:45:34.594Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-10T21:45:34.762Z] --- PASS: TestAuthZPluginDenyResponse (0.67s) [2020-09-10T21:45:34.762Z] === RUN TestAuthZPluginAllowEventStream [2020-09-10T21:45:34.924Z] === RUN TestDockerSuite/TestRunAddHost [2020-09-10T21:45:35.162Z] ok github.com/docker/docker/daemon/config 0.074s coverage: 81.8% of statements [2020-09-10T21:45:35.182Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-09-10T21:45:35.440Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-09-10T21:45:36.006Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-09-10T21:45:36.006Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-09-10T21:45:36.099Z] ok github.com/docker/docker/daemon/discovery 0.009s coverage: 30.0% of statements [2020-09-10T21:45:36.099Z] ok github.com/docker/docker/daemon/events 0.075s coverage: 50.0% of statements [2020-09-10T21:45:36.099Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-10T21:45:36.099Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-10T21:45:36.572Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-09-10T21:45:36.679Z] --- PASS: TestAuthZPluginAllowEventStream (1.74s) [2020-09-10T21:45:36.679Z] === RUN TestAuthZPluginErrorResponse [2020-09-10T21:45:36.941Z] --- PASS: TestAuthZPluginErrorResponse (0.66s) [2020-09-10T21:45:36.941Z] === RUN TestAuthZPluginErrorRequest [2020-09-10T21:45:37.138Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-09-10T21:45:37.477Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2020-09-10T21:45:37.704Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-09-10T21:45:37.886Z] --- PASS: TestAuthZPluginErrorRequest (0.64s) [2020-09-10T21:45:37.886Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-10T21:45:38.271Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-09-10T21:45:38.459Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.66s) [2020-09-10T21:45:38.459Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-10T21:45:38.837Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-09-10T21:45:39.382Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.296s coverage: 73.1% of statements [2020-09-10T21:45:39.772Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-09-10T21:45:40.319Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.038s coverage: 2.9% of statements [2020-09-10T21:45:40.707Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-09-10T21:45:41.009Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.21s) [2020-09-10T21:45:41.009Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-10T21:45:41.255Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.422s coverage: 57.0% of statements [2020-09-10T21:45:42.081Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-09-10T21:45:42.205Z] --- PASS: TestDockerNetworkConnectAlias (8.13s) [2020-09-10T21:45:42.205Z] === RUN TestDockerNetworkReConnect [2020-09-10T21:45:42.927Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.27s) [2020-09-10T21:45:42.927Z] === RUN TestAuthZPluginHeader [2020-09-10T21:45:43.016Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-09-10T21:45:43.160Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.8% of statements [2020-09-10T21:45:43.582Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-09-10T21:45:43.871Z] --- PASS: TestAuthZPluginHeader (0.99s) [2020-09-10T21:45:43.871Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-10T21:45:43.871Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-10T21:45:43.871Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:45:43.871Z] === RUN TestAuthZPluginV2Disable [2020-09-10T21:45:43.871Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-10T21:45:43.871Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:45:43.871Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-10T21:45:43.871Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-10T21:45:43.871Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:45:43.871Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-10T21:45:43.871Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-10T21:45:43.871Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:45:43.871Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-10T21:45:44.148Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-09-10T21:45:44.715Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-09-10T21:45:45.076Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.310s coverage: 49.5% of statements [2020-09-10T21:45:45.649Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-09-10T21:45:46.015Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.815s coverage: 46.2% of statements [2020-09-10T21:45:46.015Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-10T21:45:46.215Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-09-10T21:45:47.148Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-09-10T21:45:47.394Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.654s coverage: 57.7% of statements [2020-09-10T21:45:47.394Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-10T21:45:47.716Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-09-10T21:45:47.768Z] --- PASS: TestDockerNetworkReConnect (6.19s) [2020-09-10T21:45:47.768Z] === RUN TestServicePlugin [2020-09-10T21:45:47.768Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-10T21:45:47.768Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:45:47.768Z] === RUN TestServiceUpdateLabel [2020-09-10T21:45:47.962Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.304s coverage: 76.1% of statements [2020-09-10T21:45:47.962Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-10T21:45:47.974Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-09-10T21:45:48.540Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-09-10T21:45:48.540Z] === RUN TestDockerSuite/TestRunBindMounts [2020-09-10T21:45:48.898Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2020-09-10T21:45:49.855Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.015s coverage: 3.0% of statements [2020-09-10T21:45:50.442Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-09-10T21:45:50.790Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2020-09-10T21:45:51.009Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-09-10T21:45:51.283Z] --- PASS: TestServiceUpdateLabel (3.61s) [2020-09-10T21:45:51.283Z] === RUN TestServiceUpdateSecrets [2020-09-10T21:45:51.575Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-09-10T21:45:52.141Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-09-10T21:45:52.165Z] ok github.com/docker/docker/daemon/images 0.017s coverage: 4.8% of statements [2020-09-10T21:45:52.165Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-10T21:45:52.165Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-10T21:45:52.707Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-09-10T21:45:52.707Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-09-10T21:45:53.100Z] ok github.com/docker/docker/daemon/logger 0.226s coverage: 41.0% of statements [2020-09-10T21:45:53.273Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-09-10T21:45:53.531Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-09-10T21:45:54.097Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-09-10T21:45:54.474Z] ok github.com/docker/docker/daemon/logger/awslogs 0.232s coverage: 77.8% of statements [2020-09-10T21:45:54.474Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-10T21:45:54.474Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-10T21:45:54.474Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2020-09-10T21:45:54.664Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-09-10T21:45:55.230Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-09-10T21:45:55.230Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-09-10T21:45:55.411Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2020-09-10T21:45:55.670Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.028s coverage: 61.6% of statements [2020-09-10T21:45:55.800Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-09-10T21:45:55.800Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-09-10T21:45:55.929Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2020-09-10T21:45:56.740Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-09-10T21:45:57.305Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 75.2% of statements [2020-09-10T21:45:57.305Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-10T21:45:57.674Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-09-10T21:45:57.872Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.045s coverage: 37.7% of statements [2020-09-10T21:45:58.240Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-09-10T21:45:58.807Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-09-10T21:45:58.807Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-09-10T21:45:58.808Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.028s coverage: 33.3% of statements [2020-09-10T21:45:59.373Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-09-10T21:46:00.185Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 46.8% of statements [2020-09-10T21:46:00.308Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-09-10T21:46:00.752Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-09-10T21:46:01.320Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2020-09-10T21:46:01.320Z] ok github.com/docker/docker/daemon/logger/splunk 1.620s coverage: 82.5% of statements [2020-09-10T21:46:01.320Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-10T21:46:01.320Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-10T21:46:01.682Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-09-10T21:46:01.988Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.04s) [2020-09-10T21:46:01.988Z] PASS [2020-09-10T21:46:01.988Z] [2020-09-10T21:46:01.988Z] === Skipped [2020-09-10T21:46:01.988Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-10T21:46:01.988Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:46:01.988Z] [2020-09-10T21:46:01.988Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-10T21:46:01.988Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:46:01.988Z] [2020-09-10T21:46:01.988Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-10T21:46:01.988Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:46:01.988Z] [2020-09-10T21:46:01.988Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-10T21:46:01.988Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:46:01.988Z] [2020-09-10T21:46:01.988Z] [2020-09-10T21:46:01.988Z] DONE 17 tests, 4 skipped in 31.784s [2020-09-10T21:46:01.988Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-10T21:46:01.988Z] ++ 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-09-10T21:46:01.988Z] ++ set -e [2020-09-10T21:46:01.988Z] ++ '[' -n 0 ']' [2020-09-10T21:46:01.988Z] ++ set -x [2020-09-10T21:46:01.989Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:46:02.250Z] INFO: Testing against a local daemon [2020-09-10T21:46:02.250Z] === RUN TestPluginInvalidJSON [2020-09-10T21:46:02.250Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:46:02.250Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:46:02.250Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:46:02.250Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-09-10T21:46:02.250Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-10T21:46:02.250Z] === RUN TestPluginInstall [2020-09-10T21:46:02.250Z] === RUN TestPluginInstall/no_auth [2020-09-10T21:46:02.617Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-09-10T21:46:03.553Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-09-10T21:46:03.854Z] ok github.com/docker/docker/distribution/metadata 0.048s coverage: 48.2% of statements [2020-09-10T21:46:03.854Z] ok github.com/docker/docker/distribution 0.365s coverage: 21.9% of statements [2020-09-10T21:46:03.854Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-10T21:46:04.119Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-09-10T21:46:05.053Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-09-10T21:46:05.231Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-09-10T21:46:05.987Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-09-10T21:46:06.167Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2020-09-10T21:46:06.245Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-09-10T21:46:06.735Z] ok github.com/docker/docker/distribution/xfer 1.873s coverage: 85.1% of statements [2020-09-10T21:46:06.735Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-10T21:46:06.735Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2020-09-10T21:46:06.735Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-10T21:46:07.546Z] time="2020-09-10T21:46:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:46:07.546Z] time="2020-09-10T21:46:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a7956c63ad925f28e8eec6e6ce115dc3592cd8aeeaedd8fdc044fd144211ddf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:46:07.546Z] time="2020-09-10T21:46:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:46:07.546Z] time="2020-09-10T21:46:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a7956c63ad925f28e8eec6e6ce115dc3592cd8aeeaedd8fdc044fd144211ddf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:46:07.619Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-09-10T21:46:08.114Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-09-10T21:46:08.114Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-10T21:46:08.118Z] === RUN TestPluginInstall/with_htpasswd [2020-09-10T21:46:08.683Z] ok github.com/docker/docker/libcontainerd/queue 0.026s coverage: 100.0% of statements [2020-09-10T21:46:08.690Z] time="2020-09-10T21:46:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:46:08.690Z] time="2020-09-10T21:46:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5edeb5c0ac55408f4ffda6caaaf3e22af7dedc9254188b4b2af4301f8d591abc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:46:08.690Z] time="2020-09-10T21:46:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:46:08.690Z] time="2020-09-10T21:46:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5edeb5c0ac55408f4ffda6caaaf3e22af7dedc9254188b4b2af4301f8d591abc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:46:09.263Z] === RUN TestPluginInstall/with_insecure [2020-09-10T21:46:09.852Z] --- PASS: TestServiceUpdateSecrets (15.74s) [2020-09-10T21:46:09.852Z] === RUN TestServiceUpdateConfigs [2020-09-10T21:46:10.061Z] ok github.com/docker/docker/opts 0.022s coverage: 67.1% of statements [2020-09-10T21:46:10.061Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 50.0% of statements [2020-09-10T21:46:10.148Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-09-10T21:46:10.148Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-09-10T21:46:10.406Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-09-10T21:46:10.650Z] time="2020-09-10T21:46:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:46:10.650Z] time="2020-09-10T21:46:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a6e320dcea22e0e01b4236834ddcbffa56f158f2ef1ae875b0525d602634b833" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:46:10.650Z] time="2020-09-10T21:46:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:46:10.650Z] time="2020-09-10T21:46:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a6e320dcea22e0e01b4236834ddcbffa56f158f2ef1ae875b0525d602634b833" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:46:10.911Z] --- PASS: TestPluginInstall (8.69s) [2020-09-10T21:46:10.911Z] --- PASS: TestPluginInstall/no_auth (5.77s) [2020-09-10T21:46:10.911Z] --- PASS: TestPluginInstall/with_htpasswd (1.18s) [2020-09-10T21:46:10.912Z] --- PASS: TestPluginInstall/with_insecure (1.74s) [2020-09-10T21:46:10.912Z] plugin_test.go:157: [d3fe5180f6810] daemon is not started [2020-09-10T21:46:10.912Z] PASS [2020-09-10T21:46:10.912Z] [2020-09-10T21:46:10.912Z] DONE 6 tests in 8.939s [2020-09-10T21:46:10.912Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-10T21:46:10.912Z] ++ 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-09-10T21:46:10.912Z] ++ set -e [2020-09-10T21:46:10.912Z] ++ '[' -n 0 ']' [2020-09-10T21:46:10.912Z] ++ set -x [2020-09-10T21:46:10.912Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:46:11.173Z] INFO: Testing against a local daemon [2020-09-10T21:46:11.173Z] === RUN TestExternalGraphDriver [2020-09-10T21:46:11.173Z] === RUN TestExternalGraphDriver/json [2020-09-10T21:46:11.964Z] ok github.com/docker/docker/pkg/archive 0.303s coverage: 77.1% of statements [2020-09-10T21:46:12.306Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-09-10T21:46:12.532Z] ok github.com/docker/docker/pkg/authorization 0.163s coverage: 68.3% of statements [2020-09-10T21:46:12.791Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-09-10T21:46:13.050Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2020-09-10T21:46:13.241Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-09-10T21:46:13.727Z] === RUN TestExternalGraphDriver/spec [2020-09-10T21:46:15.144Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-09-10T21:46:16.085Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-09-10T21:46:16.276Z] === RUN TestExternalGraphDriver/pull [2020-09-10T21:46:16.334Z] ok github.com/docker/docker/pkg/chrootarchive 2.479s coverage: 43.2% of statements [2020-09-10T21:46:16.334Z] ok github.com/docker/docker/layer 7.057s coverage: 68.8% of statements [2020-09-10T21:46:16.334Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-10T21:46:16.334Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-10T21:46:16.334Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-10T21:46:16.334Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-10T21:46:16.334Z] ? github.com/docker/docker/oci [no test files] [2020-09-10T21:46:16.334Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-10T21:46:16.334Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-10T21:46:16.334Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-10T21:46:16.592Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2020-09-10T21:46:16.652Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-09-10T21:46:16.652Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-09-10T21:46:16.652Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-09-10T21:46:16.851Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-09-10T21:46:17.111Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2020-09-10T21:46:17.218Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-09-10T21:46:17.679Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2020-09-10T21:46:18.152Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-09-10T21:46:18.616Z] ok github.com/docker/docker/pkg/discovery/nodes 0.015s coverage: 93.8% of statements [2020-09-10T21:46:18.823Z] --- PASS: TestExternalGraphDriver (7.48s) [2020-09-10T21:46:18.823Z] --- PASS: TestExternalGraphDriver/json (2.39s) [2020-09-10T21:46:18.823Z] --- PASS: TestExternalGraphDriver/spec (2.67s) [2020-09-10T21:46:18.823Z] --- PASS: TestExternalGraphDriver/pull (2.25s) [2020-09-10T21:46:18.823Z] === RUN TestGraphdriverPluginV2 [2020-09-10T21:46:18.823Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-09-10T21:46:18.823Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:46:18.823Z] PASS [2020-09-10T21:46:18.823Z] [2020-09-10T21:46:18.823Z] === Skipped [2020-09-10T21:46:18.823Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-09-10T21:46:18.823Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:46:18.823Z] [2020-09-10T21:46:18.823Z] [2020-09-10T21:46:18.823Z] DONE 5 tests, 1 skipped in 7.689s [2020-09-10T21:46:18.823Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-10T21:46:18.823Z] ++ 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-09-10T21:46:18.823Z] ++ set -e [2020-09-10T21:46:18.823Z] ++ '[' -n 0 ']' [2020-09-10T21:46:18.823Z] ++ set -x [2020-09-10T21:46:18.823Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:46:18.823Z] INFO: Testing against a local daemon [2020-09-10T21:46:18.823Z] === RUN TestContinueAfterPluginCrash [2020-09-10T21:46:18.823Z] === PAUSE TestContinueAfterPluginCrash [2020-09-10T21:46:18.823Z] === RUN TestReadPluginNoRead [2020-09-10T21:46:18.823Z] === PAUSE TestReadPluginNoRead [2020-09-10T21:46:18.823Z] === RUN TestDaemonStartWithLogOpt [2020-09-10T21:46:18.823Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-10T21:46:18.823Z] === CONT TestContinueAfterPluginCrash [2020-09-10T21:46:18.823Z] === CONT TestDaemonStartWithLogOpt [2020-09-10T21:46:18.823Z] === CONT TestReadPluginNoRead [2020-09-10T21:46:18.874Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2020-09-10T21:46:19.050Z] --- PASS: TestBuildWithHugeFile (53.81s) [2020-09-10T21:46:19.050Z] === RUN TestBuildWithEmptyDockerfile [2020-09-10T21:46:19.050Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:46:19.050Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:46:19.050Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:46:19.050Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:46:19.050Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:46:19.050Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:46:19.050Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-10T21:46:19.050Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-10T21:46:19.050Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-10T21:46:19.050Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-09-10T21:46:19.050Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2020-09-10T21:46:19.050Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2020-09-10T21:46:19.050Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2020-09-10T21:46:19.050Z] === RUN TestBuildPreserveOwnership [2020-09-10T21:46:19.050Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-10T21:46:19.050Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-10T21:46:19.526Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-09-10T21:46:19.688Z] --- PASS: TestBuildPreserveOwnership (3.81s) [2020-09-10T21:46:19.688Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.45s) [2020-09-10T21:46:19.688Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.34s) [2020-09-10T21:46:19.688Z] === RUN TestBuildPlatformInvalid [2020-09-10T21:46:19.688Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2020-09-10T21:46:19.688Z] PASS [2020-09-10T21:46:19.688Z] [2020-09-10T21:46:19.688Z] === Skipped [2020-09-10T21:46:19.688Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-09-10T21:46:19.688Z] build_session_test.go:25: TODO: BuildKit [2020-09-10T21:46:19.688Z] [2020-09-10T21:46:19.688Z] [2020-09-10T21:46:19.688Z] DONE 32 tests, 1 skipped in 92.353s [2020-09-10T21:46:19.981Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-09-10T21:46:19.981Z] ++ 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-09-10T21:46:19.981Z] ++ set -e [2020-09-10T21:46:19.981Z] ++ '[' -n 0 ']' [2020-09-10T21:46:19.981Z] ++ set -x [2020-09-10T21:46:19.981Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:46:19.981Z] INFO: Testing against a local daemon [2020-09-10T21:46:19.981Z] === RUN TestConfigInspect [2020-09-10T21:46:20.248Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-09-10T21:46:20.841Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 89.5% of statements [2020-09-10T21:46:21.408Z] ok github.com/docker/docker/pkg/discovery/kv 3.059s coverage: 84.1% of statements [2020-09-10T21:46:21.408Z] ok github.com/docker/docker/pkg/fsutils 0.158s coverage: 85.1% of statements [2020-09-10T21:46:21.426Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-09-10T21:46:21.684Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-09-10T21:46:21.974Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 11.4% of statements [2020-09-10T21:46:22.075Z] --- PASS: TestConfigInspect (1.93s) [2020-09-10T21:46:22.075Z] === RUN TestConfigList [2020-09-10T21:46:22.910Z] ok github.com/docker/docker/pkg/idtools 0.484s coverage: 70.1% of statements [2020-09-10T21:46:23.039Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-10T21:46:23.058Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-09-10T21:46:23.169Z] ok github.com/docker/docker/pkg/ioutils 0.547s coverage: 70.6% of statements [2020-09-10T21:46:23.428Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2020-09-10T21:46:23.611Z] --- PASS: TestDaemonStartWithLogOpt (4.73s) [2020-09-10T21:46:23.624Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-09-10T21:46:23.624Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-09-10T21:46:23.687Z] ok github.com/docker/docker/pkg/locker 0.011s coverage: 88.9% of statements [2020-09-10T21:46:23.687Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-09-10T21:46:23.687Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-10T21:46:23.687Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-10T21:46:23.947Z] ok github.com/docker/docker/pkg/namesgenerator 0.018s coverage: 85.7% of statements [2020-09-10T21:46:23.947Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-10T21:46:24.175Z] --- PASS: TestConfigList (1.99s) [2020-09-10T21:46:24.175Z] === RUN TestConfigsCreateAndDelete [2020-09-10T21:46:24.205Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-09-10T21:46:24.217Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-09-10T21:46:24.463Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements [2020-09-10T21:46:24.721Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2020-09-10T21:46:24.980Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-09-10T21:46:24.980Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-10T21:46:24.980Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-10T21:46:24.996Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-10T21:46:25.153Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-09-10T21:46:25.153Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-09-10T21:46:25.203Z] --- PASS: TestServiceUpdateConfigs (15.75s) [2020-09-10T21:46:25.203Z] === RUN TestServiceUpdateNetwork [2020-09-10T21:46:25.697Z] --- PASS: TestConfigsCreateAndDelete (1.94s) [2020-09-10T21:46:25.697Z] === RUN TestConfigsUpdate [2020-09-10T21:46:25.917Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2020-09-10T21:46:26.087Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-09-10T21:46:26.345Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-09-10T21:46:26.382Z] === RUN TestReadPluginNoRead/default [2020-09-10T21:46:26.485Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-09-10T21:46:26.912Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-09-10T21:46:27.053Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-09-10T21:46:27.053Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-09-10T21:46:27.479Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-09-10T21:46:27.479Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-09-10T21:46:27.777Z] --- PASS: TestConfigsUpdate (1.88s) [2020-09-10T21:46:27.777Z] === RUN TestTemplatedConfig [2020-09-10T21:46:28.300Z] --- PASS: TestReadPluginNoRead (9.50s) [2020-09-10T21:46:28.300Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.80s) [2020-09-10T21:46:28.300Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.72s) [2020-09-10T21:46:28.300Z] --- PASS: TestReadPluginNoRead/default (1.78s) [2020-09-10T21:46:28.300Z] read_test.go:92: [d5c67301370a9] daemon is not started [2020-09-10T21:46:28.413Z] === RUN TestDockerSuite/TestRunEnvironment [2020-09-10T21:46:28.427Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2020-09-10T21:46:28.672Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-09-10T21:46:28.686Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-09-10T21:46:28.872Z] --- PASS: TestContinueAfterPluginCrash (10.08s) [2020-09-10T21:46:28.872Z] PASS [2020-09-10T21:46:28.872Z] [2020-09-10T21:46:28.872Z] DONE 6 tests in 10.247s [2020-09-10T21:46:28.872Z] 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-09-10T21:46:28.872Z] ++ 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-09-10T21:46:28.872Z] ++ set -e [2020-09-10T21:46:28.872Z] ++ '[' -n 0 ']' [2020-09-10T21:46:28.872Z] ++ set -x [2020-09-10T21:46:28.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:46:28.872Z] testing: warning: no tests to run [2020-09-10T21:46:28.872Z] PASS [2020-09-10T21:46:28.872Z] [2020-09-10T21:46:28.872Z] DONE 0 tests in 0.051s [2020-09-10T21:46:28.872Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-10T21:46:28.872Z] ++ 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-09-10T21:46:28.872Z] ++ set -e [2020-09-10T21:46:28.872Z] ++ '[' -n 0 ']' [2020-09-10T21:46:28.872Z] ++ set -x [2020-09-10T21:46:28.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:46:29.134Z] INFO: Testing against a local daemon [2020-09-10T21:46:29.134Z] === RUN TestPluginWithDevMounts [2020-09-10T21:46:29.134Z] === PAUSE TestPluginWithDevMounts [2020-09-10T21:46:29.134Z] === CONT TestPluginWithDevMounts [2020-09-10T21:46:29.238Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-09-10T21:46:29.805Z] === RUN TestDockerSuite/TestRunExitCode [2020-09-10T21:46:30.372Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-09-10T21:46:30.526Z] --- PASS: TestTemplatedConfig (2.46s) [2020-09-10T21:46:30.526Z] === RUN TestConfigCreateResolve [2020-09-10T21:46:30.938Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-09-10T21:46:31.504Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-09-10T21:46:31.681Z] --- PASS: TestPluginWithDevMounts (2.17s) [2020-09-10T21:46:31.681Z] PASS [2020-09-10T21:46:31.681Z] [2020-09-10T21:46:31.681Z] DONE 1 tests in 2.333s [2020-09-10T21:46:31.681Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-10T21:46:31.681Z] ++ 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-09-10T21:46:31.681Z] ++ set -e [2020-09-10T21:46:31.681Z] ++ '[' -n 0 ']' [2020-09-10T21:46:31.681Z] ++ set -x [2020-09-10T21:46:31.681Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:46:31.681Z] INFO: Testing against a local daemon [2020-09-10T21:46:31.681Z] === RUN TestSecretInspect [2020-09-10T21:46:31.763Z] === RUN TestDockerSuite/TestRunExposePort [2020-09-10T21:46:31.971Z] ok github.com/docker/docker/pkg/signal 2.403s coverage: 61.0% of statements [2020-09-10T21:46:31.971Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-09-10T21:46:32.021Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-09-10T21:46:32.059Z] --- PASS: TestConfigCreateResolve (1.95s) [2020-09-10T21:46:32.059Z] === RUN TestConfigDaemonLibtrustID [2020-09-10T21:46:32.230Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-09-10T21:46:32.489Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-09-10T21:46:32.587Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-09-10T21:46:32.696Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-09-10T21:46:32.696Z] PASS [2020-09-10T21:46:32.696Z] [2020-09-10T21:46:32.696Z] DONE 7 tests in 12.780s [2020-09-10T21:46:32.696Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-09-10T21:46:32.696Z] ++ 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-09-10T21:46:32.696Z] ++ set -e [2020-09-10T21:46:32.696Z] ++ '[' -n 0 ']' [2020-09-10T21:46:32.696Z] ++ set -x [2020-09-10T21:46:32.696Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:46:32.696Z] INFO: Testing against a local daemon [2020-09-10T21:46:32.696Z] === RUN TestCheckpoint [2020-09-10T21:46:32.696Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-10T21:46:32.696Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-10T21:46:32.696Z] === RUN TestContainerInvalidJSON [2020-09-10T21:46:32.696Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:46:32.696Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:46:32.696Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:46:32.696Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:46:32.696Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:46:32.696Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:46:32.696Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-10T21:46:32.696Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-10T21:46:32.696Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-10T21:46:32.696Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-10T21:46:32.696Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-10T21:46:32.696Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-10T21:46:32.696Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-10T21:46:32.696Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-10T21:46:32.696Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-09-10T21:46:32.696Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-10T21:46:32.749Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2020-09-10T21:46:32.992Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-09-10T21:46:32.992Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-10T21:46:32.992Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2020-09-10T21:46:32.992Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-10T21:46:32.992Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2020-09-10T21:46:32.992Z] === RUN TestCopyFromContainer [2020-09-10T21:46:33.154Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-09-10T21:46:33.317Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.6% of statements [2020-09-10T21:46:33.886Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 36.9% of statements [2020-09-10T21:46:34.144Z] ok github.com/docker/docker/pkg/tailfile 0.086s coverage: 88.6% of statements [2020-09-10T21:46:34.511Z] === RUN TestCopyFromContainer// [2020-09-10T21:46:34.511Z] === RUN TestCopyFromContainer//bar/root [2020-09-10T21:46:34.511Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-10T21:46:34.511Z] === RUN TestCopyFromContainer/bar/quux [2020-09-10T21:46:34.511Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-10T21:46:34.511Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-10T21:46:34.530Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-09-10T21:46:34.530Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-10T21:46:34.530Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-09-10T21:46:34.805Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-10T21:46:34.805Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-10T21:46:34.805Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-10T21:46:34.805Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-10T21:46:34.985Z] --- PASS: TestSecretInspect (3.24s) [2020-09-10T21:46:34.985Z] === RUN TestSecretList [2020-09-10T21:46:35.081Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2020-09-10T21:46:35.081Z] testing: warning: no tests to run [2020-09-10T21:46:35.081Z] coverage: [no statements] [2020-09-10T21:46:35.081Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-09-10T21:46:35.099Z] --- PASS: TestCopyFromContainer (1.96s) [2020-09-10T21:46:35.099Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-09-10T21:46:35.099Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2020-09-10T21:46:35.099Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-09-10T21:46:35.099Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2020-09-10T21:46:35.099Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-09-10T21:46:35.099Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-09-10T21:46:35.099Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-09-10T21:46:35.099Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-09-10T21:46:35.099Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-09-10T21:46:35.099Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-09-10T21:46:35.099Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-10T21:46:35.099Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:46:35.099Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:46:35.099Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:46:35.099Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:46:35.099Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:46:35.099Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:46:35.099Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-10T21:46:35.099Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-10T21:46:35.099Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-10T21:46:35.099Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-09-10T21:46:35.099Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-09-10T21:46:35.099Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-09-10T21:46:35.099Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-09-10T21:46:35.099Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-10T21:46:35.099Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-09-10T21:46:35.099Z] === RUN TestCreateWithInvalidEnv [2020-09-10T21:46:35.099Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-10T21:46:35.099Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-10T21:46:35.099Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-10T21:46:35.099Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-10T21:46:35.099Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-10T21:46:35.099Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-10T21:46:35.099Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-10T21:46:35.099Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-10T21:46:35.099Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-10T21:46:35.099Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-10T21:46:35.099Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-10T21:46:35.099Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-10T21:46:35.099Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-10T21:46:35.099Z] === RUN TestCreateTmpfsMountsTarget [2020-09-10T21:46:35.099Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-09-10T21:46:35.099Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-10T21:46:35.340Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-09-10T21:46:35.600Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-09-10T21:46:35.859Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-09-10T21:46:36.621Z] --- PASS: TestCreateWithCustomMaskedPaths (1.49s) [2020-09-10T21:46:36.621Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-10T21:46:37.060Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-09-10T21:46:37.531Z] --- PASS: TestSecretList (2.72s) [2020-09-10T21:46:37.531Z] === RUN TestSecretsCreateAndDelete [2020-09-10T21:46:37.626Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-09-10T21:46:37.762Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.1% of statements [2020-09-10T21:46:38.136Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.58s) [2020-09-10T21:46:38.136Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-10T21:46:38.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:46:38.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:46:38.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:46:38.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:46:38.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:46:38.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:46:38.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:46:38.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:46:38.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:46:38.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:46:38.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-10T21:46:38.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-10T21:46:38.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-10T21:46:38.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-10T21:46:38.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-10T21:46:38.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-10T21:46:38.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-09-10T21:46:38.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-09-10T21:46:38.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-09-10T21:46:38.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-09-10T21:46:38.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-10T21:46:38.136Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-10T21:46:38.331Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-09-10T21:46:38.775Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.50s) [2020-09-10T21:46:38.775Z] === RUN TestCreateDifferentPlatform [2020-09-10T21:46:38.775Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-10T21:46:38.775Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-10T21:46:38.775Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-09-10T21:46:38.775Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-10T21:46:38.775Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-10T21:46:38.775Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-10T21:46:38.775Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-09-10T21:46:38.775Z] === RUN TestContainerStartOnDaemonRestart [2020-09-10T21:46:38.775Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-10T21:46:38.775Z] === RUN TestDaemonRestartIpcMode [2020-09-10T21:46:38.775Z] === PAUSE TestDaemonRestartIpcMode [2020-09-10T21:46:38.775Z] === RUN TestDaemonHostGatewayIP [2020-09-10T21:46:38.775Z] === PAUSE TestDaemonHostGatewayIP [2020-09-10T21:46:38.775Z] === RUN TestContainerKillOnDaemonStart [2020-09-10T21:46:38.775Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-10T21:46:38.775Z] === RUN TestDiff [2020-09-10T21:46:39.266Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-09-10T21:46:39.420Z] --- PASS: TestDiff (0.52s) [2020-09-10T21:46:39.420Z] === RUN TestExecWithCloseStdin [2020-09-10T21:46:39.525Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-09-10T21:46:39.527Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-09-10T21:46:40.056Z] --- PASS: TestExecWithCloseStdin (0.62s) [2020-09-10T21:46:40.056Z] === RUN TestExec [2020-09-10T21:46:40.554Z] --- PASS: TestServiceUpdateNetwork (16.04s) [2020-09-10T21:46:40.554Z] === RUN TestServiceUpdatePidsLimit [2020-09-10T21:46:40.554Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-10T21:46:40.691Z] --- PASS: TestExec (0.64s) [2020-09-10T21:46:40.691Z] === RUN TestExecUser [2020-09-10T21:46:40.834Z] --- PASS: TestSecretsCreateAndDelete (3.24s) [2020-09-10T21:46:40.834Z] === RUN TestSecretsUpdate [2020-09-10T21:46:41.185Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-10T21:46:41.327Z] --- PASS: TestExecUser (0.61s) [2020-09-10T21:46:41.327Z] === RUN TestExportContainerAndImportImage [2020-09-10T21:46:41.428Z] ok github.com/docker/docker/registry 0.079s coverage: 56.3% of statements [2020-09-10T21:46:41.687Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-09-10T21:46:41.946Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2020-09-10T21:46:41.966Z] --- PASS: TestExportContainerAndImportImage (0.86s) [2020-09-10T21:46:41.966Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-10T21:46:42.513Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-09-10T21:46:42.772Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-09-10T21:46:43.485Z] --- PASS: TestExportContainerAfterDaemonRestart (1.47s) [2020-09-10T21:46:43.485Z] === RUN TestHealthCheckWorkdir [2020-09-10T21:46:44.136Z] --- PASS: TestSecretsUpdate (3.23s) [2020-09-10T21:46:44.136Z] === RUN TestTemplatedSecret [2020-09-10T21:46:44.529Z] --- PASS: TestHealthCheckWorkdir (0.77s) [2020-09-10T21:46:44.529Z] === RUN TestHealthKillContainer [2020-09-10T21:46:44.790Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-09-10T21:46:45.307Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-09-10T21:46:46.244Z] ok github.com/docker/docker/volume/local 0.006s coverage: 73.0% of statements [2020-09-10T21:46:46.691Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-09-10T21:46:46.812Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 66.9% of statements [2020-09-10T21:46:47.281Z] --- PASS: TestHealthKillContainer (2.67s) [2020-09-10T21:46:47.281Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-10T21:46:47.440Z] --- PASS: TestTemplatedSecret (3.39s) [2020-09-10T21:46:47.440Z] === RUN TestSecretCreateResolve [2020-09-10T21:46:47.575Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s) [2020-09-10T21:46:47.575Z] === RUN TestIpcModeNone [2020-09-10T21:46:47.748Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.1% of statements [2020-09-10T21:46:48.071Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-10T21:46:48.214Z] --- PASS: TestIpcModeNone (0.64s) [2020-09-10T21:46:48.214Z] === RUN TestIpcModePrivate [2020-09-10T21:46:48.854Z] --- PASS: TestIpcModePrivate (0.66s) [2020-09-10T21:46:48.854Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-09-10T21:46:48.854Z] === RUN TestIpcModeShareable [2020-09-10T21:46:49.219Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-09-10T21:46:49.477Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-09-10T21:46:49.545Z] --- PASS: TestIpcModeShareable (0.64s) [2020-09-10T21:46:49.545Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-09-10T21:46:49.545Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-10T21:46:50.411Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-09-10T21:46:50.741Z] --- PASS: TestSecretCreateResolve (3.17s) [2020-09-10T21:46:50.741Z] PASS [2020-09-10T21:46:50.741Z] [2020-09-10T21:46:50.741Z] DONE 6 tests in 19.144s [2020-09-10T21:46:50.741Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-09-10T21:46:50.741Z] ++ 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-09-10T21:46:50.741Z] ++ set -e [2020-09-10T21:46:50.741Z] ++ '[' -n 0 ']' [2020-09-10T21:46:50.741Z] ++ set -x [2020-09-10T21:46:50.742Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:46:50.742Z] INFO: Testing against a local daemon [2020-09-10T21:46:50.742Z] === RUN TestServiceCreateInit [2020-09-10T21:46:50.742Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-10T21:46:51.077Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.79s) [2020-09-10T21:46:51.077Z] === RUN TestAPIIpcModeHost [2020-09-10T21:46:51.345Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-09-10T21:46:51.345Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-09-10T21:46:51.345Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-09-10T21:46:51.345Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-09-10T21:46:51.719Z] --- PASS: TestAPIIpcModeHost (0.47s) [2020-09-10T21:46:51.719Z] === RUN TestDaemonIpcModeShareable [2020-09-10T21:46:52.278Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-09-10T21:46:52.536Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-09-10T21:46:53.259Z] --- PASS: TestDaemonIpcModeShareable (1.37s) [2020-09-10T21:46:53.259Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-09-10T21:46:53.259Z] === RUN TestDaemonIpcModePrivate [2020-09-10T21:46:54.304Z] --- PASS: TestDaemonIpcModePrivate (1.37s) [2020-09-10T21:46:54.304Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-10T21:46:54.304Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-10T21:46:54.451Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-09-10T21:46:55.834Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.38s) [2020-09-10T21:46:55.834Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-10T21:46:55.834Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-10T21:46:55.857Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-09-10T21:46:56.034Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-10T21:46:56.114Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-09-10T21:46:56.537Z] --- PASS: TestServiceUpdatePidsLimit (17.75s) [2020-09-10T21:46:56.537Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.81s) [2020-09-10T21:46:56.537Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.14s) [2020-09-10T21:46:56.537Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s) [2020-09-10T21:46:56.537Z] PASS [2020-09-10T21:46:56.537Z] [2020-09-10T21:46:56.537Z] === Skipped [2020-09-10T21:46:56.537Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2020-09-10T21:46:56.537Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-10T21:46:56.537Z] [2020-09-10T21:46:56.537Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-09-10T21:46:56.537Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:46:56.537Z] [2020-09-10T21:46:56.537Z] [2020-09-10T21:46:56.537Z] DONE 27 tests, 2 skipped in 174.508s [2020-09-10T21:46:56.537Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-09-10T21:46:56.537Z] ++ 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-09-10T21:46:56.537Z] ++ set -e [2020-09-10T21:46:56.537Z] ++ '[' -n 0 ']' [2020-09-10T21:46:56.537Z] ++ set -x [2020-09-10T21:46:56.537Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:46:56.827Z] INFO: Testing against a local daemon [2020-09-10T21:46:56.827Z] === RUN TestSessionCreate [2020-09-10T21:46:56.827Z] --- PASS: TestSessionCreate (0.02s) [2020-09-10T21:46:56.827Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-10T21:46:56.827Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-09-10T21:46:56.827Z] PASS [2020-09-10T21:46:56.827Z] [2020-09-10T21:46:56.827Z] DONE 2 tests in 0.217s [2020-09-10T21:46:56.827Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-09-10T21:46:56.827Z] ++ 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-09-10T21:46:56.827Z] ++ set -e [2020-09-10T21:46:56.827Z] ++ '[' -n 0 ']' [2020-09-10T21:46:56.827Z] ++ set -x [2020-09-10T21:46:56.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=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:46:57.118Z] INFO: Testing against a local daemon [2020-09-10T21:46:57.118Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-10T21:46:57.118Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-10T21:46:57.118Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-10T21:46:57.118Z] === RUN TestEventsExecDie [2020-09-10T21:46:57.353Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.40s) [2020-09-10T21:46:57.353Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-09-10T21:46:57.353Z] === RUN TestIpcModeOlderClient [2020-09-10T21:46:57.353Z] === PAUSE TestIpcModeOlderClient [2020-09-10T21:46:57.353Z] === RUN TestKillContainerInvalidSignal [2020-09-10T21:46:57.489Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-09-10T21:46:57.646Z] --- PASS: TestKillContainerInvalidSignal (0.52s) [2020-09-10T21:46:57.646Z] === RUN TestKillContainer [2020-09-10T21:46:57.646Z] === RUN TestKillContainer/no_signal [2020-09-10T21:46:58.151Z] --- PASS: TestEventsExecDie (0.92s) [2020-09-10T21:46:58.151Z] === RUN TestEventsBackwardsCompatible [2020-09-10T21:46:58.151Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2020-09-10T21:46:58.151Z] === RUN TestInfoBinaryCommits [2020-09-10T21:46:58.151Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-09-10T21:46:58.151Z] === RUN TestInfoAPIVersioned [2020-09-10T21:46:58.151Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-10T21:46:58.151Z] === RUN TestInfoDiscoveryBackend [2020-09-10T21:46:58.281Z] === RUN TestKillContainer/non_killing_signal [2020-09-10T21:46:58.455Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-09-10T21:46:58.455Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-10T21:46:58.581Z] === RUN TestKillContainer/killing_signal [2020-09-10T21:46:58.863Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-09-10T21:46:59.220Z] --- PASS: TestKillContainer (1.60s) [2020-09-10T21:46:59.220Z] --- PASS: TestKillContainer/no_signal (0.53s) [2020-09-10T21:46:59.220Z] --- PASS: TestKillContainer/non_killing_signal (0.38s) [2020-09-10T21:46:59.220Z] --- PASS: TestKillContainer/killing_signal (0.46s) [2020-09-10T21:46:59.220Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-10T21:46:59.220Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-10T21:46:59.506Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-10T21:46:59.506Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-10T21:46:59.857Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-10T21:46:59.964Z] ok github.com/docker/docker/pkg/plugins 33.622s coverage: 76.6% of statements [2020-09-10T21:46:59.964Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-10T21:46:59.964Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-10T21:46:59.964Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-10T21:46:59.964Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/rootless [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/volume [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-10T21:46:59.965Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === Skipped [2020-09-10T21:46:59.965Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-10T21:46:59.965Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-10T21:46:59.965Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:73: No driver to put! [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-10T21:46:59.965Z] time="2020-09-10T21:45:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-10T21:46:59.965Z] time="2020-09-10T21:45:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-10T21:46:59.965Z] time="2020-09-10T21:45:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-10T21:46:59.965Z] time="2020-09-10T21:45:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-10T21:46:59.965Z] time="2020-09-10T21:45:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:73: No driver to put! [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-10T21:46:59.965Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-10T21:46:59.965Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-10T21:46:59.965Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-10T21:46:59.965Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-10T21:46:59.965Z] graphtest_unix.go:73: No driver to put! [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-10T21:46:59.965Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-10T21:46:59.965Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] [2020-09-10T21:46:59.965Z] DONE 2142 tests, 26 skipped in 247.310s [2020-09-10T21:47:00.137Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-09-10T21:47:00.138Z] === RUN TestInfoAPI [2020-09-10T21:47:00.138Z] --- PASS: TestInfoAPI (0.02s) [2020-09-10T21:47:00.138Z] === RUN TestInfoAPIWarnings [2020-09-10T21:47:00.243Z] --- PASS: TestServiceCreateInit (9.66s) [2020-09-10T21:47:00.243Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.58s) [2020-09-10T21:47:00.243Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.05s) [2020-09-10T21:47:00.243Z] === RUN TestCreateServiceMultipleTimes [2020-09-10T21:47:00.493Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.06s) [2020-09-10T21:47:00.493Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.54s) [2020-09-10T21:47:00.493Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.34s) [2020-09-10T21:47:00.493Z] === RUN TestKillStoppedContainer [2020-09-10T21:47:00.493Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-09-10T21:47:00.493Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-10T21:47:00.493Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-09-10T21:47:00.493Z] === RUN TestKillDifferentUserContainer Post stage [Pipeline] junit [2020-09-10T21:47:00.543Z] Recording test results [2020-09-10T21:47:00.769Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-09-10T21:47:00.769Z] === RUN TestInfoDebug [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-09-10T21:47:01.060Z] --- PASS: TestInfoDebug (0.52s) [2020-09-10T21:47:01.060Z] === RUN TestInfoInsecureRegistries [2020-09-10T21:47:01.135Z] --- PASS: TestKillDifferentUserContainer (0.57s) [2020-09-10T21:47:01.135Z] === RUN TestInspectOomKilledTrue [2020-09-10T21:47:01.284Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41435/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ba228adc86da8be30d10d20f613989f5af5d3162 hack/validate/vendor [2020-09-10T21:47:01.691Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-09-10T21:47:01.691Z] === RUN TestInfoRegistryMirrors [2020-09-10T21:47:02.174Z] --- PASS: TestInspectOomKilledTrue (0.88s) [2020-09-10T21:47:02.174Z] === RUN TestInspectOomKilledFalse [2020-09-10T21:47:02.325Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-09-10T21:47:02.325Z] === RUN TestLoginFailsWithBadCredentials [2020-09-10T21:47:02.468Z] --- PASS: TestInspectOomKilledFalse (0.50s) [2020-09-10T21:47:02.468Z] === RUN TestLinksEtcHostsContentMatch [2020-09-10T21:47:02.762Z] --- PASS: TestLinksEtcHostsContentMatch (0.39s) [2020-09-10T21:47:02.762Z] === RUN TestLinksContainerNames [2020-09-10T21:47:02.955Z] --- PASS: TestLoginFailsWithBadCredentials (0.67s) [2020-09-10T21:47:02.955Z] === RUN TestPingCacheHeaders [2020-09-10T21:47:02.955Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-09-10T21:47:02.955Z] === RUN TestPingGet [2020-09-10T21:47:02.955Z] --- PASS: TestPingGet (0.01s) [2020-09-10T21:47:02.955Z] === RUN TestPingHead [2020-09-10T21:47:02.955Z] --- PASS: TestPingHead (0.01s) [2020-09-10T21:47:02.955Z] === RUN TestVersion [2020-09-10T21:47:02.955Z] --- PASS: TestVersion (0.02s) [2020-09-10T21:47:02.955Z] PASS [2020-09-10T21:47:02.955Z] [2020-09-10T21:47:02.955Z] === Skipped [2020-09-10T21:47:02.955Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-10T21:47:02.955Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-10T21:47:02.955Z] [2020-09-10T21:47:02.955Z] [2020-09-10T21:47:02.955Z] DONE 18 tests, 1 skipped in 6.026s [2020-09-10T21:47:02.955Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-09-10T21:47:02.955Z] ++ 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-09-10T21:47:02.955Z] ++ set -e [2020-09-10T21:47:02.955Z] ++ '[' -n 0 ']' [2020-09-10T21:47:02.955Z] ++ set -x [2020-09-10T21:47:02.956Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:47:02.956Z] INFO: Testing against a local daemon [2020-09-10T21:47:02.956Z] === RUN TestVolumesCreateAndList [2020-09-10T21:47:02.956Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-09-10T21:47:02.956Z] === RUN TestVolumesRemove [2020-09-10T21:47:03.047Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-09-10T21:47:03.047Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-09-10T21:47:03.185Z] No vendor changes in diff. [2020-09-10T21:47:03.248Z] --- PASS: TestVolumesRemove (0.12s) [2020-09-10T21:47:03.248Z] === RUN TestVolumesInspect [2020-09-10T21:47:03.248Z] --- PASS: TestVolumesInspect (0.01s) [2020-09-10T21:47:03.248Z] === RUN TestVolumesInvalidJSON [2020-09-10T21:47:03.248Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-10T21:47:03.248Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-10T21:47:03.248Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-10T21:47:03.248Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-10T21:47:03.248Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-10T21:47:03.248Z] PASS [2020-09-10T21:47:03.248Z] [2020-09-10T21:47:03.248Z] DONE 5 tests in 0.284s [2020-09-10T21:47:03.248Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-10T21:47:03.248Z] ++++ cat bundles/test-integration/docker.pid [2020-09-10T21:47:03.248Z] +++ kill 11997 [2020-09-10T21:47:03.305Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-09-10T21:47:03.563Z] === RUN TestDockerSuite/TestRunModeHostname [2020-09-10T21:47:03.772Z] + echo Building e2e image [2020-09-10T21:47:03.772Z] Building e2e image [2020-09-10T21:47:03.772Z] + docker build --build-arg DOCKER_GITCOMMIT=ba228adc86da8be30d10d20f613989f5af5d3162 -t moby-e2e-test -f Dockerfile.e2e . [2020-09-10T21:47:03.772Z] #2 [internal] load .dockerignore [2020-09-10T21:47:03.772Z] #2 transferring context: 34B done [2020-09-10T21:47:03.772Z] #2 DONE 0.0s [2020-09-10T21:47:03.772Z] [2020-09-10T21:47:03.772Z] #1 [internal] load build definition from Dockerfile.e2e [2020-09-10T21:47:03.772Z] #1 transferring dockerfile: 3.21kB done [2020-09-10T21:47:03.772Z] #1 DONE 0.0s [2020-09-10T21:47:03.772Z] [2020-09-10T21:47:03.772Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine [2020-09-10T21:47:03.805Z] --- PASS: TestLinksContainerNames (0.99s) [2020-09-10T21:47:03.805Z] === RUN TestLogsFollowTailEmpty [2020-09-10T21:47:04.032Z] #4 DONE 0.4s [2020-09-10T21:47:04.032Z] [2020-09-10T21:47:04.032Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-09-10T21:47:04.032Z] #3 DONE 0.3s [2020-09-10T21:47:04.291Z] [2020-09-10T21:47:04.291Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-10T21:47:04.291Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done [2020-09-10T21:47:04.291Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done [2020-09-10T21:47:04.291Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done [2020-09-10T21:47:04.291Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done [2020-09-10T21:47:04.291Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0B / 282.60kB 0.0s [2020-09-10T21:47:04.291Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 0B / 155B 0.0s [2020-09-10T21:47:04.291Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 0B / 127.34MB 0.0s [2020-09-10T21:47:04.291Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done [2020-09-10T21:47:04.291Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 0B / 126B 0.1s [2020-09-10T21:47:04.440Z] --- PASS: TestLogsFollowTailEmpty (0.54s) [2020-09-10T21:47:04.440Z] === RUN TestContainerNetworkMountsNoChown [2020-09-10T21:47:04.496Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-09-10T21:47:04.496Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-09-10T21:47:04.496Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-09-10T21:47:04.554Z] #14 ... [2020-09-10T21:47:04.554Z] [2020-09-10T21:47:04.554Z] #8 [internal] load build context [2020-09-10T21:47:04.554Z] #8 transferring context: 852.55kB 0.3s done [2020-09-10T21:47:04.554Z] #8 DONE 0.3s [2020-09-10T21:47:04.554Z] [2020-09-10T21:47:04.554Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-10T21:47:04.554Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.2s done [2020-09-10T21:47:04.554Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 6.37MB / 127.34MB 0.2s [2020-09-10T21:47:04.554Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.2s done [2020-09-10T21:47:04.554Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d [2020-09-10T21:47:04.554Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 13.59MB / 127.34MB 0.3s [2020-09-10T21:47:04.554Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.1s done [2020-09-10T21:47:04.554Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done [2020-09-10T21:47:04.751Z] +++ /etc/init.d/apparmor stop [2020-09-10T21:47:04.751Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-10T21:47:04.751Z] [2020-09-10T21:47:04.751Z] Unloading profiles will leave already running processes permanently [2020-09-10T21:47:04.751Z] unconfined, which can lead to unexpected situations. [2020-09-10T21:47:04.751Z] [2020-09-10T21:47:04.751Z] To set a process to complain mode, use the command line tool [2020-09-10T21:47:04.751Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-10T21:47:04.751Z] +++ true [2020-09-10T21:47:04.751Z] exiting test-integration [2020-09-10T21:47:04.751Z] ++ exit 0 [2020-09-10T21:47:04.751Z] [2020-09-10T21:47:04.814Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 23.36MB / 127.34MB 0.5s [2020-09-10T21:47:04.814Z] #14 ... [2020-09-10T21:47:04.814Z] [2020-09-10T21:47:04.814Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-09-10T21:47:04.814Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done [2020-09-10T21:47:04.814Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done [2020-09-10T21:47:04.814Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done [2020-09-10T21:47:04.814Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done [2020-09-10T21:47:04.814Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.3s done [2020-09-10T21:47:04.814Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.3s done [2020-09-10T21:47:04.814Z] #5 DONE 0.8s [2020-09-10T21:47:04.814Z] [2020-09-10T21:47:04.814Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-10T21:47:04.814Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 33.77MB / 127.34MB 0.6s [2020-09-10T21:47:05.073Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 47.07MB / 127.34MB 0.8s [2020-09-10T21:47:05.073Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 55.03MB / 127.34MB 0.9s [2020-09-10T21:47:05.078Z] --- PASS: TestContainerNetworkMountsNoChown (0.52s) [2020-09-10T21:47:05.078Z] === RUN TestMountDaemonRoot [2020-09-10T21:47:05.078Z] === RUN TestMountDaemonRoot/default [2020-09-10T21:47:05.078Z] === PAUSE TestMountDaemonRoot/default [2020-09-10T21:47:05.078Z] === RUN TestMountDaemonRoot/private [2020-09-10T21:47:05.078Z] === PAUSE TestMountDaemonRoot/private [2020-09-10T21:47:05.078Z] === RUN TestMountDaemonRoot/rprivate [2020-09-10T21:47:05.078Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-10T21:47:05.078Z] === RUN TestMountDaemonRoot/slave [2020-09-10T21:47:05.078Z] === PAUSE TestMountDaemonRoot/slave [2020-09-10T21:47:05.078Z] === RUN TestMountDaemonRoot/rslave [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/shared [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/shared [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rshared [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/default [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rslave [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rprivate [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rshared [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/shared [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/private [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/slave [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:47:05.079Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:47:05.079Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-10T21:47:05.079Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-10T21:47:05.333Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 76.33MB / 127.34MB 1.2s [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-09-10T21:47:05.401Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-09-10T21:47:05.401Z] === RUN TestContainerBindMountNonRecursive [2020-09-10T21:47:05.597Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 85.52MB / 127.34MB 1.3s [2020-09-10T21:47:05.598Z] #14 ... [2020-09-10T21:47:05.598Z] [2020-09-10T21:47:05.598Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-09-10T21:47:05.598Z] #6 DONE 0.7s [2020-09-10T21:47:05.598Z] [2020-09-10T21:47:05.598Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-10T21:47:05.598Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 96.52MB / 127.34MB 1.4s [2020-09-10T21:47:05.857Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 110.43MB / 127.34MB 1.7s [2020-09-10T21:47:05.870Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-09-10T21:47:06.117Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 119.25MB / 127.34MB 1.8s [2020-09-10T21:47:06.117Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.9s Post stage [Pipeline] junit [2020-09-10T21:47:06.298Z] Recording test results [2020-09-10T21:47:06.375Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 2.0s done [2020-09-10T21:47:06.375Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b [2020-09-10T21:47:06.456Z] --- PASS: TestContainerBindMountNonRecursive (1.28s) [2020-09-10T21:47:06.456Z] === RUN TestNetworkNat [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-10T21:47:06.930Z] + echo Ensuring container killed. [2020-09-10T21:47:06.930Z] Ensuring container killed. [2020-09-10T21:47:06.930Z] + docker rm -vf docker-pr4 [2020-09-10T21:47:06.930Z] Error: No such container: docker-pr4 [2020-09-10T21:47:06.930Z] + true [Pipeline] sh [2020-09-10T21:47:07.094Z] --- PASS: TestNetworkNat (0.54s) [2020-09-10T21:47:07.094Z] === RUN TestNetworkLocalhostTCPNat [2020-09-10T21:47:07.243Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-09-10T21:47:07.344Z] + echo Chowning /workspace to jenkins user [2020-09-10T21:47:07.344Z] Chowning /workspace to jenkins user [2020-09-10T21:47:07.344Z] + id -u [2020-09-10T21:47:07.344Z] + id -g [2020-09-10T21:47:07.344Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41435:/workspace busybox chown -R 1001:1001 /workspace [2020-09-10T21:47:07.344Z] Unable to find image 'busybox:latest' locally [2020-09-10T21:47:07.501Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-09-10T21:47:07.635Z] latest: Pulling from library/busybox [2020-09-10T21:47:07.635Z] d2a291f672b2: Pulling fs layer [2020-09-10T21:47:07.735Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s) [2020-09-10T21:47:07.735Z] === RUN TestNetworkLoopbackNat [2020-09-10T21:47:07.927Z] d2a291f672b2: Verifying Checksum [2020-09-10T21:47:07.927Z] d2a291f672b2: Download complete [2020-09-10T21:47:08.218Z] d2a291f672b2: Pull complete [2020-09-10T21:47:08.218Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-10T21:47:08.218Z] Status: Downloaded newer image for busybox:latest [2020-09-10T21:47:08.436Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-09-10T21:47:08.436Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-09-10T21:47:08.436Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-09-10T21:47:09.809Z] === RUN TestDockerSuite/TestRunModeUTSHost [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-10T21:47:10.473Z] --- PASS: TestNetworkLoopbackNat (2.74s) [2020-09-10T21:47:10.473Z] === RUN TestPause [2020-09-10T21:47:10.563Z] #14 ... [2020-09-10T21:47:10.563Z] [2020-09-10T21:47:10.563Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-09-10T21:47:10.563Z] #7 0.579 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-10T21:47:10.563Z] #7 1.660 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-10T21:47:10.563Z] #7 1.755 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-09-10T21:47:10.563Z] #7 1.762 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-09-10T21:47:10.563Z] #7 1.772 (3/30) Installing readline (8.0.0-r0) [2020-09-10T21:47:10.563Z] #7 1.780 (4/30) Installing bash (5.0.0-r0) [2020-09-10T21:47:10.563Z] #7 1.797 Executing bash-5.0.0-r0.post-install [2020-09-10T21:47:10.563Z] #7 1.802 (5/30) Installing ca-certificates (20191127-r2) [2020-09-10T21:47:10.563Z] #7 1.825 (6/30) Installing libgcc (8.3.0-r0) [2020-09-10T21:47:10.563Z] #7 1.827 (7/30) Installing libstdc++ (8.3.0-r0) [2020-09-10T21:47:10.563Z] #7 1.845 (8/30) Installing binutils (2.32-r0) [2020-09-10T21:47:10.563Z] #7 1.953 (9/30) Installing gmp (6.1.2-r1) [2020-09-10T21:47:10.563Z] #7 1.961 (10/30) Installing isl (0.18-r0) [2020-09-10T21:47:10.563Z] #7 1.981 (11/30) Installing libgomp (8.3.0-r0) [2020-09-10T21:47:10.563Z] #7 1.986 (12/30) Installing libatomic (8.3.0-r0) [2020-09-10T21:47:10.563Z] #7 1.988 (13/30) Installing mpfr3 (3.1.5-r1) [2020-09-10T21:47:10.563Z] #7 1.993 (14/30) Installing mpc1 (1.1.0-r0) [2020-09-10T21:47:10.563Z] #7 1.996 (15/30) Installing gcc (8.3.0-r0) [2020-09-10T21:47:10.563Z] #7 2.844 (16/30) Installing musl-dev (1.1.22-r3) [2020-09-10T21:47:10.563Z] #7 2.958 (17/30) Installing libc-dev (0.7.1-r0) [2020-09-10T21:47:10.563Z] #7 2.960 (18/30) Installing g++ (8.3.0-r0) [2020-09-10T21:47:10.563Z] #7 3.519 (19/30) Installing nghttp2-libs (1.39.2-r1) [2020-09-10T21:47:10.563Z] #7 3.522 (20/30) Installing libcurl (7.66.0-r0) [2020-09-10T21:47:10.563Z] #7 3.530 (21/30) Installing expat (2.2.8-r0) [2020-09-10T21:47:10.563Z] #7 3.533 (22/30) Installing pcre2 (10.33-r0) [2020-09-10T21:47:10.563Z] #7 3.540 (23/30) Installing git (2.22.4-r0) [2020-09-10T21:47:10.563Z] #7 3.758 (24/30) Installing libmnl (1.0.4-r0) [2020-09-10T21:47:10.563Z] #7 3.761 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-09-10T21:47:10.563Z] #7 3.765 (26/30) Installing iptables (1.8.3-r1) [2020-09-10T21:47:10.563Z] #7 3.791 (27/30) Installing pigz (2.4-r0) [2020-09-10T21:47:10.563Z] #7 3.797 (28/30) Installing tar (1.32-r0) [2020-09-10T21:47:10.563Z] #7 3.804 (29/30) Installing xz-libs (5.2.4-r0) [2020-09-10T21:47:10.563Z] #7 3.807 (30/30) Installing xz (5.2.4-r0) [2020-09-10T21:47:10.563Z] #7 3.812 Executing busybox-1.30.1-r3.trigger [2020-09-10T21:47:10.563Z] #7 3.817 Executing ca-certificates-20191127-r2.trigger [2020-09-10T21:47:10.563Z] #7 3.869 OK: 179 MiB in 44 packages [2020-09-10T21:47:10.563Z] #7 DONE 4.9s [2020-09-10T21:47:10.563Z] [2020-09-10T21:47:10.563Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-09-10T21:47:10.563Z] #9 DONE 0.1s [2020-09-10T21:47:10.563Z] [2020-09-10T21:47:10.563Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-10T21:47:10.678Z] + bundleName=s390x-integration [2020-09-10T21:47:10.678Z] + echo Creating s390x-integration-bundles.tar.gz [2020-09-10T21:47:10.678Z] Creating s390x-integration-bundles.tar.gz [2020-09-10T21:47:10.678Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-09-10T21:47:10.678Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-10T21:47:10.721Z] Archiving artifacts [2020-09-10T21:47:10.767Z] --- PASS: TestPause (0.55s) [2020-09-10T21:47:10.767Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-10T21:47:10.767Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-10T21:47:10.767Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-10T21:47:10.767Z] === RUN TestPauseStopPausedContainer [2020-09-10T21:47:10.821Z] #14 ... [2020-09-10T21:47:10.821Z] [2020-09-10T21:47:10.821Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-09-10T21:47:10.821Z] #10 DONE 0.0s [2020-09-10T21:47:10.821Z] [2020-09-10T21:47:10.821Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-09-10T21:47:10.821Z] #11 DONE 0.0s [2020-09-10T21:47:10.821Z] [2020-09-10T21:47:10.821Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-09-10T21:47:10.821Z] #12 DONE 0.0s [2020-09-10T21:47:10.821Z] [2020-09-10T21:47:10.821Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-10T21:47:10.821Z] #14 ... [2020-09-10T21:47:10.821Z] [2020-09-10T21:47:10.821Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-09-10T21:47:10.821Z] #13 DONE 0.1s [2020-09-10T21:47:10.821Z] [2020-09-10T21:47:10.821Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-10T21:47:11.060Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41435/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-10T21:47:11.182Z] === RUN TestDockerSuite/TestRunMount [2020-09-10T21:47:11.389Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.1s [2020-09-10T21:47:11.406Z] --- PASS: TestPauseStopPausedContainer (0.57s) [2020-09-10T21:47:11.406Z] === RUN TestPsFilter [2020-09-10T21:47:11.440Z] + make clean [2020-09-10T21:47:11.701Z] --- PASS: TestPsFilter (0.16s) [2020-09-10T21:47:11.701Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-10T21:47:11.732Z] docker volume rm -f docker-dev-cache [2020-09-10T21:47:11.732Z] docker-dev-cache [Pipeline] deleteDir [2020-09-10T21:47:11.956Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.7s done [2020-09-10T21:47:12.214Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done [2020-09-10T21:47:12.214Z] #14 DONE 8.0s [2020-09-10T21:47:12.214Z] [2020-09-10T21:47:12.214Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-09-10T21:47:12.339Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2020-09-10T21:47:12.339Z] === RUN TestRemoveContainerWithVolume [2020-09-10T21:47:12.633Z] --- PASS: TestRemoveContainerWithVolume (0.53s) [2020-09-10T21:47:12.633Z] === RUN TestRemoveContainerRunning [2020-09-10T21:47:12.781Z] #15 0.361 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-10T21:47:13.270Z] --- PASS: TestRemoveContainerRunning (0.51s) [2020-09-10T21:47:13.270Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-10T21:47:13.716Z] #15 1.405 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T21:47:13.716Z] #15 1.513 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-09-10T21:47:13.716Z] #15 1.516 (2/54) Installing ncurses-libs (6.2_p20200523-r0) [2020-09-10T21:47:13.716Z] #15 1.523 (3/54) Installing readline (8.0.4-r0) [2020-09-10T21:47:13.716Z] #15 1.526 (4/54) Installing bash (5.0.17-r0) [2020-09-10T21:47:13.716Z] #15 1.537 Executing bash-5.0.17-r0.post-install [2020-09-10T21:47:13.716Z] #15 1.539 (5/54) Installing linux-headers (5.4.5-r1) [2020-09-10T21:47:13.716Z] #15 1.616 (6/54) Installing libblkid (2.35.2-r0) [2020-09-10T21:47:13.905Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.55s) [2020-09-10T21:47:13.905Z] === RUN TestRemoveInvalidContainer [2020-09-10T21:47:13.905Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-10T21:47:13.905Z] === RUN TestRenameLinkedContainer [2020-09-10T21:47:13.975Z] #15 1.621 (7/54) Installing libuuid (2.35.2-r0) [2020-09-10T21:47:13.975Z] #15 1.622 (8/54) Installing btrfs-progs-libs (5.6.1-r0) [2020-09-10T21:47:13.975Z] #15 1.627 (9/54) Installing btrfs-progs-dev (5.6.1-r0) [2020-09-10T21:47:13.975Z] #15 1.631 (10/54) Installing libgcc (9.3.0-r2) [2020-09-10T21:47:13.975Z] #15 1.632 (11/54) Installing libstdc++ (9.3.0-r2) [2020-09-10T21:47:13.975Z] #15 1.644 (12/54) Installing binutils (2.34-r1) [2020-09-10T21:47:13.975Z] #15 1.710 (13/54) Installing libmagic (5.38-r0) [2020-09-10T21:47:13.975Z] #15 1.733 (14/54) Installing file (5.38-r0) [2020-09-10T21:47:13.975Z] #15 1.734 (15/54) Installing gmp (6.2.0-r0) [2020-09-10T21:47:13.975Z] #15 1.740 (16/54) Installing isl (0.18-r0) [2020-09-10T21:47:13.975Z] #15 1.753 (17/54) Installing libgomp (9.3.0-r2) [2020-09-10T21:47:13.975Z] #15 1.756 (18/54) Installing libatomic (9.3.0-r2) [2020-09-10T21:47:13.975Z] #15 1.757 (19/54) Installing libgphobos (9.3.0-r2) [2020-09-10T21:47:13.975Z] #15 1.798 (20/54) Installing mpfr4 (4.0.2-r4) [2020-09-10T21:47:13.975Z] #15 1.804 (21/54) Installing mpc1 (1.1.0-r1) [2020-09-10T21:47:13.975Z] #15 1.806 (22/54) Installing gcc (9.3.0-r2) [2020-09-10T21:47:14.912Z] #15 2.655 (23/54) Installing musl-dev (1.1.24-r9) [2020-09-10T21:47:14.912Z] #15 2.726 (24/54) Installing libc-dev (0.7.2-r3) [2020-09-10T21:47:14.912Z] #15 2.727 (25/54) Installing g++ (9.3.0-r2) [2020-09-10T21:47:15.366Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-09-10T21:47:15.480Z] #15 3.130 (26/54) Installing make (4.3-r0) [2020-09-10T21:47:15.480Z] #15 3.133 (27/54) Installing fortify-headers (1.1-r0) [2020-09-10T21:47:15.480Z] #15 3.135 (28/54) Installing patch (2.7.6-r6) [2020-09-10T21:47:15.480Z] #15 3.138 (29/54) Installing build-base (0.5-r2) [2020-09-10T21:47:15.480Z] #15 3.139 (30/54) Installing nghttp2-libs (1.41.0-r0) [2020-09-10T21:47:15.480Z] #15 3.141 (31/54) Installing libcurl (7.69.1-r0) [2020-09-10T21:47:15.480Z] #15 3.146 (32/54) Installing curl (7.69.1-r0) [2020-09-10T21:47:15.480Z] #15 3.149 (33/54) Installing oniguruma (6.9.5-r1) [2020-09-10T21:47:15.480Z] #15 3.155 (34/54) Installing jq (1.6-r1) [2020-09-10T21:47:15.480Z] #15 3.161 (35/54) Installing device-mapper-libs (2.02.186-r1) [2020-09-10T21:47:15.480Z] #15 3.166 (36/54) Installing device-mapper-event-libs (2.02.186-r1) [2020-09-10T21:47:15.480Z] #15 3.168 (37/54) Installing libaio (0.3.112-r1) [2020-09-10T21:47:15.480Z] #15 3.170 (38/54) Installing lvm2-libs (2.02.186-r1) [2020-09-10T21:47:15.480Z] #15 3.197 (39/54) Installing blkid (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.199 (40/54) Installing libcap-ng (0.7.10-r1) [2020-09-10T21:47:15.480Z] #15 3.201 (41/54) Installing setpriv (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.203 (42/54) Installing libmount (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.207 (43/54) Installing libsmartcols (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.210 (44/54) Installing findmnt (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.212 (45/54) Installing mcookie (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.214 (46/54) Installing hexdump (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.216 (47/54) Installing lsblk (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.217 (48/54) Installing libfdisk (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.222 (49/54) Installing sfdisk (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.225 (50/54) Installing cfdisk (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.227 (51/54) Installing util-linux (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.261 (52/54) Installing pkgconf (1.7.2-r0) [2020-09-10T21:47:15.480Z] #15 3.264 (53/54) Installing util-linux-dev (2.35.2-r0) [2020-09-10T21:47:15.480Z] #15 3.284 (54/54) Installing lvm2-dev (2.02.186-r1) [2020-09-10T21:47:15.480Z] #15 3.288 Executing busybox-1.31.1-r16.trigger [2020-09-10T21:47:15.480Z] #15 3.293 OK: 230 MiB in 69 packages [2020-09-10T21:47:15.625Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-09-10T21:47:15.985Z] --- PASS: TestRenameLinkedContainer (2.08s) [2020-09-10T21:47:15.985Z] === RUN TestRenameStoppedContainer [2020-09-10T21:47:16.047Z] #15 DONE 3.9s [2020-09-10T21:47:16.047Z] [2020-09-10T21:47:16.047Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-09-10T21:47:16.192Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-09-10T21:47:16.280Z] --- PASS: TestRenameStoppedContainer (0.53s) [2020-09-10T21:47:16.280Z] === RUN TestRenameRunningContainerAndReuse [2020-09-10T21:47:16.614Z] #16 DONE 0.5s [2020-09-10T21:47:16.614Z] [2020-09-10T21:47:16.614Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-09-10T21:47:17.126Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-09-10T21:47:17.184Z] #17 DONE 0.5s [2020-09-10T21:47:17.184Z] [2020-09-10T21:47:17.184Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-09-10T21:47:17.184Z] #18 DONE 0.0s [2020-09-10T21:47:17.184Z] [2020-09-10T21:47:17.184Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-09-10T21:47:17.184Z] #19 DONE 0.1s [2020-09-10T21:47:17.184Z] [2020-09-10T21:47:17.184Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-09-10T21:47:17.184Z] #26 DONE 0.1s [2020-09-10T21:47:17.184Z] [2020-09-10T21:47:17.184Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-09-10T21:47:17.184Z] #22 DONE 0.1s [2020-09-10T21:47:17.184Z] [2020-09-10T21:47:17.184Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-09-10T21:47:17.184Z] #23 DONE 0.1s [2020-09-10T21:47:17.184Z] [2020-09-10T21:47:17.184Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-09-10T21:47:17.184Z] #27 DONE 0.1s [2020-09-10T21:47:17.184Z] [2020-09-10T21:47:17.184Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-09-10T21:47:17.184Z] #28 DONE 0.1s [2020-09-10T21:47:17.184Z] [2020-09-10T21:47:17.184Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-09-10T21:47:17.333Z] --- PASS: TestRenameRunningContainerAndReuse (1.07s) [2020-09-10T21:47:17.333Z] === RUN TestRenameInvalidName [2020-09-10T21:47:17.972Z] --- PASS: TestRenameInvalidName (0.55s) [2020-09-10T21:47:17.972Z] === RUN TestRenameAnonymousContainer [2020-09-10T21:47:18.561Z] #24 1.057 + RM_GOPATH=0 [2020-09-10T21:47:18.561Z] #24 1.057 + TMP_GOPATH= [2020-09-10T21:47:18.561Z] #24 1.057 + : /build [2020-09-10T21:47:18.561Z] #24 1.057 + '[' -z '' ']' [2020-09-10T21:47:18.561Z] #24 1.057 ++ mktemp -d [2020-09-10T21:47:18.561Z] #24 1.059 + Install docker/cli version 17.06.2-ce from stable [2020-09-10T21:47:18.561Z] #24 1.074 export GOPATH=/tmp/tmp.eHMjJc [2020-09-10T21:47:18.561Z] #24 1.074 + GOPATH=/tmp/tmp.eHMjJc [2020-09-10T21:47:18.561Z] #24 1.074 + RM_GOPATH=1 [2020-09-10T21:47:18.561Z] #24 1.074 + case "$(go env GOARCH)" in [2020-09-10T21:47:18.561Z] #24 1.074 ++ go env GOARCH [2020-09-10T21:47:18.561Z] #24 1.074 + export GO_BUILDMODE=-buildmode=pie [2020-09-10T21:47:18.561Z] #24 1.074 + GO_BUILDMODE=-buildmode=pie [2020-09-10T21:47:18.561Z] #24 1.074 ++ dirname ./install.sh [2020-09-10T21:47:18.561Z] #24 1.074 + dir=. [2020-09-10T21:47:18.561Z] #24 1.074 + bin=dockercli [2020-09-10T21:47:18.561Z] #24 1.074 + shift [2020-09-10T21:47:18.561Z] #24 1.074 + '[' '!' -f ./dockercli.installer ']' [2020-09-10T21:47:18.561Z] #24 1.074 + . ./dockercli.installer [2020-09-10T21:47:18.561Z] #24 1.074 ++ : stable [2020-09-10T21:47:18.561Z] #24 1.074 ++ : 17.06.2-ce [2020-09-10T21:47:18.561Z] #24 1.074 + install_dockercli [2020-09-10T21:47:18.561Z] #24 1.074 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-10T21:47:18.561Z] #24 1.079 ++ uname -m [2020-09-10T21:47:18.561Z] #24 1.084 + arch=x86_64 [2020-09-10T21:47:18.561Z] #24 1.084 + '[' x86_64 '!=' x86_64 ']' [2020-09-10T21:47:18.561Z] #24 1.084 + url=https://download.docker.com/linux/static [2020-09-10T21:47:18.561Z] #24 1.084 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-10T21:47:18.561Z] #24 1.084 + tar -xz docker/docker [2020-09-10T21:47:18.561Z] #24 ... [2020-09-10T21:47:18.561Z] [2020-09-10T21:47:18.561Z] #31 [builder 1/4] COPY . . [2020-09-10T21:47:18.561Z] #31 DONE 1.6s [2020-09-10T21:47:18.819Z] [2020-09-10T21:47:18.819Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-09-10T21:47:19.024Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-09-10T21:47:19.757Z] #32 DONE 1.1s [2020-09-10T21:47:19.757Z] [2020-09-10T21:47:19.757Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-10T21:47:20.050Z] --- PASS: TestRenameAnonymousContainer (1.97s) [2020-09-10T21:47:20.050Z] === RUN TestRenameContainerWithSameName [2020-09-10T21:47:20.355Z] --- PASS: TestRenameContainerWithSameName (0.51s) [2020-09-10T21:47:20.355Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-10T21:47:20.717Z] #33 0.892 [2020-09-10T21:47:20.717Z] #33 1.051 Removing bundles/ [2020-09-10T21:47:20.717Z] #33 1.053 [2020-09-10T21:47:20.717Z] #33 1.064 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-09-10T21:47:20.924Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-09-10T21:47:21.399Z] --- PASS: TestRenameContainerWithLinkedContainer (1.04s) [2020-09-10T21:47:21.399Z] === RUN TestResize [2020-09-10T21:47:22.039Z] --- PASS: TestResize (0.53s) [2020-09-10T21:47:22.039Z] === RUN TestResizeWithInvalidSize [2020-09-10T21:47:22.093Z] #33 ... [2020-09-10T21:47:22.093Z] [2020-09-10T21:47:22.093Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-09-10T21:47:22.093Z] #24 4.607 + mkdir -p /build [2020-09-10T21:47:22.093Z] #24 4.617 + mv docker/docker /build/ [2020-09-10T21:47:22.093Z] #24 4.619 + rmdir docker [2020-09-10T21:47:22.093Z] #24 DONE 4.8s [2020-09-10T21:47:22.210Z] --- PASS: TestCreateServiceMultipleTimes (19.64s) [2020-09-10T21:47:22.210Z] === RUN TestCreateServiceConflict [2020-09-10T21:47:22.298Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-09-10T21:47:22.355Z] [2020-09-10T21:47:22.355Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-10T21:47:22.355Z] #20 2.702 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-10T21:47:22.355Z] #20 3.382 [2020-09-10T21:47:22.355Z] #20 3.514 0.4% ########## 15.1% ###################### 31.3% ############################## 42.1% ################################################ 66.8% ################################################################### 94.3% ######################################################################## 100.0% [2020-09-10T21:47:22.355Z] #20 4.655 [2020-09-10T21:47:22.355Z] #20 4.769 ############################################# 62.8% ######################################################################## 100.0% [2020-09-10T21:47:22.614Z] #20 5.478 [2020-09-10T21:47:22.675Z] --- PASS: TestResizeWithInvalidSize (0.52s) [2020-09-10T21:47:22.675Z] === RUN TestResizeWhenContainerNotStarted [2020-09-10T21:47:22.873Z] #20 5.638 0.2% ######################################################################## 100.0% [2020-09-10T21:47:22.978Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s) [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-10T21:47:22.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-10T21:47:22.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-10T21:47:22.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-10T21:47:22.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-10T21:47:22.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-10T21:47:22.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-10T21:47:22.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-10T21:47:22.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:47:22.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:47:22.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:47:22.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:47:22.978Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:47:22.978Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:47:22.978Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-10T21:47:22.978Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-10T21:47:22.978Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:47:22.978Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:47:23.154Z] --- PASS: TestCreateServiceConflict (3.19s) [2020-09-10T21:47:23.154Z] === RUN TestCreateServiceMaxReplicas [2020-09-10T21:47:23.442Z] #20 6.233 [2020-09-10T21:47:23.961Z] #20 6.355 # 2.1% ############ 18.0% ############################### 43.4% ############################################ 61.3% ####################################################### 77.1% ####################################################################### 99.7% ######################################################################## 100.0% [2020-09-10T21:47:24.199Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-09-10T21:47:24.530Z] #20 7.366 [2020-09-10T21:47:25.088Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-10T21:47:25.088Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-10T21:47:25.134Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-09-10T21:47:25.734Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-10T21:47:25.734Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-10T21:47:26.079Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-09-10T21:47:26.079Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-09-10T21:47:26.611Z] #20 7.488 0.5% ### 5.1% ####### 10.8% ############ 17.8% ################ 22.9% #################### 28.4% ######################## 33.5% ########################### 38.8% ############################### 44.0% ################################### 49.3% ###################################### 53.5% ########################################## 59.6% ############################################## 64.8% ################################################## 69.8% ###################################################### 75.4% ########################################################## 80.7% ############################################################# 85.9% ################################################################# 91.1% ##################################################################### 96.3% ######################################################################## 100.0% [2020-09-10T21:47:26.671Z] === RUN TestDockerSuite/TestRunNetHost [2020-09-10T21:47:26.790Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-10T21:47:26.870Z] #20 9.741 [2020-09-10T21:47:27.245Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-09-10T21:47:27.371Z] --- PASS: TestCreateServiceMaxReplicas (3.50s) [2020-09-10T21:47:27.371Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-10T21:47:27.435Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-10T21:47:27.439Z] #20 ... [2020-09-10T21:47:27.439Z] [2020-09-10T21:47:27.439Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-10T21:47:27.439Z] #29 ... [2020-09-10T21:47:27.439Z] [2020-09-10T21:47:27.439Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-10T21:47:27.439Z] #33 3.131 Building test suite binary ./integration-cli/test.main [2020-09-10T21:47:27.811Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-09-10T21:47:28.007Z] #33 ... [2020-09-10T21:47:28.007Z] [2020-09-10T21:47:28.007Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-10T21:47:28.007Z] #20 10.88 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-10T21:47:28.069Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-09-10T21:47:28.575Z] #20 11.31 [2020-09-10T21:47:28.575Z] #20 11.38 ######################################################################## 100.0% [2020-09-10T21:47:28.833Z] #20 11.67 [2020-09-10T21:47:28.977Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-10T21:47:28.977Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-10T21:47:29.442Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-09-10T21:47:29.769Z] #20 12.82 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-10T21:47:30.336Z] #20 13.26 [2020-09-10T21:47:30.594Z] #20 13.41 0.6% ######################################################################## 100.0% [2020-09-10T21:47:30.853Z] #20 13.82 [2020-09-10T21:47:31.063Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-10T21:47:31.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.88s) [2020-09-10T21:47:31.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.91s) [2020-09-10T21:47:31.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.57s) [2020-09-10T21:47:31.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.71s) [2020-09-10T21:47:31.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.77s) [2020-09-10T21:47:31.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.57s) [2020-09-10T21:47:31.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.18s) [2020-09-10T21:47:31.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.45s) [2020-09-10T21:47:31.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.85s) [2020-09-10T21:47:31.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.67s) [2020-09-10T21:47:31.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.03s) [2020-09-10T21:47:31.064Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.04s) [2020-09-10T21:47:31.064Z] === RUN TestCgroupNamespacesRun [2020-09-10T21:47:31.342Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-09-10T21:47:32.228Z] #20 14.99 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-10T21:47:32.487Z] #20 15.21 skipping existing c35d46ef359f [2020-09-10T21:47:32.578Z] --- PASS: TestCgroupNamespacesRun (1.34s) [2020-09-10T21:47:32.578Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-10T21:47:32.715Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-09-10T21:47:32.747Z] #20 15.61 [2020-09-10T21:47:34.116Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.32s) [2020-09-10T21:47:34.116Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-10T21:47:34.125Z] #20 16.78 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-10T21:47:34.385Z] #20 17.31 [2020-09-10T21:47:34.644Z] #20 17.44 ######################################################################## 100.0% [2020-09-10T21:47:34.903Z] #20 17.69 [2020-09-10T21:47:34.903Z] #20 17.79 Download of images into '/build' complete. [2020-09-10T21:47:34.903Z] #20 17.79 Use something like the following to load the result into a Docker daemon: [2020-09-10T21:47:34.903Z] #20 17.79 tar -cC '/build' . | docker load [2020-09-10T21:47:35.161Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.33s) [2020-09-10T21:47:35.161Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-10T21:47:35.245Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-09-10T21:47:35.503Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-09-10T21:47:35.503Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-09-10T21:47:35.840Z] #20 DONE 18.5s [2020-09-10T21:47:35.840Z] [2020-09-10T21:47:35.840Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-10T21:47:36.437Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-09-10T21:47:36.437Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-09-10T21:47:36.672Z] --- PASS: TestCgroupNamespacesRunHostMode (1.34s) [2020-09-10T21:47:36.672Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-10T21:47:37.003Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-09-10T21:47:37.569Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-09-10T21:47:37.569Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-09-10T21:47:37.718Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.33s) [2020-09-10T21:47:37.718Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-10T21:47:38.134Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-09-10T21:47:38.376Z] #33 ... [2020-09-10T21:47:38.376Z] [2020-09-10T21:47:38.376Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-09-10T21:47:38.945Z] #21 DONE 1.0s [2020-09-10T21:47:38.945Z] [2020-09-10T21:47:38.945Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-09-10T21:47:38.945Z] #25 DONE 0.1s [2020-09-10T21:47:38.945Z] [2020-09-10T21:47:38.945Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-10T21:47:39.236Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.31s) [2020-09-10T21:47:39.236Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-10T21:47:39.880Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s) [2020-09-10T21:47:39.880Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-10T21:47:41.410Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.42s) [2020-09-10T21:47:41.410Z] === RUN TestKernelTCPMemory [2020-09-10T21:47:41.417Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-09-10T21:47:42.046Z] --- PASS: TestKernelTCPMemory (0.59s) [2020-09-10T21:47:42.046Z] === RUN TestNISDomainname [2020-09-10T21:47:42.283Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.87s) [2020-09-10T21:47:42.284Z] === RUN TestCreateServiceSecretFileMode [2020-09-10T21:47:42.683Z] --- PASS: TestNISDomainname (0.67s) [2020-09-10T21:47:42.683Z] === RUN TestHostnameDnsResolution [2020-09-10T21:47:43.323Z] --- PASS: TestHostnameDnsResolution (0.86s) [2020-09-10T21:47:43.323Z] === RUN TestStats [2020-09-10T21:47:43.948Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-09-10T21:47:43.948Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-09-10T21:47:44.832Z] --- PASS: TestCreateServiceSecretFileMode (3.18s) [2020-09-10T21:47:44.833Z] === RUN TestCreateServiceConfigFileMode [2020-09-10T21:47:44.882Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-09-10T21:47:45.142Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-09-10T21:47:45.709Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-09-10T21:47:46.063Z] --- PASS: TestStats (2.51s) [2020-09-10T21:47:46.063Z] === RUN TestStopContainerWithTimeout [2020-09-10T21:47:46.063Z] === RUN TestStopContainerWithTimeout/0 [2020-09-10T21:47:46.063Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-10T21:47:46.063Z] === RUN TestStopContainerWithTimeout/1 [2020-09-10T21:47:46.063Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-10T21:47:46.063Z] === RUN TestStopContainerWithTimeout/3 [2020-09-10T21:47:46.063Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-10T21:47:46.063Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-10T21:47:46.063Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-10T21:47:46.063Z] === CONT TestStopContainerWithTimeout/0 [2020-09-10T21:47:46.063Z] === CONT TestStopContainerWithTimeout/1 [2020-09-10T21:47:46.063Z] === CONT TestStopContainerWithTimeout/3 [2020-09-10T21:47:46.063Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-10T21:47:46.643Z] === RUN TestDockerSuite/TestRunPortInUse [2020-09-10T21:47:47.578Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-09-10T21:47:48.139Z] --- PASS: TestCreateServiceConfigFileMode (3.36s) [2020-09-10T21:47:48.139Z] === RUN TestCreateServiceSysctls [2020-09-10T21:47:48.145Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-09-10T21:47:48.711Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-09-10T21:47:49.277Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-09-10T21:47:49.595Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-10T21:47:49.595Z] --- PASS: TestStopContainerWithTimeout/0 (1.01s) [2020-09-10T21:47:49.595Z] --- PASS: TestStopContainerWithTimeout/1 (2.26s) [2020-09-10T21:47:49.595Z] --- PASS: TestStopContainerWithTimeout/-1 (3.03s) [2020-09-10T21:47:49.595Z] --- PASS: TestStopContainerWithTimeout/3 (3.24s) [2020-09-10T21:47:49.595Z] === RUN TestDeleteDevicemapper [2020-09-10T21:47:49.595Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-10T21:47:49.595Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-10T21:47:49.595Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-10T21:47:49.844Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-09-10T21:47:50.409Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-10T21:47:50.409Z] === RUN TestDockerSuite/TestRunPublishPort [2020-09-10T21:47:50.640Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.55s) [2020-09-10T21:47:50.640Z] === RUN TestUpdateMemory [2020-09-10T21:47:50.975Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-09-10T21:47:51.159Z] #33 ... [2020-09-10T21:47:51.159Z] [2020-09-10T21:47:51.159Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-10T21:47:51.159Z] #29 31.99 # github.com/docker/docker/contrib/httpserver [2020-09-10T21:47:51.159Z] #29 31.99 loadinternal: cannot find runtime/cgo [2020-09-10T21:47:51.159Z] #29 DONE 32.2s [2020-09-10T21:47:51.159Z] [2020-09-10T21:47:51.159Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-10T21:47:51.159Z] #33 ... [2020-09-10T21:47:51.159Z] [2020-09-10T21:47:51.159Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-09-10T21:47:51.159Z] #30 DONE 0.1s [2020-09-10T21:47:51.159Z] [2020-09-10T21:47:51.159Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-10T21:47:51.233Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-09-10T21:47:51.233Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-09-10T21:47:51.444Z] --- PASS: TestCreateServiceSysctls (3.54s) [2020-09-10T21:47:51.444Z] === RUN TestCreateServiceCapabilities [2020-09-10T21:47:51.679Z] --- PASS: TestUpdateMemory (0.67s) [2020-09-10T21:47:51.679Z] === RUN TestUpdateCPUQuota [2020-09-10T21:47:51.799Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-09-10T21:47:52.314Z] --- PASS: TestUpdateCPUQuota (0.85s) [2020-09-10T21:47:52.314Z] === RUN TestUpdatePidsLimit [2020-09-10T21:47:52.314Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-10T21:47:52.608Z] === RUN TestUpdatePidsLimit/no_change [2020-09-10T21:47:52.911Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-10T21:47:53.200Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-09-10T21:47:53.200Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-09-10T21:47:53.207Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-10T21:47:53.207Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-10T21:47:53.500Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-10T21:47:53.792Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-10T21:47:54.749Z] --- PASS: TestCreateServiceCapabilities (2.86s) [2020-09-10T21:47:54.749Z] === RUN TestInspect [2020-09-10T21:47:54.835Z] --- PASS: TestUpdatePidsLimit (2.38s) [2020-09-10T21:47:54.835Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.26s) [2020-09-10T21:47:54.835Z] --- PASS: TestUpdatePidsLimit/no_change (0.24s) [2020-09-10T21:47:54.835Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2020-09-10T21:47:54.835Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.25s) [2020-09-10T21:47:54.835Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2020-09-10T21:47:54.835Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.25s) [2020-09-10T21:47:54.835Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2020-09-10T21:47:54.835Z] === RUN TestUpdateRestartPolicy [2020-09-10T21:47:55.110Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-09-10T21:47:56.045Z] === RUN TestDockerSuite/TestRunRm [2020-09-10T21:47:56.612Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-09-10T21:47:57.299Z] --- PASS: TestInspect (3.01s) [2020-09-10T21:47:57.299Z] === RUN TestCreateJob [2020-09-10T21:47:57.985Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-09-10T21:48:00.517Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-09-10T21:48:01.084Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-09-10T21:48:01.084Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-09-10T21:48:01.527Z] --- PASS: TestCreateJob (4.06s) [2020-09-10T21:48:01.527Z] === RUN TestReplicatedJob [2020-09-10T21:48:02.018Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-09-10T21:48:03.395Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-09-10T21:48:03.961Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-09-10T21:48:04.220Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-09-10T21:48:06.751Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-09-10T21:48:07.495Z] --- PASS: TestUpdateRestartPolicy (11.25s) [2020-09-10T21:48:07.495Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-10T21:48:07.495Z] --- PASS: TestUpdateRestartWithAutoRemove (0.54s) [2020-09-10T21:48:07.495Z] === RUN TestWaitNonBlocked [2020-09-10T21:48:07.495Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:48:07.495Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:48:07.495Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:48:07.495Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:48:07.495Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-10T21:48:07.495Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-10T21:48:07.495Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-09-10T21:48:07.495Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.77s) [2020-09-10T21:48:07.495Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.83s) [2020-09-10T21:48:07.495Z] === RUN TestWaitBlocked [2020-09-10T21:48:07.495Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:48:07.495Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:48:07.495Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:48:07.495Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:48:07.495Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-10T21:48:07.495Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-10T21:48:07.684Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-09-10T21:48:08.140Z] --- PASS: TestWaitBlocked (0.03s) [2020-09-10T21:48:08.140Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.83s) [2020-09-10T21:48:08.140Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.86s) [2020-09-10T21:48:08.140Z] === CONT TestContainerStartOnDaemonRestart [2020-09-10T21:48:08.140Z] === CONT TestContainerKillOnDaemonStart [2020-09-10T21:48:08.140Z] === CONT TestDaemonHostGatewayIP [2020-09-10T21:48:08.140Z] === CONT TestDaemonRestartIpcMode [2020-09-10T21:48:08.140Z] --- PASS: TestReplicatedJob (6.58s) [2020-09-10T21:48:08.140Z] === RUN TestUpdateReplicatedJob [2020-09-10T21:48:10.970Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-09-10T21:48:10.970Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-09-10T21:48:11.228Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-09-10T21:48:11.486Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-09-10T21:48:11.693Z] --- PASS: TestContainerStartOnDaemonRestart (3.51s) [2020-09-10T21:48:11.693Z] === CONT TestIpcModeOlderClient [2020-09-10T21:48:11.693Z] --- PASS: TestIpcModeOlderClient (0.12s) [2020-09-10T21:48:12.052Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-09-10T21:48:12.328Z] --- PASS: TestDaemonRestartIpcMode (4.07s) [2020-09-10T21:48:12.328Z] --- PASS: TestDaemonHostGatewayIP (4.11s) [2020-09-10T21:48:12.350Z] --- PASS: TestUpdateReplicatedJob (4.30s) [2020-09-10T21:48:12.350Z] === RUN TestServiceListWithStatuses [2020-09-10T21:48:12.350Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-10T21:48:12.350Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-10T21:48:12.350Z] === RUN TestDockerNetworkConnectAlias [2020-09-10T21:48:12.987Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-09-10T21:48:13.552Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-09-10T21:48:14.119Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-09-10T21:48:14.377Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-09-10T21:48:14.943Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-09-10T21:48:15.510Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-09-10T21:48:16.445Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-09-10T21:48:17.379Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-09-10T21:48:18.936Z] --- PASS: TestDockerNetworkConnectAlias (6.36s) [2020-09-10T21:48:18.936Z] === RUN TestDockerNetworkReConnect [2020-09-10T21:48:19.279Z] === RUN TestDockerSuite/TestRunState [2020-09-10T21:48:20.212Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-09-10T21:48:20.470Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-09-10T21:48:20.836Z] --- PASS: TestContainerKillOnDaemonStart (12.70s) [2020-09-10T21:48:20.836Z] PASS [2020-09-10T21:48:20.836Z] [2020-09-10T21:48:20.836Z] === Skipped [2020-09-10T21:48:20.836Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-09-10T21:48:20.836Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-10T21:48:20.836Z] [2020-09-10T21:48:20.836Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-10T21:48:20.836Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-10T21:48:20.836Z] [2020-09-10T21:48:20.836Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-09-10T21:48:20.836Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-10T21:48:20.836Z] [2020-09-10T21:48:20.836Z] [2020-09-10T21:48:20.836Z] DONE 192 tests, 3 skipped in 108.264s [2020-09-10T21:48:20.836Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-09-10T21:48:20.836Z] ++ 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-09-10T21:48:20.836Z] ++ set -e [2020-09-10T21:48:20.836Z] ++ '[' -n 0 ']' [2020-09-10T21:48:20.836Z] ++ set -x [2020-09-10T21:48:20.836Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:48:21.048Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-09-10T21:48:21.129Z] INFO: Testing against a local daemon [2020-09-10T21:48:21.129Z] === RUN TestCommitInheritsEnv [2020-09-10T21:48:21.421Z] --- PASS: TestCommitInheritsEnv (0.33s) [2020-09-10T21:48:21.421Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-10T21:48:21.421Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-10T21:48:21.421Z] === RUN TestImagesFilterMultiReference [2020-09-10T21:48:21.421Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2020-09-10T21:48:21.421Z] === RUN TestImagePullPlatformInvalid [2020-09-10T21:48:21.421Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-09-10T21:48:21.421Z] === RUN TestRemoveImageOrphaning [2020-09-10T21:48:21.627Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-09-10T21:48:21.741Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2020-09-10T21:48:21.741Z] === RUN TestRemoveImageGarbageCollector [2020-09-10T21:48:21.741Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-10T21:48:21.741Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:48:21.741Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-10T21:48:21.741Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-09-10T21:48:21.741Z] === RUN TestTagInvalidReference [2020-09-10T21:48:21.741Z] --- PASS: TestTagInvalidReference (0.02s) [2020-09-10T21:48:21.741Z] === RUN TestTagValidPrefixedRepo [2020-09-10T21:48:21.741Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-09-10T21:48:21.741Z] === RUN TestTagExistedNameWithoutForce [2020-09-10T21:48:21.885Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-09-10T21:48:21.885Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-09-10T21:48:22.036Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-09-10T21:48:22.036Z] === RUN TestTagOfficialNames [2020-09-10T21:48:22.036Z] --- PASS: TestTagOfficialNames (0.04s) [2020-09-10T21:48:22.036Z] === RUN TestTagMatchesDigest [2020-09-10T21:48:22.036Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-09-10T21:48:22.036Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-10T21:48:22.821Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-09-10T21:48:23.146Z] --- PASS: TestDockerNetworkReConnect (4.40s) [2020-09-10T21:48:23.146Z] === RUN TestServicePlugin [2020-09-10T21:48:23.146Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-10T21:48:23.146Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:48:23.146Z] === RUN TestServiceUpdateLabel [2020-09-10T21:48:23.387Z] === RUN TestDockerSuite/TestRunSysctls [2020-09-10T21:48:23.387Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-09-10T21:48:24.761Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-09-10T21:48:24.761Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-09-10T21:48:24.761Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-09-10T21:48:25.020Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-09-10T21:48:26.451Z] --- PASS: TestServiceUpdateLabel (3.20s) [2020-09-10T21:48:26.451Z] === RUN TestServiceUpdateSecrets [2020-09-10T21:48:26.921Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-09-10T21:48:27.487Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-09-10T21:48:29.389Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-09-10T21:48:29.954Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-09-10T21:48:32.483Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-09-10T21:48:35.763Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-09-10T21:48:35.763Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-09-10T21:48:35.763Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-09-10T21:48:36.329Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-09-10T21:48:36.895Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-09-10T21:48:38.796Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-09-10T21:48:39.731Z] === RUN TestDockerSuite/TestRunUserByID [2020-09-10T21:48:40.296Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-09-10T21:48:40.296Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-09-10T21:48:40.554Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-09-10T21:48:40.811Z] === RUN TestDockerSuite/TestRunUserByName [2020-09-10T21:48:41.377Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-09-10T21:48:41.942Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-09-10T21:48:41.942Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-09-10T21:48:41.942Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-09-10T21:48:42.507Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-09-10T21:48:44.568Z] --- PASS: TestServiceUpdateSecrets (15.37s) [2020-09-10T21:48:44.568Z] === RUN TestServiceUpdateConfigs [2020-09-10T21:48:45.788Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-09-10T21:48:46.046Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-09-10T21:48:46.612Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-09-10T21:48:49.146Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-09-10T21:48:49.146Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-09-10T21:48:49.714Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-09-10T21:48:51.614Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-09-10T21:48:52.549Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-09-10T21:48:53.924Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-09-10T21:48:54.490Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-09-10T21:48:55.056Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-09-10T21:48:55.991Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-09-10T21:48:55.991Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-09-10T21:48:55.991Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-09-10T21:48:55.991Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-09-10T21:48:55.991Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-09-10T21:48:55.991Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-09-10T21:48:56.557Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-09-10T21:48:56.797Z] --- PASS: TestServiceUpdateConfigs (14.82s) [2020-09-10T21:48:56.797Z] === RUN TestServiceUpdateNetwork [2020-09-10T21:48:57.123Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-09-10T21:48:57.689Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-09-10T21:48:59.064Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-09-10T21:48:59.631Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-09-10T21:48:59.890Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-09-10T21:49:00.148Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-09-10T21:49:00.406Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-09-10T21:49:00.973Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-09-10T21:49:00.973Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-09-10T21:49:00.973Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-09-10T21:49:00.973Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-09-10T21:49:00.973Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-09-10T21:49:00.973Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-09-10T21:49:00.973Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-09-10T21:49:00.973Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-09-10T21:49:00.973Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-09-10T21:49:00.973Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-09-10T21:49:01.540Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-09-10T21:49:02.106Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-09-10T21:49:02.672Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-09-10T21:49:02.672Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-09-10T21:49:03.606Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-09-10T21:49:03.606Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-09-10T21:49:04.173Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-09-10T21:49:04.173Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-09-10T21:49:04.739Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-09-10T21:49:04.997Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-09-10T21:49:05.565Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-09-10T21:49:05.565Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-09-10T21:49:05.565Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-09-10T21:49:06.132Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-09-10T21:49:08.033Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-09-10T21:49:08.292Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-09-10T21:49:08.292Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-09-10T21:49:08.292Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-09-10T21:49:08.550Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-09-10T21:49:08.550Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-09-10T21:49:09.927Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-09-10T21:49:10.494Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-09-10T21:49:11.712Z] --- PASS: TestServiceUpdateNetwork (14.70s) [2020-09-10T21:49:11.712Z] === RUN TestServiceUpdatePidsLimit [2020-09-10T21:49:12.395Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-09-10T21:49:12.654Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-09-10T21:49:12.654Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-09-10T21:49:12.654Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-09-10T21:49:13.099Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-10T21:49:13.588Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-09-10T21:49:14.045Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-10T21:49:14.154Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-09-10T21:49:15.099Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-09-10T21:49:15.099Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-09-10T21:49:16.474Z] === RUN TestDockerSuite/TestSaveImageId [2020-09-10T21:49:16.474Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-09-10T21:49:16.732Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-09-10T21:49:18.107Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-09-10T21:49:18.107Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-09-10T21:49:19.042Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-09-10T21:49:19.300Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-09-10T21:49:19.300Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-09-10T21:49:20.674Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-09-10T21:49:21.608Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-09-10T21:49:21.866Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-09-10T21:49:22.187Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-10T21:49:22.801Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-09-10T21:49:23.059Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-09-10T21:49:23.317Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-09-10T21:49:23.317Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-09-10T21:49:24.250Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-09-10T21:49:26.776Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-09-10T21:49:28.768Z] --- PASS: TestServiceUpdatePidsLimit (17.63s) [2020-09-10T21:49:28.768Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.14s) [2020-09-10T21:49:28.768Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-09-10T21:49:28.768Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-09-10T21:49:28.768Z] PASS [2020-09-10T21:49:28.768Z] [2020-09-10T21:49:28.768Z] === Skipped [2020-09-10T21:49:28.768Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-10T21:49:28.768Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-10T21:49:28.768Z] [2020-09-10T21:49:28.768Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-09-10T21:49:28.768Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:49:28.768Z] [2020-09-10T21:49:28.768Z] [2020-09-10T21:49:28.768Z] DONE 27 tests, 2 skipped in 158.404s [2020-09-10T21:49:28.768Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-09-10T21:49:28.768Z] ++ 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-09-10T21:49:28.768Z] ++ set -e [2020-09-10T21:49:28.768Z] ++ '[' -n 0 ']' [2020-09-10T21:49:28.768Z] ++ set -x [2020-09-10T21:49:28.768Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:49:29.029Z] INFO: Testing against a local daemon [2020-09-10T21:49:29.029Z] === RUN TestSessionCreate [2020-09-10T21:49:29.029Z] --- PASS: TestSessionCreate (0.05s) [2020-09-10T21:49:29.029Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-10T21:49:29.029Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-09-10T21:49:29.029Z] PASS [2020-09-10T21:49:29.029Z] [2020-09-10T21:49:29.029Z] DONE 2 tests in 0.256s [2020-09-10T21:49:29.029Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-09-10T21:49:29.029Z] ++ 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-09-10T21:49:29.029Z] ++ set -e [2020-09-10T21:49:29.029Z] ++ '[' -n 0 ']' [2020-09-10T21:49:29.029Z] ++ set -x [2020-09-10T21:49:29.029Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:49:29.289Z] INFO: Testing against a local daemon [2020-09-10T21:49:29.289Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-10T21:49:29.289Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-10T21:49:29.289Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-10T21:49:29.289Z] === RUN TestEventsExecDie [2020-09-10T21:49:30.232Z] --- PASS: TestEventsExecDie (0.86s) [2020-09-10T21:49:30.232Z] === RUN TestEventsBackwardsCompatible [2020-09-10T21:49:30.232Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-09-10T21:49:30.232Z] === RUN TestInfoBinaryCommits [2020-09-10T21:49:30.232Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-09-10T21:49:30.232Z] === RUN TestInfoAPIVersioned [2020-09-10T21:49:30.232Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-09-10T21:49:30.232Z] === RUN TestInfoDiscoveryBackend [2020-09-10T21:49:31.175Z] --- PASS: TestInfoDiscoveryBackend (0.62s) [2020-09-10T21:49:31.175Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-10T21:49:32.036Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-09-10T21:49:32.117Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-10T21:49:32.117Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-10T21:49:32.690Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-09-10T21:49:32.690Z] === RUN TestInfoAPI [2020-09-10T21:49:32.690Z] --- PASS: TestInfoAPI (0.05s) [2020-09-10T21:49:32.690Z] === RUN TestInfoAPIWarnings [2020-09-10T21:49:33.261Z] --- PASS: TestInfoAPIWarnings (0.62s) [2020-09-10T21:49:33.261Z] === RUN TestInfoDebug [2020-09-10T21:49:33.409Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-09-10T21:49:33.834Z] --- PASS: TestInfoDebug (0.61s) [2020-09-10T21:49:33.834Z] === RUN TestInfoInsecureRegistries [2020-09-10T21:49:34.342Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-09-10T21:49:34.342Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-09-10T21:49:34.406Z] --- PASS: TestInfoInsecureRegistries (0.62s) [2020-09-10T21:49:34.406Z] === RUN TestInfoRegistryMirrors [2020-09-10T21:49:35.275Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-09-10T21:49:35.349Z] --- PASS: TestInfoRegistryMirrors (0.61s) [2020-09-10T21:49:35.349Z] === RUN TestLoginFailsWithBadCredentials [2020-09-10T21:49:35.610Z] --- PASS: TestLoginFailsWithBadCredentials (0.54s) [2020-09-10T21:49:35.610Z] === RUN TestPingCacheHeaders [2020-09-10T21:49:35.610Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-09-10T21:49:35.610Z] === RUN TestPingGet [2020-09-10T21:49:35.610Z] --- PASS: TestPingGet (0.03s) [2020-09-10T21:49:35.871Z] === RUN TestPingHead [2020-09-10T21:49:35.871Z] --- PASS: TestPingHead (0.05s) [2020-09-10T21:49:35.871Z] === RUN TestVersion [2020-09-10T21:49:35.871Z] --- PASS: TestVersion (0.04s) [2020-09-10T21:49:35.871Z] PASS [2020-09-10T21:49:35.871Z] [2020-09-10T21:49:35.871Z] === Skipped [2020-09-10T21:49:35.871Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-10T21:49:35.871Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-10T21:49:35.871Z] [2020-09-10T21:49:35.871Z] [2020-09-10T21:49:35.871Z] DONE 18 tests, 1 skipped in 6.690s [2020-09-10T21:49:35.871Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-10T21:49:35.871Z] ++ 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-09-10T21:49:35.871Z] ++ set -e [2020-09-10T21:49:35.871Z] ++ '[' -n 0 ']' [2020-09-10T21:49:35.871Z] ++ set -x [2020-09-10T21:49:35.871Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:49:36.132Z] INFO: Testing against a local daemon [2020-09-10T21:49:36.132Z] === RUN TestVolumesCreateAndList [2020-09-10T21:49:36.132Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-09-10T21:49:36.132Z] === RUN TestVolumesRemove [2020-09-10T21:49:36.132Z] --- PASS: TestVolumesRemove (0.12s) [2020-09-10T21:49:36.132Z] === RUN TestVolumesInspect [2020-09-10T21:49:36.132Z] --- PASS: TestVolumesInspect (0.03s) [2020-09-10T21:49:36.132Z] === RUN TestVolumesInvalidJSON [2020-09-10T21:49:36.132Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-10T21:49:36.132Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-10T21:49:36.132Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-10T21:49:36.132Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-09-10T21:49:36.132Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-10T21:49:36.132Z] PASS [2020-09-10T21:49:36.132Z] [2020-09-10T21:49:36.132Z] DONE 5 tests in 0.369s [2020-09-10T21:49:36.132Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-10T21:49:36.703Z] ++++ cat bundles/test-integration/docker.pid [2020-09-10T21:49:36.703Z] +++ kill 13617 [2020-09-10T21:49:37.803Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-09-10T21:49:38.086Z] +++ /etc/init.d/apparmor stop [2020-09-10T21:49:38.086Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-10T21:49:38.086Z] [2020-09-10T21:49:38.086Z] Unloading profiles will leave already running processes permanently [2020-09-10T21:49:38.086Z] unconfined, which can lead to unexpected situations. [2020-09-10T21:49:38.086Z] [2020-09-10T21:49:38.086Z] To set a process to complain mode, use the command line tool [2020-09-10T21:49:38.086Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-10T21:49:38.086Z] +++ true [2020-09-10T21:49:38.086Z] exiting test-integration [2020-09-10T21:49:38.086Z] ++ exit 0 [2020-09-10T21:49:38.086Z] [2020-09-10T21:49:39.702Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-09-10T21:49:39.960Z] === RUN TestDockerSuite/TestStartRecordError Post stage [Pipeline] junit [2020-09-10T21:49:40.646Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-10T21:49:41.336Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-09-10T21:49:41.593Z] + echo Ensuring container killed. [2020-09-10T21:49:41.593Z] Ensuring container killed. [2020-09-10T21:49:41.593Z] + docker rm -vf docker-pr4 [2020-09-10T21:49:41.593Z] Error: No such container: docker-pr4 [2020-09-10T21:49:41.593Z] + true [Pipeline] sh [2020-09-10T21:49:41.884Z] + echo Chowning /workspace to jenkins user [2020-09-10T21:49:41.884Z] Chowning /workspace to jenkins user [2020-09-10T21:49:41.884Z] + id -u [2020-09-10T21:49:41.884Z] + id -g [2020-09-10T21:49:41.884Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41435:/workspace busybox chown -R 1000:1000 /workspace [2020-09-10T21:49:41.884Z] Unable to find image 'busybox:latest' locally [2020-09-10T21:49:41.884Z] latest: Pulling from library/busybox [2020-09-10T21:49:42.147Z] 590851f7c68b: Pulling fs layer [2020-09-10T21:49:42.147Z] 590851f7c68b: Download complete [2020-09-10T21:49:42.408Z] 590851f7c68b: Pull complete [2020-09-10T21:49:42.408Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-10T21:49:42.408Z] Status: Downloaded newer image for busybox:latest [2020-09-10T21:49:42.646Z] #33 137.3 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-10T21:49:42.647Z] #33 139.4 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-10T21:49:42.647Z] #33 140.8 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-10T21:49:42.647Z] #33 142.8 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-10T21:49:43.237Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-09-10T21:49:44.174Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-09-10T21:49:45.213Z] #33 145.5 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-10T21:49:46.019Z] + bundleName=arm64-integration [2020-09-10T21:49:46.019Z] + echo Creating arm64-integration-bundles.tar.gz [2020-09-10T21:49:46.019Z] Creating arm64-integration-bundles.tar.gz [2020-09-10T21:49:46.019Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml+ ) -print [2020-09-10T21:49:46.019Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-10T21:49:46.295Z] Archiving artifacts [2020-09-10T21:49:46.589Z] #33 146.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-10T21:49:47.463Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-09-10T21:49:47.722Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-09-10T21:49:47.968Z] #33 148.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-10T21:49:48.129Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41435/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-10T21:49:48.483Z] + make clean [2020-09-10T21:49:49.061Z] docker volume rm -f docker-dev-cache [2020-09-10T21:49:49.061Z] docker-dev-cache [Pipeline] deleteDir [2020-09-10T21:49:49.348Z] #33 149.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-10T21:49:49.607Z] #33 149.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-10T21:49:50.252Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-09-10T21:49:51.511Z] #33 151.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-10T21:49:51.626Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-09-10T21:49:52.890Z] #33 152.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-10T21:49:54.269Z] #33 154.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-10T21:49:54.909Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-09-10T21:49:56.175Z] #33 156.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-10T21:49:56.743Z] #33 156.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-10T21:49:58.118Z] #33 158.3 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-10T21:49:59.495Z] #33 159.5 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-10T21:50:00.171Z] === RUN TestDockerSuite/TestStatsNoStream [2020-09-10T21:50:00.871Z] #33 161.2 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-10T21:50:02.071Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-09-10T21:50:02.250Z] #33 162.4 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-10T21:50:03.444Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-09-10T21:50:03.627Z] #33 163.8 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-10T21:50:04.011Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-09-10T21:50:04.578Z] === RUN TestDockerSuite/TestTopPrivileged [2020-09-10T21:50:05.002Z] #33 165.1 [2020-09-10T21:50:05.002Z] #33 DONE 165.3s [2020-09-10T21:50:05.002Z] [2020-09-10T21:50:05.002Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-09-10T21:50:05.144Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-09-10T21:50:05.145Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-09-10T21:50:05.710Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-09-10T21:50:06.378Z] #34 DONE 1.2s [2020-09-10T21:50:07.755Z] [2020-09-10T21:50:07.755Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-09-10T21:50:08.690Z] #35 DONE 0.9s [2020-09-10T21:50:08.690Z] [2020-09-10T21:50:08.690Z] #36 exporting to image [2020-09-10T21:50:08.690Z] #36 exporting layers [2020-09-10T21:50:08.994Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-09-10T21:50:10.894Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-09-10T21:50:11.829Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-09-10T21:50:11.977Z] #36 exporting layers 3.1s done [2020-09-10T21:50:11.977Z] #36 writing image sha256:f7228394e8ae463b96af7971f28cbf3b2f980936cd90507575c8ab53a2f0f004 done [2020-09-10T21:50:11.977Z] #36 naming to docker.io/library/moby-e2e-test done [2020-09-10T21:50:11.977Z] #36 DONE 3.1s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-10T21:50:12.300Z] + echo Ensuring container killed. [2020-09-10T21:50:12.300Z] Ensuring container killed. [2020-09-10T21:50:12.300Z] + docker rm -vf docker-pr4 [2020-09-10T21:50:12.300Z] Error: No such container: docker-pr4 [2020-09-10T21:50:12.300Z] + true [Pipeline] sh [2020-09-10T21:50:12.397Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-09-10T21:50:12.617Z] + echo Chowning /workspace to jenkins user [2020-09-10T21:50:12.617Z] Chowning /workspace to jenkins user [2020-09-10T21:50:12.617Z] + id -u [2020-09-10T21:50:12.617Z] + id -g [2020-09-10T21:50:12.617Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41435:/workspace busybox chown -R 1000:1000 /workspace [2020-09-10T21:50:12.963Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-09-10T21:50:12.963Z] === RUN TestDockerSuite/TestUpdateKernelMemory [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-10T21:50:13.485Z] + bundleName=unit [2020-09-10T21:50:13.485Z] + echo Creating unit-bundles.tar.gz [2020-09-10T21:50:13.485Z] Creating unit-bundles.tar.gz [2020-09-10T21:50:13.485Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-09-10T21:50:13.485Z] bundles/junit-report.xml [2020-09-10T21:50:13.485Z] bundles/go-test-report.json [2020-09-10T21:50:13.485Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-09-10T21:50:13.497Z] Archiving artifacts [2020-09-10T21:50:13.896Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-09-10T21:50:13.942Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41435/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-10T21:50:14.154Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-09-10T21:50:14.253Z] + make clean [2020-09-10T21:50:14.253Z] docker volume rm -f docker-dev-cache [2020-09-10T21:50:14.253Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-10T21:50:15.528Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-09-10T21:50:15.528Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-09-10T21:50:16.461Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-09-10T21:50:17.047Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-09-10T21:50:17.612Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-09-10T21:50:18.178Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-09-10T21:50:19.553Z] === RUN TestDockerSuite/TestUpdateStats [2020-09-10T21:50:23.738Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-09-10T21:50:24.304Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-09-10T21:50:24.304Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-09-10T21:50:24.869Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-09-10T21:50:25.435Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-09-10T21:50:27.963Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-09-10T21:50:30.491Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-09-10T21:50:33.021Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-09-10T21:50:34.920Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-09-10T21:50:37.450Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-09-10T21:50:38.384Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-09-10T21:50:40.284Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-09-10T21:50:42.184Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-09-10T21:50:43.557Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-09-10T21:50:44.491Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-09-10T21:50:45.425Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-09-10T21:50:46.798Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-09-10T21:50:47.367Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-09-10T21:50:49.268Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-09-10T21:50:50.202Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-09-10T21:50:51.135Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-09-10T21:50:53.034Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-09-10T21:50:54.407Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-09-10T21:51:06.600Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-09-10T21:51:09.879Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-09-10T21:51:09.879Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-09-10T21:51:09.879Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-09-10T21:51:10.138Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-09-10T21:51:10.138Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-09-10T21:51:10.395Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-09-10T21:51:10.395Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-09-10T21:51:10.961Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-09-10T21:51:10.961Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-09-10T21:51:11.527Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-09-10T21:51:11.527Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-09-10T21:51:11.785Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-09-10T21:51:11.785Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-09-10T21:51:11.785Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-09-10T21:51:13.683Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-09-10T21:51:13.683Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-09-10T21:51:13.683Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-09-10T21:51:13.683Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-09-10T21:51:13.683Z] === RUN TestDockerSuite/TestVolumeEvents [2020-09-10T21:51:14.249Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-09-10T21:51:16.147Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-09-10T21:51:16.147Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-09-10T21:51:16.147Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-09-10T21:51:18.046Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-09-10T21:51:21.329Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite (1277.34s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.86s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.07s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (1.59s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.42s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.43s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.61s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.43s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.41s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.35s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.55s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.25s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.77s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.92s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.35s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.85s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.85s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.71s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.65s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.66s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.78s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.78s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAttachDetach (0.95s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.68s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.65s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.71s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.80s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.98s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.64s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.97s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.95s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.99s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.53s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.94s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.99s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.81s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.59s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (4.08s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.03s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.90s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.03s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.44s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.09s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.55s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.95s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.47s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.41s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.51s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.64s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.12s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.39s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.31s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.76s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.15s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.21s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddTar (5.92s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.08s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (0.98s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.50s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.38s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.21s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.76s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.64s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.77s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.99s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.61s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.00s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.08s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.78s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (10.02s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (1.87s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.06s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.21s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.71s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.13s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.37s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.06s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.91s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.43s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.46s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.89s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.86s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.44s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.65s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.77s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.40s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.49s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.28s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCmd (0.22s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.21s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.21s) [2020-09-10T21:51:21.329Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-09-10T21:51:21.329Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.87s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.85s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.55s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildContChar (2.50s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.06s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.17s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.24s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.34s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.19s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (8.76s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.46s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.34s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.15s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.71s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.97s) [2020-09-10T21:51:21.329Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-09-10T21:51:21.329Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.329Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-09-10T21:51:21.329Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.329Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-09-10T21:51:21.329Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.329Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2020-09-10T21:51:21.329Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.63s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.18s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.79s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.21s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.46s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.06s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.32s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.04s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.79s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.40s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.02s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.81s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.85s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.76s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildDockerignore (7.03s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (0.78s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.04s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (8.21s) [2020-09-10T21:51:21.329Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.53s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (2.98s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.70s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.45s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.63s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.52s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.50s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (11.16s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.09s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (3.23s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.20s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.26s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.42s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.07s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.18s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.21s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.66s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (0.95s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.07s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEnv (0.99s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.87s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.95s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (5.12s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (14.11s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.18s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (6.27s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.52s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.33s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.33s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (0.98s) [2020-09-10T21:51:21.330Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-09-10T21:51:21.330Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.23s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.33s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildExpose (0.22s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.40s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.31s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.21s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildFails (0.80s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.58s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.48s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.16s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.02s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.24s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.79s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.46s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.56s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.23s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.49s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.65s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.93s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildHistory (2.60s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.29s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.20s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.38s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.34s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.83s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLabel (0.29s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.30s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.29s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.22s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLabels (0.35s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.74s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.83s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.93s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.95s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.00s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.00s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.92s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.31s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.35s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.21s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.90s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.87s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.88s) [2020-09-10T21:51:21.330Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-09-10T21:51:21.330Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.21s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.28s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.86s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.21s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.73s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.33s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.86s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.89s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.32s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.41s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.25s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.43s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.60s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.39s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.87s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.99s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.57s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.86s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.12s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.29s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.79s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildPATH (1.54s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.89s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.87s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.72s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.84s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.43s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildRm (2.09s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.73s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.82s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.29s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.37s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.79s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.78s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.76s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.74s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.20s) [2020-09-10T21:51:21.330Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-10T21:51:21.330Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.68s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildStderr (0.70s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.49s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.95s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.77s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.35s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.05s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.98s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildUser (1.36s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.20s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.89s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.68s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.21s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.90s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.86s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.45s) [2020-09-10T21:51:21.330Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-09-10T21:51:21.330Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.330Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-09-10T21:51:21.330Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.330Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-09-10T21:51:21.330Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.330Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-10T21:51:21.330Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.34s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.70s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.71s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.13s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.75s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.68s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.26s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.39s) [2020-09-10T21:51:21.330Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.00s) [2020-09-10T21:51:21.330Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.51s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.56s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-09-10T21:51:21.330Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-10T21:51:21.330Z] docker_cli_sni_test.go:18: Flakey test [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.44s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.69s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestCommitChange (0.82s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.84s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.31s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.26s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.79s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestCommitTTY (1.26s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.67s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.60s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.67s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.14s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.16s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.64s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.86s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.60s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.52s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.47s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.66s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.06s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.82s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.54s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.58s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.34s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.88s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.57s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.51s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.68s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.89s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.60s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.66s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.64s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.69s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.45s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.17s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.08s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.34s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.82s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.92s) [2020-09-10T21:51:21.330Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-09-10T21:51:21.330Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.64s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.88s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.13s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.28s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.49s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.45s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.23s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.73s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.40s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.74s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.51s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.30s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00095b0a0_} (1.31s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1105983529_/foo_false____} (1.29s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1105983529_/foo_true____} (1.28s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3760797044_/foo_false____} (1.35s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3760797044_/foo_true____} (1.30s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3760797044_/foo_true__0xc00095b100__} (1.53s) [2020-09-10T21:51:21.330Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00095b120_} (1.33s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00095b140_} (1.27s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00095b160_} (1.32s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00095b180_} (1.30s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.00s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.22s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.48s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.33s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.95s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.68s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.71s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.59s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.62s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.06s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.84s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.64s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.74s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.48s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.11s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.70s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.68s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.80s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.71s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.34s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.73s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.56s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.77s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.89s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.79s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.64s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.74s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.91s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.68s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.48s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.81s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.79s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.53s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.96s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.05s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.81s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.84s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.78s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToDot (1.10s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.50s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.11s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToStdout (0.58s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.91s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.67s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.87s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.05s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.41s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.61s) [2020-09-10T21:51:21.331Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-10T21:51:21.331Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.52s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.26s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2020-09-10T21:51:21.331Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-09-10T21:51:21.331Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.58s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.11s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.14s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.51s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.04s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.65s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.07s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.24s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.51s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.59s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.75s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.94s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.59s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.16s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.21s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.45s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.92s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.13s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.37s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.80s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsAttach (0.69s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsCommit (0.87s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.77s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.73s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.53s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.53s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.14s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.33s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.25s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsCopy (0.82s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.10s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.61s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.24s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.65s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.03s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.24s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.31s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.26s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFilters (1.05s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFormat (1.03s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.56s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.24s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.19s) [2020-09-10T21:51:21.331Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-10T21:51:21.331Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-09-10T21:51:21.331Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-10T21:51:21.331Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.46s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.61s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsRename (0.61s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsResize (0.58s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.52s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.63s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.50s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.75s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsTop (0.94s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.05s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExec (0.58s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.59s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.49s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.54s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.55s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.62s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.54s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.57s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.61s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.52s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.54s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.05s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecCgroup (0.75s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecEnv (0.84s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.32s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.56s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecInspectID (1.72s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecInteractive (0.67s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.64s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.61s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecParseError (0.54s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.60s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.59s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.92s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.57s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecStartFails (0.59s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.89s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.63s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecTTY (0.60s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.59s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.61s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecUlimits (0.81s) [2020-09-10T21:51:21.331Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-10T21:51:21.331Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.76s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.55s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.76s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.54s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestExecWithUser (0.66s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.59s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.76s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.53s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.50s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.54s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestHealth (19.11s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.75s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.61s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.63s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.67s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.49s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.58s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImportDisplay (1.09s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImportFile (1.23s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.22s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImportGzipped (1.20s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.20s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.62s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.52s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.63s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.54s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.56s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.51s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.46s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.46s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.51s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.33s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.56s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.54s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.67s) [2020-09-10T21:51:21.331Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-10T21:51:21.331Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.05s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.59s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectDefault (0.52s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectHistory (0.60s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-09-10T21:51:21.331Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-10T21:51:21.331Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.48s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.55s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.47s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.53s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.69s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.55s) [2020-09-10T21:51:21.331Z] --- PASS: TestDockerSuite/TestInspectStatus (0.61s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.04s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.52s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.49s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.55s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.54s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.35s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.14s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.96s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.20s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.17s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.57s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.49s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.60s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.22s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.57s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.58s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.07s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.35s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.74s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.06s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.27s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.62s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.18s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.79s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.52s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.56s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.85s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.87s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.86s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.01s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.88s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.56s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.11s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.76s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsSince (6.75s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.63s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsTail (0.65s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.73s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.59s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.42s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.73s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestNetHostname (1.29s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.18s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.74s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.46s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.56s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPluginActive (1.51s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.44s) [2020-09-10T21:51:21.332Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-09-10T21:51:21.332Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.62s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.71s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.24s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.88s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPluginUpgrade (3.67s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.70s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.18s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.88s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPortList (6.84s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.00s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.27s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.50s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.59s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.55s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.05s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.21s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.02s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.58s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsByOrder (2.55s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.76s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.92s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.44s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.81s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.42s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.00s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.64s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.10s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.02s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.89s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.77s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.09s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.05s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.64s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.79s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.56s) [2020-09-10T21:51:21.332Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-09-10T21:51:21.332Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.40s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.56s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.09s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.07s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.57s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.49s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.95s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.52s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.08s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.98s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.34s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.09s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.15s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.94s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.22s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.43s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.61s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.17s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.63s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.51s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.69s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.66s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.02s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAddHost (0.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.18s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.56s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.17s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.54s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.71s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.69s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.10s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.26s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.82s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.78s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.67s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.58s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.69s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.75s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.81s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.54s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.47s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.57s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.79s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.48s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.56s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.58s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.48s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.52s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.56s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.07s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.54s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.77s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.92s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.62s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.59s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.50s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.12s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.11s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.07s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.78s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.64s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.94s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.87s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.15s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.31s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.47s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.75s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.16s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.74s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.71s) [2020-09-10T21:51:21.332Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-09-10T21:51:21.332Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.332Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-10T21:51:21.332Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.49s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.04s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.40s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.61s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.47s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.42s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.49s) [2020-09-10T21:51:21.332Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-10T21:51:21.332Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.49s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.14s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.63s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.54s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.52s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.50s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.73s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.47s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.47s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.56s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunExitCode (0.54s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.49s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.59s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.53s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.52s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.63s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.32s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.21s) [2020-09-10T21:51:21.332Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-10T21:51:21.332Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.37s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.55s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.64s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.06s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.14s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.83s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.27s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.66s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.06s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.71s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.31s) [2020-09-10T21:51:21.332Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.30s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.73s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.32s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.28s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.14s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.20s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.19s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.17s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.47s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunMount (4.03s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.50s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.53s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.01s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.57s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.17s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.51s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.59s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.10s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.03s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.37s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNetHost (0.68s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.50s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.37s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.51s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.69s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.98s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.31s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.62s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.67s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.51s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.96s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.96s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.63s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.16s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.95s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.47s) [2020-09-10T21:51:21.333Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.54s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.57s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.50s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.49s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.61s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.48s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.52s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.06s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.21s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.02s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunRm (0.55s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.57s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.90s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.62s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.42s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.87s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.79s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.70s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.56s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.47s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.57s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.65s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.77s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.77s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.54s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.61s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.84s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.74s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunState (1.43s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.56s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.54s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.21s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.75s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.80s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunSysctls (1.07s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.54s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.98s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.58s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.40s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.31s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.98s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.55s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.57s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.59s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.64s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.04s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunUserByID (0.47s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.14s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.47s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunUserByName (0.50s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.46s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.50s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.96s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.47s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.70s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.06s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.07s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.94s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.12s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.67s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.61s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.69s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.27s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.92s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.53s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.29s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.85s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.58s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.52s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.54s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.80s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.53s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.62s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.69s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.63s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.57s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.56s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.57s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.69s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.27s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.02s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.76s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.75s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.54s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.72s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.73s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.82s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.22s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.35s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.32s) [2020-09-10T21:51:21.333Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents231499838 [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.04s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.21s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.56s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.79s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.17s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.35s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.01s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.13s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.97s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.66s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.12s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.03s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.54s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.70s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.53s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStartRecordError (1.23s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.66s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.29s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.82s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.46s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.79s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.59s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.48s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.61s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.57s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.63s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.44s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.28s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.91s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.55s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.57s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.95s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.29s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.13s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.11s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.68s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.39s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUpdateStats (3.55s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.03s) [2020-09-10T21:51:21.333Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-09-10T21:51:21.333Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.71s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.60s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.34s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.32s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.82s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.76s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.48s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.89s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.75s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.47s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.02s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.07s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.09s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.67s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.96s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.90s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.54s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.56s) [2020-09-10T21:51:21.333Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.52s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.67s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.56s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.55s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.78s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.14s) [2020-09-10T21:51:21.334Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.73s) [2020-09-10T21:51:21.334Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-09-10T21:51:21.334Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-09-10T21:51:21.334Z] === RUN TestDockerRegistrySuite [2020-09-10T21:51:21.334Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-09-10T21:51:21.591Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-09-10T21:51:22.157Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-09-10T21:51:23.091Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-09-10T21:51:24.509Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-09-10T21:51:24.509Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-09-10T21:51:27.790Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-09-10T21:51:30.318Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-09-10T21:51:30.577Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-09-10T21:51:33.857Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-09-10T21:51:34.429Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-09-10T21:51:35.363Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-09-10T21:51:36.296Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-09-10T21:51:37.229Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-09-10T21:51:38.603Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-09-10T21:51:39.536Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-09-10T21:51:40.469Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-09-10T21:51:42.368Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-09-10T21:51:44.268Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-09-10T21:51:44.632Z] --- PASS: TestImportExtremelyLargeImageWorks (193.69s) [2020-09-10T21:51:44.632Z] PASS [2020-09-10T21:51:44.632Z] [2020-09-10T21:51:44.632Z] === Skipped [2020-09-10T21:51:44.632Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-10T21:51:44.632Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:51:44.632Z] [2020-09-10T21:51:44.632Z] [2020-09-10T21:51:44.632Z] DONE 12 tests, 1 skipped in 194.726s [2020-09-10T21:51:44.632Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-09-10T21:51:44.632Z] ++ 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-09-10T21:51:44.632Z] ++ set -e [2020-09-10T21:51:44.632Z] ++ '[' -n 0 ']' [2020-09-10T21:51:44.632Z] ++ set -x [2020-09-10T21:51:44.632Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:51:44.632Z] INFO: Testing against a local daemon [2020-09-10T21:51:44.632Z] === RUN TestNetworkCreateDelete [2020-09-10T21:51:44.632Z] --- PASS: TestNetworkCreateDelete (0.16s) [2020-09-10T21:51:44.632Z] === RUN TestDockerNetworkDeletePreferID [2020-09-10T21:51:44.632Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2020-09-10T21:51:44.632Z] === RUN TestDaemonDNSFallback [2020-09-10T21:51:44.632Z] --- PASS: TestDaemonDNSFallback (1.56s) [2020-09-10T21:51:44.632Z] === RUN TestInspectNetwork [2020-09-10T21:51:44.632Z] === RUN TestInspectNetwork/full_network_id [2020-09-10T21:51:44.632Z] === RUN TestInspectNetwork/partial_network_id [2020-09-10T21:51:44.632Z] === RUN TestInspectNetwork/network_name [2020-09-10T21:51:44.632Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-10T21:51:44.632Z] --- PASS: TestInspectNetwork (6.83s) [2020-09-10T21:51:44.632Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-10T21:51:44.632Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-10T21:51:44.632Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-10T21:51:44.632Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-10T21:51:44.632Z] === RUN TestRunContainerWithBridgeNone [2020-09-10T21:51:44.833Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-09-10T21:51:46.709Z] --- PASS: TestRunContainerWithBridgeNone (1.82s) [2020-09-10T21:51:46.709Z] === RUN TestNetworkInvalidJSON [2020-09-10T21:51:46.709Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-10T21:51:46.709Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-10T21:51:46.709Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:51:46.709Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:51:46.709Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:51:46.709Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:51:46.709Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-10T21:51:46.709Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-10T21:51:46.709Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-10T21:51:46.709Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-09-10T21:51:46.709Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-10T21:51:46.709Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-10T21:51:46.709Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-10T21:51:46.709Z] === RUN TestHostIPv4BridgeLabel [2020-09-10T21:51:47.357Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-09-10T21:51:47.357Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-10T21:51:47.363Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-09-10T21:51:48.297Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-09-10T21:51:48.297Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-09-10T21:51:48.439Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-09-10T21:51:48.439Z] === RUN TestDaemonDefaultNetworkPools [2020-09-10T21:51:49.080Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2020-09-10T21:51:49.080Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-10T21:51:49.232Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-09-10T21:51:50.122Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2020-09-10T21:51:50.122Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-10T21:51:50.167Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-09-10T21:51:51.100Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-09-10T21:51:51.634Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2020-09-10T21:51:51.634Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-10T21:51:51.935Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2020-09-10T21:51:51.935Z] === RUN TestServiceWithPredefinedNetwork [2020-09-10T21:51:53.629Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-09-10T21:51:53.629Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-09-10T21:51:54.020Z] --- PASS: TestServiceWithPredefinedNetwork (2.05s) [2020-09-10T21:51:54.020Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-10T21:51:54.020Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-10T21:51:54.020Z] service_test.go:236: FLAKY_TEST [2020-09-10T21:51:54.020Z] === RUN TestServiceWithDataPathPortInit [2020-09-10T21:51:54.566Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-09-10T21:51:55.143Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-09-10T21:51:55.143Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-09-10T21:51:55.401Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-09-10T21:51:55.659Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-09-10T21:51:55.917Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-09-10T21:51:56.176Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-09-10T21:51:57.110Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-09-10T21:51:58.484Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-09-10T21:51:59.418Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-09-10T21:52:00.352Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-09-10T21:52:01.286Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite (41.17s) [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.22s) [2020-09-10T21:52:02.221Z] check_test.go:196: [dbc164caeac1c] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.05s) [2020-09-10T21:52:02.221Z] check_test.go:196: [dff3b79a88476] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.27s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d28fb9bd74c61] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.13s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d43996d03e1e3] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.68s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d57361a0c744b] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (3.22s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d2500d62a0155] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.91s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d9d1a653fa0a2] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.98s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d4745fdc6432d] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.88s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d9cf4c814e1bc] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.03s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d3fdd503dfb34] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.05s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d2d211beb0005] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.10s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d8da48fa59e51] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.97s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d6eb05928431c] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.97s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d28decf24f42b] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.85s) [2020-09-10T21:52:02.221Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:51a2c99707b73e079d67cffa5a9a7107abaa072fbc431619dfec48cebeb46ec3 [2020-09-10T21:52:02.221Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dffa7fef069e92f045fd90eb82c8059309416eff6f0614478022bd71ca62dd1c [2020-09-10T21:52:02.221Z] check_test.go:196: [de66575f6fff9] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.78s) [2020-09-10T21:52:02.221Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4224f445446cfc4990a9e3a172e1b24b7280a49637dd4b50abf49f8502a95694 [2020-09-10T21:52:02.221Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:fbd932666e94e9c72c7dd09c6573ba59b751225d53cea10f8057d688012e9b21 [2020-09-10T21:52:02.221Z] check_test.go:196: [de29555fd5141] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.96s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d8c4dc276a512] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.18s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d62173c2bd578] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.98s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d5a60cbc2bb4e] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d0adbadc2549d] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.97s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d793cb97c6063] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.90s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d9a0a570b22b9] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.84s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d98845ed9e7af] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.33s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d1b53212ecaf7] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2020-09-10T21:52:02.221Z] check_test.go:196: [db9ffbe66c562] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.99s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d76b844e00ab9] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.35s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d0cd2ac35c433] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d0c7fc0b4d4c1] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2020-09-10T21:52:02.221Z] check_test.go:196: [df0677053d101] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d8e08ad3a3083] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d53b26a3f46d3] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d51fd543cb044] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.03s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d737e862b6755] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.48s) [2020-09-10T21:52:02.221Z] check_test.go:196: [db19948a652be] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.85s) [2020-09-10T21:52:02.221Z] check_test.go:196: [dedf976467688] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.00s) [2020-09-10T21:52:02.221Z] check_test.go:196: [d1fbaa9a4b577] daemon is not started [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2020-09-10T21:52:02.221Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s) [2020-09-10T21:52:02.221Z] === RUN TestDockerSchema1RegistrySuite [2020-09-10T21:52:02.221Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-09-10T21:52:02.221Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-09-10T21:52:05.504Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-09-10T21:52:08.033Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-09-10T21:52:09.399Z] --- PASS: TestServiceWithDataPathPortInit (13.74s) [2020-09-10T21:52:09.399Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-10T21:52:10.560Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-09-10T21:52:11.495Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-09-10T21:52:12.868Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-09-10T21:52:12.868Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-09-10T21:52:13.802Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-09-10T21:52:14.737Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-09-10T21:52:14.982Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.76s) [2020-09-10T21:52:14.982Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:k4y41t026uqzzfug2urkemvns Created:2020-09-10 21:52:08.801363858 +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[58d7a23fbe380e1080017eda36b7ae63ace1e7b6479e1a7dd025caea5fc5d3c4:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.igs7bmmlpfdrk4rq2clq3tofn EndpointID:c09df95972e5ba6b7b7b5ae5d177ed74758f4e074ad75485e46d1290db75b9b7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4406f20ded3b1b3d8f2c2cf9630d1f395fb280948bc5055aff6e72813fb50eb9 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:cd3395e4fa49 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.igs7bmmlpfdrk4rq2clq3tofn EndpointID:c09df95972e5ba6b7b7b5ae5d177ed74758f4e074ad75485e46d1290db75b9b7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-10T21:52:14.982Z] PASS [2020-09-10T21:52:14.982Z] [2020-09-10T21:52:14.982Z] === Skipped [2020-09-10T21:52:14.982Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-10T21:52:14.982Z] service_test.go:236: FLAKY_TEST [2020-09-10T21:52:14.982Z] [2020-09-10T21:52:14.982Z] [2020-09-10T21:52:14.982Z] DONE 23 tests, 1 skipped in 38.908s [2020-09-10T21:52:14.982Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-10T21:52:14.982Z] ++ 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-09-10T21:52:14.982Z] ++ set -e [2020-09-10T21:52:14.982Z] ++ '[' -n 0 ']' [2020-09-10T21:52:14.982Z] ++ set -x [2020-09-10T21:52:14.982Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:52:14.982Z] INFO: Testing against a local daemon [2020-09-10T21:52:14.982Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-10T21:52:14.982Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-10T21:52:14.982Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:52:14.982Z] === RUN TestDockerNetworkIpvlan [2020-09-10T21:52:14.982Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-10T21:52:14.982Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:52:14.982Z] PASS [2020-09-10T21:52:14.982Z] [2020-09-10T21:52:14.982Z] === Skipped [2020-09-10T21:52:14.982Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-10T21:52:14.982Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:52:14.982Z] [2020-09-10T21:52:14.982Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-10T21:52:14.982Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-10T21:52:14.982Z] [2020-09-10T21:52:14.982Z] [2020-09-10T21:52:14.982Z] DONE 2 tests, 2 skipped in 0.094s [2020-09-10T21:52:14.982Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-10T21:52:14.982Z] ++ 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-09-10T21:52:14.982Z] ++ set -e [2020-09-10T21:52:14.982Z] ++ '[' -n 0 ']' [2020-09-10T21:52:14.982Z] ++ set -x [2020-09-10T21:52:14.982Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:52:14.982Z] INFO: Testing against a local daemon [2020-09-10T21:52:14.982Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-10T21:52:15.303Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-09-10T21:52:16.027Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2020-09-10T21:52:16.027Z] === RUN TestDockerNetworkMacvlan [2020-09-10T21:52:17.081Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-10T21:52:17.718Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-10T21:52:17.831Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-09-10T21:52:18.396Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-09-10T21:52:18.654Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-09-10T21:52:18.654Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-09-10T21:52:18.872Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-10T21:52:18.916Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-09-10T21:52:19.174Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-09-10T21:52:19.740Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite (17.69s) [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.13s) [2020-09-10T21:52:19.740Z] check_test.go:223: [dc282e9759b68] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.79s) [2020-09-10T21:52:19.740Z] check_test.go:223: [d6410309fa73f] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.87s) [2020-09-10T21:52:19.740Z] check_test.go:223: [d248a47e72947] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.74s) [2020-09-10T21:52:19.740Z] check_test.go:223: [ddf669c2d218f] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.98s) [2020-09-10T21:52:19.740Z] check_test.go:223: [d9138c8097afd] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.99s) [2020-09-10T21:52:19.740Z] check_test.go:223: [d06cec8f0b746] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-09-10T21:52:19.740Z] check_test.go:223: [d7961d73d3120] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.99s) [2020-09-10T21:52:19.740Z] check_test.go:223: [dc3cd27cf9143] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2020-09-10T21:52:19.740Z] check_test.go:223: [dbb4c2a7fb0de] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.88s) [2020-09-10T21:52:19.740Z] check_test.go:223: [d7ce9d3fa3a08] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.42s) [2020-09-10T21:52:19.740Z] check_test.go:223: [da2248101ba30] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.40s) [2020-09-10T21:52:19.740Z] check_test.go:223: [d0f83f4b2df39] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.37s) [2020-09-10T21:52:19.740Z] check_test.go:223: [d93d91ae9ebd1] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-09-10T21:52:19.740Z] check_test.go:223: [d318b32365584] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-09-10T21:52:19.740Z] check_test.go:223: [d9d4faecdb6be] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2020-09-10T21:52:19.740Z] check_test.go:223: [dd5722d8aaefa] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.36s) [2020-09-10T21:52:19.740Z] check_test.go:223: [d43bb56fdd6ec] daemon is not started [2020-09-10T21:52:19.740Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-09-10T21:52:19.740Z] check_test.go:223: [dc8e0ed0a7221] daemon is not started [2020-09-10T21:52:19.740Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-09-10T21:52:19.740Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-09-10T21:52:20.673Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-09-10T21:52:20.931Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-09-10T21:52:20.975Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-10T21:52:21.190Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-09-10T21:52:22.135Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-09-10T21:52:22.417Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-09-10T21:52:22.685Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-09-10T21:52:23.057Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-10T21:52:23.251Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-09-10T21:52:23.510Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.64s) [2020-09-10T21:52:23.510Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.71s) [2020-09-10T21:52:23.510Z] check_test.go:252: [dfac9743c513f] daemon is not started [2020-09-10T21:52:23.510Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.47s) [2020-09-10T21:52:23.510Z] check_test.go:252: [d6dd5a049afe5] daemon is not started [2020-09-10T21:52:23.510Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-09-10T21:52:23.510Z] check_test.go:252: [d85a39e7ad253] daemon is not started [2020-09-10T21:52:23.510Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.06s) [2020-09-10T21:52:23.510Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2020-09-10T21:52:23.510Z] check_test.go:252: [d9fe4c7ca5c1a] daemon is not started [2020-09-10T21:52:23.510Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s) [2020-09-10T21:52:23.510Z] check_test.go:252: [d6d15f08a0bf1] daemon is not started [2020-09-10T21:52:23.510Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.50s) [2020-09-10T21:52:23.510Z] check_test.go:252: [def4922a939b7] daemon is not started [2020-09-10T21:52:23.510Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-09-10T21:52:23.510Z] check_test.go:252: [d1e93f3b950fa] daemon is not started [2020-09-10T21:52:23.510Z] === RUN TestDockerRegistryAuthTokenSuite [2020-09-10T21:52:23.510Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-09-10T21:52:26.594Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-10T21:52:27.234Z] --- PASS: TestDockerNetworkMacvlan (10.99s) [2020-09-10T21:52:27.234Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-09-10T21:52:27.234Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2020-09-10T21:52:27.234Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.89s) [2020-09-10T21:52:27.234Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.98s) [2020-09-10T21:52:27.234Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.20s) [2020-09-10T21:52:27.234Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2020-09-10T21:52:27.234Z] PASS [2020-09-10T21:52:27.234Z] [2020-09-10T21:52:27.234Z] DONE 8 tests in 12.448s [2020-09-10T21:52:27.234Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-10T21:52:27.234Z] ++ 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-09-10T21:52:27.234Z] ++ set -e [2020-09-10T21:52:27.234Z] ++ '[' -n 0 ']' [2020-09-10T21:52:27.234Z] ++ set -x [2020-09-10T21:52:27.234Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:52:27.234Z] testing: warning: no tests to run [2020-09-10T21:52:27.234Z] PASS [2020-09-10T21:52:27.234Z] [2020-09-10T21:52:27.234Z] DONE 0 tests in 0.013s [2020-09-10T21:52:27.234Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-10T21:52:27.234Z] ++ 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-09-10T21:52:27.234Z] ++ set -e [2020-09-10T21:52:27.234Z] ++ '[' -n 0 ']' [2020-09-10T21:52:27.234Z] ++ set -x [2020-09-10T21:52:27.234Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:52:27.234Z] INFO: Testing against a local daemon [2020-09-10T21:52:27.235Z] === RUN TestAuthZPluginAllowRequest [2020-09-10T21:52:28.753Z] --- PASS: TestAuthZPluginAllowRequest (1.37s) [2020-09-10T21:52:28.753Z] === RUN TestAuthZPluginTLS [2020-09-10T21:52:28.771Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-09-10T21:52:28.771Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-09-10T21:52:28.771Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-09-10T21:52:29.028Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-09-10T21:52:29.028Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s) [2020-09-10T21:52:29.028Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-09-10T21:52:29.028Z] check_test.go:279: [d1e6f11fe503a] daemon is not started [2020-09-10T21:52:29.029Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-09-10T21:52:29.029Z] check_test.go:279: [df963133bb669] daemon is not started [2020-09-10T21:52:29.029Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-09-10T21:52:29.029Z] check_test.go:279: [df2980cc3add5] daemon is not started [2020-09-10T21:52:29.029Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-09-10T21:52:29.029Z] check_test.go:279: [d838052be2461] daemon is not started [2020-09-10T21:52:29.029Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-09-10T21:52:29.029Z] check_test.go:279: [dd72316f6faf4] daemon is not started [2020-09-10T21:52:29.029Z] === RUN TestDockerNetworkSuite [2020-09-10T21:52:29.029Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-09-10T21:52:29.394Z] --- PASS: TestAuthZPluginTLS (0.57s) [2020-09-10T21:52:29.394Z] === RUN TestAuthZPluginDenyRequest [2020-09-10T21:52:29.689Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-09-10T21:52:29.689Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-10T21:52:30.326Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-09-10T21:52:30.326Z] === RUN TestAuthZPluginDenyResponse [2020-09-10T21:52:30.928Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-09-10T21:52:30.962Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-09-10T21:52:30.962Z] === RUN TestAuthZPluginAllowEventStream [2020-09-10T21:52:31.862Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-09-10T21:52:32.004Z] --- PASS: TestAuthZPluginAllowEventStream (1.32s) [2020-09-10T21:52:32.004Z] === RUN TestAuthZPluginErrorResponse [2020-09-10T21:52:32.640Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-09-10T21:52:32.640Z] === RUN TestAuthZPluginErrorRequest [2020-09-10T21:52:33.280Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-09-10T21:52:33.280Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-10T21:52:33.916Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-09-10T21:52:33.916Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-10T21:52:35.142Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-09-10T21:52:35.432Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.70s) [2020-09-10T21:52:35.432Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-10T21:52:36.516Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-09-10T21:52:37.503Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.67s) [2020-09-10T21:52:37.503Z] === RUN TestAuthZPluginHeader [2020-09-10T21:52:38.137Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-09-10T21:52:38.137Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-10T21:52:38.137Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-10T21:52:38.137Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:52:38.137Z] === RUN TestAuthZPluginV2Disable [2020-09-10T21:52:38.137Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-10T21:52:38.137Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:52:38.137Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-10T21:52:38.137Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-10T21:52:38.137Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:52:38.137Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-10T21:52:38.137Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-10T21:52:38.137Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:52:38.137Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-10T21:52:39.043Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-09-10T21:52:40.941Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-09-10T21:52:46.205Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-09-10T21:52:48.734Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-09-10T21:52:50.108Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-09-10T21:52:50.674Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-09-10T21:52:50.932Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-09-10T21:52:51.866Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-09-10T21:52:52.801Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-09-10T21:52:53.059Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-09-10T21:52:53.625Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-09-10T21:52:54.191Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-09-10T21:52:54.449Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-09-10T21:52:54.449Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-09-10T21:52:54.708Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-09-10T21:52:55.659Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-09-10T21:52:56.594Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-09-10T21:52:56.726Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.06s) [2020-09-10T21:52:56.727Z] PASS [2020-09-10T21:52:56.727Z] [2020-09-10T21:52:56.727Z] === Skipped [2020-09-10T21:52:56.727Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-10T21:52:56.727Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:52:56.727Z] [2020-09-10T21:52:56.727Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-10T21:52:56.727Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:52:56.727Z] [2020-09-10T21:52:56.727Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-10T21:52:56.727Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:52:56.727Z] [2020-09-10T21:52:56.727Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-10T21:52:56.727Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:52:56.727Z] [2020-09-10T21:52:56.727Z] [2020-09-10T21:52:56.727Z] DONE 17 tests, 4 skipped in 27.879s [2020-09-10T21:52:56.727Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-10T21:52:56.727Z] ++ 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-09-10T21:52:56.727Z] ++ set -e [2020-09-10T21:52:56.727Z] ++ '[' -n 0 ']' [2020-09-10T21:52:56.727Z] ++ set -x [2020-09-10T21:52:56.727Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:52:56.727Z] INFO: Testing against a local daemon [2020-09-10T21:52:56.727Z] === RUN TestPluginInvalidJSON [2020-09-10T21:52:56.727Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:52:56.727Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:52:56.727Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-10T21:52:56.727Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-09-10T21:52:56.727Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-10T21:52:56.727Z] === RUN TestPluginInstall [2020-09-10T21:52:56.727Z] === RUN TestPluginInstall/no_auth [2020-09-10T21:52:56.853Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-09-10T21:52:56.853Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-09-10T21:52:57.111Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-09-10T21:52:59.641Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-09-10T21:53:00.280Z] time="2020-09-10T21:53:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:53:00.280Z] time="2020-09-10T21:53:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b1b6946f6e6cee520b3e4acf4103666fa9fd5a61bb1c9e92b1d7cfdc75c05ee0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:53:00.280Z] time="2020-09-10T21:53:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:53:00.280Z] time="2020-09-10T21:53:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b1b6946f6e6cee520b3e4acf4103666fa9fd5a61bb1c9e92b1d7cfdc75c05ee0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:53:00.573Z] === RUN TestPluginInstall/with_htpasswd [2020-09-10T21:53:01.213Z] time="2020-09-10T21:53:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:53:01.213Z] time="2020-09-10T21:53:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0c508b3182aac16cd9dd41231d19d6a6b4221aa83ed31d56aae44c09daee66a1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:53:01.213Z] time="2020-09-10T21:53:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:53:01.213Z] time="2020-09-10T21:53:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0c508b3182aac16cd9dd41231d19d6a6b4221aa83ed31d56aae44c09daee66a1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:53:01.544Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-09-10T21:53:01.554Z] === RUN TestPluginInstall/with_insecure [2020-09-10T21:53:02.607Z] time="2020-09-10T21:53:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:53:02.607Z] time="2020-09-10T21:53:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a970fd2a5f26e66432af04da1904fa9ebaf852b86012e62c6fee0eef1af0e5e7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:53:02.607Z] time="2020-09-10T21:53:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-10T21:53:02.607Z] time="2020-09-10T21:53:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a970fd2a5f26e66432af04da1904fa9ebaf852b86012e62c6fee0eef1af0e5e7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-10T21:53:02.903Z] --- PASS: TestPluginInstall (7.77s) [2020-09-10T21:53:02.903Z] --- PASS: TestPluginInstall/no_auth (5.44s) [2020-09-10T21:53:02.903Z] --- PASS: TestPluginInstall/with_htpasswd (0.93s) [2020-09-10T21:53:02.903Z] --- PASS: TestPluginInstall/with_insecure (1.40s) [2020-09-10T21:53:02.903Z] plugin_test.go:157: [d1388be18e3c0] daemon is not started [2020-09-10T21:53:02.903Z] PASS [2020-09-10T21:53:02.903Z] [2020-09-10T21:53:02.903Z] DONE 6 tests in 7.870s [2020-09-10T21:53:02.903Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-10T21:53:02.903Z] ++ 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-09-10T21:53:02.903Z] ++ set -e [2020-09-10T21:53:02.903Z] ++ '[' -n 0 ']' [2020-09-10T21:53:02.903Z] ++ set -x [2020-09-10T21:53:02.903Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:53:03.198Z] INFO: Testing against a local daemon [2020-09-10T21:53:03.198Z] === RUN TestExternalGraphDriver [2020-09-10T21:53:03.198Z] === RUN TestExternalGraphDriver/json [2020-09-10T21:53:05.275Z] === RUN TestExternalGraphDriver/spec [2020-09-10T21:53:05.732Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-09-10T21:53:05.732Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-09-10T21:53:06.667Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-09-10T21:53:06.804Z] === RUN TestExternalGraphDriver/pull [2020-09-10T21:53:06.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-09-10T21:53:06.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-09-10T21:53:07.183Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-09-10T21:53:07.442Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-09-10T21:53:07.442Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-09-10T21:53:08.885Z] --- PASS: TestExternalGraphDriver (5.45s) [2020-09-10T21:53:08.885Z] --- PASS: TestExternalGraphDriver/json (1.79s) [2020-09-10T21:53:08.885Z] --- PASS: TestExternalGraphDriver/spec (1.79s) [2020-09-10T21:53:08.885Z] --- PASS: TestExternalGraphDriver/pull (1.64s) [2020-09-10T21:53:08.885Z] === RUN TestGraphdriverPluginV2 [2020-09-10T21:53:08.885Z] --- SKIP: TestGraphdriverPluginV2 (0.36s) [2020-09-10T21:53:08.885Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:53:08.885Z] PASS [2020-09-10T21:53:08.885Z] [2020-09-10T21:53:08.885Z] === Skipped [2020-09-10T21:53:08.885Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.36s) [2020-09-10T21:53:08.885Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:53:08.885Z] [2020-09-10T21:53:08.885Z] [2020-09-10T21:53:08.885Z] DONE 5 tests, 1 skipped in 5.895s [2020-09-10T21:53:08.885Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-10T21:53:08.885Z] ++ 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-09-10T21:53:08.885Z] ++ set -e [2020-09-10T21:53:08.885Z] ++ '[' -n 0 ']' [2020-09-10T21:53:08.885Z] ++ set -x [2020-09-10T21:53:08.885Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:53:08.885Z] INFO: Testing against a local daemon [2020-09-10T21:53:08.885Z] === RUN TestContinueAfterPluginCrash [2020-09-10T21:53:08.885Z] === PAUSE TestContinueAfterPluginCrash [2020-09-10T21:53:08.885Z] === RUN TestReadPluginNoRead [2020-09-10T21:53:08.885Z] === PAUSE TestReadPluginNoRead [2020-09-10T21:53:08.885Z] === RUN TestDaemonStartWithLogOpt [2020-09-10T21:53:08.885Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-10T21:53:08.885Z] === CONT TestContinueAfterPluginCrash [2020-09-10T21:53:08.885Z] === CONT TestDaemonStartWithLogOpt [2020-09-10T21:53:08.885Z] === CONT TestReadPluginNoRead [2020-09-10T21:53:10.724Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-09-10T21:53:10.724Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-09-10T21:53:10.724Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-09-10T21:53:10.982Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-09-10T21:53:14.517Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-10T21:53:14.517Z] --- PASS: TestDaemonStartWithLogOpt (5.37s) [2020-09-10T21:53:15.158Z] === RUN TestReadPluginNoRead/default [2020-09-10T21:53:15.168Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-09-10T21:53:16.674Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-10T21:53:18.189Z] --- PASS: TestReadPluginNoRead (9.06s) [2020-09-10T21:53:18.189Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.38s) [2020-09-10T21:53:18.189Z] --- PASS: TestReadPluginNoRead/default (1.33s) [2020-09-10T21:53:18.189Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.45s) [2020-09-10T21:53:18.189Z] read_test.go:92: [d90be05805ec9] daemon is not started [2020-09-10T21:53:18.451Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-09-10T21:53:18.451Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-09-10T21:53:19.017Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-09-10T21:53:19.702Z] --- PASS: TestContinueAfterPluginCrash (10.57s) [2020-09-10T21:53:19.702Z] PASS [2020-09-10T21:53:19.702Z] [2020-09-10T21:53:19.702Z] DONE 6 tests in 10.657s [2020-09-10T21:53:19.702Z] 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-09-10T21:53:19.702Z] ++ 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-09-10T21:53:19.702Z] ++ set -e [2020-09-10T21:53:19.702Z] ++ '[' -n 0 ']' [2020-09-10T21:53:19.702Z] ++ set -x [2020-09-10T21:53:19.702Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:53:19.702Z] testing: warning: no tests to run [2020-09-10T21:53:19.702Z] PASS [2020-09-10T21:53:19.702Z] [2020-09-10T21:53:19.702Z] DONE 0 tests in 0.020s [2020-09-10T21:53:19.702Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-10T21:53:19.702Z] ++ 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-09-10T21:53:19.702Z] ++ set -e [2020-09-10T21:53:19.702Z] ++ '[' -n 0 ']' [2020-09-10T21:53:19.702Z] ++ set -x [2020-09-10T21:53:19.702Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:53:19.702Z] INFO: Testing against a local daemon [2020-09-10T21:53:19.702Z] === RUN TestPluginWithDevMounts [2020-09-10T21:53:19.702Z] === PAUSE TestPluginWithDevMounts [2020-09-10T21:53:19.702Z] === CONT TestPluginWithDevMounts [2020-09-10T21:53:20.917Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-09-10T21:53:20.917Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-09-10T21:53:21.482Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-09-10T21:53:21.790Z] --- PASS: TestPluginWithDevMounts (1.89s) [2020-09-10T21:53:21.791Z] PASS [2020-09-10T21:53:21.791Z] [2020-09-10T21:53:21.791Z] DONE 1 tests in 1.965s [2020-09-10T21:53:21.791Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-09-10T21:53:21.791Z] ++ 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-09-10T21:53:21.791Z] ++ set -e [2020-09-10T21:53:21.791Z] ++ '[' -n 0 ']' [2020-09-10T21:53:21.791Z] ++ set -x [2020-09-10T21:53:21.791Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:53:21.791Z] INFO: Testing against a local daemon [2020-09-10T21:53:21.791Z] === RUN TestSecretInspect [2020-09-10T21:53:22.049Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-09-10T21:53:22.985Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-09-10T21:53:23.865Z] --- PASS: TestSecretInspect (1.94s) [2020-09-10T21:53:23.865Z] === RUN TestSecretList [2020-09-10T21:53:25.386Z] --- PASS: TestSecretList (1.89s) [2020-09-10T21:53:25.386Z] === RUN TestSecretsCreateAndDelete [2020-09-10T21:53:27.463Z] --- PASS: TestSecretsCreateAndDelete (1.90s) [2020-09-10T21:53:27.463Z] === RUN TestSecretsUpdate [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite (58.39s) [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.83s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d1766ec6844b5] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.74s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [dcd5ff5558b0b] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.88s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d40d5ca126f56] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.70s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d798c04d62708] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.68s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:1233: [dca74aa65d9cd] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.66s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [daf28f3c924ef] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.49s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d772695164c7d] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.55s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d4a718d7bbb50] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.33s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d2e477b4a590e] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.53s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [da772f215d1c6] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.32s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d5a5558b6df39] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.02s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d63d1d225d4d4] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.99s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d718b8fbf4a2c] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.19s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d6f2af856aff3] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.38s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [df709021d44fa] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.81s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d6cf39abd6978] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d15b1c49b4e23] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [de234c3e22558] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.20s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [ddc341adb6098] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.80s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d194ef81a788a] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.15s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d00f56431d67d] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [db2cf438aa633] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.22s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d376d9d7b1b0e] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d62be8c652b7b] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.32s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:968: [da9d69e8b7c3e] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.89s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d261d5bc6411c] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (4.24s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:1116: [d9048e6a16a7f] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.25s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [ddd7b41296bcb] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.03s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d2391e708f312] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.17s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [dbc39788891b9] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [dcc84e149da59] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.22s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [decd8ad9d8608] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.21s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d16836280197f] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d8b922dc89803] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.73s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [de85f5e23afe1] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [dbbd4ed6b6f1d] daemon is not started [2020-09-10T21:53:28.251Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d7e5eaa8e02a6] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.86s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d59b9a0b6e895] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.69s) [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.36s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:1084: [d476d086a2352] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d822b6887893c] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.87s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [daaa780d35f4b] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.67s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [dd95b7d5b58ef] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d68faef0f9320] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.72s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d9b7617308d24] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.49s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [dad413a779a10] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.00s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d94924f278d75] daemon is not started [2020-09-10T21:53:28.251Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.60s) [2020-09-10T21:53:28.251Z] docker_cli_network_unix_test.go:46: [d8dec8a0afd04] daemon is not started [2020-09-10T21:53:28.251Z] === RUN TestDockerHubPullSuite [2020-09-10T21:53:28.251Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-09-10T21:53:29.203Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-09-10T21:53:29.542Z] --- PASS: TestSecretsUpdate (1.89s) [2020-09-10T21:53:29.542Z] === RUN TestTemplatedSecret [2020-09-10T21:53:31.626Z] --- PASS: TestTemplatedSecret (2.39s) [2020-09-10T21:53:31.626Z] === RUN TestSecretCreateResolve [2020-09-10T21:53:31.757Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-09-10T21:53:32.014Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-09-10T21:53:33.704Z] --- PASS: TestSecretCreateResolve (1.94s) [2020-09-10T21:53:33.704Z] PASS [2020-09-10T21:53:33.704Z] [2020-09-10T21:53:33.704Z] DONE 6 tests in 12.012s [2020-09-10T21:53:33.704Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-09-10T21:53:33.704Z] ++ 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-09-10T21:53:33.704Z] ++ set -e [2020-09-10T21:53:33.704Z] ++ '[' -n 0 ']' [2020-09-10T21:53:33.704Z] ++ set -x [2020-09-10T21:53:33.704Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:53:33.704Z] INFO: Testing against a local daemon [2020-09-10T21:53:33.704Z] === RUN TestServiceCreateInit [2020-09-10T21:53:33.704Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-10T21:53:33.913Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-09-10T21:53:34.171Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-09-10T21:53:34.737Z] --- PASS: TestDockerHubPullSuite (7.19s) [2020-09-10T21:53:34.737Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.57s) [2020-09-10T21:53:34.737Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.40s) [2020-09-10T21:53:34.737Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.61s) [2020-09-10T21:53:34.737Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.51s) [2020-09-10T21:53:34.737Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.57s) [2020-09-10T21:53:34.737Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.52s) [2020-09-10T21:53:34.737Z] PASS [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === Skipped [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-10T21:53:34.737Z] docker_cli_sni_test.go:18: Flakey test [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-09-10T21:53:34.737Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.737Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-10T21:53:34.737Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-10T21:53:34.737Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-09-10T21:53:34.737Z] [2020-09-10T21:53:34.738Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-09-10T21:53:34.738Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-09-10T21:53:34.738Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-09-10T21:53:34.738Z] [2020-09-10T21:53:34.738Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-09-10T21:53:34.738Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-09-10T21:53:34.738Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-09-10T21:53:34.738Z] [2020-09-10T21:53:34.738Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-09-10T21:53:34.738Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-09-10T21:53:34.738Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-09-10T21:53:34.738Z] [2020-09-10T21:53:34.738Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-09-10T21:53:34.738Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-09-10T21:53:34.738Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-09-10T21:53:34.738Z] docker_cli_network_unix_test.go:46: [d7e5eaa8e02a6] daemon is not started [2020-09-10T21:53:34.738Z] [2020-09-10T21:53:34.738Z] [2020-09-10T21:53:34.738Z] DONE 1277 tests, 51 skipped in 1422.100s [2020-09-10T21:53:34.738Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-10T21:53:34.738Z] ++++ cat bundles/test-integration/docker.pid [2020-09-10T21:53:34.738Z] +++ kill 11863 [2020-09-10T21:53:35.670Z] +++ /etc/init.d/apparmor stop [2020-09-10T21:53:35.670Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-10T21:53:35.670Z] [2020-09-10T21:53:35.670Z] Unloading profiles will leave already running processes permanently [2020-09-10T21:53:35.670Z] unconfined, which can lead to unexpected situations. [2020-09-10T21:53:35.670Z] [2020-09-10T21:53:35.670Z] To set a process to complain mode, use the command line tool [2020-09-10T21:53:35.670Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-10T21:53:35.670Z] +++ true [2020-09-10T21:53:35.670Z] exiting test-integration [2020-09-10T21:53:35.670Z] ++ exit 0 [2020-09-10T21:53:35.670Z] [2020-09-10T21:53:36.236Z] + for job in $(jobs -p) [2020-09-10T21:53:36.236Z] + wait 15137 [2020-09-10T21:53:37.237Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-10T21:53:41.501Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-09-10T21:53:41.722Z] --- PASS: TestServiceCreateInit (7.36s) [2020-09-10T21:53:41.722Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.66s) [2020-09-10T21:53:41.722Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.68s) [2020-09-10T21:53:41.722Z] === RUN TestCreateServiceMultipleTimes [2020-09-10T21:53:45.685Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-09-10T21:53:53.790Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-09-10T21:53:57.129Z] --- PASS: TestCreateServiceMultipleTimes (15.08s) [2020-09-10T21:53:57.129Z] === RUN TestCreateServiceConflict [2020-09-10T21:53:58.177Z] --- PASS: TestCreateServiceConflict (1.97s) [2020-09-10T21:53:58.177Z] === RUN TestCreateServiceMaxReplicas [2020-09-10T21:54:00.346Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-09-10T21:54:00.911Z] --- PASS: TestCreateServiceMaxReplicas (2.58s) [2020-09-10T21:54:00.911Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-10T21:54:02.246Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-09-10T21:54:07.508Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-09-10T21:54:09.408Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-09-10T21:54:13.586Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.69s) [2020-09-10T21:54:13.586Z] === RUN TestCreateServiceSecretFileMode [2020-09-10T21:54:13.610Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-09-10T21:54:13.610Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-09-10T21:54:15.675Z] --- PASS: TestCreateServiceSecretFileMode (2.29s) [2020-09-10T21:54:15.675Z] === RUN TestCreateServiceConfigFileMode [2020-09-10T21:54:17.757Z] --- PASS: TestCreateServiceConfigFileMode (2.25s) [2020-09-10T21:54:17.757Z] === RUN TestCreateServiceSysctls [2020-09-10T21:54:21.303Z] --- PASS: TestCreateServiceSysctls (3.03s) [2020-09-10T21:54:21.303Z] === RUN TestCreateServiceCapabilities [2020-09-10T21:54:21.717Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-09-10T21:54:21.717Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-09-10T21:54:21.717Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-09-10T21:54:23.380Z] --- PASS: TestCreateServiceCapabilities (2.34s) [2020-09-10T21:54:23.380Z] === RUN TestInspect [2020-09-10T21:54:24.245Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-09-10T21:54:26.148Z] --- PASS: TestInspect (2.53s) [2020-09-10T21:54:26.148Z] === RUN TestCreateJob [2020-09-10T21:54:28.902Z] --- PASS: TestCreateJob (2.96s) [2020-09-10T21:54:28.902Z] === RUN TestReplicatedJob [2020-09-10T21:54:33.384Z] --- PASS: TestReplicatedJob (4.75s) [2020-09-10T21:54:33.384Z] === RUN TestUpdateReplicatedJob [2020-09-10T21:54:36.927Z] --- PASS: TestUpdateReplicatedJob (2.99s) [2020-09-10T21:54:36.927Z] === RUN TestServiceListWithStatuses [2020-09-10T21:54:36.927Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-10T21:54:36.927Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-10T21:54:36.927Z] === RUN TestDockerNetworkConnectAlias [2020-09-10T21:54:40.463Z] --- PASS: TestDockerNetworkConnectAlias (4.08s) [2020-09-10T21:54:40.463Z] === RUN TestDockerNetworkReConnect [2020-09-10T21:54:44.044Z] --- PASS: TestDockerNetworkReConnect (3.20s) [2020-09-10T21:54:44.044Z] === RUN TestServicePlugin [2020-09-10T21:54:44.044Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-10T21:54:44.044Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:54:44.044Z] === RUN TestServiceUpdateLabel [2020-09-10T21:54:45.571Z] --- PASS: TestServiceUpdateLabel (1.91s) [2020-09-10T21:54:45.571Z] === RUN TestServiceUpdateSecrets [2020-09-10T21:55:00.962Z] --- PASS: TestServiceUpdateSecrets (14.22s) [2020-09-10T21:55:00.962Z] === RUN TestServiceUpdateConfigs [2020-09-10T21:55:16.324Z] --- PASS: TestServiceUpdateConfigs (14.32s) [2020-09-10T21:55:16.324Z] === RUN TestServiceUpdateNetwork [2020-09-10T21:55:20.453Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-09-10T21:55:26.699Z] --- PASS: TestServiceUpdateNetwork (12.21s) [2020-09-10T21:55:26.699Z] === RUN TestServiceUpdatePidsLimit [2020-09-10T21:55:27.353Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-10T21:55:28.394Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-10T21:55:35.289Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-10T21:55:43.789Z] --- PASS: TestServiceUpdatePidsLimit (16.22s) [2020-09-10T21:55:43.789Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.75s) [2020-09-10T21:55:43.789Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.00s) [2020-09-10T21:55:43.789Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2020-09-10T21:55:43.789Z] PASS [2020-09-10T21:55:43.789Z] [2020-09-10T21:55:43.789Z] === Skipped [2020-09-10T21:55:43.789Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-09-10T21:55:43.789Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-10T21:55:43.789Z] [2020-09-10T21:55:43.789Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-09-10T21:55:43.789Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-10T21:55:43.789Z] [2020-09-10T21:55:43.789Z] [2020-09-10T21:55:43.789Z] DONE 27 tests, 2 skipped in 129.071s [2020-09-10T21:55:43.789Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-09-10T21:55:43.789Z] ++ 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-09-10T21:55:43.789Z] ++ set -e [2020-09-10T21:55:43.789Z] ++ '[' -n 0 ']' [2020-09-10T21:55:43.789Z] ++ set -x [2020-09-10T21:55:43.789Z] ++ env -i DEST=/go/src/github.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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:55:43.789Z] INFO: Testing against a local daemon [2020-09-10T21:55:43.789Z] === RUN TestSessionCreate [2020-09-10T21:55:43.789Z] --- PASS: TestSessionCreate (0.03s) [2020-09-10T21:55:43.789Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-10T21:55:43.789Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-09-10T21:55:43.789Z] PASS [2020-09-10T21:55:43.789Z] [2020-09-10T21:55:43.789Z] DONE 2 tests in 0.155s [2020-09-10T21:55:43.789Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-09-10T21:55:43.789Z] ++ 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-09-10T21:55:43.789Z] ++ set -e [2020-09-10T21:55:43.789Z] ++ '[' -n 0 ']' [2020-09-10T21:55:43.789Z] ++ set -x [2020-09-10T21:55:43.790Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:55:43.790Z] INFO: Testing against a local daemon [2020-09-10T21:55:43.790Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-10T21:55:43.790Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-10T21:55:43.790Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-10T21:55:43.790Z] === RUN TestEventsExecDie [2020-09-10T21:55:43.790Z] --- PASS: TestEventsExecDie (0.60s) [2020-09-10T21:55:43.790Z] === RUN TestEventsBackwardsCompatible [2020-09-10T21:55:43.790Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-09-10T21:55:43.790Z] === RUN TestInfoBinaryCommits [2020-09-10T21:55:43.790Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-09-10T21:55:43.790Z] === RUN TestInfoAPIVersioned [2020-09-10T21:55:43.790Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-09-10T21:55:43.790Z] === RUN TestInfoDiscoveryBackend [2020-09-10T21:55:44.082Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-09-10T21:55:44.082Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-10T21:55:45.123Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-10T21:55:45.123Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-10T21:55:45.761Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-09-10T21:55:45.761Z] === RUN TestInfoAPI [2020-09-10T21:55:45.761Z] --- PASS: TestInfoAPI (0.04s) [2020-09-10T21:55:45.761Z] === RUN TestInfoAPIWarnings [2020-09-10T21:55:46.404Z] --- PASS: TestInfoAPIWarnings (0.54s) [2020-09-10T21:55:46.404Z] === RUN TestInfoDebug [2020-09-10T21:55:46.705Z] --- PASS: TestInfoDebug (0.53s) [2020-09-10T21:55:46.705Z] === RUN TestInfoInsecureRegistries [2020-09-10T21:55:47.342Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-09-10T21:55:47.342Z] === RUN TestInfoRegistryMirrors [2020-09-10T21:55:47.976Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-09-10T21:55:47.976Z] === RUN TestLoginFailsWithBadCredentials [2020-09-10T21:55:48.271Z] --- PASS: TestLoginFailsWithBadCredentials (0.47s) [2020-09-10T21:55:48.271Z] === RUN TestPingCacheHeaders [2020-09-10T21:55:48.271Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-09-10T21:55:48.271Z] === RUN TestPingGet [2020-09-10T21:55:48.271Z] --- PASS: TestPingGet (0.02s) [2020-09-10T21:55:48.271Z] === RUN TestPingHead [2020-09-10T21:55:48.566Z] --- PASS: TestPingHead (0.04s) [2020-09-10T21:55:48.566Z] === RUN TestVersion [2020-09-10T21:55:48.566Z] --- PASS: TestVersion (0.03s) [2020-09-10T21:55:48.566Z] PASS [2020-09-10T21:55:48.566Z] [2020-09-10T21:55:48.566Z] === Skipped [2020-09-10T21:55:48.566Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-10T21:55:48.566Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-10T21:55:48.566Z] [2020-09-10T21:55:48.566Z] [2020-09-10T21:55:48.566Z] DONE 18 tests, 1 skipped in 5.618s [2020-09-10T21:55:48.566Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-09-10T21:55:48.566Z] ++ 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-09-10T21:55:48.566Z] ++ set -e [2020-09-10T21:55:48.566Z] ++ '[' -n 0 ']' [2020-09-10T21:55:48.566Z] ++ set -x [2020-09-10T21:55:48.566Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-10T21:55:48.566Z] INFO: Testing against a local daemon [2020-09-10T21:55:48.566Z] === RUN TestVolumesCreateAndList [2020-09-10T21:55:48.566Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-09-10T21:55:48.566Z] === RUN TestVolumesRemove [2020-09-10T21:55:48.566Z] --- PASS: TestVolumesRemove (0.06s) [2020-09-10T21:55:48.566Z] === RUN TestVolumesInspect [2020-09-10T21:55:48.566Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-10T21:55:48.566Z] === RUN TestVolumesInvalidJSON [2020-09-10T21:55:48.566Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-10T21:55:48.566Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-10T21:55:48.566Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-10T21:55:48.566Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-09-10T21:55:48.566Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-10T21:55:48.566Z] PASS [2020-09-10T21:55:48.566Z] [2020-09-10T21:55:48.566Z] DONE 5 tests in 0.216s [2020-09-10T21:55:48.566Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-10T21:55:48.859Z] ++++ cat bundles/test-integration/docker.pid [2020-09-10T21:55:48.859Z] +++ kill 13807 [2020-09-10T21:55:50.374Z] +++ /etc/init.d/apparmor stop [2020-09-10T21:55:50.374Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-10T21:55:50.374Z] [2020-09-10T21:55:50.374Z] Unloading profiles will leave already running processes permanently [2020-09-10T21:55:50.374Z] unconfined, which can lead to unexpected situations. [2020-09-10T21:55:50.374Z] [2020-09-10T21:55:50.374Z] To set a process to complain mode, use the command line tool [2020-09-10T21:55:50.374Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-10T21:55:50.374Z] +++ true [2020-09-10T21:55:50.374Z] exiting test-integration [2020-09-10T21:55:50.374Z] ++ exit 0 [2020-09-10T21:55:50.374Z] Post stage [Pipeline] junit [2020-09-10T21:55:51.465Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-10T21:55:52.446Z] + echo Ensuring container killed. [2020-09-10T21:55:52.446Z] Ensuring container killed. [2020-09-10T21:55:52.446Z] + docker rm -vf docker-pr4 [2020-09-10T21:55:52.446Z] Error: No such container: docker-pr4 [2020-09-10T21:55:52.446Z] + true [Pipeline] sh [2020-09-10T21:55:52.837Z] + echo Chowning /workspace to jenkins user [2020-09-10T21:55:52.837Z] Chowning /workspace to jenkins user [2020-09-10T21:55:52.837Z] + id -u [2020-09-10T21:55:52.837Z] + id -g [2020-09-10T21:55:52.837Z] + docker run --rm -v /home/docker/workspace/moby_PR-41435:/workspace busybox chown -R 1001:1001 /workspace [2020-09-10T21:55:52.837Z] Unable to find image 'busybox:latest' locally [2020-09-10T21:55:53.133Z] latest: Pulling from library/busybox [2020-09-10T21:55:53.133Z] d997fe81ee23: Pulling fs layer [2020-09-10T21:55:53.426Z] d997fe81ee23: Verifying Checksum [2020-09-10T21:55:53.426Z] d997fe81ee23: Download complete [2020-09-10T21:55:53.426Z] d997fe81ee23: Pull complete [2020-09-10T21:55:53.426Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-10T21:55:53.426Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-10T21:55:55.344Z] + bundleName=ppc64le-integration [2020-09-10T21:55:55.344Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-09-10T21:55:55.344Z] Creating ppc64le-integration-bundles.tar.gz [2020-09-10T21:55:55.345Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof+ -o -name *-report.xml ) -printxargs [2020-09-10T21:55:55.345Z] tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-10T21:55:55.390Z] Archiving artifacts [2020-09-10T21:55:55.830Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41435/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-10T21:55:56.226Z] + make clean [2020-09-10T21:55:56.519Z] make: command: Command not found [2020-09-10T21:55:56.519Z] make: command: Command not found [2020-09-10T21:55:56.519Z] docker volume rm -f docker-dev-cache [2020-09-10T21:55:56.519Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-10T21:56:07.108Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-09-10T21:56:19.379Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-09-10T21:56:24.646Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-09-10T21:58:31.092Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-09-10T21:58:43.283Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-09-10T21:58:43.849Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-09-10T21:58:44.107Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-09-10T21:58:44.107Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-09-10T21:58:44.365Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-09-10T21:58:45.298Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-09-10T21:58:47.828Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-09-10T21:58:51.111Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-09-10T21:58:53.641Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-09-10T21:59:49.913Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-09-10T21:59:49.913Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-09-10T21:59:52.443Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-09-10T21:59:54.972Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-09-10T21:59:58.254Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-09-10T22:00:01.537Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-09-10T22:00:23.454Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-09-10T22:00:35.650Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-09-10T22:00:36.215Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-09-10T22:00:38.743Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-09-10T22:00:42.023Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-09-10T22:00:50.155Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-09-10T22:00:53.435Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-09-10T22:00:56.719Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-09-10T22:00:59.248Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-09-10T22:01:01.776Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-09-10T22:01:05.056Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-09-10T22:01:06.956Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-09-10T22:01:09.486Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-09-10T22:02:05.695Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-09-10T22:02:20.560Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite (1674.26s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.86s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.06s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.26s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.77s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.74s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (25.92s) [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:562: [d58bd442159bf] joining swarm manager [d30d257b9a7c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:584: [dbce1f1523844] joining swarm manager [d30d257b9a7c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] check_test.go:380: [d58bd442159bf] daemon is not started [2020-09-10T22:02:38.675Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.11s) [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:45: [d58b8b60a0a88] joining swarm manager [d90d0970866cc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.70s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.55s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (44.31s) [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:303: [dd4abafc81e31] joining swarm manager [d46c7e87ce5ee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:304: [dcf008870875e] joining swarm manager [d46c7e87ce5ee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.77s) [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:271: [dc78183fd2194] joining swarm manager [dbee0a5f37d05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:272: [de3ce8e4456bb] joining swarm manager [dbee0a5f37d05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.19s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.80s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.56s) [2020-09-10T22:02:38.675Z] docker_api_swarm_node_test.go:19: [de763d2332dcd] joining swarm manager [d9dfac3282519]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_node_test.go:20: [d83af510bbc22] joining swarm manager [d9dfac3282519]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.37s) [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:501: [df68846eb5476] joining swarm manager [d1eb6485442f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:506: [d80335bfcc8f4] joining swarm manager [d1eb6485442f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.05s) [2020-09-10T22:02:38.675Z] docker_api_swarm_node_test.go:80: [d7d56eb137b1c] joining swarm manager [db2da6f453160]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.57s) [2020-09-10T22:02:38.675Z] docker_api_swarm_node_test.go:52: [d3c323fa22713] joining swarm manager [d58377644363c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_node_test.go:53: [d70d96706fd68] joining swarm manager [d58377644363c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.26s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (16.71s) [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:201: [d31ec31b80bce] joining swarm manager [d15af4a7b5c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.22s) [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:383: [dcf2fcbe97704] joining swarm manager [dfcbe7035fa01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:384: [d66ad72fdf8fc] joining swarm manager [dfcbe7035fa01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] check_test.go:380: [d66ad72fdf8fc] daemon is not started [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (59.39s) [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:801: [d25f9f5d25cbf] joining swarm manager [df3ff8f9f9cc5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:801: [d198e83ebe7ed] joining swarm manager [df3ff8f9f9cc5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:801: [d41ab1b7fd743] joining swarm manager [df3ff8f9f9cc5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:801: [dbb7365e49c1b] joining swarm manager [df3ff8f9f9cc5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-09-10T22:02:38.675Z] docker_api_swarm_test.go:809: [d6f734e060f2d] joining swarm manager [df3ff8f9f9cc5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.48s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.58s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.33s) [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:394: [dc0addbbb2f78] joining swarm manager [d56e18d8a6ba3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:394: [d18055e2967ad] joining swarm manager [d56e18d8a6ba3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.81s) [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:342: [d41748ff51f01] joining swarm manager [d3485fded2207]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:342: [d2f976ca87de8] joining swarm manager [d3485fded2207]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.74s) [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:489: [d73b857626782] joining swarm manager [dbc0e8d8fa3c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:489: [dfe9d28e1a26d] joining swarm manager [dbc0e8d8fa3c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.95s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.95s) [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:127: [d15cba3bd9b03] joining swarm manager [d2149e97e66f2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:128: [db3f6b78e9def] joining swarm manager [d2149e97e66f2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:136: [d69fcaecc8a29] joining swarm manager [d2149e97e66f2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:137: [d79f7b45aff4f] joining swarm manager [d2149e97e66f2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.94s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.64s) [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:303: [db8a0d003b3ff] joining swarm manager [dac850464760e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:303: [df4dcc2dbeb17] joining swarm manager [dac850464760e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.06s) [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:99: [dfb5a9fc3c0e8] joining swarm manager [d35f34e091927]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:100: [d42e26c6fec31] joining swarm manager [d35f34e091927]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] check_test.go:380: [dfb5a9fc3c0e8] daemon is not started [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (21.56s) [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:532: [df42ebb591775] joining swarm manager [d0388bf70ed7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:533: [d3af3cb69a40f] joining swarm manager [d0388bf70ed7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.84s) [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:147: [dcc60bc5211d4] joining swarm manager [d7fb91467ce01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_api_swarm_service_test.go:147: [d3a30a4618ef4] joining swarm manager [d7fb91467ce01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (23.60s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.33s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.47s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.07s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.16s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.29s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.72s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.93s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.84s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.16s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.83s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.62s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.79s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.26s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.22s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.29s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.27s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.30s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.19s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.84s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.30s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.40s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.45s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.51s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.71s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.97s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.31s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.77s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.65s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.17s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.85s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.55s) [2020-09-10T22:02:38.675Z] docker_cli_service_logs_test.go:245: checking task dsdq1sa2jsr9 [2020-09-10T22:02:38.675Z] docker_cli_service_logs_test.go:250: checking messages for dsdq1sa2jsr9 [2020-09-10T22:02:38.675Z] docker_cli_service_logs_test.go:245: checking task rqsiuibybx2h [2020-09-10T22:02:38.675Z] docker_cli_service_logs_test.go:250: checking messages for rqsiuibybx2h [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.38s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.81s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.04s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.05s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (21.32s) [2020-09-10T22:02:38.675Z] docker_cli_swarm_test.go:1901: [d80fe69df6241] joining swarm manager [d33cbb2a0f564]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_cli_swarm_test.go:1902: [d773ff3cd292c] joining swarm manager [d33cbb2a0f564]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.45s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.18s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.63s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.88s) [2020-09-10T22:02:38.675Z] docker_cli_swarm_test.go:1802: [dd2cc38219a13] joining swarm manager [d7f1e86d140ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_cli_swarm_test.go:1803: [d504ca12aab51] joining swarm manager [d7f1e86d140ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.35s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (131.67s) [2020-09-10T22:02:38.675Z] docker_cli_swarm_test.go:1321: [d4429c744eca5] joining swarm manager [de9f523994176]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.675Z] docker_cli_swarm_test.go:1322: [d83f3450f15a9] joining swarm manager [de9f523994176]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.87s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.17s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.02s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.50s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.96s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.36s) [2020-09-10T22:02:38.675Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.22s) [2020-09-10T22:02:38.675Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-10T22:02:38.675Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.62s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.41s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.68s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (48.00s) [2020-09-10T22:02:38.676Z] docker_cli_swarm_test.go:1186: [db136e2235189] joining swarm manager [d1fff8c65643b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.676Z] docker_cli_swarm_test.go:1195: [dc7d41f5462a9] joining swarm manager [d1fff8c65643b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.10s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.81s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (125.46s) [2020-09-10T22:02:38.676Z] docker_cli_swarm_test.go:1118: [ded56815b1507] joining swarm manager [db86a5707f75b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.676Z] docker_cli_swarm_test.go:1119: [db6af950b09f0] joining swarm manager [db86a5707f75b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.676Z] docker_cli_swarm_test.go:1172: [de2e42ef44de4] joining swarm manager [db86a5707f75b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.37s) [2020-09-10T22:02:38.676Z] docker_cli_swarm_test.go:1453: [d11d4cf8397f0] joining swarm manager [d7df4098d5a96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.676Z] docker_cli_swarm_test.go:1454: [d1be4a979d761] joining swarm manager [d7df4098d5a96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.53s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.21s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.43s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.46s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.47s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.84s) [2020-09-10T22:02:38.676Z] docker_cli_swarm_unix_test.go:62: [d37dfc672eea0] joining swarm manager [db3361581fbbf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.50s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.50s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.44s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.53s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.68s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.13s) [2020-09-10T22:02:38.676Z] docker_api_swarm_test.go:961: [d806e4dd704fa] joining swarm manager [d15583813ef5a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.85s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.41s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.47s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.06s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.94s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.65s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.86s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.67s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.70s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.94s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.36s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.44s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.90s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.41s) [2020-09-10T22:02:38.676Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.48s) [2020-09-10T22:02:38.676Z] === RUN TestDockerExternalVolumeSuite [2020-09-10T22:02:38.676Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-09-10T22:02:53.538Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-09-10T22:04:01.201Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-09-10T22:04:09.309Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-09-10T22:04:41.372Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-09-10T22:04:56.291Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-09-10T22:05:28.354Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-09-10T22:05:40.543Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-09-10T22:06:12.600Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-09-10T22:06:27.465Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-09-10T22:06:45.533Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-09-10T22:07:32.211Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-09-10T22:07:50.285Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-09-10T22:08:22.345Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-09-10T22:08:54.433Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-09-10T22:09:06.640Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-09-10T22:09:24.102Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-09-10T22:09:38.967Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite (437.30s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.62s) [2020-09-10T22:09:53.829Z] docker_cli_external_volume_driver_test.go:53: [d0e687c554773] daemon is not started [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.21s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2020-09-10T22:09:53.829Z] docker_cli_external_volume_driver_test.go:53: [d4a67ca3f2e8e] daemon is not started [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-09-10T22:09:53.829Z] docker_cli_external_volume_driver_test.go:53: [dc75eb182c20e] daemon is not started [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-09-10T22:09:53.829Z] docker_cli_external_volume_driver_test.go:53: [d97bf95ac5d0e] daemon is not started [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.22s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.22s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.27s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.21s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.73s) [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.02s) [2020-09-10T22:09:53.829Z] docker_cli_external_volume_driver_test.go:485: [d2bffb9cec9bc] daemon is not started [2020-09-10T22:09:53.829Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-09-10T22:09:53.829Z] docker_cli_external_volume_driver_test.go:53: [d2262e00ae74c] daemon is not started [2020-09-10T22:09:53.829Z] PASS [2020-09-10T22:09:53.829Z] [2020-09-10T22:09:53.829Z] === Skipped [2020-09-10T22:09:53.829Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2020-09-10T22:09:53.829Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2020-09-10T22:09:53.829Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-09-10T22:09:53.829Z] check_test.go:309: [d466d22d6e2a9] daemon is not started [2020-09-10T22:09:53.829Z] [2020-09-10T22:09:53.829Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-09-10T22:09:53.829Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-09-10T22:09:53.829Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-09-10T22:09:53.829Z] check_test.go:309: [dd042a114282c] daemon is not started [2020-09-10T22:09:53.829Z] [2020-09-10T22:09:53.829Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-09-10T22:09:53.829Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-09-10T22:09:53.829Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-09-10T22:09:53.829Z] check_test.go:309: [d5b8c3ab545f3] daemon is not started [2020-09-10T22:09:53.829Z] [2020-09-10T22:09:53.829Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-09-10T22:09:53.829Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-09-10T22:09:53.829Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-09-10T22:09:53.829Z] [2020-09-10T22:09:53.829Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-10T22:09:53.829Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-10T22:09:53.829Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-09-10T22:09:53.829Z] [2020-09-10T22:09:53.829Z] [2020-09-10T22:09:53.829Z] DONE 273 tests, 5 skipped in 2400.585s [2020-09-10T22:09:53.829Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-10T22:09:53.829Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d380be0bb4328/docker.pid [2020-09-10T22:09:53.829Z] +++ kill 13069 [2020-09-10T22:09:53.829Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13069 is not a child of this shell [2020-09-10T22:09:53.829Z] warning: PID 13069 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d380be0bb4328/docker.pid had a nonzero exit code [2020-09-10T22:09:53.829Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d380be0bb4328/root: target is busy. [2020-09-10T22:09:53.829Z] ++++ cat bundles/test-integration/docker.pid [2020-09-10T22:09:53.829Z] +++ kill 11892 [2020-09-10T22:09:54.761Z] +++ /etc/init.d/apparmor stop [2020-09-10T22:09:54.761Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-10T22:09:54.761Z] [2020-09-10T22:09:54.761Z] Unloading profiles will leave already running processes permanently [2020-09-10T22:09:54.761Z] unconfined, which can lead to unexpected situations. [2020-09-10T22:09:54.761Z] [2020-09-10T22:09:54.761Z] To set a process to complain mode, use the command line tool [2020-09-10T22:09:54.761Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-10T22:09:54.761Z] +++ true [2020-09-10T22:09:54.761Z] exiting test-integration [2020-09-10T22:09:54.761Z] ++ exit 0 [2020-09-10T22:09:54.761Z] [2020-09-10T22:09:55.327Z] + exit 0 [2020-09-10T22:09:55.327Z] ++ jobs -p [2020-09-10T22:09:55.327Z] + pids= [2020-09-10T22:09:55.327Z] + echo 'Remaining pids to kill: []' [2020-09-10T22:09:55.327Z] Remaining pids to kill: [] [2020-09-10T22:09:55.327Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-09-10T22:09:55.340Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-10T22:09:56.191Z] + echo Ensuring container killed. [2020-09-10T22:09:56.191Z] Ensuring container killed. [2020-09-10T22:09:56.191Z] + docker ps -aq -f name=docker-pr4-* [2020-09-10T22:09:56.191Z] + cids=9d84c0f5e843 [2020-09-10T22:09:56.191Z] a4fa92949510 [2020-09-10T22:09:56.191Z] 56de29db75bc [2020-09-10T22:09:56.191Z] + [ -n 9d84c0f5e843 [2020-09-10T22:09:56.191Z] a4fa92949510 [2020-09-10T22:09:56.191Z] 56de29db75bc ] [2020-09-10T22:09:56.191Z] + docker rm -vf 9d84c0f5e843 a4fa92949510 56de29db75bc [2020-09-10T22:09:58.089Z] 9d84c0f5e843 [2020-09-10T22:09:58.089Z] a4fa92949510 [2020-09-10T22:09:58.089Z] 56de29db75bc [Pipeline] sh [2020-09-10T22:09:58.367Z] + echo Chowning /workspace to jenkins user [2020-09-10T22:09:58.367Z] Chowning /workspace to jenkins user [2020-09-10T22:09:58.367Z] + id -u [2020-09-10T22:09:58.367Z] + id -g [2020-09-10T22:09:58.367Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41435:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-10T22:10:01.186Z] + bundleName=amd64 [2020-09-10T22:10:01.186Z] + echo Creating amd64-bundles.tar.gz [2020-09-10T22:10:01.186Z] Creating amd64-bundles.tar.gz [2020-09-10T22:10:01.186Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name+ *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml )xargs -print tar [2020-09-10T22:10:01.186Z] -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-10T22:10:02.130Z] Archiving artifacts [2020-09-10T22:10:02.675Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41435/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-10T22:10:02.982Z] + make clean [2020-09-10T22:10:02.982Z] docker volume rm -f docker-dev-cache [2020-09-10T22:10:02.982Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-10T22:15:44.575Z] ok github.com/docker/docker/integration-cli 2068.107s [2020-09-10T22:15:44.575Z] [2020-09-10T22:15:44.575Z] === Skipped [2020-09-10T22:15:44.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-09-10T22:15:44.575Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-09-10T22:15:44.575Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.575Z] [2020-09-10T22:15:44.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-10T22:15:44.575Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-10T22:15:44.575Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.575Z] [2020-09-10T22:15:44.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2020-09-10T22:15:44.575Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2020-09-10T22:15:44.575Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.575Z] [2020-09-10T22:15:44.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2020-09-10T22:15:44.575Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2020-09-10T22:15:44.575Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.575Z] [2020-09-10T22:15:44.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-09-10T22:15:44.575Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-09-10T22:15:44.575Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.575Z] [2020-09-10T22:15:44.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-09-10T22:15:44.575Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-09-10T22:15:44.576Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-09-10T22:15:44.576Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-09-10T22:15:44.576Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-09-10T22:15:44.576Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-09-10T22:15:44.576Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-09-10T22:15:44.576Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-09-10T22:15:44.576Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2020-09-10T22:15:44.576Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.51s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.51s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.78s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.78s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.51s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.51s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.28s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-09-10T22:15:44.576Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.24s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.24s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.26s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.26s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.27s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.25s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-09-10T22:15:44.576Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.576Z] [2020-09-10T22:15:44.576Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-09-10T22:15:44.576Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.26s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.26s) [2020-09-10T22:15:44.577Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.29s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.24s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.24s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.26s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.26s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.24s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.24s) [2020-09-10T22:15:44.577Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-09-10T22:15:44.577Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-09-10T22:15:44.577Z] docker_cli_sni_test.go:18: Flakey test [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-09-10T22:15:44.577Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-09-10T22:15:44.577Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-09-10T22:15:44.577Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-09-10T22:15:44.577Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-09-10T22:15:44.577Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.577Z] [2020-09-10T22:15:44.577Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2020-09-10T22:15:44.578Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2020-09-10T22:15:44.578Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-10T22:15:44.578Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-09-10T22:15:44.578Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-09-10T22:15:44.578Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-09-10T22:15:44.578Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-09-10T22:15:44.578Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-09-10T22:15:44.578Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-09-10T22:15:44.578Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-09-10T22:15:44.578Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-09-10T22:15:44.578Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-09-10T22:15:44.578Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-09-10T22:15:44.578Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-09-10T22:15:44.578Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-09-10T22:15:44.578Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-09-10T22:15:44.578Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-09-10T22:15:44.578Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.578Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-09-10T22:15:44.578Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-09-10T22:15:44.578Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.578Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-09-10T22:15:44.579Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-09-10T22:15:44.579Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-09-10T22:15:44.579Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-09-10T22:15:44.579Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-09-10T22:15:44.579Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-09-10T22:15:44.579Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-09-10T22:15:44.579Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-09-10T22:15:44.579Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-09-10T22:15:44.579Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-09-10T22:15:44.579Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-09-10T22:15:44.579Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.579Z] [2020-09-10T22:15:44.579Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-09-10T22:15:44.579Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-09-10T22:15:44.580Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-09-10T22:15:44.580Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-09-10T22:15:44.580Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-09-10T22:15:44.580Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-09-10T22:15:44.580Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-10T22:15:44.580Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-09-10T22:15:44.580Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-09-10T22:15:44.580Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-10T22:15:44.580Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-09-10T22:15:44.580Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-09-10T22:15:44.580Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-09-10T22:15:44.580Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.580Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-09-10T22:15:44.580Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-09-10T22:15:44.580Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.580Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.37s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.37s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-09-10T22:15:44.581Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.581Z] [2020-09-10T22:15:44.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-09-10T22:15:44.581Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-09-10T22:15:44.582Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-09-10T22:15:44.582Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-09-10T22:15:44.582Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-09-10T22:15:44.582Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-09-10T22:15:44.582Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-09-10T22:15:44.582Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-10T22:15:44.582Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-10T22:15:44.582Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-10T22:15:44.582Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-09-10T22:15:44.582Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.582Z] [2020-09-10T22:15:44.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-09-10T22:15:44.582Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-09-10T22:15:44.583Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.583Z] [2020-09-10T22:15:44.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-09-10T22:15:44.583Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-09-10T22:15:44.584Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-09-10T22:15:44.584Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-09-10T22:15:44.584Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-09-10T22:15:44.584Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-09-10T22:15:44.584Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-09-10T22:15:44.584Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-09-10T22:15:44.584Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-09-10T22:15:44.584Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-09-10T22:15:44.584Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-09-10T22:15:44.584Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-09-10T22:15:44.584Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] DONE 1096 tests, 549 skipped in 2075.931s [2020-09-10T22:15:44.584Z] INFO: Integration tests ended at 09/10/2020 22:15:31. Duration:00:34:36.1993174 [2020-09-10T22:15:44.584Z] INFO: Docker info of the daemon under test at end of run [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] Containers: 2 [2020-09-10T22:15:44.584Z] Running: 0 [2020-09-10T22:15:44.584Z] Paused: 0 [2020-09-10T22:15:44.584Z] Stopped: 2 [2020-09-10T22:15:44.584Z] Images: 15 [2020-09-10T22:15:44.584Z] Server Version: 0.0.0-dev [2020-09-10T22:15:44.584Z] Storage Driver: windowsfilter [2020-09-10T22:15:44.584Z] Windows: [2020-09-10T22:15:44.584Z] Logging Driver: json-file [2020-09-10T22:15:44.584Z] Plugins: [2020-09-10T22:15:44.584Z] Volume: local [2020-09-10T22:15:44.584Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-10T22:15:44.584Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-10T22:15:44.584Z] Swarm: inactive [2020-09-10T22:15:44.584Z] Default Isolation: process [2020-09-10T22:15:44.584Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-10T22:15:44.584Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-09-10T22:15:44.584Z] OSType: windows [2020-09-10T22:15:44.584Z] Architecture: x86_64 [2020-09-10T22:15:44.584Z] CPUs: 4 [2020-09-10T22:15:44.584Z] Total Memory: 32GiB [2020-09-10T22:15:44.584Z] Name: azwin-2-9b8600 [2020-09-10T22:15:44.584Z] ID: HHQS:LWA6:GM6O:5CD3:GB4E:SOMJ:4I67:2XRP:4QZZ:2NRG:HQJG:VNOU [2020-09-10T22:15:44.584Z] Docker Root Dir: D:\CI\PR-41435\4\daemon [2020-09-10T22:15:44.584Z] Debug Mode (client): false [2020-09-10T22:15:44.584Z] Debug Mode (server): true [2020-09-10T22:15:44.584Z] File Descriptors: -1 [2020-09-10T22:15:44.584Z] Goroutines: 18 [2020-09-10T22:15:44.584Z] System Time: 2020-09-10T22:15:31.4634501Z [2020-09-10T22:15:44.584Z] EventsListeners: 0 [2020-09-10T22:15:44.584Z] Registry: https://index.docker.io/v1/ [2020-09-10T22:15:44.584Z] Labels: [2020-09-10T22:15:44.584Z] Experimental: false [2020-09-10T22:15:44.584Z] Insecure Registries: [2020-09-10T22:15:44.584Z] 127.0.0.0/8 [2020-09-10T22:15:44.584Z] Live Restore Enabled: false [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] [2020-09-10T22:15:44.584Z] INFO: Stopping daemon under test [2020-09-10T22:15:44.584Z] SUCCESS: The process with PID 2044 (child process of PID 8088) has been terminated. [2020-09-10T22:15:44.584Z] SUCCESS: The process with PID 8088 (child process of PID 876) has been terminated. [2020-09-10T22:15:44.584Z] INFO: Stop tailing logs of the daemon under tests [2020-09-10T22:15:44.584Z] INFO: executeCI.ps1 Completed successfully at 09/10/2020 22:15:31. [2020-09-10T22:15:44.584Z] INFO: Tidying up at end of run [2020-09-10T22:15:44.584Z] INFO: Saving daemon under test log (d:\CI\PR-41435\4\dut.out) to C:\windows\TEMP\CIDUT.out [2020-09-10T22:15:44.584Z] INFO: Saving daemon under test log (d:\CI\PR-41435\4\dut.err) to C:\windows\TEMP\CIDUT.err [2020-09-10T22:15:44.584Z] INFO: Nuke-Everything... [2020-09-10T22:15:44.584Z] INFO: Container count on control daemon to delete is 2 [2020-09-10T22:15:44.584Z] 183295cbc113 [2020-09-10T22:15:44.584Z] a7952aeac347 [2020-09-10T22:15:44.584Z] INFO: Non-base image count on control daemon to delete is 1 [2020-09-10T22:15:44.584Z] Deleted: sha256:c9050c8d7afb52da1f17b502028bfd3c6d0e85e8936a41d90f53507e73d8b9ed [2020-09-10T22:15:44.584Z] Deleted: sha256:5fd060a7a8bd2d337e1ce000a677525c47bf7d9dff898004e7b2056f71b095ea [2020-09-10T22:15:44.584Z] INFO: Tidying pidfile d:\CI\PR-41435\4\docker.pid [2020-09-10T22:15:44.584Z] INFO: Nuking d:\CI [2020-09-10T22:15:56.969Z] INFO: Zapped successfully [2020-09-10T22:15:57.108Z] [2020-09-10T22:15:57.108Z] INFO: executeCI.ps1 exiting at Thu Sep 10 22:15:56 CUT 2020. Duration 00:47:54.3871499 [2020-09-10T22:15:57.108Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-09-10T22:15:57.209Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-09-10T22:15:59.453Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-09-10T22:16:01.198Z] Archiving artifacts [2020-09-10T22:16:02.289Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41435/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-10T22:16:03.211Z] + make clean [2020-09-10T22:16:04.181Z] docker volume rm -f docker-dev-cache [2020-09-10T22:16:04.181Z] 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